Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/feuster/headlessmonitor
HeadlessMonitor can set a new resolution in a Windows system which is used headless without physical monitor. This can be for e.g. handy when running a test automation headless and a defined resolution is needed which is not regulary available in headless mode.
https://github.com/feuster/headlessmonitor
ci headless headless-ci headless-continuous-integration headless-monitor headless-screen headless-testing ranorex test-automation windows-desktop
Last synced: 21 days ago
JSON representation
HeadlessMonitor can set a new resolution in a Windows system which is used headless without physical monitor. This can be for e.g. handy when running a test automation headless and a defined resolution is needed which is not regulary available in headless mode.
- Host: GitHub
- URL: https://github.com/feuster/headlessmonitor
- Owner: feuster
- License: mit
- Created: 2024-03-07T17:45:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-08T20:37:52.000Z (11 months ago)
- Last Synced: 2024-11-15T10:38:50.443Z (3 months ago)
- Topics: ci, headless, headless-ci, headless-continuous-integration, headless-monitor, headless-screen, headless-testing, ranorex, test-automation, windows-desktop
- Language: C#
- Homepage: https://github.com/feuster/HeadlessMonitor
- Size: 6.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HeadlessMonitor
HeadlessMonitor can set a new resolution in a Windows system which is used headless without physical monitor
![HeadlessMonitor Screenshot](./screenshot.png)
## Usage
Short Argument | Long Argument | Setting
:---: | :---: | :---
-w | --width | the new headless resolution pixel width
-h | --height | the new headless resolution pixel height
-d | --dpi | the new headless resolution DPI in percent
-c | --close | close HeadlessMonitor on errors and after finishing
| --help | opens the help pageExample: "HeadlessMonitor.exe --width 1920 --height 1080 --dpi 125"
## Copyright
© Alexander Feuster 2024
## License
HeadlessMonitor is licensed under the [MIT-License](./LICENSE)