LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   tip: what to do when xserver crashes (https://www.linuxquestions.org/questions/linux-newbie-8/tip-what-to-do-when-xserver-crashes-665154/)

randomman 08-25-2008 12:52 AM

tip: what to do when xserver crashes
 
another tip for whoever needs it

if you mess with your display settings and the xserver starts crashing (wrong settings), here is what you do

first of all ... always have a backup /etc/X11/xorg.conf file on the side. if you use kde or gnome utility to edit display settings, the backup file is created and named xorg.conf.1

so when you crash your xserver and you boot into the shell, do this

login as user

become root (eg. sudo -i)

>> cp /etc/X11/xorg.conf.1 /etc/X11/xorg.conf

exit root

>> startx

good luck

AwesomeMachine 08-26-2008 09:58 AM

I'm at a loss for words.


All times are GMT -5. The time now is 07:39 AM.