PulkoMandy a087f310d1 vesa: enable bios_patching by default on cards where it is known to work
Change-Id: If2da4847ab2a10fcae53472d7f863f5397cd2f07
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8633
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
2024-12-24 09:48:00 +00:00

17 lines
700 B
Plaintext

# VESA resolution configuration.
# mode {x-resolution} {y-resolution} {bitdepth}
# For example, uncomment the line below to use 1280x1024 with 32bit colors (if available):
#mode 1280 1024 32
# Set NVIDIA scaling mode.
# 1: disable scaling completely
# other modes are available depending on the BIOS
#nvidia_scaling 1
# Enable bios patching.
# On some video cards, the VESA driver is able to inject custom video resolutions in the BIOS.
# This does not modify the BIOS in the hardware, the changes are erased on reboot. However,
# this is outside of VESA specifications and sometimes results in a black screen. As a result,
# this feature is disabled by default for most cards.
#bios_patching true