syboxez
syboxez
> Any idea how similar the APIs are? Since you're using resid 0.16 in this project and not resid 2, they're quite different. resid 0.xx hasn't been updated since 2004....
Workaround for other systemd distros; can probably be adapted to NixOS: A workaround for audio on enchilada after a reboot: ``` rm -rf ~/.config/pulse # Testing mostly done with pulseaudio...
> Looking forward to test this when I get the time. Some preliminary comments: > > * Wayland in general is not very keen on letting clients change resolution or...
> I'd say RA + Switchres + KMS doesn't rely on a kernel patch. In this case, Switchres acts as a modeline calculator, and these modelines are applied directly by...
> I'm confused with the benefits of it: > > * the current code breaks the current switchres behaviour on KMS, so we have no choice other than using EDIDs...
> There is anoher way to force refresh the EDID, which is through the status in /sys/class/drm/cardX-CCC-n/status, but it may temporarily turn off display. But this has worked with variable...
> Hi there, is there any kind of agreed upon road forward for this PR? If some of the things in this PR are controversial to plainly merge, are there...
Discussion about specific implementation ideas in `switchres` here: https://github.com/antonioginer/switchres/issues/102
Worth noting that backing up the EDID is unnecessary, as one could write the string `reset` to `edid_override` to reset the display's EDID to what the display provides. Some displays...
> As I've already said but I'll say it again in a shorter yet clearer way: I'll never approve that. > > Switchres is shipped as a library, which is...