-
This project looks very useful (thank you!), but I couldn’t make it work.
`pip install dbus-python-client-gen` was successful, then `import dbus_python_client_gen` (I guessed that one), but then
…
-
The output of GetDisplayConfig cannot be used directly passed back into SetDisplayConfig. It complains about an invalid structure, and doesn't work. I've raised this with NVIDIA themselves.
-
See this for example:
![displays](https://github.com/user-attachments/assets/6045ba34-8e09-4969-a261-c49bb1f5c964)
With Windows, I can select display 2 and enable it, extend desktop to it, etc.
…
-
Running the test causes the following issue:
`A JavaScript error occurred in the main process
Uncaught Exception:
Error: Module did not self-register: 'electron-acrylic-window/node_modules/@seori…
-
TFT_BLACK displays white, also cannot find a way to rotate text to be viewed in landscape orientation. Other colors also not correct.
-
The overfill factor and the oversample factor settings in the render manager config affect the render target sizes as well as projection matrix calculations. The current DisplayConfig API does not tak…
-
The C++ wrappers for the display config API let you enumerate the viewers, eyes, surfaces, and display input objects in a more natural way than the current managed bindings, which are flatter and clos…
-
When I go into Module Administration to install the manager module, I get an error that states:
```
syntax error, unexpected '('
/var/www/html/admin/modules/sccp_manager/Sccp_manager.class.php…
-
Is it because of an API limitation that you don't allow to disable to primary display?
If not, could you add an optional parameter to forcefully impose it when calling `Disable-Display`?
https://g…
-
As I was fiddling around with your code, I have found out that win32-displayconfig's display change event never fires (at least for me).
I think it would be for detecting monitor connect, disconnect …