Time for my own screen resolution thread.
I upgraded to Ibis to eliminate the missing sound problem. Everything seemed fine except the screen resolution. I've been working with it but am now completely stumped.
My vitals:
[B]uname -r: 2.6.27-9-generic System: panp4i Ubuntu 8.10 System76 driver version: 2.2.7[/B]
After the upgrade to 8.10 my available resolutions were only 1024, 800, 640. All of which are useless on a wide screen format.
First I did this:
#Backup your xorg.conf... sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
#Re-create it... Use ALL defaults sudo dpkg-reconfigure xserver-xorg
After a reboot there was no change in available resolutions. Just to see what would happen I set the resolution to the only other available option; 'off'.
Little did I expect that to turn the display off forever. I have to wonder what use that setting could possibly offer.
Next I tried to log in with a different session. With one exception everything went black, even 'Gnome Failsafe'. The login itself seems fine in all cases. Except that the screen goes black as soon as I log in.
The exception is terminal failsafe.
Once at the terminal I did:
sudo dpkg-reconfigure xserver-xorg
reboot, no change.
I restored the xorg.conf.backup to xorg.conf
reboot, no change.
Next I opened xorg.conf using nano.
I don't see how this file is doing anything to the screen resolution. Here is the display section:
(painstakingly typed here on my wife's iMac)
[I]Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" EndSection[/I]
Shouldn't that list the screen resolution modes? Google searches tell me that xorg.conf is the master of all things display related. I don't see anything in this file that I would even guess might be the correct setting to adjust.
Where is the file that is actually telling the screen to go black when I log in?