Hello,
Just bought a Raspberry Pi, everything went well, except for the screen.
What to do?
The screenshot is of a Mac desktop with a VNC window showing the desktop on the Pi. Changing the overscan settings on the Pi will therefore make no difference to what is displayed to the user in this case.DougieLawson wrote:Use nano to edit /boot/config.txt remove all of the overscan lines by sticking a # on them to turn the active lines into comments.
Reboot and see if things improve.
Code: Select all
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install raspberrypi-ui-modsWell, it does say 'vncviewer' in the screenshot...DougieLawson wrote:How was I supposed to know the OP was using VNC on a Mac from the original post?
Not on my 8.3" tablet it doesn't it has ~~~~~~~DirkS wrote:Well, it does say 'vncviewer' in the screenshot...DougieLawson wrote:How was I supposed to know the OP was using VNC on a Mac from the original post?
Thanks for the reaction, the screenshot is indeed from the mac but when I connect a monitor directly to the Raspberry Pi the strange screen border is there to be seen too.DougieLawson wrote:Not on my 8.3" tablet it doesn't it has ~~~~~~~DirkS wrote:Well, it does say 'vncviewer' in the screenshot...DougieLawson wrote:How was I supposed to know the OP was using VNC on a Mac from the original post?
Code: Select all
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720I discovered a while ago that right clicking on an image included in a forum post and selecting "view image" showed the image in its original size. I am so used to doing that that I forgot I had done it. I appreciate not everyone knows about that wee trick.DougieLawson wrote:Not on my 8.3" tablet it doesn't it has ~~~~~~~DirkS wrote:Well, it does say 'vncviewer' in the screenshot...DougieLawson wrote:How was I supposed to know the OP was using VNC on a Mac from the original post?