kde 4.2.4 - videos stop working on enabling desktop effects
Linux - DesktopThis forum is for the discussion of all Linux Software used in a desktop context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
When I enable the desktop effects in kde 4.2.4 my videos stop working. I get a blank screen whenever I play any video. Also my screen goes blank for about a second whenever I login.
If you have mplayer installed, try entering "mplayer -vo help" to list the various video output drivers.
Some to try are:
[code]
xv X11/Xv
x11 X11 ( XImage/Shm )
gl X11 (OpenGL)
gl2 X11 (OpenGL) - multiple textures version
sdl SDL YUV/RGB/BGR renderer (SDL v1.1.7+ only!)nd
Try to play the videos with different output drivers. E.G. mplayer -ao xv video.mpg
The mplayer and gmplayer programs will look in a configuration file which may indicate a video output driver that doesn't work for you.
Make sure you try "mplayer -vo gl2 <video>". If it doesn't work, it could indicate a problem with the GL video drivers. I think that other drivers could be effected if you use compositing. I had a similar problem when compiz was new. Updating my nvideo drivers fixed the problem, if I am remembering correctly.
If you use xine, you can set it in the graphical configuration, or in the config file in ~/.xine/. I think the file is xine.conf, but I don't remember for certain. The xine config file is well commented, and shows all of the possible drivers you can select to be the default.
You might still want to look into the GL issue. I think that you may not have acceleration working. Do the desktop effect work smoothly?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.