when plug in an external display, there is a rare chance that GL_MAX_VIEWPORT_DIMS request returns with nothing, leaving limit uninitialized and wrong, which causes a subsequent compositing suspend.
Details
Details
Diff Detail
Diff Detail
- Repository
- R108 KWin
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Comment Actions
That's a somewhat messy hack.
But it's a good investigation that this is wrong. Probably means we don't have an active GL context.
Can you get a backtrace of when we're in this method with it failing?