332
Views

So far, every Raspberry Pi I’ve setup with every compatible Linux version has had a gap of resolution around the entire monitor. It seems to be a pretty standard occurance. I found a simple solution that has worked across all of the instalations.

The Settings

You will need to open up the config.txt file found at /boot on your Raspberry Pi.

sudo nano /boot/config.txt

You will be looking for the following line. All of the config files are different in my experience. Some have a lot of details explaining every detail of the config setting and some are very simple. You need to either find and uncomment the following or add it to the file.

disable_overscan=1

Here is what mine loosk like on Ubuntu Mate.

disable-overscan

Conclusion

There are plenty of settings that I’ll review but this one is a must each time I install an OS on a Raspberry Pi. Rember, you can add the setting if you don’t find it listed.

Article Tags:
·
Article Categories:
Tech
SDATIC

Web developer and former photographer by trade...gamer and all around tech enthusiast in his free time. Christoph started sdatic.com as a way to organize his ideas, research, notes and interests. He also found it enjoyable to connect and share with others who parallel his interests. Everything you see here is a resource that he found useful or interesting and he hopes that you will too.

Leave a Reply

Your email address will not be published. Required fields are marked *