Page 1 sur 1

[xorg] Résolution full hd nvidia (résolu)

Publié : ven. 04 févr. 2011, 18:58
par Phoenamandre
Bonjour !

J'ai quelques problèmes pour régler la résolution de mon écran lcd full hd. J'ai suivi assidument la procédure décrite sur le wiki disant de placer un fichier 10-monitor.conf dans xorg.conf.d cependant, nvidia semble tout bonnement en ignorer les paramètres de résolution. En effet, tant que je spécifie driver "nvidia", ma résolution n'est pas prise en compte. J'avais déjà des problèmes avec cet écran sur ubuntu, problèmes que j'avais résolus en copiant le fichier gros et rempli de choses inutiles xorg.conf suivant :

Code : Tout sélectionner

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder26) Thu Nov 9 17:55:59 PST 2006

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder26) Thu Nov 9 17:56:28 PST 2006

Section "ServerLayout"
Identifier "Layout0"
screen 0 "Screen0" 0 0
Inputdevice "Keyboard0" "CoreKeyboard"
Inputdevice "Mouse0" "CorePointer"
EndSection

Section "Files"
Rgbpath "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
Load "v4l"
EndSection

Section "ServerFlags"
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 "Monitor"
Identifier "Monitor0"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1920x1080"
Horizsync 31.5-67.0
Vertrefresh 56.0 - 65.0
# modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
# modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
# modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
# modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
# modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
# modeline "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
# modeline "1600x1024@60" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync
# modeline "1680x1050@60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
Gamma 1.0
EndSection

Section "Device"
Identifier "Videocard0"
Boardname "nv"
Busid "PCI:1:0:0"
Driver "nvidia"
Screen 0
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
Defaultdepth 24
Option "ModeValidation" "NoDFPNativeResolutionCheck"
SubSection "Display"
Depth 24
Modes "1920x1080_60" "1280x720_60"
EndSubSection
EndSection 
Merci si vous parvenez à m'aider !

Phoenamandre

Re: [xorg] Résolution full hd nvidia

Publié : ven. 04 févr. 2011, 19:15
par benjarobin
Utilise s'il te plaît des balises codes :D
Sinon avec le contenu actuelle (fichier xorg.conf) cela fonctionne ?
Qu'est ce que tu as mis dans 10-monitor.conf

Re: [xorg] Résolution full hd nvidia

Publié : ven. 04 févr. 2011, 21:06
par Phoenamandre
mon fichier monitor

Code : Tout sélectionner

Section "Monitor"
   Identifier    "Monitor0"
EndSection

Section "Device"
   Identifier    "Device0"
   Driver        "nvidia"
EndSection

Section "Screen"
   Identifier    "Screen0"
   Device        "Device0"
   Monitor       "Monitor0"
   DefaultDepth  24
   SubSection "Display"
       Depth     16
       Modes     "1920x1080_60.00"
   EndSubSection
EndSection
Le xorg.conf, quand je le copie dans /etc/X11, il semble tout simplement ne pas en tenir compte....

Re: [xorg] Résolution full hd nvidia

Publié : ven. 04 févr. 2011, 22:14
par Phoenamandre
Plop,

J'ai copié collé ça

Code : Tout sélectionner

Section "Monitor"

    Identifier     "Generic Monitor"

    HorizSync       66.6 - 66.6

    VertRefresh     59.9

    Modeline "1920x1080" 138.500 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync

EndSection

Section "Device"

    Identifier     "Generic Video Card"

    Driver         "nvidia"

    Option         "ConnectedMonitor" "DFP-1"

    Option         "UseEDID" "false"


EndSection

Section "Screen"

    Identifier     "Default Screen"

    Device         "Generic Video Card"

    Monitor        "Generic Monitor"

    Option         "ExactModeTimingsDVI" "TRUE"

    Option         "ModeValidation" "DFP-1: AllowNon60HzDFPModes, NoEdidModes, NoVesaModes, NoXServerModes"

    DefaultDepth    24

    SubSection     "Display"

        Depth       24

        Modes      "1920x1080"

    EndSubSection
EndSection
Il ça fonctionne....