Probe #ed34c1310f of Lenovo ThinkPad X13 Gen 1 2...
Log: xorg.conf.d
00-module.conf
--------------
Section "Module"
Load "GLcore"
Load "drm"
Load "fb"
Load "vgahw"
Load "shadow"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
Section "DRI"
Group "video"
Mode 0666
EndSection
Section "ServerFlags"
Option "StandbyTime" "3"
Option "SuspendTime" "5"
Option "OffTime" "10"
Option "AIGLX" "True"
EndSection
05-fonts.conf
-------------
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/share/fonts/sitefont/"
FontPath "/usr/local/share/fonts/RICOH/"
FontPath "/usr/local/share/fonts/intlfonts-1.3/"
FontPath "/usr/local/share/fonts/misc/"
FontPath "/usr/local/share/fonts/TTF/"
FontPath "/usr/local/share/fonts/OTF/"
FontPath "/usr/local/share/fonts/Type1/"
FontPath "/usr/local/share/fonts/100dpi/"
FontPath "/usr/local/share/fonts/75dpi/"
EndSection
06-driver-modesetting.conf
--------------------------
Section "Device"
Identifier "Card0"
Driver "scfb"
BusID "PCI:5:0:0"
EndSection
07-monitor-screen.conf
----------------------
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
10-keyboard.conf
----------------
Section "InputClass"
Identifier "AT Keyboard"
MatchIsKeyboard "on"
Driver "evdev"
Option "XkbRules" "base"
Option "XkbModel" "jp106x"
Option "XkbLayout" "jp"
Option "XkbOptions" "ctrl:swapcaps"
EndSection
60-thinkpad.conf
----------------
Section "InputClass"
Identifier "libinput touchpad catchall"
Driver "libinput"
MatchDevicePath "/dev/input/event3"
MatchIsTouchpad "on"
Option "AccelSpeed" "0.1"
Option "ClickMethod" "clickfinger"
Option "DisableWhileTyping" "on"
Option "HorizontalScrolling" "on"
Option "LeftHanded" "off"
Option "NaturalScrolling" "on"
Option "ScrollMethod" "twofinger"
Option "Tapping" "on"
Option "TappingDrag" "on"
Option "TappingDragLock" "on"
EndSection
Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
Driver "evdev"
MatchDevicePath "/dev/input/event4"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection
61-mouse.conf
-------------
Section "InputDevice"
Identifier "Mouse0"
Driver "evdev"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection