• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: X11 and XDarwin
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Re: X11 and XDarwin (From: Steve Lidie <email@hidden>)

  • Prev by Date: Re: X11 with XDariwin
  • Next by Date: Re: "library name bug"?
  • Previous by thread: Re: X11 and XDarwin
  • Next by thread: Re: X11 and XDarwin
  • Index(es):
    • Date
    • Thread