Quote Originally Posted by tinivole View Post
Well, all what I can see wrong initially is just one erroneous line in the xorg.conf file.

Code:
sudo nano /etc/X11/xorg.conf
And remove this line in bold:
Code:
Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection
Also, you seem to have some residual configuration of an uninstalled package (nvidia-glx-new). Though, it is hard to tell whether or not this is playing a part in the load sequence.

And yes, 'dpkg-reconfigure -phigh xserver-xorg' resets the graphics configuration back to the default Vesa drivers.

Regards
Iain
I'm afraid this didn't work either. I deleted the line in the file as you specified, and nothing changed. I get the same error in the same way.

I'm going to keep a close eye on this thread, as it has been surprisingly productive for me. Even though it hasn't resolved the issue, it's taught my a lot about Linux. And you people... are awesome! <3