How do I get ubuntu to recognize my monitor's proper resolution again?
May 28, 2007 4:59 PM
Subscribe
During the Ubuntu install process (text-based), it asked what screen resolutions I would like X not to include. Not thinking, I selected my preferred resolution (1280x1024, the most my monitor can handle) and hit continue. Now I can't use that resolution in my finished install, as it's not on the list in the Screen Resolutions system panel. How do I recover that possibility? Thanks!
posted by invitapriore to computers & internet (12 comments total)
1 user marked this as a favorite
sudo nano /etc/X11/xorg.conf
and look for the screen section (starting with the line that reads Section "Screen"). You'll want to add your resolution for every "Display" subsection below... the format should be self-explanatory.
posted by gsteff at 5:14 PM on May 28, 2007