Video driver is only allowing 60hz refresh i know the card can handle 75HZ need update as screen refresh is visible

Asked by Jamsy

I have recently installed Ubuntu 7.04 and i absolutely love it but I have a small problem My ATI Radeon 7000 graphics card i know it is capable of 1280 x 1024 @ 75HZ but with the driver "ati" listed in the xorg.conf file i am only getting 60HZ which is not good for the screen or the eyes. i have edited the conf file but it only crashes xserver on reboot so is there anything else i can do or is there an update available.

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Andrea Corbellini
Solved:
Last query:
Last reply:
Revision history for this message
Andrea Corbellini (andrea.corbellini) said :
#1

How did you edit /etc/X11/xorg.conf ?

Revision history for this message
Jamsy (jamesysmail) said :
#2

Hi Andrea,

At first i changed the name of the driver from ati to radeon as all the docs i could find would list radeon as as being the right one for my installation, after failing i changed the horizontal and vertical sync values to try and increase the refresh rate but none of these worked.

Revision history for this message
Andrea Corbellini (andrea.corbellini) said :
#3

Mh... not good.
Boot in the recovery mode and follow those steps:
1. If you made a backup copy of the file:
  Type:
  cd /etc/X11 && ls
  You will get a list of files in the directory. Once you have found your backup, type this command:
  mv backup-file xorg.conf
  (replace "backup-file" with the real name of the file)
2. Otherwise (or if you find he method 1 too difficult):
  sudo dpkg-reconfigure xserver-xorg

Revision history for this message
Jamsy (jamesysmail) said :
#4

My Xorg file is fine i was able to return it to it's original state by booting up with the live CD and changing it, however my screen refresh is still poor and there are no drivers that i can find that are better than the one i have. any suggestions?

Revision history for this message
Daniel de Souza Telles (danielsouza) said :
#5

Open xorg.conf

sudo gedit /etc/X11/xorg.conf

In Section "Monitor" typ the real values for Horsync e Vertrefresh, see in builder website.

In Section Screen, down Defaultdepth add this line:

Option "metamodes" "1280x1024_75 +0+0; 1280x1024 +0+0; 1024x768 +0+0; 800x600 +0+0; 640x480 +0+0"

In 1280x1024 you put yoy Resolution and in 75 you put your Refresh Rate.

Ok?

Revision history for this message
Andrea Corbellini (andrea.corbellini) said :
#6

An easy way is add to the available resolutions x75. For example:
# From
SubSection "Display"
                Depth 24
                Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection

# To
SubSection "Display"
                Depth 24
                Modes "1280x1024x75" "1024x768x75" "800x600x75" "720x400x75" "640x480x75"
EndSubSection

Revision history for this message
Jamsy (jamesysmail) said :
#7

I changed the values to
SubSection "Display"
                Depth 24
                Modes "1280x1024x75" "1024x768x75" "800x600x75" "720x400x75" "640x480x75"
EndSubSection
and it booted fine with no errors however when i open system > Preferences > screen resolution it is still 60HZ and there are no otrher values in the list and the refresh is still visible.

any other suggestions if not i might just have to purchase another graphics card. one that the manufacturer has a driver for.

Revision history for this message
Andrea Corbellini (andrea.corbellini) said :
#8

Try to follow Daniel's suggestion :D

Revision history for this message
Jamsy (jamesysmail) said :
#9

I tried daniels suggestion but still nothing. i'm curious to know, in the screen resolution changer in gnome exactly what part of the xorg.conf file does it get the regresh rate value from.

Revision history for this message
Best Andrea Corbellini (andrea.corbellini) said :
#10

This will work perforce:
sudo dpkg-reconfigure xserver-xorg

Revision history for this message
Jamsy (jamesysmail) said :
#11

Thanks Andrea Corbellini, that solved my question.

Revision history for this message
Jamsy (jamesysmail) said :
#12

What i did here is just increase the values of the horizontal sync and the vertical refresh to 100 as i did when editing the xorg.conf file.

Thanks very much for your help.......legend!