Page 1 of 1

Linux Mint will not boot....Problems with Xserver?

Posted: Sun Mar 29, 2009 12:52 pm
by cwanime123
Do to a glitch in the Nvidia Xserver Driver (settings will not stick after reboot unless you open the Nvidia control panel everytime) so i figured i would set the Nvidia control panel as a Start up item; big mistake. Now Mint cannot load the GUI and im stuck at a terminal. It says it cannot run the GUI because of these two files located in these directories: /etc/gdm/failsafeDexconf and /etc/X11/xorg.conf.failsafe. So i popped in the live cd and ran Nautilus as root and deleted these files and still, nothing. I tryed running the recovery tool to repair the Xserver and nothing.Is there anyway i can get it to load the GUI instead of being stuck at a terminal? I really dont want to reinstall Mint. :(

Re: Linux Mint will not boot....Problems with Xserver?

Posted: Mon Mar 30, 2009 3:53 am
by merlwiz79
You should stop Nvidia control panel from autostarting.
Just remove it from ~/.config/autostart
Then to get the settings to work run gksu nvidia-settings
Then click Save to X Configuration file to apply.

Re: Linux Mint will not boot....Problems with Xserver?

Posted: Sun Apr 05, 2009 8:31 pm
by cwanime123
How can i get to the autostart directory through Nautilus?

Re: Linux Mint will not boot....Problems with Xserver?

Posted: Sun Apr 05, 2009 8:59 pm
by merlwiz79
Ctlr+H to show hidden files.

Re: Linux Mint will not boot....Problems with Xserver?

Posted: Sat Apr 11, 2009 2:28 pm
by cwanime123
Alright, i removed the x config file from the autostart directory and that wasnt it. ill give you the exact message it gave me: "Warning: Could not retrieve EDID because get-edid is not installed (1)
Warning: Could not retrieve PCI IDs because discover id not installed (1)
/etc/gdm/failsafeXserver: line 181: /etc/gdm/failsafeDexconf: no such file or directory
Warning: Could not generate /etc/X11/xorg.conf.failsafe for vesa driver."
Thats exactly what it said when it diagnosed the problem with the X Server.

Re: Linux Mint will not boot....Problems with Xserver?

Posted: Sat Apr 11, 2009 4:28 pm
by merlwiz79
Try these in terminal:

Code: Select all

sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf-bak
sudo dpkg-reconfigure -phigh xserver-xorg
That should get it to login to the desktop.

Re: Linux Mint will not boot....Problems with Xserver?

Posted: Tue Apr 14, 2009 8:01 pm
by cwanime123
Nothing. for the first command you gave me i get: missing destination file operand after '/etc/X11/xorg.conf-bak'
for the second command i get this: ln: accessing 'etc/X11/X: Not a Directory.
What ever happened, this has caused a big problem....They really should update the NVIDIA Driver so that things like this dont happen.

Re: Linux Mint will not boot....Problems with Xserver?

Posted: Mon Apr 20, 2009 3:30 pm
by cwanime123
Is their any other way to fix this problem? You havent replied for a while......

Re: Linux Mint will not boot....Problems with Xserver?

Posted: Tue Apr 21, 2009 3:19 pm
by cwanime123
I ran those same commands again and im getting the same response from Mint as I posted earlier. Do i have to resort to Reinstalling Mint?