Fréquence bloquer 50hz

Podz. Messages postés 42 Statut Membre -  
Podz. Messages postés 42 Statut Membre -
Bonjour,

Je voudrais changer la fréquence de l'écran à 60 hz mais dans "système-->préférence-->résolution écran" je ne peux pas aller plus haut que 50 hz en 1280*1024 pourtant j'ai un HP vs17e qui me permetais sous windows d'aller à 60 hz (75 hz max).Je suis allé voir dans /etc/X11/xorg.conf mais je n'est que sa :

#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
Option "AddARGBGLXVisuals" "True"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
EndSection
Section "Module"
Load "glx"
EndSection

Merci de bien vouloir m'aider.
A voir également:

5 réponses

kiki
 
Bonsoir,

A première vue il manque des lignes dans le xorg.conf.

Il indique d'alleur de lancer cette commande en mode console : "sudo dpkg-reconfigure -phigh xserver-xorg" afin de completer la configuration.
0
Podz. Messages postés 42 Statut Membre
 
Résultat de la commande :

xserver-xorg postinst warning: overwriting possibly-customised configuration
file; backup in /etc/X11/xorg.conf.20080726221734

Suite à la commande le fichier a été modifier :

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
0
Podz. Messages postés 42 Statut Membre
 
J'arrive a aller a 60 hz lorsque l'accélération 3d est désactivé sinon je retombe a 50 hz.

Que faire ?
0
Podz. Messages postés 42 Statut Membre
 
Up ?
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
Podz. Messages postés 42 Statut Membre
 
Up ! Plz
0