English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux SVGATextMode Command

Linux Command大全

The Linux SVGATextMode command is used to enhance the display screen of text mode.

SVGATextMode can be used to set the display screen under text mode, including resolution, font, and refresh rate, etc.

Syntax

SVGATextMode [-acdfhmnrsv]-t <Configuration File>[mode]

Parameters:

  • -a If the screen size of the new display mode is different from the original, SVGATextMode will perform the necessary system settings.
  • -c Maintain the original VGA clock.
  • -d Display detailed information for troubleshooting when executed.
  • -f Do not execute instructions related to font loading in the configuration file.
  • -h Display help.
  • -m Allow1x1to reset the screen size.
  • -n Only test the specified mode.
  • -r Notify or reset programs related to screen size.
  • -s Display all available modes in the configuration file.
  • -t<Configuration File> Specify the configuration file.
  • -v The SVGATextMode will first check if the vertical and horizontal refresh rates are within the range specified in the configuration file when setting a new display mode, and if not within the range, it will not set the new display mode.
  • The [mode] parameter must be the name of the mode in the configuration file.

Linux Command大全