Re: window size problem
Re: window size problem
- Subject: Re: window size problem
- From: Doug McNutt <email@hidden>
- Date: Tue, 11 Nov 2003 10:51:00 -0700
At 14:42 +0000 11/11/03, phil wrote:
>I now find it impossible to open a window larger than a single display.... so though X11 recognises a display area of 2048, 768 it will only open a window of 1024, 768..... this prevents all stereo applications that run horizontal split or crosseye working as only the left eye displays.... we have run tests and it appears to be a window manager problem which was not there in previous versions of X11...
In a previous beta I did this kind of thing in .xinitrc to persuade X11 to operate on my four monitors, one of which is above the center one. The key was precise calculation of the geometry entries and realizing that the numbers are sometimes characters and other times pixels. You may need to think about a geometry declaration addressed to your 3D application.
quartz-wm &
exec xterm -geometry 80x40+1172+500 -rightbar -sb -sl 1000 -name xterm_1
--
--> There are 10 kinds of people: those who understand binary, and those who don't <--
_______________________________________________
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.