Skip to content

Instantly share code, notes, and snippets.

@florin0x01
Created May 15, 2019 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save florin0x01/1f962e912b72d54d9384ff2a7b9bcb1a to your computer and use it in GitHub Desktop.
Save florin0x01/1f962e912b72d54d9384ff2a7b9bcb1a to your computer and use it in GitHub Desktop.
xorg.conf additional
Section "InputClass"
Identifier "Touchpad0"
MatchIsTouchpad "on"
Driver "mtrack"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
#MatchIsKeyboard "on"
#Driver "kbd"
Driver "evdev"
Option "XkbLayout" "us"
Option "XkbModel" "Apple MacBook Keyboard"
Option "XkbRules" "xorg"
Option "XkbOptions" "grp:alt_shift_toggle,grp:switch,grp_led:scroll,compose:rwin,terminate:ctrl_alt_bksp"
Option "XkbVariant" ",qwerty"
EndSection
Section "Monitor"
Identifier "Monitor0"
DisplaySize 286 179
EndSection
Section "Device"
Identifier "Device0"
Driver "intel"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
SubSection "Display"
Depth 24
Modes "2560x1600" "1680x1050" "1440x1900"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
#InputDevice "Mouse0" "CorePointer"
#InputDevice "Touchpad0" "CorePointer"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment