chore: Change wording in default_config to not imply overclocking
capabilities
This commit is contained in:
parent
183d2606dc
commit
1168edfd52
1 changed files with 3 additions and 3 deletions
|
@ -13,6 +13,6 @@ display:
|
||||||
count: 3 # Count of virtual displays
|
count: 3 # Count of virtual displays
|
||||||
overrides:
|
overrides:
|
||||||
allow_unsupported_devices: false # If true, allows unsupported devices to be used as long as they're a compatible vendor (Xreal)
|
allow_unsupported_devices: false # If true, allows unsupported devices to be used as long as they're a compatible vendor (Xreal)
|
||||||
# width: 1920 # If set, overrides the width of the screen and virtual displays
|
# width: 1920 # If set, overrides the width of the screen and virtual displays. This does not do any overclocking.
|
||||||
# height: 1080 # If set, overrides the height of the screen and virtual displays
|
# height: 1080 # If set, overrides the height of the screen and virtual displays. This does not do any overclocking.
|
||||||
# refresh_rate: 120 # If set, overrides the refresh rate of the screen and the maximum refresh rate of the virtual displays
|
# refresh_rate: 120 # If set, overrides the refresh rate of the screen and the maximum refresh rate of the virtual displays. This does not do any overclocking.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue