I used to be able to run X11 (not Apple's X11) under >console user mode after logging out of OS X. Now when I type exec startx, The usual grey screen opens up and shows the X-shaped cursor. However, the Xterms don't open and I get stuck with no way out other than the restart button. This is the line from my ~/.tcshrc file that used to work:
setenv PATH "${PATH}:/usr/X11R6/bin"
Why did this all of a sudden stop working, and how can I fix it?
setenv PATH "${PATH}:/usr/X11R6/bin"
Why did this all of a sudden stop working, and how can I fix it?