Skip to content
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

ofSetBackgroundAuto(false) and fullscreen on Intel Graphics and Windows #7558

Open
paul-ferragut opened this issue Jun 8, 2023 · 3 comments

Comments

@paul-ferragut
Copy link

On Intel Graphics with Windows ofSetBackgroundAuto(false) with fullscreen is not working.
The image is not refreshing and showing the last image before going fullscreen mode, the mouse cursor is still visible and moving.
Using Nvidia GPU the same app is working normally.

@ofZach
Copy link
Contributor

ofZach commented Jun 8, 2023

I've also been a little bit suspect about how we do ofSetBackgroundAuto(false) and how it works on lower end machines as we've seen this problem reported from time to time -- I think a good alternative solution would be to use an fbo to do accumulation, and I wonder if we shouldn't just use an fbo internally.

potentially related

#5021
#5881
#7057

@paul-ferragut
Copy link
Author

paul-ferragut commented Jun 8, 2023

Thank you for your reply,
Everything is working normally on the Intel GPU computer using an FBO instead of ofSetBackgroundAuto(false);

@ggilder
Copy link

ggilder commented May 13, 2024

Hi, I'm on an MBP M1 pro and I'm getting flickering with ofSetBackgroundAuto(false) — it happens whether using the internal display or external display.

For anyone else who might be running into this issue, here's an example of how to switch from using ofSetBackgroundAuto to using a FBO so you don't have to do as much searching as I did. 😉 ggilder/patternLoops@cca05ba

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants