Léa-Linux & amis :   LinuxFR   GCU-Squad   GNU
Dual screen avec une ati et une s3
Envoyé par: Tux iN tHe wOod

Bonjour,

J'essaye désespérément de faire fonctionner une configuration "dual head" avec debian etch.
Mes cartes vidéo sont une Ati 3D Rage Pro LT en AGP et une S3 Trio 64V2 en PCI.
Quand je fais un lspci, la carte ati est sur 01:00.0 et la s3 est sur 00:0f.0. Ce qui nous donne pour xorg un BusID de respectivement PCI:1:00:0 et PCI:0:15:0 (après une conversion hexa=>décimal).

Voici mon fichier de configuration
Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"

        Load "dbe"
        Load "fbdevhw"
        Load "record"
        Load "type1"
EndSection


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

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

Section "Device"
        Identifier      "ATI 3D Rage LT Pro AGP"
        Driver          "ati"
        BusID          "PCI:1:00:0"
        Screen         0
EndSection

Section "Device"
        Identifier      "S3 Trio"
        Driver          "vesa"
        BusID           "PCI:0:15:0"
        Screen         1
EndSection

Section "Monitor"
        Identifier      "Écran 15p numero 1"
        Option          "DPMS"
EndSection

Section "Monitor"
        Identifier      "Écran 15p numero 2"
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device          "ATI 3D Rage LT Pro AGP"
        Monitor         "Écran 15p numero 1"
        DefaultDepth    16
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection


Section "Screen"
        Identifier      "Screen1"
        Device          "S3 Trio"
        Monitor         "Écran 15p numero 2"
        DefaultDepth    16
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Multihead layout"
        Screen          0 "Screen0"
        Screen          1 "Screen1" RightOf "Screen0"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        Option          "Xinerama" "off"
        Option          "Clone" "on"
EndSection

Section "DRI"
        Mode    0666
EndSection

Dans un premier temps, je ne poste pas mes monstrueux fichiers de log. Voyez vous une erreur ? Car cela ne fonctionne pas : le second écran Screen1 reste avec un tiret clignottant. Mon gestionnaire de fenetres est icewm et je voudrais pouvoir mettre un navigateur internet sur chacun des écrans pour faire du monitoring.

Ce qui est troublant c'est que la carte S3 marche quand je ne configure qu'elle.

J'ai cherché toute l'aprèm sans trouver...
Comment faire ?

Merci d'avance:wq

Poste le Tuesday 31 July 2007 00:33:33
Répondre     Citer    

Veuillez vous authentifier auparavant pour commenter.

 

Ce forum !
Dual screen avec une ati et une s3
Besoin d'aide à propos de musique, son, image, vidéo, etc ... et de Linux ? Vous avez frappé à la bonne porte.
PS: pour les questions technique d'accélération 3D, préférez le forum matériel.

Sauf mention contraire, les documentations publiées sont sous licence Creative-Commons