LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   DVD viewing problems with Sony HS73 (https://www.linuxquestions.org/questions/linux-newbie-8/dvd-viewing-problems-with-sony-hs73-472006/)

AshtheCash 08-08-2006 12:12 PM

DVD viewing problems with Sony HS73
 
Hello All,

I am running Mandrake 10.0 on a DELL Laptop (P4, 1.4Ghz). I downloaded the relevant CSS2 RPMs to play DVDs via Totem which works just great. HOWEVER, when I connect my external Sony SCMHS73 Monitor, the laptop display is replicated perfectly - EXCEPT for DVD playback. I just get a blank screen on Totem AND Mplayer on the Sony, while simultaneously on the Dell native screen, the movie runs just fine.

This is true for both encryoted and non-encrypted DVDs.

Oh, and the initial Gnome.org startup screen on Totem... that comes up blank as well on the external monitor, even though all the controls, menus appear perfectly. Interestingly, when I take a screenshot, even on the Sony, I manage to capture a perfect movie still. Just no movie playback.

I have played about with XFRConfig-4 and the Mandrake settings wizards ad nauseam... could any of you experts help this ailing Newbie?

Thanks in advance,

Ash

cs-cam 08-09-2006 11:36 PM

That has nothing to do with the DVD playback per se, more to do with video output. Not sure off the top of my head what mplayer uses as default but I'd try experimenting. Here are some commands to get you started:
Code:

mplayer -vo help # list all available outputs
mplayer -vo xv dvd:// # probably default but best option
mplayer -vo x11 dvd:// # gross but if it works...
mplayer -vo gl dvd:// # opengl output, may work depending on hardware


AshtheCash 08-13-2006 08:44 AM

You are a God among men. Thank you.


All times are GMT -5. The time now is 09:15 PM.