I just installed Xorg on Arch Linux but when I run startx, I only get a blank screen. What could be the problem here?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
This is actually normal if you do not have a
will start an Xorg session with an xterm window. you can run stuff from it if you want :) But better install and use a window manager. |
|||
|
|
cat /var/log/Xorg.0.log | grep EEandcat /var/log/Xorg.0.log | grep WW. That would tell us why Xorg isn't working. – jonescb Jan 14 '11 at 13:38wgetpaste. You can use it like thiscat /var/log/Xorg.0.log | grep EE | wgetpasteThen it should give you a url to Pastebin.com and you can access that from a computer with a working GUI. – jonescb Jan 14 '11 at 14:26