[gull] sortie tv sur écran séparé

patrick jayet jayetp at student.ethz.ch
Sun Oct 3 12:58:02 CEST 2004


Bonjour à tous,

J'ai essayé de suivre le tutorial [1] afin de séparer la sortie télé 
(composite) de mon epia ME-6000 de la sortie moniteur sur 2 écrans 
séparés (afin de ne pas devoir changer de résolution chaque fois pour la 
sortie télé PAL).

Je parviens à obtenir la séparation des 2 écrans, celui de la sortie tv 
étant à droite de celui moniteur comme spécifié dans ServerLayout de 
XF86Config. Seul problème, les couleurs de l'image tv sont complètement 
fausses (vert rouge et complètement solarisées) et lorsque je lance 
p.ex. Xine sur cet sortie, le taux de raffraichissement semble super bas.

Quelqu'un aurait une idée?


Ma config: kernel 2.4.25-epia2-r2, xfree-unichrome-4.4.0-r15 (xfree 
patché pour la carte graphique de l'epia).

Salutations!

Patrick



[1]http://gentoo-wiki.com/HOWTO_Separate_x-screens_on_Monitor_and_TV


Un extrait de mon fichier XF86Config:

Section "Monitor"
         Identifier              "Monitor[0]"
         HorizSync               30-70
         VertRefresh             50-160
EndSection
Section "Monitor"
         Identifier      "Monitor[1]"
         HorizSync       30-70
         VertRefresh     50-160
EndSection

Section "Device"
     Identifier  "VIA CLE266[0]"
     Driver      "via"
     VendorName  "Via"
     BoardName   "cle266"
     VideoRam    32768   # needed if videoram is incorrectly detected
         BusID       "PCI:1:0:0" #adjust using 'lspci' or cat /proc/pci
         Screen 0
EndSection

Section "Device"
         Identifier      "VIA CLE266[1]"
         Driver          "via"
         VendorName      "Via"
         BoardName       "cle266"
         VideoRam        16536
         Option  "TVType"        "PAL"
         Option  "TVOutput"      "Composite"
         Option  "TVOutput"      "RGB"
         Option  "TVVScan"       "over"
         Option  "ActiveDevice"  "CRT,TV"
         Option  "TVDotCrawl"
         BusID   "PCI:1:0:0" #adjust using 'lspci' or cat /proc/pci
         Screen 1
EndSection

Section "Screen"
         Identifier      "Screen[0]"
         Device          "VIA CLE266[0]"
         Monitor         "Monitor[0]"
         DefaultDepth    24
     Subsection "Display"
         Depth       24
         Modes       "1600x1200" "1280x1024" "1024x768" "720x576"
         ViewPort    0 0
     EndSubsection
EndSection

Section "Screen"
         Identifier      "Screen[1]"
         Device          "VIA CLE266[1]"
         Monitor         "Monitor[1]"
         DefaultDepth    24
     Subsection "Display"
         Depth           24
         Modes           "720x576"
         ViewPort        0 0
     EndSubsection
EndSection

Section "ServerLayout"
         Identifier      "TVCRT"
                 Screen 0        "Screen[0]" 0 0
                 Screen 1        "Screen[1]" RightOf "Screen[0]"
         InputDevice     "Mouse1"        "CorePointer"
         InputDevice     "Keyboard1"     "CoreKeyboard"
EndSection



More information about the gull mailing list