02.05.2010 16:23, Halim Sahin wrote:
Which video output driver are you using for sxfe?
xv
When you use xv the problem is in most cases the fglrx driver. If your card works with the opensource radeon driver you should use it.
I removed /etc/X11/xorg.conf and rebooted so now I have the opensource radeon driver in use. Unfortunately vdr-sxfe doesn't start with the xv driver:
# grep RADEON: /var/log/Xorg.0.log (II) RADEON: Driver for ATI Radeon chipsets:
# # /usr/local/vdr/bin/vdr-sxfe --verbose --post=tvtime:method=Linear,cheap_mode=1,pulldown=0,use_progressive_frame_flag=1 xvdr://a18o2:37890 ... video_out_xv: Xv extension is present but I couldn't find a usable yuv12 port. Looks like your graphics hardware driver doesn't support Xv?! video_out_opengl: Testing for hardware accelerated direct rendering visual Segmentation fault
run the xvinfo to see if xv works correctly.
# xvinfo X-Video Extension version 2.2 screen #0 no adaptors present
You can also test other output drivers for sxfe: e. G. opengl.
# /usr/local/vdr/bin/vdr-sxfe --verbose --video=opengl --post=tvtime:method=Linear,cheap_mode=1,pulldown=0,use_progressive_frame_flag=1 xvdr://a18o2:37890 ... video_out_opengl: Testing for hardware accelerated direct rendering visual Segmentation fault
Interesting, --video=sdl worked for 30 seconds, then it froze. I changed to TCP and it seems to work better. xvmc does not work at all even though I see
# grep -i xv /var/log/Xorg.0.log (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation