Skip to content

Instantly share code, notes, and snippets.

@whyrusleeping
Created October 14, 2013 01:39
Show Gist options
  • Save whyrusleeping/6969489 to your computer and use it in GitHub Desktop.
Save whyrusleeping/6969489 to your computer and use it in GitHub Desktop.
My chromebooks xorg.conf file
Section "Device"
Identifier "Mali FBDEV"
Driver "fbdev"
Option "fbdev" "/dev/fb0"
Option "Fimg2DExa" "false"
Option "DRI2" "true"
Option "DRI2_PAGE_FLIP" "false"
Option "DRI@_WAIT_VSYNC" "true"
Option "SWccursorLCD" "false"
EndSection
Section "Screen"
Identifier "DefaultScreen"
Device "Mali FBDEV"
DefaultDepth 24
EndSection
Section "InputClass"
Identifier "touchpad"
MatchIsTouchpad "on"
#Driver "mtrack"
##Option "AccelerationProfile" "-1"
#Option "IgnorePalm" "1"
#Option "DisableOnPalm" "1"
#Option "PalmSize" "20"
Option "FingerHigh" "5"
Option "FingerLow" "5"
#Option "Sensitivity" "1.35"
#Option "ScrollDistance" "20"
#Option "EdgeSize" "20"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment