Chris Chamberlain
Chris Chamberlain
What's your window manager/desktop environment? I've got it partially working inside of sway by setting the env vars before I launch sway from cmdline. However certain apps launched with wofi...
Where are you putting the environment variables at the moment? `.Xsession` won't be read on a Wayland-only session (seeing as its just for X sessions). I have used `~/.pam_environment` and...
This is happening to me too... Hopefully it might get fixed.
If I add the following to a subclass of Ardent it appears to fix the problem. I haven't tested all possible cases though... ``` public function newQuery($excludeDeleted = true) {...
I've been working on an initial implementation for the `DebugStructGenerator`. I'm aiming to make it an optional part of all generators but at the moment the 'overridden' functions are more...
Looks like it is an ongoing issue. I fixed it by just going to the given file and removing the `__mesa_error_no_memory` function. If you look in [pull requests](https://github.com/aras-p/glsl-optimizer/pulls) you'll see...
I am super keen to get GPU hotplugging working for display controllers (specifically, I'm motivated by the hope of completely powering off my dGPU with bbswitch when no external monitor...
I'm excited to be able to report that I've got some form of hotplugging working. It's for "display controllers" only, and only tested so far on my laptop with intel+nouveau...
So the specific workflow is described in this commit message https://github.com/neon64/wlroots/commit/76268d4db8fb6036634e51ffedeb793cdcf087dd The general idea is, once you disconnect all external monitors, wlroots will stop using the nouveau driver, so you...
@J0nnyMak0 thanks so much for trying this out. I've gone ahead and created a draft PR to discuss this specific implementation https://github.com/swaywm/wlroots/pull/2423 - so as to not further pollute this...