[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Nvidia : mode 1920*1080 changé à chaque reboot



On 11/12/2013 09:58 AM, Nicolas FRANCOIS wrote:
Le Mon, 11 Nov 2013 11:24:34 +0100,
François Patte <francois.patte@mi.parisdescartes.fr> a écrit :

Le 10/11/2013 20:56, Nicolas FRANCOIS a écrit :
Salut.

J'ai réglé avec nvidia-settings le mode par défaut au mode optimal
de mon écran, soit 1920*1080*60Hz. Lorsque je boote, l'écran de
connexion est dans le bon mode. Mais quand je me loggue, l'écran
s'éteint, et se rallume en 1680*1050. Et ça m'énerve...

J'ai cherché dans mon répertoire perso, et ai vu deux choses : un
fichier .nvidia-settings-rc, qui ne contient pas de résolution par
défaut, et un répertoire .nv, qui ne contient qu'un sous-répertoire
GLCache avec deux sous-répertoires aux noms idiots et des trucs
bizarres dedans.

Que se passe-t-il si on vire ces deux trucs (mv.... de façon à revenir
s'il y a un pb)?

Les virer ne change rien (ce qui est plutôt rassurant !)

Comment faire pour ne pas modifier les réglages du
fichier /etc/X11/xorg.conf ?

Que contient la section "Screen"?

Ça :

Section "Screen"
     Identifier     "Screen0"
     Device         "Device0"
     Monitor        "Monitor0"
     DefaultDepth    24
     Option         "Stereo" "0"
     Option         "nvidiaXineramaInfoOrder" "DFP-0"
     Option         "metamodes" "1920x1080_60 +0+0"
     SubSection     "Display"
         Depth       24
     EndSubSection
EndSection

D'autre part, le fichier Xorg.log.0 contient des choses bizarres. Je le
joins en pièce jointe. Plein de sections qui se répètent, et UNE
mention d'un passage en 1680*1050...

Bonjour
L'utilitaire nvidia-settings permet de générer un fichier ok.
Mon xorg.conf qui marche normalement. Tu peux supprimer la 2° section screen "screen1" si tu ne veux pas démarrer 2 sessions X en même temps:

xorg.conf pour nvidia à adapter:

# nvidia-settings: X configuration file generated by nvidia-settings
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "InputDevice"
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"    # USB ONLY
    Option         "Type" "stylus"
    Option         "USB" "on"                  # USB ONLY
EndSection

Section "InputDevice"
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"    # USB ONLY
    Option         "Type" "eraser"
    Option         "USB" "on"                  # USB ONLY
EndSection

Section "InputDevice"
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"    # USB ONLY
    Option         "Type" "cursor"
    Option         "USB" "on"                  # USB ONLY
EndSection

Section "InputDevice"
    Identifier     "pad"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"    # USB ONLY
    Option         "Type" "pad"
    Option         "USB" "on"                  # USB ONLY
EndSection

Section "InputDevice"
    Identifier     "touch"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"    # USB ONLY
    Option         "Type" "touch"
    Option         "USB" "on"                  # USB ONLY
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Eizo SX2462W"
    HorizSync       31.0 - 76.0
    VertRefresh     59.0 - 61.0
#    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Eizo SX2462W"
    HorizSync       31.0 - 76.0
    VertRefresh     59.0 - 61.0
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "Quadro 600"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "Quadro 600"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "DFP-0: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
#        Modes "1920x1200"
    EndSubSection
EndSection

#FACULTATIF
Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "DFP-1: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
#        Modes "1920x1200"
    EndSubSection
EndSection



--
Maderios



Reply to: