このページの本文へ移動

xorg.conf の一例(ESPRIMO B531/D)

Section "ServerLayout"

Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOff "Screen1"
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"dri"
Load"glx"
Load"extmod"
Load"dri2"
Load"dbe"
Load"record"

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

Identifier"Monitor1"
VendorName"Monitor Vendor"
ModelName"Monitor Model"

EndSection

Section "Monitor"

Identifier"Monitor2"
VendorName"Monitor Vendor"
ModelName"Monitor Model"

EndSection

Section "Device"

Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"

EndSection

Section "Device"

Identifier "Card1"
Driver "fbdev"
BusID "PCI:0:2:0"

EndSection

Section "Device"

Identifier "Card2"
Driver "vesa"
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

Section "Screen"

Identifier"Screen1"
Device"Card1"
Monitor"Monitor1"
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

Section "Screen"

Identifier"Screen2"
Device"Card2"
Monitor"Monitor2"
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