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...