| Nach der Installation des fglrx-Treibers mit Kanos Script funktioniert xawtv nicht mehr, Fehlermeldung:
 Code: 
xawtv
 
This is xawtv-3.95.dfsg.1, running on Linux/i686 (2.6.22-10-kanotix)
 
WARNING: Your X-Server has no DGA support.
 
WARNING: couldn't find framebuffer base address, try manual
 
         configuration ("v4l-conf -a <addr>")
 
ioctl: VIDIOC_OVERLAY(int=1): Das Argument ist ungültig
 
ioctl: VIDIOC_OVERLAY(int=1): Das Argument ist ungültig
 
ioctl: VIDIOC_OVERLAY(int=1): Das Argument ist ungültig
 
 
 
Ich verwende eine analoge TV-Karte (Brooktree Corporation Bt878 Video Capture (rev 11))  mit einer Onboard-ATI-Grafikkarte (VGA compatible controller: ATI Technologies Inc Radeon X1200 Series, Mainboard Asus M2A-VM für Sockel AM2) unter Thorhammer-RC5B. Mit dem vesa-Treiber kann ich das Fernsehbild sehen, habe auf meinem Röhrenmonitor aber nur 60Hz Bildwiederholfrequenz. Auszug aus xorg.conf:
Code: 
Section "Device"
 
   ### Available Driver options are:-
 
   # sw_cursor is needed for some ati and radeon cards
 
   #Option      "sw_cursor"
 
   #Option      "hw_cursor"
 
   #Option      "NoAccel"
 
   #Option      "ShowCache"
 
   #Option      "ShadowFB"
 
   #Option      "UseFBDev"
 
   #Option      "Rotate"
 
   Option      "RenderAccel"      "1"
 
   # more speed for beryl/compiz
 
   Option      "XAANoOffscreenPixmaps"   "1"
 
   Identifier   "Card0"
 
   # The following line is auto-generated by KANOTIX mkxf86config
 
   Driver      "fglrx"
 
   Option      "UseInternalAGPGART" "no"
 
   Option      "VideoOverlay" "on"
 
   Option      "OpenGLOverlay" "off"
 
   Option      "MonitorLayout" "AUTO, AUTO"
 
   VendorName   "All"
 
   BoardName   "All"
 
   #BusID      "PCI:1:0:0"
 
EndSection
 
Wer kann helfen? |