Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
714 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs

  Rafraichissement moniteur - RedHat 9

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Rafraichissement moniteur - RedHat 9

n°405740
Mams
Posté le 09-02-2004 à 20:41:34  profilanswer
 

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
mood
Publicité
Posté le 09-02-2004 à 20:41:34  profilanswer
 

n°406004
Mams
Posté le 10-02-2004 à 09:32:01  profilanswer
 

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


---------------
Je me lève de bonne humeur
n°406008
arghbis
salops de dauphins
Posté le 10-02-2004 à 10:00:14  profilanswer
 

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

n°408243
Mams
Posté le 12-02-2004 à 19:18:10  profilanswer
 

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
n°408303
manu025
Posté le 12-02-2004 à 20:21:52  profilanswer
 

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 -@-
n°408333
arghbis
salops de dauphins
Posté le 12-02-2004 à 21:21:19  profilanswer
 

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

n°408550
Mams
Posté le 13-02-2004 à 10:33:21  profilanswer
 

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
n°408552
arghbis
salops de dauphins
Posté le 13-02-2004 à 10:34:21  profilanswer
 

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

n°410988
Mams
Posté le 17-02-2004 à 13:02:26  profilanswer
 

Merci, ça marche nickel !  :hello:


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

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs

  Rafraichissement moniteur - RedHat 9

 

Sujets relatifs
redhat installé en ligne de commande unikmentRedHat v7.2
update redhat via sshredhat 9, gestion des paquetages ?
exim 4.30-5 sur redhat 9 ?[fedora / redhat] quelques questions de newbie !
Installation de Redhat 9 impossible?Migration Redhat ->9 : Probleme LOAD compliqué.
[Knoppix]Regler le raffraichissement du moniteurRedhat 7.2 et nouveau hardware.
Plus de sujets relatifs à : Rafraichissement moniteur - RedHat 9


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR