Bonsoir,
J’aimerais paramètré mon affichage pour faire du dualview. J’ai une carte graphique Nvidia 8800 GT.
J’ai installé les drivers fournis par NVIDIA avec toutes les dépendances hedears etc qui vont bien…
Quand j’avais fait ça sous etch, j’avais un onglets dans le menu application pour gérer le serveur nvidia et configurer directement l’affichage, mais là avec lenny je n’ai rien…
J’ai cherché sur le net et finalement j’ai reconfigurer mon xorg.conf comme ceci:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Tue Jan 6 10:03:02 PST 2009
Section "ServerLayout"
Identifier "NVIDIA Layout"
Screen 0 "NVIDIA-Screen[0]-0" 0 0
Screen "NVIDIA-Screen[0]-1" RightOf "NVIDIA-Screen[0]-0"
# InputDevice "Keyboard0" "CoreKeyboard"
# InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "on"
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"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "Monitor"
Identifier "NVDIA-Monitor[0]-0"
VendorName "IIYAMA"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "NVDIA-Monitor[0]-1"
VendorName "COMPAQ"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "NVIDIA-Device[0]-0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Device"
Identifier "NVIDIA-Device[0]-1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Screen 1
EndSection
Section "Screen"
Identifier "NVIDIA-Screen[0]-0"
Device "NVIDIA-Device[0]-0"
Monitor "NVIDIA-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "NVIDIA-Screen[0]-1"
Device "NVIDIA-Device[0]-1"
Monitor "NVIDIA-Monitor[0]-1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
lorsque je lance la commande dpkg-reconfigure xserver-xorg voici le fichier xorg.conf qui est créé:
# 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" "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
et en faite il ne me pose des questions que sur le clavier…
si je fais nvidia-xconfig il m’envoi ce message :
Using X configuration file: "/etc/X11/xorg.conf".
VALIDATION ERROR: Data incomplete in file /etc/X11/xorg.conf.
Device section "Configured Video Device" must have a Driver
line.
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'
bref je tourne en rond, bien sure je précise qu’avec mon fichier xorg.conf modifié ça ne marche pas, je n’ai que le premier écran qui fonctionne…
J’attend vos chatoyantes lumières avec impatience
!!!