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
>
C'est pas le bon fichier xorg que je vous ai envoyé (mea culpa) :-)   - 
le voici : a force de bidouiller dans tous les sens ...

Section "ServerLayout"
    Identifier "Multihead layout"
    Screen  "Screen0" 0 0
    Screen  "Screen1" LeftOf "Screen0"
    Screen  "Screen2" LeftOf "Screen1"
    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 "Monitor"
    Identifier "nec"
    Option  "DPMS"
    HorizSync 30-110
    VertRefresh 50-160
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 "Device"
    Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]3"
    Driver  "nv"
    BusID  "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "screen0"
    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 "screen1"
    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 "Screen"
    Identifier "screen2"
    Device  "NVIDIA Corporation NV43 [GeForce 6600 GT]3"
    Monitor  "nec"
     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

> --
> Yann LAGADEC
> Service Informatique,
> Mairie de Billy-Berclau
>
> Président Artux
> [EMAIL PROTECTED]
> --
>

Attachment: GWAVA_unknown.dat
Description: Binary data

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

C'est pas le bon fichier xorg que je vous ai envoyé (mea culpa) :-)   - le voici : a force de bidouiller dans tous les sens ...

Section "ServerLayout"
    Identifier "Multihead layout"
    Screen  "Screen0" 0 0
    Screen  "Screen1" LeftOf "Screen0"
    Screen  "Screen2" LeftOf "Screen1"
    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 "Monitor"
    Identifier "nec"
    Option  "DPMS"
    HorizSync 30-110
    VertRefresh 50-160
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 "Device"
    Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]3"
    Driver  "nv"
    BusID  "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "screen0"
    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 "screen1"
    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 "Screen"
    Identifier "screen2"
    Device  "NVIDIA Corporation NV43 [GeForce 6600 GT]3"
    Monitor  "nec"
     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

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

Président Artux
[EMAIL PROTECTED]
--


Attachment: Mime.822
Description: Binary data

Attachment: Part.002
Description: Binary data

AdmID:22AE99E0F55C2AB2999DCBBD7F762DBF
-- 
ubuntu-fr mailing list
ubuntu-fr@lists.ubuntu.com
http://lists.ubuntu.com/mailman/listinfo/ubuntu-fr

Répondre à