Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading