Michael Bevilacqua on 17 Jan 2008 06:03:59 -0800


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PLUG] MythTV DVD Playback


Brian-

Looks like your X11 setup is correct. Are you using mplayer or xine for DVD playback? I would start debugging by looking at log output from whichever application you are using for the DVD playback. Feel free to post it to the list. Either enable log output if the application supports it or redirect it using something like this in your Myth setup:

mplayer -fs -zoom -quiet -vo xv -dvd-device /mnt/dvdrw dvd:// >> log 2>&1

It might even be easier playing the DVD directly from .xinitrc with various options so you are able to 'startx' and view the output until you replicate the problem and/or find the solution. For example, something like this in your .xinitrc:

exec mplayer -fs -zoom -quiet -vo xv -dvd-device /mnt/dvdrw dvd:// 

Hope this helps.


--
Michael D. Bevilacqua
michael@bevilacqua.us



On 1/14/08, Brian Stempin <brian.stempin@gmail.com> wrote:
Hello all,

My question involves playing DVDs on MythTV.  I currently have MythTV (the front end AND back end) installed on an Intel Mac Mini running Ubuntu 7.10.  Everything works fine so long as I use a computer monitor running at 800x600 or better.

I've purchased a DVI->SVideo dongle for my mac.  If I set the resolution to 640x480 (**), everything displays on my TV fine except for DVD playback (*).  If I attempt to play a DVD while my Mac is connected to my TV, I hear sound, but I see a blue screen.  If I play the same DVD while the unit is connected to a computer monitor (running at the same resolution, mind you) the DVD shows up.  However, the DVD image is stretched....it should have black bars above and below it.  Instead, the image is zoomed, pushing parts of the image off of the left and right hand sides of my monitor.

(1)  How do I get rid of the blue screen when using my TV as a display?
(2)  How do I correctly resize the DVD playback?

Thanks to all those who take the time to read/respond!

(*)   I have no over video content to play (I don't have a TV card).  By "everything", I mean "the MythTV UI".
(**)  Here is my xorg.conf file.  I have a LOT of comments in it, so for everyone's sake, I've removed all of them.

Section "Files"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "us"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"    "/dev/input/mice"
    Option        "Protocol"    "ImPS/2"
    Option        "ZAxisMapping"    "4 5"
    Option        "Emulate3Buttons"    "true"
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "stylus"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"    "stylus"
    Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "eraser"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"    "eraser"
    Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "cursor"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"    "cursor"
    Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
    Identifier    "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
    Boardname    "intel"
    Busid        "PCI:0:2:0"
    Driver        "intel"
    Screen    0
EndSection

Section "Monitor"
    Identifier    "TV"
    Vendorname    "Generic TV CRT Display"
    Modelname    "Monitor 640x480"
    Horizsync    31.5
    Vertrefresh    50-61
    modeline "720x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
    Gamma    1.0
EndSection

Section "Screen"
    Identifier    "Default Screen"
Device        "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
    Monitor        "TV"
    Defaultdepth    24
    SubSection "Display"
        Depth    24
        Virtual    640    480
        #Virtual        720    480   
        Modes        " 640x480@60"
        #Modes        "720x480@60"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
  screen 0 "Default Screen" 0 0
    Inputdevice    "Generic Keyboard"
    Inputdevice    "Configured Mouse"
EndSection
Section "Module"
    Load        "glx"
    Load        "GLcore"
    Load        "v4l"
EndSection
Section "ServerFlags"
EndSection

___________________________________________________________________________
Philadelphia Linux Users Group         --         http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug




___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug