Hi all,
I have been accessing my RPi very successfully utilising PuTTY up until this week. For some reason I am now getting this error when I get past the SSH Login:
FATAL: Module g2d_23 not found.
The screen attached to the pi appears to load another desktop, and when I close the SSH connection, it closes this second desktop of its' own accord.
I'm not exactly an expert in Linux here, coming from a Windows background, but I do understand the very basics of X server, and I am wondering what has changed to make this not work.
The only things I have done recently are:
- dist-upgrade
- apt-get upgrade
- auto-login on boot (changed inittab) <--- Most likely culprit, i guess
changed inittab to "1:2345:respawn:/bin/login -f pi tty1</dev/tty1>/dev/tty1 2>&1"
Thanks in advance for help.