| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
| To get X11 windows to span displays you can use another window manager - twm is already installed by default and supports this... but, fvwm is much nicer ... but will require a download and compile. To see if this solves your problem just edit your .xinitrc file ... below is a copy of mine which also sets a black desktop... comment out or change the last line exec quartz-wm to be exec twm and then fire up x11... you should now have a window that will stretch across multiple monitors... I do side by side stereo projection and have not been able to use quartz since 10.3.4 ... nice to hear that this problem has finally been resolved. rgds Phil #!/bin/sh # $Id: xinitrc,v 1.2 2003/02/27 $ userresources=$HOME/.Xresources usermodmap=$HOME/.Xmodmap sysresources=/etc/X11/xinit/.Xresources sysmodmap=/etc/X11/xinit/.Xmodmap # merge in defaults and keymaps if [ -f $sysresources ]; then xrdb -merge $sysresources fi if [ -f $sysmodmap ]; then xmodmap $sysmodmap fi if [ -f $userresources ]; then xrdb -merge $userresources fi if [ -f $usermodmap ]; then xmodmap $usermodmap fi # start some nice programs xterm & # start the window manager /usr/X11R6/bin/xsetroot -solid black & # exec quartz-wm exec twm On 2 Nov 2006, at 17:27, Ryan Dionne wrote:
|
_______________________________________________ Do not post admin requests to the list. They will be ignored. X11-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/x11-users/email@hidden This email sent to email@hidden
| References: | |
| >Software Update for X11 (From: Brad Crittenden <email@hidden>) | |
| >Re: Software Update for X11 (From: Ryan Dionne <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.