Gauthier Tellier a écrit :
Voici le xorg d'une conf avec deux cartes graphiques et deux ecrans qui
fonctionne.
J'espère que ça pourra t'aider.
Je l'ai trouvé sur le forum anglophone:
http://ubuntuforums.org/showthread.php?t=79067


Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection

Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
Option "XkbOptions" "altwin:meta_win"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "NVIDIA Corporation NV40 [GeForce 6800 GT]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "backingstore" "true"
Option "AllowGLXWithComposite" "1"
Option "RenderAccel" "true"
EndSection

Section "Device"
Identifier "Voodoo 3"
Driver "vesa"
BusID "PCI:2:8:0"
EndSection

Section "Monitor"
Identifier "Dell P1110-0"
Option "DPMS"
HorizSync 30-121
VertRefresh 48-160
EndSection

Section "Monitor"
Identifier "Dell P1110-1"
Option "DPMS"
HorizSync 30-121
VertRefresh 48-160
#Gamma 0.3 0.3 0.1
EndSection

Section "Screen"
Identifier "Primary Screen"
Device "NVIDIA Corporation NV40 [GeForce 6800 GT]"
Monitor "Dell P1110-0"
DefaultDepth 24

SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection

Section "Screen"
Identifier "Secondary Screen"
Device "Voodoo 3"
Monitor "Dell P1110-1"
DefaultDepth 24

SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Dual Head Layout"
Screen "Primary Screen"
Screen "Secondary Screen" RightOf "Primary Screen"
Option "Xinerama" "On"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection

Le jeudi 20 octobre 2005 à 20:30 +0000, Yann.lagadec a écrit :
  
Bonjour a tous,

Je viens de recevoir un nouveau pc :
Athlon 64 3500+ avec deux 6600GT en SLI (PCI Express).

J'essaye par défi technique (:-)) d'y installer trois écrans sous
Ubuntu Hoary. Problème : deux de mes écrans apparaissent en clone
alors que le troisième est inutilisable (zébrage). Le but serait de
pouvoir utiliser les trois écrans en bureau étendu (2 lcd Videoseven
et un cathotique nec multisync fp 955)

Quelqu'un aurait-il une petite idée ?

Merci 

--
Yann LAGADEC
Service Informatique,
Mairie de Billy-Berclau

Président Artux
[EMAIL PROTECTED]
--

 Voici mon fichier xorg.conf : 

Section "ServerLayout"
 Identifier "Multihead layout" 
 Screen  "Screen2" 0 0
 Screen  "Screen1" LeftOf "Screen2"
 InputDevice "Generic Keyboard"
 InputDevice "Configured Mouse"
EndSection

Section "Files"
 FontPath "unix/:7100"   # local font server
 # if the local font server has problems, we can fall back on these
 FontPath "/usr/lib/X11/fonts/misc"
 FontPath "/usr/lib/X11/fonts/cyrillic"
 FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
 FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
 FontPath "/usr/lib/X11/fonts/Type1"
 FontPath "/usr/lib/X11/fonts/CID"
 FontPath "/usr/lib/X11/fonts/100dpi"
 FontPath "/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
 FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
 FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
 Load "bitmap"
 Load "dbe"
 Load "ddc"
 Load "dri"
 Load "extmod"
 Load "freetype"
 Load "glx"
 Load "int10"
 Load "record"
 Load "type1"
 Load "vbe"
EndSection

Section "InputDevice"
 Identifier "Generic Keyboard"
 Driver  "keyboard"
 Option  "CoreKeyboard"
 Option  "XkbRules" "xorg"
 Option  "XkbModel" "pc105"
 Option  "XkbLayout" "fr-latin9"
EndSection

Section "InputDevice"
 Identifier "Configured Mouse"
 Driver  "mouse"
 Option  "CorePointer"
 Option  "Device"  "/dev/input/mice"
 Option  "Protocol"  "ImPS/2"
 Option  "Emulate3Buttons" "true"
 Option  "ZAxisMapping"  "4 5"
EndSection

Section "ServerFlags"
 Option  "Xinerama"
EndSection

Section "Monitor"
 Identifier "videoseven1"
 Option  "DPMS"
 HorizSync 30-65
 VertRefresh 50-75
EndSection

Section "Monitor"
 Identifier "videoseven2"
 Option  "DPMS"
 HorizSync 30-65
 VertRefresh 50-75
EndSection

Section "Device"
 Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]1"
 Driver  "nv"
 BusID  "PCI:1:0:0"

EndSection

Section "Device"
 Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]2"
 Driver  "nv"
 BusID  "PCI:2:0:0"
EndSection

Section "Screen"
 Identifier "screen1"
 Device  "NVIDIA Corporation NV43 [GeForce 6600 GT]1"
 Monitor  "videoseven1"
 DefaultDepth 24
 SubSection "Display"
  Depth  1
  Modes  "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  4
  Modes  "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  8
  Modes  "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  15
  Modes  "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  16
  Modes  "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  24
  Modes  "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
EndSection

Section "Screen"
 Identifier "screen2"
 Device  "NVIDIA Corporation NV43 [GeForce 6600 GT]2"
 Monitor  "videoseven2"
 DefaultDepth 24
 SubSection "Display"
  Depth  1
  Modes  "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  4
  Modes  "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  8
  Modes  "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  15
  Modes  "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  16
  Modes  "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  24
  Modes  "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
EndSection


Section "DRI"
 Mode 0666
EndSection

Section "Extensions"
 option "RENDER" "Enable"
EndSection





________________________________________________
Message envoyé par le Webmail de
Wokine - Agence de Communication Web sur Lille
http://www.wokine.com
-- 
ubuntu-fr mailing list
[email protected]
http://lists.ubuntu.com/mailman/listinfo/ubuntu-fr
    


  
Moi qui pensais que cetait deja bien darriver a faire tourner X avec un ecran ;)

Installe deja les drivers nvidia, puis le paquet nvidia-settings pourra peut-etre t'aider a configurer le tout
-- 
ubuntu-fr mailing list
[email protected]
http://lists.ubuntu.com/mailman/listinfo/ubuntu-fr

Répondre à