this post was submitted on 08 Jun 2024
6 points (100.0% liked)
Learn Programming
1615 readers
1 users here now
Posting Etiquette
-
Ask the main part of your question in the title. This should be concise but informative.
-
Provide everything up front. Don't make people fish for more details in the comments. Provide background information and examples.
-
Be present for follow up questions. Don't ask for help and run away. Stick around to answer questions and provide more details.
-
Ask about the problem you're trying to solve. Don't focus too much on debugging your exact solution, as you may be going down the wrong path. Include as much information as you can about what you ultimately are trying to achieve. See more on this here: https://xyproblem.info/
Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This might be an issue with the window manager more so than x11 itself. However, I would suggest trying it with VLC in OpenGL to confirm.
Are you running the recommended drivers for your GPU?
If VLC doesn't do it, check to see how their code differs from yours perhaps?
I have tge same issue on at least two working distros, and had similar issues on previous ones I used. Other programs don't have this issue, only mine, when resizing. I don't know if I should call some extra functions, since most documentation I could get is pretty much "just use some existing solution".
This is a wild guess but you probably need to rerender the framebuffer when you get the resize event. I'd expect most libraries/frameworks/engines would take care of that for you, but if you've rolled your own using the base X11 and OpenGL libraries you might need to set that up. X11 has a lot of strange quirks due to its network centric design.