bonjour j'ai un pbl pour changer mon rafraichissement en 100hz j'ai installer les pilote Nvidia de chez livna sur ma FC5 pas de problem mais je suis en résolution 1280*960 60hz donc un rafraichissement tres bas pour mon ecran 19" iiyama vision master pro 451 et ma carte 6600gt je voudrai le passer en 100hz comme sous windows mais rien y fait toutes les modif que je peut faire dans xorg.conf ne change rien du tout.

que faire ?
Salut.
Dans la section Monitor, il va falloir rajouter des lignes de ModeLine. C'est pas gagne car il faut les frequences de rafraichissement verticale, horizontale...donc les caracteristiques de ton ecran CRT.
c'est du style ;
ModeLine "1280x800" 147.89 1280 1376 1512 1744 800 801 804 848

tu as ce lien qui permet de la calculer en fonction de tes parametres :
http://koala.ilog.fr/cgi-bin/nph-colas-modelines-fr

Je te previens, c'est ardu et dangeureux car tu peux "flinguer" ton ecran. Il y avait un outil sous redhat (xf86setup) qui permettait de faire mumuse mais il a disparu...
Y a peut-etre un equivalent sous FC...
++
Essaie de modifier ton fichier /etc/X11/xorg.conf et de rajouter, après t'être assuré qu'ils sont supportés par ton moniteur, les modes que tu souhaites dans la SubSection "Display". Par exemple

"1280x960_60" "1280x960_100"

Voici un extrait de mon fichier /etc/X11/xorg.conf qui m'a permis après modification d'avoir accès au mode 1024x768 avec un rafraichissement de 75 MHz avec le dernier driver nVidia :
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 "1280x1024" "1024x768_75" "1024x768_60"
EndSubSection
EndSection
@didierg
Je ne suis pas sur que ca soit suffisant. Dans tous les cas, verifie dans la doc de l'ecran ses limites...
++
alors merci deja d'avoir répondu.
j'ai tester un peut tout ca mais ca ne change pas grand chose en fait je suis tjs limiter a 60hz pour le 1280x960 quand je veut changer la résolution dans les preferences je n'ai que ce choix la.

je vous joint le fichier xorg.conf
# 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" "fr"
Option "XkbVariant" "latin9"
EndSection

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

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Iiyama A902MT, VisionMaster Pro 451"
DisplaySize 360 290
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 115.0
VertRefresh 50.0 - 180.0
ModeLine "1280x960" 172.8 1280 1336 1616 1728 960 962 974 1000
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "nVidia Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
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 "1280x960" "1152x864" "1024x768" "800x600"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection
alors parcontre si je rajoute "1280x960_100" par exemple ca n'apparai pas dans les choix
voila ca fait plusieur jour que je suis dessus je commence a me tirer les cheveux lol.
As-tu essayé de remplacer dans ta SubSection "Display" la ligne

Modes "1280x960" "1152x864" "1024x768" "800x600"

par

Modes "1280x960_60" "1280x960_100" "1152x864" "1024x768" "800x600"

Pour moi avec le driver nVidia, ça m'a solutionné ce problème de choix de fréquence non proposé.
Si non,
faudra que tu rajoutes des ModeLine !
++
bon alors je n'est tjs pas réussi mm apres avoir regler selon les specifications du constructeur et ca ne change rien que je mette le modline et "1280x960_60" "1280x960_100" je n'est tjs que le 60hz je n'y comprend plus rien.
# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
FontPath "unix/:7100"
EndSection

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

Section "ServerFlags"
Option "AllowMouseOpenFail" "yes"
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" "fr"
Option "XkbVariant" "latin9"
EndSection

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

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Iiyama A902MT, VisionMaster Pro 451"
DisplaySize 360 290
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 115.0
VertRefresh 50.0 - 180.0
Modeline "1280x960@100" 219.94 1280 1312 2144 2176 960 976 992 1009
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "nVidia Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
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 "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection
Peut-être l'as-tu fait mais comme je te le disais précédemment
As-tu essayé de remplacer dans ta SubSection "Display" la ligne

Modes "1280x960" "1152x864" "1024x768" "800x600"

par

Modes "1280x960_60" "1280x960_100" "1152x864" "1024x768" "800x600"
Cette modif concerne la ligne "Modes" dans la subsection "Display" de la section "Screen".

Si je regarde ton fichier, j'ai l'impression que tu as modifié la ligne "Modeline" de la section "Monitor"
Oui en fait j'ai essayer les 2 mais je l'ai retirer voyant que ca ne changai rien je n'avai tjs que le 60hz de dispo
Et si tu tapes en meme temps sur CTRL, ALT, + du pave numerique pour changer de resolution au vol, ca te change qq chose ?
++
oui ca me change la resolution c a dir ca passe a la resolution 1152 au lieu de passer au 1280 100Hz
hello,
bon a part bidouiller les modlines, je vois pas ce que l'on peut faire de plus...
++
Y a xdvitune qui permet manuellement d'affiner les reglages (balayage) mais bon c'est hyper hot et dangereux pour l'ecran et la CG en cas de fausse manip...
++