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


Click here to return to the 'This is how I got it to work.' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
This is how I got it to work.
Authored by: c8h10n4o2 on Jul 28, '03 01:22:24PM
I have the Apple X11beta3 system installed and my setup is pretty simple. I noticed that the order the stuff is listed in .xinitrc seems to make a difference. This order worked for me:

# start xterm
xterm &

# add the taskbar
/sw/bin/fspanel -j -l500 -h40 -i32 -fn geneva-11 &

# start window manager
exec quartz-wm

Hope that helps. Howard

[ Reply to This | # ]