2022-07-24 13:41:32 +02:00
|
|
|
# VESA resolution configuration.
|
|
|
|
# mode {x-resolution} {y-resolution} {bitdepth}
|
|
|
|
# For example, uncomment the line below to use 1280x1024 with 32bit colors (if available):
|
2010-05-05 20:45:54 +00:00
|
|
|
#mode 1280 1024 32
|
2019-05-08 04:32:08 +02:00
|
|
|
|
2022-07-24 13:41:32 +02:00
|
|
|
# Set NVIDIA scaling mode.
|
2019-05-08 04:32:08 +02:00
|
|
|
# 1: disable scaling completely
|
|
|
|
# other modes are available depending on the BIOS
|
|
|
|
#nvidia_scaling 1
|
2022-07-24 13:41:32 +02:00
|
|
|
|
|
|
|
# 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.
|
|
|
|
#bios_patching true
|