Call for testers 📣 #56
Replies: 6 comments 8 replies
First Try
yserver/crates/yserver/src/lib.rs Lines 583 to 600 in 8c9bf61 I have What you should be doing is using the DRM API where you check for this, instead of just raw-enumerating the GPU list. Ironically, I had an issue with Firefox last year that had a similar cause, and ended up providing the fix for it. It's funny how I had that iGPU turned off for years, and once I turned it on, these issues started to pop up. For now, I just reversed the entries vec and moved on 😉.
and Extra Notes
This also showed up when
But at the same time, log lines like this one appear:
(Some of those may have appeared while testing |
|
|
awesome seems to work fine, but I have no real good way to test as I'm not familiar with how it's supposed to work. Picom is still quite problematic, I'm continuing to work on it. |
|
@BergmannAtmet can you please test the 2 PRs ⬆️ 🙏 meanwhile I've almost fixed the picom issues (see #67) |
|
both PRs are merged, and picom is fixed too. I even tested your custom shader, and that works too (had to fix the syntax of the argument though) |
|
@BergmannAtmet can you test on current master? |
Uh oh!
There was an error while loading. Please reload this page.
Hi All,
I only have a limited amount of hardware and I mostly test on Arch linux. I need more test reports, both good and bad. Run it as described in the README, on a TTY preferrably, and report your findings. Create an Issue, attach logs.
I'm not going to be able to close the long tail of perf/rendering issues without your help.
Thank you 🙏 !
All reactions