[mythtv-users] CPU not enough to drive 1080P? Core2duo

Michael Rice mikerice1969 at gmail.com
Wed Feb 6 01:07:38 UTC 2008


On 2/5/08, Mark Hutchinson <mark at onnow.net> wrote:
>
>
> Here is my xorg.conf below.  I am on CentOS 5.1 with plus kernel.
>
>
> # nvidia-xconfig: X configuration file generated by nvidia-xconfig
> # nvidia-xconfig:  version 1.0  (buildmeister at builder26)  Fri Jan 11
> 14:26:48 PST 2008
>
> # Xorg configuration created by system-config-display
>
> Section "ServerLayout"
>     Identifier     "Default Layout"
>     Screen      0  "Screen0" 0 0
>     InputDevice    "Mouse0" "CorePointer"
>     InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
>
> Section "Files"
> EndSection
>
> Section "Module"
>     Load           "glx"
> EndSection
>

 Try adding:

    Load           "extmod"

To your modules.  I have more extensions:

Section "Module"
    Load           "glx"
    Load           "dbe"
    Load           "extmod"
    Load           "fbdevhw"
    Load           "record"
    Load           "freetype"
    Load           "type1"
EndSection


More information about the mythtv-users mailing list