Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Panther | 13 comments | Create New Account
Click here to return to the 'Panther' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Panther
Authored by: gdelfino on Dec 19, '03 02:17:31PM
It didn't work for me under panther. X11 wouldn't launch. This is what console says:
XFree86 Version 4.3.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
[DRI] screen 0 installation complete
Screen 0 added: 1344x1008 @ (0,0)
X connection to :0.0 broken (explicit kill or server shutdown).

X connection to :0.0 broken (explicit kill or server shutdown).


[ Reply to This | # ]
Panther
Authored by: ciani on Feb 25, '04 01:30:18PM

In xinitrc, remove the & after quartz-wm. I had the same problem and this fixed it. Here is how that segment looks on my computer:

# if bash shell execute /etc/profile

if [ "$SHELL" = "/bin/bash" ]
then
. /etc/profile
fi

# start programs

xterm &

# start the window manager

exec quartz-wm



[ Reply to This | # ]