Parkatm | Bonjour à tous,
Je me présente : je suis étudiant en informatique et actuellement en stage pour concevoir un site web.
On m'a fournit du matériel dont deux écrans (un DAEWOO 19 pouces TFT LCD et un DAEWIN 17 pouces TFT LCD) et une carte graphique Geforce 6200 nvidia twintech à deux sorties DVI branchée sur un port PCI Express.
La commande "lspci" me donne ceci :
00:00.0 Host bridge: Intel Corporation 82915G/P/GV/GL/PL/910GL Memory Controller Hub (rev 04)
00:01.0 PCI bridge: Intel Corporation 82915G/P/GV/GL/PL/910GL PCI Express Root Port (rev 04)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 3 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 4 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d3)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation 82801FB/FR (ICH6/ICH6R) LPC Interface Bridge (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 03)
00:1f.2 IDE interface: Intel Corporation 82801FB/FW (ICH6/ICH6W) SATA Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)
01:00.0 VGA compatible controller: nVidia Corporation NV44 [GeForce 6200 TurboCache(TM)] (rev a1)
07:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express (rev 01)
Donc le bus ID serait 01:00.0
Je suis sous Debian et pour la version voici le contenu de mon fichier /etc/apt/sources.list
deb http://ftp.fr.debian.org/debian/ stable main contrib non-free
deb http://ftp.fr.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.fr.debian.org/debian/ stable main contrib non-free
deb http://security.debian.org/ stable/updates main contrib
deb-src http://security.debian.org/ stable/updates main contrib
Pour le moment, je fonctionne sur un écran : le plus grand (DAEWOO). Le fichier /etc/X11/xorg.conf contient ceci :
Code :
- 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
|
Mon GNOME marche comme sur des roulettes : l'écran, la souris, le clavier.
Le deuxième écran branché sur la carte graphique n'affiche des choses que lorsque je suis hors interface graphique sur CTRL-ALT-F[1-6].
Je dois configurer un Dual Screen et je n'y connais absolument rien (dailleurs il y a trois jours je ne savais même pas ce que c'était une sortie DVI, un fichier de configuration, X, Debian...) je suis pas très bidouilleur mais mon stage m'y force un peu et c'est pas plus mal. Mais pour ça je bloque vraiment !! J'ai lu des tas et des tas de choses, si bien que tout est mélangé pour moi. Je vous met le fichier de conf sur lequel je travaille.
Pour le tester je fais a chaque fois une sauvegarde de xorg.conf (xorg.conf.bak) et je passe sur la console F1. Je tente de démarrer X et /etc/init.d/gdm et ce que j'obtiens c'est une interface graphique qui fonctionne sur un seul écran (le principal) avec le pavé numérique qui ne fonctionne plus et les applications qui ne s'ouvrent plus une fois GNOME démarré. Alors chaque fois, je retourne sur la console f1, jarrête gdm, je recopie el fichier bak et je redémarre GNOME afin de pouvoir chercher de l'aide supplémentaire sur les forums. Voici l'état actuel de mon fichier de config sur lequel je travaille et qui ne fonctionne pas :
Code :
- # Definition du Clavier
- Section "InputDevice"
- Identifier "Clavier"
- Driver "kbd"
- Option "XkbRules" "xorg"
- Option "XkbModel" "pc105"
- Option "XkbLayout" "fr"
- Option "XkbVariant" "latin9"
- EndSection
- # Definition de la Souris
- Section "InputDevice"
- Identifier "Souris"
- Driver "mouse"
- EndSection
- # Definition de l'ecran principal
- Section "Device"
- Identifier "Ecran Principal"
- EndSection
- #Definition de l'ecran secondaire
- Section "Device"
- Identifier "Ecran Secondaire"
- VendorName "Toto"
- BoardName "Toto aussi"
- BusID "PCI:1:0:0"
- Driver "nv"
- Option "TwinView"
- Option "SecondMonitorHorizSync" "30-70"
- Option "SecondMonitorVertRefresh" "50-140"
- Option "TwinViewOrientation" "LeftOf"
- Option "MetaModes" "1280x1024, 1280x1024; 1280x1024, 1024x768"
- Option "ConnectedMonitor" "lcd, lcd"
- EndSection
- # Definition du moniteur principal
- Section "Monitor"
- Identifier "Daewoo"
- EndSection
- #Definition du moniteur secondaire
- Section "Monitor"
- Identifier "Daewin"
- EndSection
- Section "Screen"
- Identifier "Default Screen"
- Monitor "Daewoo"
- Device "Ecran Principal"
- EndSection
- Section "Screen"
- Identifier "Dual Screen"
- Monitor "Daewin"
- Device "Ecran Secondaire"
- EndSection
- # Layout
- Section "ServerLayout"
- Identifier "Mon super layout" #Nom du Layout
- Screen "Default Screen" #Ajout de l'ecran principal
- Screen "Dual Screen" LeftOf "Default Screen" #Ajout du deuxieme ecran
- InputDevice "Souris" #Ajout de la souris
- InputDevice "Clavier" #Ajout du Clavier
- EndSection
- # et la tout devrait fonctionner ...
|
Entre deux, c'est a dire apres avoir testé le démarrage de X et avant de relancer la version bak qui fonctionne pour un écran, je fais une copie d'une partie du log que voici :
Code :
- Module Loader present
- Markers: (--) probed, (**) from config file, (==) default setting,
- (++) from command line, (!!) notice, (II) informational,
- (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
- (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 4 11:53:43 2008
- (==) Using config file: "/etc/X11/xorg.conf"
- (==) ServerLayout "Mon super layout"
- (**) |-->Screen "Default Screen" (0)
- (**) | |-->Monitor "Daewoo"
- (**) | |-->Device "Ecran Principal"
- (**) |-->Screen "Dual Screen" (1)
- (**) | |-->Monitor "Daewin"
- (**) | |-->Device "Ecran Secondaire"
- (**) |-->Input Device "Souris"
- (**) |-->Input Device "Clavier"
- (==) Automatically adding devices
- (==) Automatically enabling devices
- (==) RgbPath set to "/etc/X11/rgb"
- (==) ModulePath set to "/usr/lib/xorg/modules"
- (==) |-->Input Device "Souris"
- (==) |-->Input Device "Clavier"
- (==) The core pointer device wasn't specified explicitly in the layout.
- Using the first mouse device.
- (==) The core keyboard device wasn't specified explicitly in the layout.
- Using the first keyboard device.
- (II) Open ACPI successful (/var/run/acpid.socket)
- (II) Loader magic: 0x81e2560
- (II) Module ABI versions:
- X.Org ANSI C Emulation: 0.3
- X.Org Video Driver: 2.0
- X.Org XInput driver : 2.0
- X.Org Server Extension : 0.3
- X.Org Font Renderer : 0.5
- (II) Loader running on linux
- (II) LoadModule: "pcidata"
- (II) Loading /usr/lib/xorg/modules//libpcidata.so
- (II) Module pcidata: vendor="X.Org Foundation"
- compiled for 1.4.0.90, module version = 1.0.0
- ABI class: X.Org Video Driver, version 2.0
- (++) using VT number 7
- (II) PCI: PCI scan (all values are in hex)
- (II) PCI: 00:00:0: chip 8086,2580 card 1734,105b rev 04 class 06,00,00 hdr 00
- (II) PCI: 00:01:0: chip 8086,2581 card 0000,0000 rev 04 class 06,04,00 hdr 01
- ................
- [31] -1 0 0x00002000 - 0x0000201f (0x20) IX[B]
- [32] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
- [33] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
- (==) NV(0): Write-combining range (0xe0000000,0x8000000)
- (II) NV(0): Using XFree86 Acceleration Architecture (XAA)
- Screen to screen bit blits
- Solid filled rectangles
- 8x8 mono pattern filled rectangles
- Indirect CPU to Screen color expansion
- Solid Lines
- Scanline Image Writes
- Offscreen Pixmaps
- Setting up tile and stipple cache:
- 32 128x128 slots
- 32 256x256 slots
- 16 512x512 slots
- (==) NV(0): Backing store disabled
- (==) NV(0): Silken mouse enabled
- (II) NV(0): DPMS enabled
- (WW) NV(0): Option "TwinView" is not used
- (WW) NV(0): Option "SecondMonitorHorizSync" is not used
- (WW) NV(0): Option "SecondMonitorVertRefresh" is not used
- (WW) NV(0): Option "TwinViewOrientation" is not used
- (WW) NV(0): Option "MetaModes" is not used
- (WW) NV(0): Option "ConnectedMonitor" is not used
- (==) RandR enabled
- .................
- (WW) Souris: No Device specified, looking for one...
- (II) Souris: Setting Device option to "/dev/input/mice"
- (--) Souris: Device: "/dev/input/mice"
- (==) Souris: Protocol: "Auto"
- (**) Souris: always reports core events
- (==) Souris: Emulate3Buttons, Emulate3Timeout: 50
- (**) Souris: ZAxisMapping: buttons 4 and 5
- (**) Souris: Buttons: 9
- (**) Souris: Sensitivity: 1
- (**) Clavier: always reports core events
- (**) Option "Protocol" "standard"
- (**) Clavier: Protocol: standard
- (**) Option "AutoRepeat" "500 30"
- (**) Option "XkbRules" "xorg"
- (**) Clavier: XkbRules: "xorg"
- (**) Option "XkbModel" "pc105"
- (**) Clavier: XkbModel: "pc105"
- (**) Option "XkbLayout" "fr"
- (**) Clavier: XkbLayout: "fr"
- (**) Option "XkbVariant" "latin9"
- (**) Clavier: XkbVariant: "latin9"
- (**) Option "CustomKeycodes" "off"
- (**) Clavier: CustomKeycodes disabled
- (WW) Souris: No Device specified, looking for one...
- (II) Souris: Setting Device option to "/dev/input/mice"
- (--) Souris: Device: "/dev/input/mice"
- (==) Souris: Protocol: "Auto"
- (**) Option "CorePointer"
- (**) Souris: always reports core events
- (==) Souris: Emulate3Buttons, Emulate3Timeout: 50
- (**) Souris: ZAxisMapping: buttons 4 and 5
- (**) Souris: Buttons: 9
- (**) Souris: Sensitivity: 1
- (**) Option "CoreKeyboard"
- (**) Clavier: always reports core events
- (**) Option "Protocol" "standard"
- (**) Clavier: Protocol: standard
- (**) Option "AutoRepeat" "500 30"
- (**) Option "XkbRules" "xorg"
- (**) Clavier: XkbRules: "xorg"
- (**) Option "XkbModel" "pc105"
- (**) Clavier: XkbModel: "pc105"
- (**) Option "XkbLayout" "fr"
- (**) Clavier: XkbLayout: "fr"
- (**) Option "XkbVariant" "latin9"
- (**) Clavier: XkbVariant: "latin9"
- (**) Option "CustomKeycodes" "off"
- (**) Clavier: CustomKeycodes disabled
- (II) evaluating device (Clavier)
- (II) XINPUT: Adding extended input device "Clavier" (type: KEYBOARD)
- (II) evaluating device (Souris)
- (II) XINPUT: Adding extended input device "Souris" (type: MOUSE)
- (II) evaluating device (Clavier)
- (II) XINPUT: Adding extended input device "Clavier" (type: KEYBOARD)
- (II) evaluating device (Souris)
- (II) XINPUT: Adding extended input device "Souris" (type: MOUSE)
- (--) Souris: PnP-detected protocol: "ExplorerPS/2"
- (II) Souris: ps2EnableDataReporting: succeeded
- (--) Souris: PnP-detected protocol: "ExplorerPS/2"
- (II) Souris: ps2EnableDataReporting: succeeded
|
Aucun (EE) en vue.
Merci à l'avance de l'aide que vous pourrez m'apporter.
|