-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overscan_Scale=1 not working on composite #1201
Comments
What are you running? |
I'm using Desktop and Open Auto Pro. I've disabled the GL driver as that stops my touchscreen from working. |
Why are you using overscan_scale? What does |
It's the only setting that I've found that fits perfectly on my screen. Version: ccada45e1764783c9876237218ef886d96b24fc7 |
Can you post the contents of config.txt. |
It affects both. Overscan_scale=1 creates black borders when previously it fitted just over and as you can see in the config.txt I used overscan settings to bring the edges in slightly. If I disable overscan the screen doesn't fit at all.
|
I can confirm issue, having the same case. Overscan is not working at all. What's more also frame buffer setting looks like it's not working. Pi3B+ updated to Buster and using composite screen as an video output freezes the whole system just after desktop appears. I can move mouse around but nothing is working. On HDMI output everything fine, no issues at all. |
Just to note in regards to the use of overscan_scale retropie still ships with overscan_scale set (on Stretch) as it's needed for users that use overscan so Emulation Station (which uses sdl2) follows the overscan settings. To drop it we would need to add some calibration config like Kodi has. There are other apps in retropie that are affected also. |
I also had the freeze just after desktop. I have disabled the GL driver in raspi-config which stops it from freezing. |
It's not fixing overscan anyway? |
No unfortunately not but it stops it from freezing :) |
For the freezing, it might be worth trying an rpi-update, there have been fixes for composite. Usual caveats - its beta firmware so use at your peril. |
Thanks but I've already tried the rpi-update. |
@dreamvictim When? There has been a very recent update. |
Yesterday :) |
I did the same, after yesterday's rpi-update still system freezes |
Just trying the latest firmware, Buster, on Pi3B+, FMKS/DRM driver and I see no freeze. This was a fresh install/update - were the freezing issues seen on upgraded Stretch installs? Or some other setup? Running terminal, Chromium all seems fine. As for overscan, there are some fixes going through code review at the moment that should help here. Probably take a few more days to get merged. |
Just tried overscan_scale on a current Buster image,Pi3B+, composite, and it definitely scaled down the display to match the overscan settings. What exactly is the problem being seen ie what happened before and what happens now? Note that the docs do not recommend using this options as it does slow down the system due to large amounts of GPU work required for the scaling, and the subsequent reduced image quality. |
Which video output you used? We are talking about Raspbian Buster freezes at Pi3B+ with composite / analog output. With HDMI output everything is fine |
I've just done rpi-update again and re-enabled the GL driver. The Open Auto Pro splash screen is now showing and central but it still fails to load so I can't get to the desktop. But good news is the screen looks central so definitely an improvement. I'm going to try again with the GL-driver disabled and see if the desktop is displaying correctly. |
All my tests done on a Pi3B+, fully up to date Buster, composite output. My post above has a typo, I did not have KMS enabled. |
right, with the latest firmware from today I can get the screen displaying properly without using "overscan_scale=1" which is something I was never able to do previously. With KMS enabled it hangs on splash screen. With it disabled I can see desktop displayed correctly. |
Not sure about the KMS issue, haven't tried that, I will check that when I get in to the office tomorrow. KMS or FKMS? All of the work for Pi4 that was also used on earlier models was in FKMS. |
I've only tried Fake. Thanks :) |
OK, there does seem to be an issue in there somewhere with composite and FKMS on <Pi4, currently investigating. Think we know what it is. |
kernel: add Hifiberry DACplusADC PRO version See: raspberrypi/linux#3098 kernel: dts: bcm2838: add missing properties for pmu and gic nodes See: raspberrypi/linux#3104 firmware: Fixups for missing code changes from Pi4 branch See: #1201
rpi-update firmware should have a fix for this issue. |
kernel: add Hifiberry DACplusADC PRO version See: raspberrypi/linux#3098 kernel: dts: bcm2838: add missing properties for pmu and gic nodes See: raspberrypi/linux#3104 firmware: Fixups for missing code changes from Pi4 branch See: raspberrypi/firmware#1201
Thanks! System is now also working on composite output, going to test rest of the overscan parameters |
Unfortunately rest of overscan parameters are not working, also there is no reaction for frame buffer parameters. At least systems works, so there is improvement |
Thanks! I can also confirm that the system now boots without freezing. |
I would expect overscan parameters to NOT work on FKMS but to work on legacy mode - is that what you are seeing? |
Honestly saying, on Stretch setting dtoverlay=vc4-fkms-v3d and overscan worked together, maybe I misunderstood your last question... So which parameter I should set to have overscan with composite video output working on Buster? |
The whole graphics stack has had a major revamp with Buster. We have moved the a MESA/(f)KMS/DRM stack, with major changes to huge amounts of code, a lot of it coming from upstream, as we move away from the current firmware 3D and rendering to a more standard stack. We are currently backporting from kernel 5.1 to our kernel the overscan facilities for DRM which we are plumbing in. But right now you will need to turn off vc4-fkms-v3d to use overscan. |
Overscan support within DRM/KMS is merged with raspberrypi/linux#3090 |
I managed to test composite output without FKMS, and it seemed fine. I could adjust overscan parameters. |
Hi everyone! Any news about this topic? I have the same issue at Rpi B3+ OS Raspbian with composite video: no_KMS driver gives right picture size + possible overscan adjustment. But FKMS simply hangs - I see no desktop at all, KMS gives oversized pictures, no overscan adjustment is possible. VLC is freezing while playing video without KMS :( . |
I can confirm commenting this out solved overscan problems for me Rpi 3b+ → updated bulllseye → composite out → Sony Trinitron Nothing else fixed overscan, including I didn't have any of the freezing problems as described above however. |
RP3b+ using composite, picture no longer fits on screen.
Overscan_Scale=1 doesn't appear to be working
The text was updated successfully, but these errors were encountered: