xref: /haiku/data/settings/kernel/drivers/vesa (revision 4a55cc230cf7566cadcbb23b1928eefff8aea9a2)
1# VESA resolution configuration.
2# mode {x-resolution} {y-resolution} {bitdepth}
3# For example, uncomment the line below to use 1280x1024 with 32bit colors (if available):
4#mode 1280 1024 32
5
6# Set NVIDIA scaling mode.
7# 1: disable scaling completely
8# other modes are available depending on the BIOS
9#nvidia_scaling 1
10
11# Enable bios patching.
12# On some video cards, the VESA driver is able to inject custom video resolutions in the BIOS.
13# This does not modify the BIOS in the hardware, the changes are erased on reboot. However,
14# this is outside of VESA specifications and sometimes results in a black screen. As a result,
15# this feature is disabled by default.
16#bios_patching true
17