Skip to content

Instantly share code, notes, and snippets.

@flohw
Last active May 28, 2019 19:28
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 flohw/0363fd3d16241e3722d04a64c29434fb to your computer and use it in GitHub Desktop.
Save flohw/0363fd3d16241e3722d04a64c29434fb to your computer and use it in GitHub Desktop.
Chromebook configuration

See some of the configuration files bellow

Complete file name should be added at the top of the file in comment.

# /etc/X11/xorg.conf.d/00-keyboard.conf
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "fr"
Option "XkbLayout" "pc105"
EndSection
# /etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "DRI" "2" # DRI3 is now default
#Option "AccelMethod" "sna" # default
#Option "AccelMethod" "uxa" # fallback
EndSection
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment