RaspberryPi Setup - Miscellaneous Notes
Categories: Linux, RaspberryPi
For basic setup, see http://gregwoods.co.uk/2012/08/setting-up-the-raspberry-pi-the-basics/
Remote Access - Graphical
sudo apt-get install xrdp
The remote desktop to that IP address. Full LXDE desktop shown, even though ‘startx’ was never run on the Pi itself. The remote desktop operates at the resolution of the connecting computer.
Screen Resolution and other stuff
http://elinux.org/RPi_config.txt
Remote Access - SSH
already enabled in Wheezy
Console Font Sizes
sudo dpkg-reconfigure console-setup
sudo reboot
Comments