cannot modify screen resolution & nvidia driver problem

Please post all general support questions for LXDE here.
Locked
cnaeus
Posts: 6
Joined: Mon Jul 25, 2011 1:35 pm

cannot modify screen resolution & nvidia driver problem

Post by cnaeus »

Hi, Im using lubuntu 11.04, and my problem is that I cannot configure my sreen resolution by the built-in utility in lubuntu 11.04. Whether I choose to save settings or to apply them, nothing happens... :( then I tried to install the nvidia drivers - but it comletely killed the system. The desktop environment failed to load after the installation, even the lubuntu logo became an unreadable bunch of black and white lines... then it gave some lines of error message, I think but the text was completely unreadable. So I had to restore the xorg.conf file to failsafe defaults & delete the nvidia driver. It was the official, recommended driver by the way. So I'm stuck here, and I cant change the screen resolution with the default utility or the nvidia driver...
any help, please?
thank you
cnaeus
Posts: 6
Joined: Mon Jul 25, 2011 1:35 pm

Re: cannot modify screen resolution&nvidia driver problesm

Post by cnaeus »

This problem appeared as it has something to do with the nouveau driver being pre-installed. So, I simply purged nouveau

Code: Select all

sudo apt-get --purge remove xserver-xorg-video-nouveau
and installed nvidia driver afterwards. For some reason it solved my problem :)
Locked