Lukas Senionis

Results 136 comments of Lukas Senionis

The only way Buddy interacts with Steam is by reading Steam's logfiles and calling executable once in a while, but nothing should cause this. What does `systemctl status` say about...

> * What would be the best place to enable the temporary settings? (should be when the stream starts, but where in the code would be the best?) > *...

What you're asking for is rather complicated to do and would give me even more stuff to maintain... I'm currently looking into how difficult it would be to out a...

I was looking into this `ddprobe` issue a little and am wondering if we could cheat a little. According to MS (https://learn.microsoft.com/en-us/windows/win32/api/dxgi1_6/ne-dxgi1_6-dxgi_gpu_preference) there are only 3 possible values for GPU...

> If you do something like run a 3 GPU setup (ex: iGPU + 2 dGPUs), the valid values will be: > 1. iGPU > 2. dGPU 1 > 3....

Its not trivial to detect whether the display is virtual or not. There is an enum that could be set accordingly by the driver itself somehow to indicate that it's...