FPGAなど、パソコンに関連することを載せている。
----------
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "catalogue:/etc/X11/fontpath.d"
FontPath "built-ins"
EndSection
Section "Module"
Load "dri2"
Load "dri"
Load "record"
Load "dbe"
Load "extmod"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
HorizSync 30-83 # 20111113 add
VertRefresh 56-75 # 20111113 add
EndSection
Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "PrintVGARegs" # []
#Option "PrintTVRegs" # []
#Option "I2CScan" # []
#Option "VBEModes" # []
#Option "NoAccel" # []
#Option "AccelMethod" #
#Option "ExaNoComposite" # []
#Option "ExaScratchSize" #
#Option "SWCursor" # []
#Option "ShadowFB" # []
#Option "Rotate" # []
#Option "VideoRAM" #
#Option "ActiveDevice" # []
#Option "BusWidth" # []
#Option "Center" # []
#Option "PanelSize" # []
#Option "ForcePanel" # []
#Option "TVDotCrawl" # []
#Option "TVDeflicker" #
#Option "TVType" # []
#Option "TVOutput" # []
#Option "TVPort" # []
#Option "DisableVQ" # []
#Option "DisableIRQ" # []
#Option "EnableAGPDMA" # []
#Option "NoAGPFor2D" # []
#Option "NoXVDMA" # []
#Option "VbeSaveRestore" # []
#Option "DisableXvBWCheck" # []
#Option "ModeSwitchMethod" # []
#Option "MaxDRIMem" #
#Option "AGPMem" #
Identifier "Card0"
Driver "openchrome"
VendorName "VIA Technologies, Inc."
BoardName "K8M800/K8N800/K8N800A [S3 UniChrome Pro]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24 # add 20111113
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480" #20111113 add
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480" #20111113 add
EndSubSection
EndSection
----------