Skip to content

Instantly share code, notes, and snippets.

Created March 22, 2013 08:09
Show Gist options
  • Select an option

  • Save anonymous/5219685 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/5219685 to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf
Section "ServerLayout"
Identifier "Layout0"
InputDevice "Touchscreen0" "CorePointer"
InputDevice "Digitizer0" "CorePointer"
InputDevice "Keys0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Digitizer0"
Driver "evdev"
Option "Device" "/dev/input/event6"
Option "AccelerationScheme" "none"
EndSection
Section "InputDevice"
Identifier "Touchscreen0"
# Driver "evtouch"
Driver "evdev"
Option "Device" "/dev/input/event1"
Option "Protocol" "usb"
Option "AccelerationScheme" "none"
EndSection
Section "InputDevice"
Identifier "Keys0"
Driver "evdev"
Option "Device" "/dev/input/event0"
Option "Protocol" "usb"
EndSection
Section "Device"
Identifier "Adapter0"
Driver "fbdev"
Option "fbdev" "/dev/graphics/fb0"
VendorName "Unknown"
BoardName "Unknown"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x800_60.00"
EndSubSection
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment