Go to advanced search

by danceswithcrows
Sun Mar 13, 2016 8:25 pm
Forum: Beginners
Topic: Help with a code
Replies: 3
Views: 1157

Re: Help with a code

Assuming you've got stock Raspbian jessie, you would probably do something like this: OLDMODE=fbset | grep ^mode | sed -e 's/^mode "//' -e 's/"//' fbset 640x480-60 chromium fbset $OLDMODE ...which should retrieve the old mode name, change the framebuffer's video mode to the default 640x480 60 Hz mod...
by danceswithcrows
Sat Mar 12, 2016 9:14 pm
Forum: Advanced users
Topic: Remote display not working
Replies: 12
Views: 6011

Re: Remote display not working

If your Pi is set up in the way that stock Raspbian jessie is set up, the way to execute remote X clients on the Pi via ssh and have them display on your local machine is like so: machine:~$ ssh -Y your_pi your_pi:~$ lxterminal ...the -Y option for ssh enables trusted X11 forwarding, which eliminate...

Go to advanced search