Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Software Update for X11



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:

It appears to fix the problem where the windows can only be as large as your largest display! Finally, X11 windows across multiple displays. At least this is the case on my PowerBook G4 with a 23" Cinema attached. Any ideas on how to get this working with 10.3.9?

Thanks,
+R
-- 
Ryan Dionne
System Analyst      16800 Greenspoint Park Dr.
GeoCenter, Inc.      Suite 100-S
(281) 443-8150      Houston, TX 77060



On Nov 2, 2006, at 6:53 AM, Brad Crittenden wrote:

i just noticed Apple has a new version of X11 out via Software Update.

Has anyone tried it yet?  Does it include the Intel "yellow cursor" fix?  I'm leery of installing it only to find it breaks the hack and the old hacked version is no longer compatible.

--Brad
_______________________________________________
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

_______________________________________________
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




 _______________________________________________
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>)



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.