Originally posted by Billicus
I installed gimp, that worked great, but I didn't have a .xinitrc file. I went ahead and made one, just putting in it the stuff mentioned on the website. However, when I tried to start X11 again, it hung and didn't work. None of the X11 Apps work with that file in my home directory so I removed it? Any ideas shadow?
did you get the bundle-kde package, then, i assume?
if so, there are tons of tricks to make it work better sharing the screen with OS X, i can make a list if you want.
as to your .xinitrc, let's just make sure you did it just right. don't listen to just what they say on the site, just do this and overwrite it. if worst comes to worst, just delete it and X11 will use its own file. to delete it, from terminal type: "rm ~/.xinitrc"
as to the rest, follow this:
in terminal, type "pico ~/.xinitrc"
make this the text of it; you can copy and paste it"
"source /sw/bin/init.sh
/usr/X11R6/bin/quartz-wm --proxy-only
/sw/bin/startkde
"
that <ENTER> after the last line is, i believe, very important. don't leave it out. now save it, hit ctrl-x to exit, and close terminal. run X11. if it closes before it starts up, log out and back in, then try it again. if the problem persists, run "pico ~/.xinitrc again and put a "#" in front of the "/usr/X11r6......" line. then do that again. if all goes well, KDE should start up after a second and it will have a wizard configuration. fill it out as you wish (don't tell it to act like a mac, make it act like KDE, you'll be glad you did. nobody wants
2 menu bars, and that is basically what that would do). i'll make that list of tips later if you want.