N'arrive pas à pousser la fréquence de rafraichissement

N'arrive pas à pousser la fréquence de rafraichissement - Installation - Linux et OS Alternatifs

Marsh Posté le 20-04-2007 à 00:45:07    

JE viens d'installer une Ubuntu 7.04 avec les drivers de nvidia avec succes. J'ai une gforce 4 ti.
 
J'arrivais pas à pousser la resolution à 1280*1024, j'ai donc modifier le fichier de Xorg :


Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation NV28 [GeForce4 Ti 4200 AGP 8x]"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection


 
cela fonctionne impec mais par contre je n'arrive toujours pas à pousser la fréquence de mon ecran.  Le max que l'on me propose est du 55Hz via l'outil de Gnome.
 
J'ai un Mitsubishi 930 SB, j'aimerais le pousser à 85Hz ou à 100Hz.
 
J'ai pourtant indiquer :

Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 160.0
    Option         "DPMS"
EndSection

Reply

Marsh Posté le 20-04-2007 à 00:45:07   

Reply

Marsh Posté le 20-04-2007 à 08:30:26    

salut,
 
question con mais : tu relances ton serveur X après chaque modif ?
/etc/init.d/gdm restart
 
parce que pourtant ces histoires de fréquences de rafraichissement, c'est avec les HorizSync et VertRefresh que ça se règle et dans ton cas, ces paramètres sont corrects pour ton écran ...

Reply

Marsh Posté le 20-04-2007 à 08:53:02    

je ne fais pas ta commande, j'ai fais un Ctrl + Shift + backspace. Cela a bien relancé le serveur X car j'ai pu choisir des resolutions plus importantes.


Message édité par weed le 20-04-2007 à 21:34:31
Reply

Marsh Posté le 20-04-2007 à 11:55:25    

tu as pu choisir des résolutions plus importantes mais pas supérieurs à 55Hz, si je comprends bien ?
 
 
D'après un man xorg.conf, les options HorizSync et VertRefresh, pour spécifier une plage, se notent valeur-valeur sans espace
 
ce qui donnerait pour ta conf :

Code :
  1. Section "Monitor"
  2.     Identifier     "Generic Monitor"
  3.     HorizSync       30-110
  4.     VertRefresh     50-160
  5.     Option         "DPMS"
  6. EndSection


 
après est ce que c'est juste ça ...

Reply

Marsh Posté le 20-04-2007 à 13:12:52    

Avant, je pouvais choisir au maximum la résolution 1024*780 à 60Hz.
 
Apres la modification de mon xorg.conf, j'ai pu choisir le 1280*1024 dans l'outil de Gnome mais par contre je ne peux choisir au maximum un taux de rafraichissement de 55Hz.
 
Je suis au boulot, j'essairais ce soir sans espace.
 
Ecran Mitusbishi 930SB 19"
Carte : Gforce 4 Ti 4200

Reply

Marsh Posté le 20-04-2007 à 21:44:04    

J'ai fait comme tu as dit en supprimant l'espace mais cela ne fait rien. J'ai aussi positionner le nombre de couleur à 16 bits par defaut mais rien n'y fait  
 
http://img67.imageshack.us/img67/8781/crannu4.png
 
 
Voici mon xorg en entier mis à jour si cela peut aider.  
 

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Nov  9 17:55:20 PST 2006
 
# /etc/X11/xorg.conf (xorg 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(5) 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 "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection
 
Section "Files"
 
 # path to defoma fonts
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
 
Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "vbe"
EndSection
 
Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "fr"
    Option         "XkbVariant" "oss"
EndSection
 
Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection
 
Section "InputDevice"
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"  # Tablet PC ONLY
EndSection
 
Section "InputDevice"
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4"  # Tablet PC ONLY
EndSection
 
Section "InputDevice"
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4"  # Tablet PC ONLY
EndSection
 
Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       30.0-110.0
    VertRefresh     50.0-160.0
    Option         "DPMS"
EndSection
 
Section "Device"
    Identifier     "nVidia Corporation NV28 [GeForce4 Ti 4200 AGP 8x]"
    Driver         "nvidia"
EndSection
 
Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation NV28 [GeForce4 Ti 4200 AGP 8x]"
    Monitor        "Generic Monitor"
    DefaultDepth    16
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
 


 

Reply

Marsh Posté le 20-04-2007 à 22:01:57    

weed a écrit :

J'ai fait comme tu as dit en supprimant l'espace mais cela ne fait rien. J'ai aussi positionner le nombre de couleur à 16 bits par defaut mais rien n'y fait  
 
http://img67.imageshack.us/img67/8781/crannu4.png
 
Je tiens a signaler que je me suis pas planter dans les frequences
http://www.achetezfacile.com/mitsu [...] 24158.html

Citation :

Résolution maximale 1920 x 1440 à 73Hz
Fréquence verticale maximale 160 Hz
Fréquence horizontale maximale 110 KHz


 
Voici mon xorg en entier mis à jour si cela peut aider.  
 

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Nov  9 17:55:20 PST 2006
 
# /etc/X11/xorg.conf (xorg 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(5) 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 "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection
 
Section "Files"
 
 # path to defoma fonts
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
 
Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "vbe"
EndSection
 
Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "fr"
    Option         "XkbVariant" "oss"
EndSection
 
Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection
 
Section "InputDevice"
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"  # Tablet PC ONLY
EndSection
 
Section "InputDevice"
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4"  # Tablet PC ONLY
EndSection
 
Section "InputDevice"
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4"  # Tablet PC ONLY
EndSection
 
Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       30.0-110.0
    VertRefresh     50.0-160.0
    Option         "DPMS"
EndSection
 
Section "Device"
    Identifier     "nVidia Corporation NV28 [GeForce4 Ti 4200 AGP 8x]"
    Driver         "nvidia"
EndSection
 
Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation NV28 [GeForce4 Ti 4200 AGP 8x]"
    Monitor        "Generic Monitor"
    DefaultDepth    16
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
 



Reply

Marsh Posté le 21-04-2007 à 08:12:58    

Essaye en enlevant les ".0" :

Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       30-110
    VertRefresh     50-160
    Option         "DPMS"
EndSection


 
De plus, essaye chacune des fréquences proposées (50, 54 et 55Hz ?) et vérifie via l'OSD de ton écran la fréquence réelle de celui-ci.

Reply

Marsh Posté le 21-04-2007 à 10:30:03    

Sur le topic officiel de Ubuntu, on m'a conseillé d'utiliser nvidia-settings et effectivement ça marche beaucoup mieux, et sans aucune bidouille manuelle.
Vivement que Ubuntu (ou Gnome) intègre un outil similaire de base, et pour tout le monde :jap:

Reply

Marsh Posté le 07-05-2007 à 10:53:37    

Fouge a écrit :

Sur le topic officiel de Ubuntu, on m'a conseillé d'utiliser nvidia-settings et effectivement ça marche beaucoup mieux, et sans aucune bidouille manuelle.
Vivement que Ubuntu (ou Gnome) intègre un outil similaire de base, et pour tout le monde :jap:


 
Salut
 
j'ai exactement le même problème, peux-tu préciser ce qu'est "nvidia-settings" ? un package à installer ?

Reply

Marsh Posté le 07-05-2007 à 10:53:37   

Reply

Marsh Posté le 26-07-2007 à 18:46:02    

Oui c'est dans un packet ou livrer avec les drivers nvidia qu'on trouve sur le site officiel.

Reply

Marsh Posté le 28-07-2007 à 02:38:15    

ou sinon rajouter ceci ds la section monitor :
 

Option          "UseEdidFreqs"          "false"
Option          "UseEDID"               "false"
Option          "ModeValidation"        "NoEdidModes"

Reply

Sujets relatifs:

Leave a Replay

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