Configuration xorg sous Hoary
yann.lagadec at billy-berclau.com
yann.lagadec at billy-berclau.com
Jeu 24 Nov 09:09:32 UTC 2005
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
> contact at artux.org
> --
>
-------------- section suivante --------------
Une pièce jointe autre que texte a été nettoyée...
Nom: GWAVA_GWAVA_unknown.dat
Type: application/octet-stream
Taille: 6039 octets
Desc: non disponible
URL: <https://lists.ubuntu.com/archives/ubuntu-fr/attachments/20051124/e10ea3dd/attachment.obj>
-------------- section suivante --------------
Une pièce jointe HTML a été nettoyée...
URL: <https://lists.ubuntu.com/archives/ubuntu-fr/attachments/20051124/e10ea3dd/attachment.htm>
-------------- section suivante --------------
Une pièce jointe autre que texte a été nettoyée...
Nom: AMime.822
Type: application/octet-stream
Taille: 54372 octets
Desc: non disponible
URL: <https://lists.ubuntu.com/archives/ubuntu-fr/attachments/20051124/e10ea3dd/attachment-0001.obj>
-------------- section suivante --------------
AdmID:22AE99E0F55C2AB2999DCBBD7F762DBF
-------------- section suivante --------------
Une pièce jointe autre que texte a été nettoyée...
Nom: Mime.822
Type: application/octet-stream
Taille: 19020 octets
Desc: non disponible
URL: <https://lists.ubuntu.com/archives/ubuntu-fr/attachments/20051124/e10ea3dd/attachment-0002.obj>
-------------- section suivante --------------
Une pièce jointe autre que texte a été nettoyée...
Nom: Part.002
Type: application/octet-stream
Taille: 107 octets
Desc: non disponible
URL: <https://lists.ubuntu.com/archives/ubuntu-fr/attachments/20051124/e10ea3dd/attachment-0003.obj>
-------------- section suivante --------------
Une pièce jointe autre que texte a été nettoyée...
Nom: Part.006
Type: application/octet-stream
Taille: 107 octets
Desc: non disponible
URL: <https://lists.ubuntu.com/archives/ubuntu-fr/attachments/20051124/e10ea3dd/attachment-0004.obj>
-------------- section suivante --------------
AdmID:A81A8E027268FFA1FB40FB188F05DF5B
Plus d'informations sur la liste de diffusion ubuntu-fr