Hello All
I'm nob in UBUNTU, at the moment very pleased.
I have annoying problem with the screen resolution.
My computer has Radeon 9200, downloaded the drivers from ATI website,
but still, the largest resolution possible from the System-gt references-gt; Screen Resolution
is 800X600.
How can I fix it?
Thanks
Hi ,
I'm a newbie too but had te exact reverse of your problem. The lowest resolutio I had was 1600xXXX
The solution is the same for both problems. You need to edit the xorg.conf file.
CAUTION MAKE NO TYPOquot;S. I can't tell you how to recover if xorg.conf is corrupted.
open a terminal. In Feisty you click on accessories=gt;terminal
at the prompt, type sudo gedit /etc/X11/xorg.conf
thats a capital X one one
press enter then enter your password. The text editor 'gedit' will open the xorg.conf for editing.
You will look for a series of line similar to these
================================================== ==
Section quot;Monitorquot;
Identifierquot F790-2quot;
Optionquot;DPMSquot;
HorizSync28-64
VertRefresh43-60
EndSection
Section quot;Screenquot;
Identifierquot;Default Screenquot;
Devicequot;ATI Technologies Inc 3D Rage Pro AGP 1X/2Xquot;
Monitorquot F790-2quot;
DefaultDepth24
SubSection quot;Displayquot;
Depth1
Modesquot;1024x768quot; quot;1280x1024quot; quot;1152x864quot; quot;832x624quot; quot;800x600quot; quot;720x400quot; quot;640x480quot;
EndSubSection
SubSection quot;Displayquot;
Depth4
Modesquot;1024x768quot; quot;1280x1024quot; quot;1152x864quot; quot;832x624quot; quot;800x600quot; quot;720x400quot; quot;640x480quot;
EndSubSection
SubSection quot;Displayquot;
Depth8
Modesquot;1024x768quot; quot;1280x1024quot; quot;1152x864quot; quot;832x624quot; quot;800x600quot; quot;720x400quot; quot;640x480quot;
EndSubSection
SubSection quot;Displayquot;
Depth15
Modesquot;1024x768quot; quot;1280x1024quot; quot;1152x864quot; quot;832x624quot; quot;800x600quot; quot;720x400quot; quot;640x480quot;
EndSubSection
SubSection quot;Displayquot;
Depth16
Modesquot;1024x768quot; quot;1280x1024quot; quot;1152x864quot; quot;832x624quot; quot;800x600quot; quot;720x400quot; quot;640x480quot;
EndSubSection
SubSection quot;Displayquot;
Depth24
Modesquot;1024x768quot; quot;1280x1024quot; quot;1152x864quot; quot;832x624quot; quot;800x600quot; quot;720x400quot; quot;640x480quot;
EndSubSection
EndSection
================================================== ========
the resolutions that you will have in System=gt;preferences=gt;screen resolution depend on the
resolutions in these lines. NOTE the I placed my desired default resolution first, and the others afterward. This causes my login screen to be the same as my working resolution. Enter the resolution choices that you want, in every line, TRIPLE CHECK that you have made no other changes.
Now look at the quot;Screenquot; section. you should change the sync and refresh rates to what your monitor and video card will support but not greater. In my case 60 is the max refresh rate.
When you are done, save the changes, overwriting the original.
reboot. CHeck system=gt;preferences=gt;resolution to verify that this fixes your problem.
Good luck,
longlegs
THis is the area most people get wrong and its the one that controls resoultion...
HorizSync 28-64
VertRefresh 43-60
Also the 1st reply is wrong,type:
gksudo gedit /etc/X11/xorg.conf
don't use sudo for graphical programs.
Oh my God!
Thanks for the note on the Sync thing, I spent hours and hours and hours trying to get my resolution 1280x1024 I had in Windows here in . I finally installed drivers right via Envy but still no resolution so I once again edited the xorg and it looks like this now:
Section quot;Monitorquot;
Identifierquot;Generic Monitorquot;
Optionquot;DPMSquot;
HorizSync28-64
VertRefresh43-60
EndSection
Section quot;Screenquot;
Identifierquot;Default Screenquot;
Devicequot;ATI Technologies Inc RV350 AS [Radeon 9550]quot;
Monitorquot;Generic Monitorquot;
DefaultDepth24
SubSection quot;Displayquot;
Depth1
Modesquot;1280x1024quot; quot;1024x768quot; quot;800x600quot; quot;640x480quot;
EndSubSection
SubSection quot;Displayquot;
Depth4
Modesquot;1280x1024quot; quot;1024x768quot; quot;800x600quot; quot;640x480quot;
EndSubSection
SubSection quot;Displayquot;
Depth8
Modesquot;1280x1024quot; quot;1024x768quot; quot;800x600quot; quot;640x480quot;
EndSubSection
SubSection quot;Displayquot;
Depth15
Modesquot;1280x1024quot; quot;1024x768quot; quot;800x600quot; quot;640x480quot;
EndSubSection
SubSection quot;Displayquot;
Depth16
Modesquot;1280x1024quot; quot;1024x768quot; quot;800x600quot; quot;640x480quot;
EndSubSection
SubSection quot;Displayquot;
Depth24
Modesquot;1280x1024quot; quot;1024x768quot; quot;800x600quot; quot;640x480quot;
EndSubSection
EndSectionThen I rebooted GNOME (ctrl+alt+backspace) and voila! (funny, look at me how I am talking, and I am so N00B at this, I mean I installed ubuntu yesterday for the first time in my life)
I got some more issues but for now I am going to take a break.
Hi phr0ze,
Originally Posted by phr0ze
Also the 1st reply is wrong,type:
gksudo gedit /etc/X11/xorg.conf
don't use sudo for graphical programs.
As I said, I too am a newbie, and have not heard of the 'gksudo' command. I have used only sudo ..... What exactly is the difference, if both work for editing a text file?
Thanks
longlegs
There is lots of info on the usage of gksudo and sudo.
A general rule: If a new window will pop up from the command you should use gksudo. If the command will run in the existing window use sudo. You'll just have to get used to knowing which commands open a new window.
OP:
I'm glad your problems are solved.
A couple of links...
For sudo/gksudo:
community/RootSudo
For resolution issues:
from : localhost//showthread.php?p=454217
Originally Posted by dror_triemanHello All
I'm nob in UBUNTU, at the moment very pleased.
I have annoying problem with the screen resolution.
My computer has Radeon 9200, downloaded the drivers from ATI website,
but still, the largest resolution possible from the System-gt references-gt; Screen Resolution
is 800X600.
How can I fix it?
Thanks
Could you PLEASE tell me where you got the driver, it's file name, etc? Also any instructions to go with it all.
I must have tried a hundred different searches for info on how to fix mine, but none have worked. I have the same problem as you, low resolution. I downloaded some sort of install file from ATI, but it didn't work, and it had no instructions. I'm not a complete computer idiot, but I'm still learning Linux, and it's frustrating when the instructions assume you know what you're doing.
Thanks.
Originally Posted by wxmanCould you PLEASE tell me where you got the driver, it's file name, etc? Also any instructions to go with it all.
I must have tried a hundred different searches for info on how to fix mine, but none have worked. I have the same problem as you, low resolution. I downloaded some sort of install file from ATI, but it didn't work, and it had no instructions. I'm not a complete computer idiot, but I'm still learning Linux, and it's frustrating when the instructions assume you know what you're doing.
Thanks.Try getting Envy package and install it, it will do all the work for you:
from : localhost/like you, I am not a complete idiot, but I just have 3 days using Linux. After you install the drivers and still can't get the resolution you want, just read above, the first 2 post in this thread.
Originally Posted by racso39Try getting Envy package and install it, it will do all the work for you:
from : localhost/like you, I am not a complete idiot, but I just have 3 days using Linux. After you install the drivers and still can't get the resolution you want, just read above, the first 2 post in this thread.
I did try the Envy package, and after it did the install of the ATI driver, the whole system wouldn't reboot. I had to revert back to what I had before to make anything work. |