haiku/data/settings/kernel/drivers/vesa
François Revol 25de7c1b12 loader: VESA: make nvidia scaling fixup a driver setting
Since not everyone likes the default, make it an option in the vesa
settings file. Note setting a mode with the Screen prefs overwrites
the file so it will discard the option.

Also move the code to get_mode_from_settings() since we can't load driver
settings as early as vesa_init().

Change-Id: I93080bd1fbc064dab053624ad37935268b1ed17d
2019-05-08 04:42:33 +02:00

10 lines
244 B
Plaintext

#vesa resolution configuration:
# mode {x-resolution} {y-resolution} {bitdepth},
# for example:
#mode 1280 1024 32
# Set NVIDIA scaling mode
# 1: disable scaling completely
# other modes are available depending on the BIOS
#nvidia_scaling 1