Max Baz

Results 720 comments of Max Baz

This is awesome to see! I am a fan of Rust, I am a fan of Nix 😁 I welcome any kind of contribution if someone wants to integrate this...

Hello! I believe you can match on the serial number of your display in wluma config, in case the serial number doesn't change across reboots. Otherwise it's a bit tough...

Sure thing! Your output of `ddcutil detect` has an interesting extra line for the phantom display: "DDC communication failed". Hopefully we'll be able to find a command that can tell...

Hi all, thanks again for reporting but it looks like it's an unsolvable problem. Unfortunately I don't think it's actionable for me at this point, I just have no idea...

Hey! Interesting :thinking: Does it reproduce every time, or only sometimes? Could you try without external display, does it reproduce too? Could you paste the logs with `RUST_LOG=trace wluma` (instead...

I'm not really sure it's related to external screens specifically (does it work if you comment out the internal display instead?). If it still works, it sounds more like an...

Okay, good to know! Hmm I can't imagine how it's possible that nobody else has reported this so far, I thought there are plenty of users using it with multiple...

Thanks for sharing your details! Does it crash right away or does it really wait 5 seconds and then crash? 4.6.1 unfortunately doesn't include the additional debugging I pushed for...

Please try using branch `issue143`, I added some extra logs around the initialization, that happens just before your timeout occurs, lets see what happens now, I'm especially curious to see...

Very curious, does the code execution not reach this line at all? Could you try to debug where it gets stuck inside main.rs? https://github.com/maximbaz/wluma/blob/ccb77db2d7ad6708d97d40c17ee8601ce2b0b584/src/main.rs#L131