[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Driver ATI (ecran +TV) Option "VideoOverlay" "on" et xv



Ola
Je suis sou debian etch et j'ai installer  le fameux fglrx d'ATI
ça marche (fgl_glxgears et glxgear sont OK)
J'ai activé la sotie TV (RCA)  en 800x600, c'est ok aussi
mais j'arrive pas a avoir l'Option "VideoOverlay" "on" sur le screen de la tv, si j'active cette option sur le device de la tv, elle n'est pas pris encompte :

$ xvinfo
X-Video Extension version 2.2
screen #0
no adaptors present
screen #1
no adaptors present

J'ai essayé pas mal de possibilité mais j'arrive seulement à l'activer sur le screen 0 (ecran)
voila mon XF86Config:

Section "Files"
   FontPath    "unix/:7100"
   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/Speedo"
   FontPath    "/usr/lib/X11/fonts/100dpi"
   FontPath    "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module" Load "bitmap"
   Load    "dbe"
   Load    "ddc"
   Load    "dri"
   SubSection "extmod"
       Option    "omit xfree86-dga"
   EndSubSection
   Load    "freetype"
   Load    "glx"
   Load    "int10"
   Load    "record"
   Load    "type1"
   Load    "vbe"
EndSection

# ===================== KEYBOARD
Section "InputDevice"
   Identifier    "Generic Keyboard"
   Driver        "keyboard"
   Option        "CoreKeyboard"
   Option        "XkbRules"    "xfree86"
   Option        "XkbModel"    "pc105"
   Option        "XkbLayout"    "fr"
EndSection
# ===================== MOUSE
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
# ===================== MONITOR DISPLAY (screen0)
Section "Monitor"
   Identifier    "MicroScanE44"
   Option        "DPMS"
EndSection

Section "Device"
       Identifier      "ATI"
       Driver          "fglrx"
       #Option          "VideoOverlay" "on"
       BusID           "PCI:1:0:0"
       Option          "NoTV" "no"
       screen 0
EndSection

Section "Screen"
   Identifier    "DefaultScreen"
   Device        "ATI"
   Monitor        "MicroScanE44"
   DefaultDepth    24
   SubSection "Display"
       Depth        16
       Modes        "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
       Depth        24
       Modes        "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

# ===================== TV DISPLAY (screen1)
Section "Monitor"
   Identifier "tv"
   HorizSync 30.0-50.0
   VertRefresh 50.0-60.0
EndSection

Section "Device"
       Identifier      "ATI-TV"
       Driver          "fglrx"
       Option          "VideoOverlay" "on"
       BusID           "PCI:1:0:0"
       Option          "NoTV" "no"
       screen 1
EndSection

Section "Screen"
   Identifier "tvscreen"
   Device "ATI-TV"
   Monitor "tv"
   DefaultColorDepth 24
   Subsection "Display"
       Modes "800x600" "Interlace"
       Depth 24
   EndSubsection
EndSection
# ===================== SERVERLAYOUT
Section "ServerLayout"
   Identifier    "Default Layout"
   Screen        "DefaultScreen"
   Screen         "tvscreen" RightOf "DefaultScreen"
   InputDevice    "Generic Keyboard" "CoreKeyboard"
   InputDevice    "Configured Mouse" "CorePointer"
EndSection



Reply to: