View Single Post
Old 29-Nov-2007, 03:20 AM   #2 (permalink)
Anilrgowda
Administrator
 
Anilrgowda's Avatar

Posts: 18,715
Join Date: Jan 2006
Rep Power: 10 Anilrgowda is on a distinguished road

IM:
Default Re: Set Screen Resolution in Ubuntu (KDE)

If nothing else works for you you might try to edit your X config file with a command like this:
sudo kate /etc/X11/xorg.conf

Locate the line telling your screen dirver other then "vesa" you might try to change it to "vesa". Such as:

Section "Device"
Identifier "Blah blah"
Driver "ati" ->> change to "vesa"
BusID "PCI:X:Y:Z"


------------------


Anilrgowda is offline   Reply With Quote