<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=iso-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
The xorg.conf for EPIA motherboards changes a lot depending on which
driver, etc. This one is actually for use with the Open Chrome
(<a class="moz-txt-link-abbreviated" href="http://www.openchrome.org">www.openchrome.org</a>) 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.<br>
<br>
Good Luck!<br>
Warren<br>
<br>
<br>
<b>Section "ServerLayout"<br>
Identifier "Default Layout"<br>
Screen "Screen0"<br>
InputDevice "Mouse0" "CorePointer"<br>
InputDevice "LIRC-Mouse" "SendCoreEvents"<br>
InputDevice "Keyboard0" "CoreKeyboard"<br>
EndSection<br>
<br>
Section "ServerFlags"<br>
Option "DontVTSwitch"<br>
Option "AllowMouseOpenFail"<br>
EndSection<br>
<br>
<br>
Section "Files"<br>
RgbPath "/usr/X11R6/lib/X11/rgb"<br>
ModulePath "/usr/X11R6/lib/modules"<br>
FontPath "/usr/X11R6/lib/X11/fonts/misc/"<br>
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"<br>
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"<br>
FontPath "/usr/X11R6/lib/X11/fonts/CID/"<br>
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"<br>
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"<br>
EndSection<br>
<br>
Section "Module"<br>
Load "glx"<br>
Load "record"<br>
SubSection "extmod"<br>
Option "omit xfree86-dga"<br>
EndSubSection<br>
Load "dbe"<br>
Load "xtrap"<br>
Load "freetype"<br>
Load "type1"<br>
Load "dri"<br>
EndSection<br>
<br>
Section "InputDevice"<br>
Identifier "Keyboard0"<br>
Driver "kbd"<br>
EndSection<br>
<br>
Section "InputDevice"<br>
Identifier "Mouse0"<br>
Driver "mouse"<br>
Option "Protocol" "IMPS/2"<br>
Option "Device" "/dev/input/mice"<br>
Option "ZAxisMapping" "4 5"<br>
Option "Buttons" "5"<br>
EndSection<br>
<br>
Section "InputDevice"<br>
Identifier "LIRC-Mouse"<br>
Driver "mouse"<br>
Option "Device" "/dev/lircm"<br>
Option "Protocol" "IntelliMouse"<br>
Option "SendCoreEvents"<br>
Option "Buttons" "5"<br>
Option "ZAxisMapping" "4 5"<br>
EndSection<br>
<br>
Section "Monitor"<br>
Identifier "Monitor0"<br>
VendorName "Monitor Vendor"<br>
ModelName "Monitor Model"<br>
HorizSync 20 - 90<br>
VertRefresh 50.0 - 75.0<br>
ModeLine "720x480" 26.7 720 736 808 896 480 481 484 497<br>
Modeline "720x480Over" 21.0 720 728 760 800 480 480 483 525
-HSYNC +VSYNC<br>
EndSection<br>
<br>
Section "Device"<br>
Identifier "Via Unichrome CN400"<br>
Driver "via"<br>
Option "ActiveDevice" "TV"<br>
Option "TVType" "NTSC"<br>
Option "TVOutput" "S-Video"<br>
EndSection<br>
<br>
Section "DRI"<br>
Mode 0666<br>
EndSection<br>
<br>
Section "Screen"<br>
Identifier "Screen0"<br>
Device "Via Unichrome CN400"<br>
Monitor "Monitor0"<br>
DefaultDepth 16<br>
Subsection "Display"<br>
Depth 16<br>
#Modes "720x480"<br>
Modes "720x480Over"<br>
EndSubSection<br>
EndSection<br>
</b><br>
</body>
</html>