This Ubuntu 12.04 box happens to freeze all of a sudden under regular usage - anything seems to be able to make it freeze. In one effort of seeing what could fix it, I've disabled KMS (Kernel ModeSetting), as recommended here.
In my case, it is:
echo options nouveau modeset=0 > /etc/modprobe.d/nouveau-kms.conf
Since this is an NVIDIA GeForce2 Integrated (on-board) card on an old motherboard (A7N266-VM).
And after it restarts, the only resolution avaliable is 640x480, while before, it could do 1024x768.
I want to know if disabling KMS fixes my problem, so:
How can I have the correct (1024x768) resolution with KMS disabled?
X -configure
or something. But in any case, you'd be better off asking it as a separate question, not because I'm bothered, but because it has higher chances of people seeing it and responding. In my case, I can have the correct resolution by not disabling KMS. By the way, try re-installing Ubuntu. If your/home
partition is separate from your/
partition (it should, it's easy to do), it will be easy to re-install, and all your settings will be there, everything. – Camilo Martin May 13 '12 at 13:01