このページの本文へ移動

xorg.conf




xorg.conf の一例 (FMV-BIBLO MG/B90)

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Mouse2" "SendCoreEvents"
InputDevice "Mouse3" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/extra/:unscaled"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/cyrillic/"
FontPath "/usr/share/fonts/OTF/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/default/TrueType/"
FontPath "/usr/share/fonts/default/Type1/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/extra/"
EndSection

Section "Modules"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "speedo"
Load "glx"
Load "GLcore"
Load "dri"
Load "record"
Load "xtrap"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "AutoRepeat""500 30"
Option "XkbRules""xorg"
Option "XkbModel""jp106"
Option "XkbLayout" "jp"
EndSection

Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "Device""/dev/psaux"
Option "Emulate3Buttons""true"
Option "Emulate3Timeout""70"
Option "SendCoreEvents""true"
Option "Buttons""5"
Option "ZAxisMapping""4 5"
EndSection

Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device""/dev/input/mouse0"
Option "SendCoreEvents""true"
Option "Buttons""5"
Option "ZAxisMapping""4 5"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "Device""/dev/input/mice"
Option "Protocol" "auto-dev"
Option "SHMConfig""on"
Option "EmulateMidButtonTime""75"
Option "VertScrollDelta""100"
Option "LeftEdge""1900"
Option "RightEdge""5850"
Option "TopEdge""1900"
Option "BottomEdge""4850"
Option "TapButton1""0"
Option "TapButton2""0"
Option "TapButton3""0"
Option "RTCornerButton""0"
Option "RBCornerButton""0"
Option "LTCornerButton""0"
Option "LBCornerButton""0"
EndSection

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

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

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

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

Section "Monitor"
Identifier "Monitor0"
HorizSync 30 - 71
VertRefresh 48 - 71
Modeline "800x480" 39 800 864 928 1088 480 481 484 509 +hsync +vsync
Modeline "1024x512" 48 1024 1056 1216 1408 512 520 526 562 -hsync -vsync
Modeline "1024x600" 52 1024 1056 1216 1400 600 600 603 617 -hsync -vsync
Modeline "1280x600" 63.61 1280 1280 1384 1688 600 600 604 628 -hsync -vsync
Modeline "1280x768" 81.59 1280 1312 1472 1696 768 772 778 798 -hsync -vsync
Option DPMS
EndSection

Section "Device"
Identifier "Card0"
Driver "intel"
Option "XaaNoOffscreenPixmaps" "1"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubsection
EndSection

Section "DRI"
Modes 0666
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection