[mythtv-users] xorg.conf for Epia SP13000

Warren warren-lists at icruise.com
Fri Mar 17 14:18:58 UTC 2006


The xorg.conf for EPIA motherboards changes a lot depending on which
driver, etc.  This one is actually for use with the Open Chrome
(www.openchrome.org) drivers, which if you are using an SP board you
should be using instead of the Unichrome drivers built into the kernel,
as those are really only meant for the EPIA-M motherboards.  Good luck
with this - it is the end result of many months of tweaking.  It has
lirc support built in but will allow for a failure of either the primary
mouse or the lirc mouse without dying.

Good Luck!
Warren


*Section "ServerLayout"
        Identifier    "Default Layout"
        Screen        "Screen0"
        InputDevice   "Mouse0" "CorePointer"
        InputDevice   "LIRC-Mouse" "SendCoreEvents"
        InputDevice   "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
        Option     "DontVTSwitch"
        Option     "AllowMouseOpenFail"
EndSection


Section "Files"
  RgbPath       "/usr/X11R6/lib/X11/rgb"
  ModulePath    "/usr/X11R6/lib/modules"
  FontPath      "/usr/X11R6/lib/X11/fonts/misc/"
  FontPath      "/usr/X11R6/lib/X11/fonts/TTF/"
  FontPath      "/usr/X11R6/lib/X11/fonts/Type1/"
  FontPath      "/usr/X11R6/lib/X11/fonts/CID/"
  FontPath      "/usr/X11R6/lib/X11/fonts/75dpi/"
  FontPath      "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
  Load          "glx"
  Load          "record"
  SubSection    "extmod"
    Option      "omit xfree86-dga"
  EndSubSection
  Load          "dbe"
  Load          "xtrap"
  Load          "freetype"
  Load          "type1"
  Load          "dri"
EndSection

Section "InputDevice"
  Identifier    "Keyboard0"
  Driver        "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option "Protocol"    "IMPS/2"
        Option "Device"      "/dev/input/mice"
        Option "ZAxisMapping" "4 5"
        Option "Buttons"     "5"
EndSection

Section "InputDevice"
        Identifier  "LIRC-Mouse"
        Driver      "mouse"
        Option      "Device" "/dev/lircm"
        Option      "Protocol" "IntelliMouse"
        Option      "SendCoreEvents"
        Option      "Buttons" "5"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
  Identifier    "Monitor0"
  VendorName    "Monitor Vendor"
  ModelName     "Monitor Model"
  HorizSync     20 - 90
  VertRefresh   50.0 - 75.0
  ModeLine      "720x480" 26.7  720 736 808 896  480 481 484 497
  Modeline      "720x480Over" 21.0  720 728 760 800  480 480 483 525 
-HSYNC +VSYNC
EndSection

Section "Device"
  Identifier    "Via Unichrome CN400"
  Driver        "via"
  Option        "ActiveDevice"  "TV"
  Option        "TVType"        "NTSC"
  Option        "TVOutput"      "S-Video"
EndSection

Section "DRI"
  Mode          0666
EndSection

Section "Screen"
  Identifier    "Screen0"
  Device        "Via Unichrome CN400"
  Monitor       "Monitor0"
  DefaultDepth  16
  Subsection    "Display"
    Depth       16
    #Modes       "720x480"
    Modes       "720x480Over"
  EndSubSection
EndSection
*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20060317/76dcf2db/attachment.htm 


More information about the mythtv-users mailing list