Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 23-04-2005, 09:28 AM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: Oct 2004
Location: cyber den
Posts: 4
Default refresh rate


How do we change the refresh rate of the monitor in Red Hat Linux 9.0?
sweetvenom is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 23-04-2005, 09:45 AM   #2 (permalink)
Wise Old Owl
 
Join Date: Aug 2004
Location: New Delhi
Posts: 1,150
Default

open the configration file found at the folloing location

#vi /etc/X11/xorg.conf

Now scroll down to the monitor section and you will see something as seen below


Identifier "dell"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

HorizSync 31.5 - 57.0

# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

VertRefresh 50-100


edit the existing value and add the desired refresh rate supported by your monitor.

There are also some utilites available to do this via some gui setup.
__________________
**** happens
pradeep_chauhan is offline  
Old 23-04-2005, 09:59 AM   #3 (permalink)
Right Off the Assembly Line
 
Join Date: Oct 2004
Location: cyber den
Posts: 4
Default refresh rate

Linux recognises my monitor as LG 700B instead of LG 700E. My display is set at 1024x768 @ 60HZ. I want to change it o 1024x768 @ 85 Hz.
sweetvenom is offline  
Old 23-04-2005, 10:01 AM   #4 (permalink)
In The Zone
 
cool_dude_prav's Avatar
 
Join Date: Sep 2004
Location: Chennai
Posts: 353
Default

I believe that you can choose your own Refresh Rates(within manufacturer's limits though) using a proggie called gtf

I shall explain it here..

Say for example, you want it to be 640*480 @ 75Hz.

Install gtf (dunno how its done on RH )

You can use the following command : gtf <vertical size> <horizontal size> <refresh rate>
Code:
gtf 640 480 75
It will give an output as 2 lines...
Code:
# 640x480 @ 75.00 Hz (GTF) hsync: 37.65 kHz; pclk: 30.72 MHz
  Modeline "640x480_75.00"  30.72  640 664 728 816  480 481 484 502  -HSync +Vsync
Paste these 2 lines in your xorg.conf(dont forget to backup) in the monitor section

Code:
Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	31-101
	VertRefresh	60-160
EndSection
will now become

Code:
Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	31-101
	VertRefresh	60-160
        # 640x480 @ 75.00 Hz (GTF) hsync: 37.65 kHz; pclk: 30.72 MHz
        Modeline "640x480_75.00"  30.72  640 664 728 816  480 481 484 502  -HSync +Vsync
EndSection

Hope it helps...

BTW Source from an Ubuntu support forum...

Cheers!!!

] K8)8)L [
__________________
The Bloglines of an Angry Indian -
www.angry-indian.com

If only life were as easy as Ctrl+Z (undo) and F4/Ctrl+Y (redo)...
cool_dude_prav is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Sujeet
- by soumya
- by clmlbx
- by Charan

Advertisement




All times are GMT +5.5. The time now is 01:20 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2