somehow x server always crashed on me and i as a total linux newb just didnt know what to do!!!
i jumped in euphoria when i found a workaround today and want to share it with you!
the problem:
x server is not initializing / starting up / crashing on boot
and you are prompted with command line login!
error message e.g.:
(EE) Screen(s) found, but none have a usable configuration.
No screens found
the answer: your graphics card driver
a) are by default not nvidias proprietary ones
SOLUTION:
- Code: Select all
sudo apt-add-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install nvidia-current nvidia-settings
thanks goes to link below:
http://www.unixmen.com/nvidia-302-17-ha ... -fedora17/
and b)
the x configuration file still points at other driver to load (e.g. vesa) which cause you the problme even if you have done the steps above.
i found this command which rewrote & backed up the old x server configuration file inside /etc/X11/
SOLUTION:
- Code: Select all
sudo nvidia-xconfig
thanks to sjonesy in:
viewtopic.php?f=59&t=77811
i really hope that this helps anyone else!!!
thank you community!




