The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > Linux
.
google unix.com



Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Refresh ls list on screen (auto-refresh)? skidude UNIX for Dummies Questions & Answers 3 11-13-2007 05:00 PM
AIX 5.3 monitor refresh rate dj.brown AIX 1 12-01-2005 07:03 AM
X-server and UNIX: monitor refresh rate sablot UNIX Desktop for Dummies Questions & Answers 0 09-11-2004 04:17 PM
rate of process laila63 UNIX for Dummies Questions & Answers 0 05-20-2004 12:20 PM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 06-08-2005
armen armen is offline
Registered User
  
 

Join Date: Jan 2005
Posts: 29
How to increase refresh rate

Hi,
I am using fc3, and I would like to know how to increase monitor refresh rate.

I have tried "Applications" > "Preferences" > "Screen Resolution" but I can't seem to increase greater than 85Hz.

I have tried to edit /etc/X11/xorg,conf
but not sure how to...


So here is my file.
How may I specify the refresh rate?
There is a range below for vertical refresh, 50-160, how do I know what is an acceptable range if I were to extend this?

Quote:
# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "PTS0309"
DisplaySize 320 240
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "vesa"
VendorName "Videocard vendor"
BoardName "VESA driver (generic)"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection
  #2 (permalink)  
Old 06-08-2005
jolok jolok is offline
Registered User
  
 

Join Date: Mar 2005
Posts: 64
Quote:
Originally Posted by armen
So here is my file.
How may I specify the refresh rate?
There is a range below for vertical refresh, 50-160, how do I know what is an acceptable range if I were to extend this?

You should read the documentation for the xorg or XFree86 distribution,
whichever is used by Fedora, and consult the manual for your monitor for
the h and v sync ranges.
  #3 (permalink)  
Old 06-09-2005
armen armen is offline
Registered User
  
 

Join Date: Jan 2005
Posts: 29
I know the range is correct, it's just that i want to increase it above 85.

How do I do that?
  #4 (permalink)  
Old 06-10-2005
armen armen is offline
Registered User
  
 

Join Date: Jan 2005
Posts: 29
Yes, I checked the range, 50-160, and that is correct.
My monitor is very new.

I still don't know how I can change the refresh rate from 85 to something higher.
Obviously I can do higher, but HOW.

Please I want to use my monitor without my eyes hurting.
We have very strong experts on this forum, is this question really that hard to asnwer.

How can i specify a higher refresh rate?
  #5 (permalink)  
Old 06-10-2005
locustfurnace locustfurnace is offline Forum Advisor  
Registered User
  
 

Join Date: Aug 2004
Posts: 232
Please read the rules.

(2) No negative comments about others or impolite remarks. Be patient.


Anyway, try changing the xorg.conf file to a single setting, such as;


VertRefresh 100.0

To set the vertical refresh rate to 100Mhz for example.
  #6 (permalink)  
Old 06-11-2005
armen armen is offline
Registered User
  
 

Join Date: Jan 2005
Posts: 29
Quote:
Originally Posted by locustfurnace
Please read the rules.

(2) No negative comments about others or impolite remarks. Be patient.

Anyway, try changing the xorg.conf file to a single setting, such as;
VertRefresh 100.0

To set the vertical refresh rate to 100Mhz for example.
not quite sure what evidence u see that violates forum rules...
I have no doubt in my mind that there are experts or more knowledgable people here, and that's why I asked. One would only be offended if they indeed believed that there are no experts here and took this remark to be sarcastic, which was not the nature or the wording of my response.

lets not make something out of nothing.

being impatient is not a violation of forum rules, its if u act on those impulses in such a way that violates policy, and I HAVE NOT done that.

about setting VertRefresh value to 100.0, i had tried that earlier and X would not load.
That is one of the reasons why I decided to post this question

for those interested, it turned out it was the video card, so i simply replaced my win box monitor w/ my fc3 box and everything works just fine!
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 09:42 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0