Pages : 1
#1 Le 26/04/2007, à 13:41
- FreT
Dual screen....je suis paumé.
Bonjour,
j'essaie depuis ce matin d'installer un dual screen. J'ai suivi à la lettre le howto de la section documentation mais en vain.
Je suis sur un AMD64 avec une nvidia 6600 GT.
Mon xorg.conf :
# /etc/X11/xorg.conf (xorg 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(5) 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 "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "0 NVIDIA Corporation NV43 [Geforce 6600 GT]"
Driver "nv"
BusID "PCI:5:0:0"
Screen **0**
**Option "DDCMode" "True"**
**Option "MonitorLayout" "monitor1,monitor2"**
EndSection
Section "Device"
Identifier "1 NVIDIA Corporation NV43 [Geforce 6600 GT]"
Driver "nv"
BusID "PCI:5:0:0"
Screen **1**
**Option "DDCMode" "True"**
**Option "MonitorLayout" "monitor1,monitor2"**
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 30-69
VertRefresh 48-120
EndSection
Section "Monitor"
Identifier "Sony 420GS"
Option "DPMS"
HorizSync 30-69
VertRefresh 48-120
EndSection
Section "Screen"
Identifier "Default Screen"
Device "0 NVIDIA Corporation NV43 [Geforce 6600 GT]"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1144x1144" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1144x1144" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1144x1144" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1144x1144" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1144x1144" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1144x1144" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Ecran 2"
Device "1 NVIDIA Corporation NV43 [Geforce 6600 GT]"
Monitor "Sony 420GS"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1144x1144" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1144x1144" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1144x1144" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1144x1144" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1144x1144" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1144x1144" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
Screen 0 "Default Screen"
Screen 1 "Sony 420GS" LeftOf "Default Screen"
Option "Xinerama" "true"
EndSection
Section "DRI"
Mode 0666
EndSection
Au reboot de X, il me donne une erreur sur la ligne 89 : Screen **0**
J'ai tout de meme l'affichage 2 écrans mais en cloneavec un xorg.conf :
# /etc/X11/xorg.conf (xorg 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(5) 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 "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Carte vidéo générique"
Driver "vesa"
BusID "PCI:5:0:0"
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 28-57
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1144x1144" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1144x1144" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1144x1144" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1144x1144" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1144x1144" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1144x1144" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Merci de votre aide !
Dernière modification par FreT (Le 26/04/2007, à 15:46)
Hors ligne
#2 Le 26/04/2007, à 20:08
- FreT
Re : Dual screen....je suis paumé.
Personne n'a de solution ? ou de réponse ?
Hors ligne
#3 Le 27/04/2007, à 07:35
- FreT
Re : Dual screen....je suis paumé.
Et je suis sous Feisty.
Hors ligne
#4 Le 27/04/2007, à 08:52
- FreT
Re : Dual screen....je suis paumé.
Non, vraiment je ne comprends pas où est-ce que ça ne colle pas....
Hors ligne
#5 Le 27/04/2007, à 09:28
- Psykotik
Re : Dual screen....je suis paumé.
Sans mon xorg.conf à porté de main, je ne saurai pas être très précis, mais il me semble voir beaucoup d'erreurs. Tu n'as pas du consulter correctement la doc, jette un oeil en profondeur.
Ce que j'ai vu de tellement criant que je n'ai même pas besoin de mon xorg.conf pour savoir qu'il y a un problème, c'est les deux lignes
Driver "nv"
Pour avoir correctement le dual screen, il faut des drivers nvidia, et non les libres. Peut-être que ça fonctionne aussi avec ces derniers (ça m'étonnerait, mais on ne sait jamais), mais si c'est le cas, ça doit mal fonctionner. Remplace ces deux lignes par
Driver "nvidia"
après t'avoir assuré d'avoir installé les drivers nvidia-glx par synaptic (voir nvidia-glx-new si tu te sens en vaine).
Hors ligne
#6 Le 27/04/2007, à 13:20
- FreT
Re : Dual screen....je suis paumé.
Merci !
J'ai réussi en passant sous la version 32bits et en utilisant la méthode twinview.
Par contre, il m'est inpossible d'avoir une bonne résolution verticale, je suis obligé de choisir 2048x768. Ca m'embete car je vais faire du montage et cinelerra n'est pas bien utilisable dans cette résolution.
Hors ligne
#7 Le 30/04/2007, à 14:11
- FreT
Re : Dual screen....je suis paumé.
Un petit up !
Hors ligne
Pages : 1