Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: derdon222 on July 07, 2015, 12:38:28 PM

Title: overscan and /boot/config.txt
Post by: derdon222 on July 07, 2015, 12:38:28 PM
Hello forum members,

I am just trying to build an unplugable kiosk-like info screen based on a raspberry pi 2. So I am running it on piCore-6.1_v7-X image. I managed to automatically establish the wifi connection, and start the browser (kind of - will try to sort that with a second post). I have the problem left, that there are black borders around the screen - by default the pi seems to be set to overscan.
Normally I would try to change that in /boot/config.tct or with raspi-config but on PiCore I can not find any of those.
Some help would be great!

Thanks for reading this.

Best regards,

der Don
Title: Re: overscan and /boot/config.txt
Post by: bmarkus on July 07, 2015, 02:27:21 PM
Mount /dev/mmcblk0p1 partition. It is the boot partition with config.txt, cmdline.txt, kernel, etc. but unmounted by the system to protect it after booting.

Title: Re: overscan and /boot/config.txt
Post by: pq5190362 on July 07, 2015, 02:55:48 PM
there are black borders around the screen - by default the pi seems to be set to overscan.

Black borders around the picture means underscan. Not overscan.

Overscan = cropped picture

Underscan = black borders around the picture (to compensate TV overscan for example)

So, what you are looking at is underscan, not overscan.

Regards