So I have finally had a chance to get my RaspberryPi up and running, I have had it for quite a while but haven’t had a chance to really sit down and play around with it.
I installed the basic Raspbian image, I am fairly confident with Debian based distros mainly because I have been using Ubuntu since 9.04 and have some history with it.
My initial project with my RaspberryPi has been a media front end for my main TV. Initially I was going to use Raspbmc and run the client directly on the RPi and access the media on my file server. Currently that is just my desktop running Ubuntu 12.04 with Gnome Shell. But I had planned to use FreeNAS once I had gotten around to getting all the parts.
My plans now have changed, getting all the media codecs and everything to work correctly on the RPi could be difficult and time consuming. So I was thinking of another way to achieve the same thing, obviously all the media stuff works on my desktop computer where all the media is stored but it is too big loud to put it beside the TV. Running a VNC session on the RPi which is small and silent seems like the best way to do this.
So I installed Raspbian and then installed TightVNC using the command:
- sudo apt-get install vncviewer
I then installed X11VNCServer on my Ubuntu 12.04 computer using the Software Centre. The setup is pretty basic using the GUI. I left the password blank so that the VNC session would connect without needing a password. This has worked quite well but the graphics performance isn’t the best and the VNC viewer is still windowed.
I tried to install the RaspberryPi Thin Client which I think is a really interesting project, it didn’t startup for me. Maybe you will have better luck, so I am back to Raspbian for now.