Lukas Senionis
Lukas Senionis
> Yea, it doesn't like duplicates. I don't know how to solve it either at this point. > > This is what I've done in these cases. https://github.com/LizardByte/Sunshine/blob/nightly/docs/source/source_code/src/platform/linux/graphics.rst?plain=1 > >...
Squashed and rebased the branch
My counter arguments: ## The IDs change Yes, they indeed change after driver has been reinstalled. However, not by much. In my case only 1 number changes in the: ```...
I did some investigation into the IDs and these were the results: ``` INITIAL : \\?\DISPLAY-ACI27EC-5&4fd2de4&2&UID4352-{e6f07b5f-ee97-4a90-b076-33f57bf4eaa7} DIFF. PORTS : \\?\DISPLAY-ACI27EC-5&4fd2de4&2&UID4358-{e6f07b5f-ee97-4a90-b076-33f57bf4eaa7} DDU + NEW DRIVER: \\?\DISPLAY-ACI27EC-5&4fd2de4&3&UID4358-{e6f07b5f-ee97-4a90-b076-33f57bf4eaa7} INITIAL : \\?\DISPLAY-HDR1500-5&4fd2de4&2&UID4357-{e6f07b5f-ee97-4a90-b076-33f57bf4eaa7} DIFF. PORTS...
I did some more experimentation and here are the results (using https://github.com/FrogTheFrog/Sunshine/tree/id-test as a playground): [before.txt](https://github.com/LizardByte/Sunshine/files/14178267/before.txt) [switching wires around.txt](https://github.com/LizardByte/Sunshine/files/14178269/switching.wires.around.txt) [ddu + fresh driver install.txt](https://github.com/LizardByte/Sunshine/files/14178265/ddu.%2B.fresh.driver.install.txt) To me it seems that the...
I have just realized that you could theoretically connect 2 cables of the same type from GPU to the monitor (if it has enough ports). Windows can differentiate cases of...
Since I've got no feedback from anyone, the new device ID will consist of: ``` ++ ``` Such ID will be unique, persist through system restarts and driver reinstall, but...
> > Since I've got no feedback from anyone, the new device ID will consist of: > > ``` > > ++ > > ``` > > > > >...
Not yet. You mentioned it, however I don't know for how long it should be done before we give up? If we fail to restore settings, should we prevent further...
Ok, so after talking into the void, the void has responded and we made such decisions: 1. We will try to reset the changed display settings indefinitely every 30 seconds...