Re: X11 and XDarwin
Re: X11 and XDarwin
- Subject: Re: X11 and XDarwin
- From: Daphne Pfister <email@hidden>
- Date: Fri, 31 Jan 2003 00:30:16 -0500
I did something similar... what I noticed was that Apple's X11 has an
Apple-DRI extension which is not present in XDarwin.
So after all the stuff to read my profiles, set keymaps (I use dvorak)
etc. I added the following lines:
if xdpyinfo | /usr/bin/grep -q Apple-DRI; then
/usr/X11R6/bin/quartz-wm
else
/sw/bin/startkde
fi
On Thursday, Jan 30, 2003, at 10:34 US/Eastern, Steve Lidie wrote:
Perhaps I was just lucky, but I simply installed X11 over XDarwin,
changed the XDarwin display to 1, and altered .xinitrc (essentially)
thusly:
. ~/.profile
if [ "$DISPLAY" = ":0" ]; then
exec /usr/X11R6/bin/quartz-wm
# exec /sw/bin/icewm
# exec /usr/X11R6/bin/twm
# exec
/Users/lusol/Desktop/OroborOSX-Folder/OroborOSX-v0.8.5.app/Contents/
MacOS/OroborOSX
else
exec /sw/bin/icewm
fi
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe: http://www.lists.apple.com/mailman/listinfo/x11-users
Do not post admin requests to the list. They will be ignored.