-
-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The latest master build has a lot of features and fixes, and is stable.
Between the current stable release and latest master, these are the following feature changes:
- no admin access required for state updates to driver (cli tool, python bindings, or future gui)
- working cli tool (thanks @kylewlacy!) (set
NO_COLOR/FORCE_COLORenv var to disable or force enable colors) - optimized performance when under high cpu load
- lots of miscellaneous improvements and fixes
- hardware cursor support (for remote desktop apps, this is a big plus!)
- up to 16 monitors (minus your only existing monitors, usable number might be slightly lower)
- complete bindings for rust, and python (python 3.7+)
- examples on how to use it are here
- windows service which does the job of starting persisted monitors on boot (disable or don't install if you're not interested in persistence)
- place
vdd-user-session-service.exewherever you want - run as admin
.\vdd-user-session-service.exe --installto install service - to uninstall, run as admin
.\vdd-user-session-service.exe --uninstall - (you must keep the exe at the same location, otherwise the system won't be able to find it. if you want to re-locate it, uninstall the service first, move to new location, then reinstall it)
- place
Note: there is currently no gui in master release
driver.zip - updated 10/16/24
To install:
- uninstall the driver completely
- Follow the manual driver installation steps here (you can skip the registry file step, and skip certificate step if certificate is already installed)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request