diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index 830228b18b..e32e147c17 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -1659,9 +1659,14 @@ opencomputers { # Graphics Card Component Settings gpu { - # Default screen resolution selected by OpenOS at boot. This does not limit - # the maximum resolution supported by the GPU. Set either value to 0 to use - # the GPU's maximum for that dimension. + # Desired default screen resolution selected by software. This does not + # limit the maximum resolution supported by the GPU. Adjust this if you find + # the maximum resolutions of the higher-tier screens do not fit comfortably + # on your real-life screen (ex: you are playing at a lower game resolution + # and/or higher GUI scale) and you want programs aware of this setting to + # use something smaller by default. As of 2026-08, this setting is new and + # may not be widely supported by software. Set either value to 0 to use the + # GPU's maximum for that dimension. defaultResolution: [ 0, 0 ] # Video ram can be allocated on a gpu. The amount of vram you can allocate