Probe #e8a2f44b21 of Lenovo ThinkPad X220 42902W...
Log: xorg.conf
#
Section "Module"
Load "glx"
EndSection
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Option "DontZap" "false" # enable Ctrl+Alt+Backspace
EndSection
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
# bitmap (pcf) fonts
#FontPath "/usr/local/share/fonts/75dpi"
#FontPath "/usr/local/share/fonts/100dpi"
FontPath "/usr/local/share/fonts/terminus-font"
FontPath "/home/citrin/.fonts/75dpi"
# TTF/OTF fonts
FontPath "/home/citrin/.fonts/w7ttf"
FontPath "/usr/local/share/fonts/TTF"
FontPath "/usr/local/share/fonts/OTF"
FontPath "/usr/local/share/fonts/dejavu"
FontPath "/usr/local/share/fonts/Droid"
FontPath "/usr/local/share/fonts/TerminusTTF"
FontPath "/home/citrin/.fonts/unicode.org"
EndSection
Section "InputClass"
Identifier "All keyboards"
MatchIsKeyboard "on"
MatchDevicePath "/dev/kbdmux*"
Option "XkbLayout" "us,ru"
# see xkeyboard-config(7) and /usr/local/share/X11/xkb/rules/base.lst
#Option "XkbOptions" "grp:caps_toggle,grp:shifts_toggle,grp_led:caps,terminate:ctrl_alt_bksp,compose:sclk"
Option "XkbOptions" "grp:shifts_toggle,grp_led:scroll,terminate:ctrl_alt_bksp,compose:menu,ctrl:nocaps"
EndSection
#Section "InputDevice"
# Identifier "Mouse0"
# Driver "mouse"
# Option "Protocol" "auto"
# #Option "Device" "/dev/sysmouse"
# Option "ZAxisMapping" "4 5 6 7"
#EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
# default text sizes are too big for this tiny display
# DisplaySize 277 156 # mm
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Modes "1366x768"
EndSubSection
EndSection