itsmikethetech / Virtual-Display-Driver

Add virtual monitors to your windows 10/11 device! Works with VR, OBS, Sunshine, and/or any desktop sharing software.
1.94k stars 89 forks source link

All changes since gpu-select pr #98

Open zjoasan opened 4 weeks ago

zjoasan commented 4 weeks ago

commit 085abbc838cabd8d88029957c8702b9b1e69c9c2 Author: Joakim Sandström joakim.s@webbkontakt.net Date: Sat Jun 1 14:54:16 2024 +0200

Update A_vddsfx_creator-for_cmd_install.cmd

usage instructions missed in last upload

commit 609ba89495074f56a1846bbafb01eb4ad91fb83b Author: Joakim Sandström joakim.s@webbkontakt.net Date: Sat Jun 1 14:27:56 2024 +0200

Update A_vddsfx_creator-for_cmd_install.cmd

forgot options.txt

or perhaps even repressed =)

commit 1abdae5a24583918a3b02cfe638d533d17184bea Author: Joakim Sandström joakim.s@webbkontakt.net Date: Sat Jun 1 14:14:12 2024 +0200

Fiddle to gett vddcon into repo

Had to rename folder and file to get it to stick in repo, also changed the sfx-create script to reflect changes

commit c78484f93d53f761ca702f57c9647d1ab24efb4f Author: Joakim Sandström joakim.s@webbkontakt.net Date: Fri May 31 23:17:58 2024 +0200

Updated github fork

Scripts, cmd-installer (tested), sfx-creator.cmd (not tested yet), a static compile and rename of devcon.exe (part of MS sample drivers), and a setup of  driver toggle at login and logout.

commit 2bbb3749d5688e01d517369a07ee82e41bfd580c Author: Joakim Sandström joakim.s@webbkontakt.net Date: Fri May 31 21:09:25 2024 +0200

losen adapter.txt depend

Code compile but i can't test due to lack of multiple cards. If file is missing, run an enumeration of gpus, select the one with most memory. and return that frriendlyname instead of reading it from file.

commit 70af69d661f695eb8dfee6e8106bbd650f73d188 Author: Joakim Sandström joakim.s@webbkontakt.net Date: Thu May 30 23:53:32 2024 +0200

start without options.txt

A draft of start with no options, currently 4 resolutions at 60hz. If we can make a more complete list with "sane defaults". It's simple to add em as touples starting at llater part of loadoptions.

- Remove description of three dead commits, tried to make a squash before committing but somehow it still showed these

  1. like v.1 of cmd-installer
  2. removal of said installer
  3. merge of mikes VDD with gpu-select