Skip to content

Instantly share code, notes, and snippets.

@knoopx
Last active August 3, 2018 12:53
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 knoopx/dc0427b555424979e164ccce1247f6e1 to your computer and use it in GitHub Desktop.
Save knoopx/dc0427b555424979e164ccce1247f6e1 to your computer and use it in GitHub Desktop.
octoprint tft
/etc/X11/Xwrapper.config -> allowed_users=anybody
/usr/share/X11/xorg.conf.d/99-fbdev.conf
Section "Device"
Identifier "touchscreen"
Driver "fbdev"
Option "fbdev" "/dev/fb1"
EndSection
apt-get install xserver-xorg-input-evdev
/etc/X11/xorg.conf.d/99-calibration.conf ->
Driver "evdev"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment