



Code: Select all
mplayer -vo x11 -fs -zoom mysillymovie.avi



Probably not; the image viewer "xv" is not related to the XVideo extension. To see if your X server supports it domagicalbum wrote: p.s. i also installed xv but dunno if that did anything
Code: Select all
bash-2.05b$ grep XV /var/log/Xorg.0.log
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
Code: Select all
bash-2.05b$ xvinfo
[...]
id: 0x32315659 (YV12)
guid: 59563132-0000-0010-8000-00aa00389b71
bits per pixel: 12
number of planes: 3
type: YUV (planar)
id: 0x32595559 (YUY2)
guid: 59555932-0000-0010-8000-00aa00389b71
bits per pixel: 16
number of planes: 1
type: YUV (packed)
Code: Select all
bash-2.05b$ /sbin/lspci |grep VGA
0000:01:00.0 VGA compatible controller: Trident Microsystems CyberBlade/i1 (rev 6a)
Do you get solid green or some magenta? Do you see a blue background if you move the window around? Have you tried xine?magicalbum wrote: right after i finished compiling it works great but now it gives that green screen again

Code: Select all
Section "Monitor"
[...]
# HorizSync 30.0 - 70.0
HorizSync 30.0 - 40.0
# VertRefresh 50.0 - 160.0
VertRefresh 50.0 - 80.0
Interesting, does X start in a different video mode after you reboot? What if you just restart X without rebooting, does it still work?magicalbum wrote:um it only works after i recompile...
after i reboot it messes up again...


This is not possible to my knowledge, xv is an overlay so won't get captured. You can capture with X11 but then your screen would be normal...Dr. Z wrote:Also can you take a screenshot with xwd, ksnapshot, or GNOME screen-shooter? When I do this I get a solid blue image, even though the video window appears green and magenta on my display. Also the video window changes pattern when I scroll my Kconsole. Does this match your problem?
