Don't know if this has been posted already but you can simple get to see some more content on the official display by changing the frame buffer size in config.txt
I think that 1024x614 pixel is a good trade off between quality and achievable resolution (see screen capture below).
https://drive.google.com/file/d/0B5lt0B ... sp=sharing
Simply
Code: Select all
cd /boot
sudo nano config.txt
Code: Select all
...
# uncomment to force a console size. By default it will be display's size minus
# overscan.
framebuffer_width=1024
framebuffer_height=614
...
Code: Select all
fbset -s