Re: Multiple displays don't work with X11?
Re: Multiple displays don't work with X11?
- Subject: Re: Multiple displays don't work with X11?
- From: Ian Piumarta <email@hidden>
- Date: Tue, 18 Mar 2003 00:46:39 +0100 (MET)
On Mon, 17 Mar 2003, Doug McNutt wrote:
> X11 does not understand negative screen coordinates.
Actually it does. You just have to differentiate between the '+' which is
part of geometry syntax and the '-' in coordinates (which are implicitly
nonnegative).
Try this:
xterm -geometry 80x24+-100+-50
to place the origin at -100,-50. I use something similar (with the right
combination of other options) to make fullscreen presentations using gv,
for example.
Ian
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.