Connor Edwards
Connor Edwards
I'm running Fedora, so I'm not sure what the equivalent package is for `xf86-video-intel`. A repo search didn't reveal anything like it. I tried out the Chromium flags but the...
I still think this is a Swayroots issue. Scrolling doesn't lag if I have two Chromium windows open in the same workspace.
I'm going to close this and will reopen if I can demonstrate that it's a Sway issue. It is starting to look like a hardware acceleration issue but it's unclear...
If that were the cause, what would the stutter look like? If it's a single frame then the stutter surely wouldn't be too severe. With this issue, the stutter can...
Here's a video of it. _(link dead)_ These two windows are in different workspaces. The cursor is shown on both windows at the same time for some reason. The issue...
Interesting. This is almost certainly independent of browser/codecs/drivers then. I think it's what you suggested it could be @ascent12. Is there an issue open on wlroots for this?
I found recently that exporting environment variable `vblank_mode=0` fixes this for me (`export vblank_mode=0` in my `.zshenv`). Though, it apparently disables vsync in Mesa, so maybe it counts as a...
@fkjogu I think the environment variable needs to be lowercase (`vblank_mode` not `VBLANK_MODE`). Make sure that the variable is exported and that you source/re-login to the TTY which you launch...
I've narrowed it down to this function: https://github.com/derailed/k9s/blob/288a9d0e87cce579a3393cbec14881404045c09b/internal/dao/describe.go#L9-L40 When `Describer()` is called, it ends up calling `NewForConfig()` which creates a fresh HTTP client instance if `Proxy` is set, meaning that...
I spent a bit of time trying to see if we could extract some of the code from kubectl but still use the types. No luck so far. I didn't...