Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1729 connectés 

  FORUM HardWare.fr
  Hardware - Périphériques
  Ecran

  Configuration d'un Dual Screen avec une nvidia sous Debian

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Configuration d'un Dual Screen avec une nvidia sous Debian

n°496144
Parkatm
Posté le 04-07-2008 à 12:28:09  profilanswer
 

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 :
  1. Section "InputDevice"
  2.         Identifier      "Generic Keyboard"
  3.         Driver          "kbd"
  4.         Option          "XkbRules"      "xorg"
  5.         Option          "XkbModel"      "pc105"
  6.         Option          "XkbLayout"     "fr"
  7.         Option          "XkbVariant"    "latin9"
  8. EndSection
  9. Section "InputDevice"
  10.         Identifier      "Configured Mouse"
  11.         Driver          "mouse"
  12. EndSection
  13. Section "Device"
  14.         Identifier      "Configured Video Device"
  15. EndSection
  16. Section "Monitor"
  17.         Identifier      "Configured Monitor"
  18. EndSection
  19. Section "Screen"
  20.         Identifier      "Default Screen"
  21.         Monitor         "Configured Monitor"
  22. 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 :
  1. # Definition du Clavier
  2. Section "InputDevice"
  3.         Identifier      "Clavier"
  4.         Driver          "kbd"
  5.         Option          "XkbRules"      "xorg"
  6.         Option          "XkbModel"      "pc105"
  7.         Option          "XkbLayout"     "fr"
  8.         Option          "XkbVariant"    "latin9"
  9. EndSection
  10. # Definition de la Souris
  11. Section "InputDevice"
  12.         Identifier      "Souris"
  13.         Driver          "mouse"
  14. EndSection
  15. # Definition de l'ecran principal
  16. Section "Device"
  17.         Identifier      "Ecran Principal"
  18. EndSection
  19. #Definition de l'ecran secondaire
  20. Section "Device"
  21.         Identifier      "Ecran Secondaire"
  22.         VendorName      "Toto"
  23.         BoardName       "Toto aussi"
  24.         BusID           "PCI:1:0:0"
  25.         Driver          "nv"
  26.         Option          "TwinView"
  27.         Option          "SecondMonitorHorizSync" "30-70"
  28.         Option          "SecondMonitorVertRefresh" "50-140"
  29.         Option          "TwinViewOrientation" "LeftOf"
  30.         Option          "MetaModes" "1280x1024, 1280x1024; 1280x1024, 1024x768"
  31.         Option "ConnectedMonitor" "lcd, lcd"
  32. EndSection
  33. # Definition du moniteur principal
  34. Section "Monitor"
  35.         Identifier      "Daewoo"
  36. EndSection
  37. #Definition du moniteur secondaire
  38. Section "Monitor"
  39.         Identifier      "Daewin"
  40. EndSection
  41. Section "Screen"
  42.         Identifier      "Default Screen"
  43.         Monitor         "Daewoo"
  44.         Device          "Ecran Principal"
  45. EndSection
  46. Section "Screen"
  47.         Identifier      "Dual Screen"
  48.         Monitor         "Daewin"
  49.         Device          "Ecran Secondaire"
  50. EndSection
  51. # Layout
  52. Section "ServerLayout"
  53.         Identifier       "Mon super layout" #Nom du Layout
  54.         Screen  "Default Screen" #Ajout de l'ecran principal
  55.         Screen  "Dual Screen" LeftOf "Default Screen" #Ajout du deuxieme ecran
  56.         InputDevice "Souris" #Ajout de la souris
  57.         InputDevice     "Clavier" #Ajout du Clavier
  58. EndSection
  59. # 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 :
  1. Module Loader present
  2. Markers: (--) probed, (**) from config file, (==) default setting,
  3. (++) from command line, (!!) notice, (II) informational,
  4. (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  5. (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul  4 11:53:43 2008
  6. (==) Using config file: "/etc/X11/xorg.conf"
  7. (==) ServerLayout "Mon super layout"
  8. (**) |-->Screen "Default Screen" (0)
  9. (**) |   |-->Monitor "Daewoo"
  10. (**) |   |-->Device "Ecran Principal"
  11. (**) |-->Screen "Dual Screen" (1)
  12. (**) |   |-->Monitor "Daewin"
  13. (**) |   |-->Device "Ecran Secondaire"
  14. (**) |-->Input Device "Souris"
  15. (**) |-->Input Device "Clavier"
  16. (==) Automatically adding devices
  17. (==) Automatically enabling devices
  18. (==) RgbPath set to "/etc/X11/rgb"
  19. (==) ModulePath set to "/usr/lib/xorg/modules"
  20. (==) |-->Input Device "Souris"
  21. (==) |-->Input Device "Clavier"
  22. (==) The core pointer device wasn't specified explicitly in the layout.
  23. Using the first mouse device.
  24. (==) The core keyboard device wasn't specified explicitly in the layout.
  25. Using the first keyboard device.
  26. (II) Open ACPI successful (/var/run/acpid.socket)
  27. (II) Loader magic: 0x81e2560
  28. (II) Module ABI versions:
  29. X.Org ANSI C Emulation: 0.3
  30. X.Org Video Driver: 2.0
  31. X.Org XInput driver : 2.0
  32. X.Org Server Extension : 0.3
  33. X.Org Font Renderer : 0.5
  34. (II) Loader running on linux
  35. (II) LoadModule: "pcidata"
  36. (II) Loading /usr/lib/xorg/modules//libpcidata.so
  37. (II) Module pcidata: vendor="X.Org Foundation"
  38. compiled for 1.4.0.90, module version = 1.0.0
  39. ABI class: X.Org Video Driver, version 2.0
  40. (++) using VT number 7
  41. (II) PCI: PCI scan (all values are in hex)
  42. (II) PCI: 00:00:0: chip 8086,2580 card 1734,105b rev 04 class 06,00,00 hdr 00
  43. (II) PCI: 00:01:0: chip 8086,2581 card 0000,0000 rev 04 class 06,04,00 hdr 01
  44. ................
  45. [31] -1 0 0x00002000 - 0x0000201f (0x20) IX[B]
  46. [32] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
  47. [33] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
  48. (==) NV(0): Write-combining range (0xe0000000,0x8000000)
  49. (II) NV(0): Using XFree86 Acceleration Architecture (XAA)
  50. Screen to screen bit blits
  51. Solid filled rectangles
  52. 8x8 mono pattern filled rectangles
  53. Indirect CPU to Screen color expansion
  54. Solid Lines
  55. Scanline Image Writes
  56. Offscreen Pixmaps
  57. Setting up tile and stipple cache:
  58.  32 128x128 slots
  59.  32 256x256 slots
  60.  16 512x512 slots
  61. (==) NV(0): Backing store disabled
  62. (==) NV(0): Silken mouse enabled
  63. (II) NV(0): DPMS enabled
  64. (WW) NV(0): Option "TwinView" is not used
  65. (WW) NV(0): Option "SecondMonitorHorizSync" is not used
  66. (WW) NV(0): Option "SecondMonitorVertRefresh" is not used
  67. (WW) NV(0): Option "TwinViewOrientation" is not used
  68. (WW) NV(0): Option "MetaModes" is not used
  69. (WW) NV(0): Option "ConnectedMonitor" is not used
  70. (==) RandR enabled
  71. .................
  72. (WW) Souris: No Device specified, looking for one...
  73. (II) Souris: Setting Device option to "/dev/input/mice"
  74. (--) Souris: Device: "/dev/input/mice"
  75. (==) Souris: Protocol: "Auto"
  76. (**) Souris: always reports core events
  77. (==) Souris: Emulate3Buttons, Emulate3Timeout: 50
  78. (**) Souris: ZAxisMapping: buttons 4 and 5
  79. (**) Souris: Buttons: 9
  80. (**) Souris: Sensitivity: 1
  81. (**) Clavier: always reports core events
  82. (**) Option "Protocol" "standard"
  83. (**) Clavier: Protocol: standard
  84. (**) Option "AutoRepeat" "500 30"
  85. (**) Option "XkbRules" "xorg"
  86. (**) Clavier: XkbRules: "xorg"
  87. (**) Option "XkbModel" "pc105"
  88. (**) Clavier: XkbModel: "pc105"
  89. (**) Option "XkbLayout" "fr"
  90. (**) Clavier: XkbLayout: "fr"
  91. (**) Option "XkbVariant" "latin9"
  92. (**) Clavier: XkbVariant: "latin9"
  93. (**) Option "CustomKeycodes" "off"
  94. (**) Clavier: CustomKeycodes disabled
  95. (WW) Souris: No Device specified, looking for one...
  96. (II) Souris: Setting Device option to "/dev/input/mice"
  97. (--) Souris: Device: "/dev/input/mice"
  98. (==) Souris: Protocol: "Auto"
  99. (**) Option "CorePointer"
  100. (**) Souris: always reports core events
  101. (==) Souris: Emulate3Buttons, Emulate3Timeout: 50
  102. (**) Souris: ZAxisMapping: buttons 4 and 5
  103. (**) Souris: Buttons: 9
  104. (**) Souris: Sensitivity: 1
  105. (**) Option "CoreKeyboard"
  106. (**) Clavier: always reports core events
  107. (**) Option "Protocol" "standard"
  108. (**) Clavier: Protocol: standard
  109. (**) Option "AutoRepeat" "500 30"
  110. (**) Option "XkbRules" "xorg"
  111. (**) Clavier: XkbRules: "xorg"
  112. (**) Option "XkbModel" "pc105"
  113. (**) Clavier: XkbModel: "pc105"
  114. (**) Option "XkbLayout" "fr"
  115. (**) Clavier: XkbLayout: "fr"
  116. (**) Option "XkbVariant" "latin9"
  117. (**) Clavier: XkbVariant: "latin9"
  118. (**) Option "CustomKeycodes" "off"
  119. (**) Clavier: CustomKeycodes disabled
  120. (II) evaluating device (Clavier)
  121. (II) XINPUT: Adding extended input device "Clavier" (type: KEYBOARD)
  122. (II) evaluating device (Souris)
  123. (II) XINPUT: Adding extended input device "Souris" (type: MOUSE)
  124. (II) evaluating device (Clavier)
  125. (II) XINPUT: Adding extended input device "Clavier" (type: KEYBOARD)
  126. (II) evaluating device (Souris)
  127. (II) XINPUT: Adding extended input device "Souris" (type: MOUSE)
  128. (--) Souris: PnP-detected protocol: "ExplorerPS/2"
  129. (II) Souris: ps2EnableDataReporting: succeeded
  130. (--) Souris: PnP-detected protocol: "ExplorerPS/2"
  131. (II) Souris: ps2EnableDataReporting: succeeded


 
 
 
Aucun (EE) en vue.
 
Merci à l'avance de l'aide que vous pourrez m'apporter.
 

mood
Publicité
Posté le 04-07-2008 à 12:28:09  profilanswer
 


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Hardware - Périphériques
  Ecran

  Configuration d'un Dual Screen avec une nvidia sous Debian

 

Sujets relatifs
Connecter 2 ecrans HR sur Carte 512 Mo DVI Dual link + VGAKVM et dual screen possible?
Dual screen ATI(LCD + TV LCD) impossibleDual screen avec 1 seule sortie VGA: possible?
config crossfire 3870 hd (dual screen) 
Plus de sujets relatifs à : Configuration d'un Dual Screen avec une nvidia sous Debian


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR