ThinkPad X31 with NetBSD











{1月 6, 2008}   xorg.conf

現在のxorg.conf。
xfceのcomposite有効です。

Section “ServerLayout”
Identifier “X.org Configured”
Screen 0 “Screen0″ 0 0
InputDevice “Mouse0″ “CorePointer”
InputDevice “Keyboard0″ “CoreKeyboard”
EndSection

Section “Files”
RgbPath “/usr/pkg/share/X11/rgb”
ModulePath “/usr/pkg/lib/xorg/modules”
FontPath “/usr/pkg/lib/X11/fonts/misc/”
FontPath “/usr/pkg/lib/X11/fonts/TTF/”
FontPath “/usr/pkg/lib/X11/fonts/OTF”
FontPath “/usr/pkg/lib/X11/fonts/Type1/”
FontPath “/usr/pkg/lib/X11/fonts/100dpi/”
FontPath “/usr/pkg/lib/X11/fonts/75dpi/”
EndSection

Section “Module”
Load “extmod”
Load “record”
Load “dbe”
Load “xtrap”
Load “dri”
Load “freetype”
Load “type1″
EndSection

Section “InputDevice”
Identifier “Keyboard0″
Driver “kbd”
Option “XkbRules” “xorg”
Option “XkbModel” “jp106″
Option “XkbLayout” “jp”
EndSection

Section “InputDevice”
Identifier “Mouse0″
Driver “mouse”
Option “Protocol” “wsmouse”
Option “Device” “/dev/wsmouse”
Option “CorePointer”
Option “Emulate3Buttons” “on”
Option “YAxisMapping” “4 5″
Option “XAxisMapping” “6 7″
Option “EmulateWheel” “true”
Option “EmulateWheelTimeOut” “200″
Option “EmulateWheelButton” “2″
Option “EmulateInertia” “50″
EndSection

Section “Monitor”
Identifier “Monitor0″
VendorName “Monitor Vendor”
ModelName “Monitor Model”
### Comment all HorizSync and VertRefresh values to use DDC:
HorizSync 31.5 – 57.0
VertRefresh 50.0 – 70.0
EndSection

Section “Device”
Option “SWcursor” “true”
Option “BusType” “PCI”
Option “AGPMode” “4″
Option “AGPFastWrite” “false”
Option “AGPSize” “32″
Option “EnableDepthMoves” “false”
Option “EnablePageFlip” “true”
Option “DDCMode” “true”
Option “ColorTiling” “false”
Option “SubPixelOrder” “NONE”
Option “DynamicClocks” “true”
Option “BIOSHotkeys” “true”
Option “AccelMethod” “XAA”
Option “XAANoOffscreenPixmaps” “true”
Identifier “Card0″
Driver “radeon”
VendorName “ATI Technologies Inc”
BoardName “Radeon Mobility M6 LY”
BusID “PCI:1:0:0″
EndSection

Section “Screen”
Identifier “Screen0″
Device “Card0″
Monitor “Monitor0″
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
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section “Extensions”
Option “Composite” “true”
EndSection



コメントする

など