このページの本文へ移動

xorg.conf の一例(ESPRIMO D581/C)

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"dbe"
Load"dri"
Load"glx"
Load"record"
Load"extmod"

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"
ModelName"Monitor Model"

EndSection

Section "Device"

Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Core Processor Integrated Graphics Controller"
BusID "PCI:0:2:0"

EndSection

Section "Screen"

Identifier"Screen0"
Device"Card0"
Monitor"Monitor0"
DefaultDepth16
SubSection "Display"
Viewport0 0
Depth1
EndSubSection
SubSection "Display"
Viewport0 0
Depth4
EndSubSection
SubSection "Display"
Viewport0 0
Depth8
EndSubSection
SubSection "Display"
Viewport0 0
Depth15
EndSubSection
SubSection "Display"
Viewport0 0
Depth16
EndSubSection
SubSection "Display"
Viewport0 0
Depth24
EndSubSection

EndSection