Skip to content

Instantly share code, notes, and snippets.

@MicahStevens
Last active June 10, 2017 22:20
Show Gist options
  • Save MicahStevens/e3b1f8463d524b412d72e75bec04b435 to your computer and use it in GitHub Desktop.
Save MicahStevens/e3b1f8463d524b412d72e75bec04b435 to your computer and use it in GitHub Desktop.
Raspberry Pi notes

Wireless mouse slow

Edit /boot/cmdline.txt and add usbhid.mousepoll=0 to the end.

starting an xwindows program from the command line to display on the touch screen

> sudo DISPLAY=:0 xinit /usr/bin/chromium-browser --incognito --no-sandbox --kiosk http://localhost/ 

kiosk mode chromium (see above)

turn off cursor in xwindows for kiosk mode

1 Get unclutter

> sudo apt-get install unclutter

2 add to startup script

unclutter -idle 0

or 
@unclutter -idle 0

turn on ssh - always forget this on new install of raspbian

touch /boot/ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment