<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=iso-8859-15"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Yann.lagadec a écrit :
<blockquote cite="midmd5:64756D6D79206D657373616765206964" type="cite">
  <p>Bonjour a tous,</p>
  <p>Je viens de recevoir un nouveau pc :<br>
Athlon 64 3500+ avec deux 6600GT
en SLI (PCI Express).</p>
  <p>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)</p>
  <p>Quelqu'un aurait-il une petite idée ?</p>
  <p>Merci </p>
</blockquote>
C'est pas le bon fichier xorg que je vous ai envoyé (mea culpa) <span
 class="moz-smiley-s1"><span> :-) </span></span>  - le voici : a force
de bidouiller dans tous les sens ...
<br>
<br>
Section "ServerLayout"
<br>
    Identifier "Multihead layout" <br>
    Screen  "Screen0" 0 0
<br>
    Screen  "Screen1" LeftOf "Screen0"
<br>
    Screen  "Screen2" LeftOf "Screen1"
<br>
    InputDevice "Generic Keyboard"
<br>
    InputDevice "Configured Mouse"
<br>
EndSection <br>
<br>
Section "Files"
<br>
    FontPath "unix/:7100"   # local font server
<br>
                                            # if the local font server
has problems, we can fall back on these
<br>
    FontPath "/usr/lib/X11/fonts/misc"
<br>
    FontPath "/usr/lib/X11/fonts/cyrillic"
<br>
    FontPath "<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>usr/lib/X11/fonts/100dpi<span
 class="moz-txt-tag">/</span></i>:unscaled"
<br>
    FontPath "<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>usr/lib/X11/fonts/75dpi<span
 class="moz-txt-tag">/</span></i>:unscaled"
<br>
    FontPath "/usr/lib/X11/fonts/Type1"
<br>
    FontPath "/usr/lib/X11/fonts/CID"
<br>
    FontPath  "/usr/lib/X11/fonts/100dpi"
<br>
    FontPath "/usr/lib/X11/fonts/75dpi"
<br>
                                           # paths to defoma fonts
<br>
    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
<br>
    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
<br>
EndSection
<br>
<br>
Section "Module"
<br>
    Load "bitmap"
<br>
    Load "dbe"
<br>
    Load "ddc"
<br>
    Load "dri"
<br>
    Load "extmod"
<br>
    Load "freetype"
<br>
    Load "glx"
<br>
    Load "int10"
<br>
    Load "record"
<br>
    Load "type1"
<br>
    Load "vbe"
<br>
EndSection <br>
<br>
Section "InputDevice"
<br>
    Identifier "Generic Keyboard"
<br>
    Driver  "keyboard"
<br>
    Option  "CoreKeyboard"
<br>
    Option  "XkbRules" "xorg"
<br>
    Option  "XkbModel" "pc105"
<br>
    Option  "XkbLayout" "fr-latin9"
<br>
EndSection <br>
<br>
Section "InputDevice"
<br>
    Identifier "Configured Mouse"
<br>
    Driver  "mouse"
<br>
    Option  "CorePointer"
<br>
    Option  "Device"  "/dev/input/mice"
<br>
    Option  "Protocol"  "ImPS/2"
<br>
    Option  "Emulate3Buttons" "true"
<br>
    Option  "ZAxisMapping"  "4 5"
<br>
EndSection <br>
<br>
Section "ServerFlags"
<br>
    Option  "Xinerama"
<br>
EndSection <br>
<br>
Section "Monitor"
<br>
    Identifier "videoseven1"
<br>
    Option  "DPMS"
<br>
    HorizSync 30-65
<br>
    VertRefresh 50-75
<br>
EndSection <br>
<br>
Section "Monitor"
<br>
    Identifier "videoseven2"
<br>
    Option  "DPMS"
<br>
    HorizSync 30-65
<br>
    VertRefresh 50-75
<br>
EndSection
<br>
<br>
Section "Monitor"
<br>
    Identifier "nec"
<br>
    Option  "DPMS"
<br>
    HorizSync 30-110
<br>
    VertRefresh 50-160
<br>
EndSection
<br>
<br>
Section "Device"
<br>
    Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]1"
<br>
    Driver  "nv"
<br>
    BusID  "PCI:1:0:0"
<br>
EndSection
<br>
<br>
Section "Device"
<br>
    Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]2"
<br>
    Driver  "nv"
<br>
    BusID  "PCI:2:0:0"
<br>
EndSection
<br>
<br>
Section "Device"
<br>
    Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]3"
<br>
    Driver  "nv"
<br>
    BusID  "PCI:1:0:0"
<br>
EndSection
<br>
<br>
Section "Screen"
<br>
    Identifier "screen0"
<br>
    Device  "NVIDIA Corporation NV43 [GeForce 6600 GT]1"
<br>
    Monitor  "videoseven1"
<br>
    DefaultDepth 24
<br>
    SubSection "Display"
<br>
    Depth  1
<br>
    Modes  "1280x1024" "1024x768" "800x600" "640x480"
<br>
    EndSubSection
<br>
    SubSection "Display"
<br>
     Depth  4
<br>
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
<br>
    EndSubSection
<br>
    SubSection "Display"
<br>
     Depth  8
<br>
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
<br>
    EndSubSection
<br>
    SubSection "Display"
<br>
     Depth  15
<br>
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
<br>
    EndSubSection
<br>
    SubSection "Display"
<br>
     Depth  16
<br>
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
<br>
    EndSubSection
<br>
    SubSection "Display"
<br>
     Depth  24
<br>
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
<br>
    EndSubSection
<br>
EndSection <br>
<br>
Section "Screen"
<br>
    Identifier "screen1"
<br>
    Device  "NVIDIA Corporation NV43 [GeForce 6600 GT]2"
<br>
    Monitor  "videoseven2"
<br>
     DefaultDepth 24
<br>
    SubSection "Display"
<br>
     Depth  1
<br>
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
<br>
    EndSubSection
<br>
    SubSection "Display"
<br>
     Depth  4
<br>
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
<br>
    EndSubSection
<br>
    SubSection "Display"
<br>
     Depth  8
<br>
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
<br>
    EndSubSection
<br>
    SubSection "Display"
<br>
     Depth  15
<br>
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
<br>
    EndSubSection
<br>
    SubSection "Display"
<br>
     Depth  16
<br>
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
<br>
    EndSubSection
<br>
    SubSection "Display"
<br>
     Depth  24
<br>
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
<br>
    EndSubSection
<br>
EndSection <br>
<br>
Section "Screen"
<br>
    Identifier "screen2"
<br>
    Device  "NVIDIA Corporation NV43 [GeForce 6600 GT]3"
<br>
    Monitor  "nec"
<br>
     DefaultDepth 24
<br>
    SubSection "Display"
<br>
     Depth  1
<br>
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
<br>
    EndSubSection
<br>
    SubSection "Display"
<br>
     Depth  4
<br>
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
<br>
    EndSubSection
<br>
    SubSection "Display"
<br>
     Depth  8
<br>
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
<br>
    EndSubSection
<br>
    SubSection "Display"
<br>
     Depth  15
<br>
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
<br>
    EndSubSection
<br>
    SubSection "Display"
<br>
     Depth  16
<br>
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
<br>
    EndSubSection
<br>
    SubSection "Display"
<br>
     Depth  24
<br>
     Modes  "1280x1024" "1024x768" "800x600" "640x480"
<br>
    EndSubSection
<br>
EndSection
<br>
<br>
Section "DRI"
<br>
    Mode 0666
<br>
EndSection
<br>
<br>
Section "Extensions"
<br>
    option "RENDER" "Enable"
<br>
EndSection
<br>
<br>
<blockquote cite="midmd5:64756D6D79206D657373616765206964" type="cite">
  <p>--<br>
Yann LAGADEC<br>
Service Informatique,<br>
Mairie de
Billy-Berclau<br>
  <br>
Président Artux<br>
<a class="moz-txt-link-abbreviated" href="mailto:contact@artux.org">contact@artux.org</a><br>
--</p>
</blockquote>
<br>
</body>
</html>