[mythtv-users] Playing HD w/o XvMC

Mitch Gore mitchell.gore at gmail.com
Tue Sep 11 23:09:17 UTC 2007


>
>
> Have you verified that the frontend is CPU bound when playing back HD
> video?  One way or the other, it sounds like an xorg configuration issue.
> Could you post your xorg.conf?
>
>
>
> --
> TV/IT Engineer
> WCJB-TV Gainesville, FL
> (352) 377 2020 x248
> cribe at wcjb.com
>


yea its cpu issue.  its maxed out.  here is my xorg.  its the same as it was
before tho:

[myth at mythtv ~]$ cat /etc/X11/xorg.conf
# Xorg configuration created by livna-config-display

Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "unix/:7100"
EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "glx"
        Load  "dbe"
        Load  "extmod"
EndSection

Section "ServerFlags"
        Option      "Xinerama" "0"
EndSection

Section "InputDevice"

    # generated from default
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "Emulate3Buttons" "no"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from data in "/etc/sysconfig/keyboard"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbLayout" "us"
        Option      "XkbModel" "pc105"
EndSection

Section "Monitor"
       Identifier   "Monitor0"
        VendorName   "Unknown"
        ModelName    "TV-0"
 ### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    30.0 - 95.0
        VertRefresh  50.0 - 160.0
        Option      "DPMS"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        VendorName  "NVIDIA Corporation"
        BoardName   "GeForce 6600 GT"
        Option      "AddARGBGLXVisuals" "True"
        Option      "DisableGLXRootClipping" "True"
EndSection

Section "Screen"

        #Option "TVStandard" "HD1080i"
        #Option     "TVStandard" "HD480p"
        #Option     "metamodes" "CRT: 720x480 +0+0"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        Option      "metamodes" "CRT: 1280x720 +0+0"
        Option      "TVStandard" "HD720p"
        Option      "UseEDID" "FALSE"
        Option      "ConnectedMonitor" "TV"
        Option      "TvOutFormat" "Component"
        #Option "metamodes" "CRT: 1920x1080 +0+0"
        Option      "AddARGBGLXVisuals" "True"
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20070911/a7b1b3e0/attachment.htm 


More information about the mythtv-users mailing list