As a test, I am simply trying to start a terminal from an SSH session. SSH into the PI, set the DISPLAY variable, and run lxterminal.
I have the default noobs installation, with no changes except:
I created a user account and added it to sudoers
I ssh into the Pi2 with this account.
I run "export DISPLAY=:0"
I run "lxterminal"
I get back:
Code: Select all
No protocol specified
(lxterminal:954): Gtk-WARNING **: cannot open display: :0
Any suggestions on next things to try? Thanks!