[mythtv-users] MythDora EPIA M1000 Xorg.conf

Bruce Taber brutab at verizon.net
Thu Feb 7 23:57:27 UTC 2008


Razza wrote:
> Can someone running MythDora on an EPIA M1000, please publish their
> Xorg.conf where they are running just a VGA output?
>
> I have really terrible performance with DVD playback, always jerky but
> sometimes playback stutters badly. My Xorg.conf is as follows, if
> anyone can see anything wrong.
>
> I have 256MB of Memory installed - I assume this is sufficient for a
> Frontend only?
>
> Thanks in advance!
>
>   
Here's my xorg.conf from 2.6.23.14-107.fc8. While not specifically 
mythdora it may help. The screen is a Dell 1024x768 lcd panel.

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option         "BlankTime" "0"
        Option         "StandbyTime" "0"
        Option         "SuspendTime" "0"
        Option         "OffTime" "0"
EndSection

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

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us+inet"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Dell"
        ModelName    "0636U"
        HorizSync    31.5 - 60
        VertRefresh  50.0 - 70.0
        Option      "dpms"
        DisplaySize  202 152 #Use with 800 x 600
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "via"
        VendorName  "Videocard vendor"
        BoardName   "VIA Technologies, Inc. VT8623 [Apollo CLE266] 
integrated CastleRock graphics"
        Option      "PanelSize" "1024x768"
        Option      "TVDotCrawl" "yes"
        Option      "EnableAGPDMA" "true"
        Option      "NVAGP" "1"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes   "1024x768" "800x600" "720x480" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Group   0
        Mode    0666
EndSection




More information about the mythtv-users mailing list