Last active
August 29, 2015 14:20
-
-
Save l4u/2f0872007626c68470f8 to your computer and use it in GitHub Desktop.
Raspberry Pi 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://wiki.ubuntu.com/ARM/RaspberryPi | |
# install xubuntu-desktop | |
# disable overscan | |
/boot/config.txt | |
# Autostart Synergy before logging in (LightDM) | |
/etc/lightdm/lightdm.conf: | |
[SeatDefaults] | |
greeter-setup-script=/usr/bin/synergyc <OPTIONS> <SERVER HOSTNAME> | |
autologin-user=ubuntu | |
# nwjs | |
https://github.com/jtg-gg/node-webkit/releases/download/nw-v0.12.0/nwjs-v0.12.0-linux-arm.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment