Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have this weird problem, whenever I try to play a hi-res movie (that is a movie with a resolution at or larger than my screen resolution) I get a black screen with a mouse cursor, then (after a couple of seconds) gnome restarts (asks for login).
I have tested this with VLC, Movie player, Totem and Cheese (cannot initiate a web cam with hi-res capability without restarting gnome), all with the same result. Every one (with the possible exception of Cheese, as both my web cams have too great max resolutions) works great with movies with lower resolution than my screen.
I have tried to reinstall video 4 linux and gstreamer without any success.
Launch the media player from the console and redirect text output to a file.
e.g.
mplayer <themovie> 1>mplayer.log 2>&1
Also check your $HOME/.xsession-errors file.
Maybe provide details such as your video card. The video driver you use.
Most media players let you change the video output driver. E.G. xv, sdl, vidix, etc. Try a different video output driver.
Try playing in full screen mode, e.g.: mplayer -vo xv -fs <videofile>
To display full screen, scaling needs to be used. Some video ouput drivers support scaling and some don't.
You also try a few zooming options and other things.
mplayer -ao alsa -vo xv -vf scale -zoom HD_movie.mp4
And if your computer isn't fast enough to play the content, (2GHz for 720p24) (3GHz for 1080p30) +++++, you might look into enabling frame dropping and other filterless (filtered by default) options. You might also try -vo x11, if it's a driver problem, that might be the only way to get around it. Although terribly slow, but functional when all else fails a lot of the time. There was some sort of -skipfilterall type thing for vlc and mplayer. (actually syntax probably doesn't match, but those terms in some form / order iirc / man vlc / probably loop something or other too) (-lavdopts skiploopfilter=all for mplayer, takes out extra processing for pretty-ing up the image / improves performance)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.