Rafraichissement moniteur - RedHat 9

Rafraichissement moniteur - RedHat 9 - Linux et OS Alternatifs

Marsh Posté le 09-02-2004 à 20:41:34    

Où peut on changer la fréquence de rafraichissement sur la RedHat 9 ?
J'ai une carte ATI All In Wonder ancienne génération.
Là je dois être à 50Hertz... ça nique les yeux ! :pt1cable:


Message édité par Mams le 10-02-2004 à 09:30:28
Reply

Marsh Posté le 09-02-2004 à 20:41:34   

Reply

Marsh Posté le 10-02-2004 à 09:32:01    

J'ai mal à mon n'oeil ! [:angel_dooglas]


---------------
Je me lève de bonne humeur
Reply

Marsh Posté le 10-02-2004 à 10:00:14    

tu peux le changer dans le XF86config (dans /etc/X11)

Reply

Marsh Posté le 12-02-2004 à 19:18:10    

Faut changer quoi ?
 

Citation :

# XFree86 4 configuration created by redhat-config-xfree86
 
Section "ServerLayout"
 Identifier     "Default Layout"
 Screen      0  "Screen0" 0 0
 InputDevice    "Mouse0" "CorePointer"
 InputDevice    "Keyboard0" "CoreKeyboard"
 InputDevice    "DevInputMice" "AlwaysCore"
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      "keyboard"
 Option     "XkbRules" "xfree86"
 Option     "XkbModel" "pc105"
 Option     "XkbLayout" "fr"
EndSection
 
Section "InputDevice"
 Identifier  "Mouse0"
 Driver      "mouse"
 Option     "Protocol" "IMPS/2"
 Option     "Device" "/dev/psaux"
 Option     "ZAxisMapping" "4 5"
 Option     "Emulate3Buttons" "no"
EndSection
 
Section "InputDevice"
 
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
 Identifier  "DevInputMice"
 Driver      "mouse"
 Option     "Protocol" "IMPS/2"
 Option     "Device" "/dev/input/mice"
 Option     "ZAxisMapping" "4 5"
 Option     "Emulate3Buttons" "no"
EndSection
 
Section "Monitor"
 Identifier   "Monitor0"
 VendorName   "Monitor Vendor"
 ModelName    "Philips 105S(15inch/CM1300)"
 DisplaySize  280 210
 HorizSync    30.0 - 54.0
 VertRefresh  60.0 - 110.0
 Option     "dpms"
EndSection
 
Section "Device"
 Identifier  "Videocard0"
 Driver      "ati"
 VendorName  "Videocard vendor"
 BoardName   "ATI All-in-Wonder"
 VideoRam    16384
EndSection
 
Section "Screen"
 Identifier "Screen0"
 Device     "Videocard0"
 Monitor    "Monitor0"
 DefaultDepth     24
 SubSection "Display"
  Depth     24
  Modes    "1024x768" "800x600" "640x480"
 EndSubSection
EndSection
 
Section "DRI"
 Group        0
 Mode         0666
EndSection


Message édité par Mams le 12-02-2004 à 19:19:46

---------------
Je me lève de bonne humeur
Reply

Marsh Posté le 12-02-2004 à 20:21:52    

Faut faire un modeline que tu insère dans la section Monitor. Y un site qui génère ça en fonction des specs de ton moniteur -> http://koala.ilog.fr/cgi-bin/nph-colas-modelines


---------------
-@- When code matters more than commercials -@-
Reply

Marsh Posté le 12-02-2004 à 21:21:19    

dans la ligne VertRefresh, tu remplace le 60.0 par 75 (ou 85 si ton moniteur tient le 1024 en 85Hz)

Reply

Marsh Posté le 13-02-2004 à 10:33:21    

arghbis a écrit :

dans la ligne VertRefresh, tu remplace le 60.0 par 75 (ou 85 si ton moniteur tient le 1024 en 85Hz)


 
Mouais, c'est bien ce que je pensais.
Au départ RedHat m'a configuré le rafraichissement en 50Hz, j'ai mis 60 mais je n'ai pas vu de différence.
J'essaierai 70 et je verrai bien !
 
Par contre pour que ça prenne en compte les changements, il faut surrement que je redémarre le pc (ça c'est la solution simple) mais il doit y avoir un moyen de redémarrer X... non ?


---------------
Je me lève de bonne humeur
Reply

Marsh Posté le 13-02-2004 à 10:34:21    

tu fais un logout, et quand tu es sur l'écran de connection, tu fais ctrl+alt+backspace (pas suppr hein!). comme ça tu redémarres le serveur X

Reply

Marsh Posté le 17-02-2004 à 13:02:26    

Merci, ça marche nickel !  :hello:


---------------
Je me lève de bonne humeur
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed