📄 video_extension.txt
字号:
ACPI video extensions~~~~~~~~~~~~~~~~~~~~~This driver implement the ACPI Extensions For Display Adapters forintegrated graphics devices on motherboard, as specified in ACPI 2.0Specification, Appendix B, allowing to perform some basic control likedefining the video POST device, retrieving EDID information or tosetup a video output, etc. Note that this is an ref. implementationonly. It may or may not work for your integrated video device.Interfaces exposed to userland through /proc/acpi/video:VGA/info : display the supported video bus device capability like Video ROM, CRT/LCD/TV.VGA/ROM : Used to get a copy of the display devices' ROM data (up to 4k).VGA/POST_info : Used to determine what options are implemented.VGA/POST : Used to get/set POST device.VGA/DOS : Used to get/set ownership of output switching: Please refer ACPI spec B.4.1 _DOSVGA/CRT : CRT outputVGA/LCD : LCD outputVGA/TVO : TV outputVGA/*/brightness : Used to get/set brightness of output deviceNotify event through /proc/acpi/event:#define ACPI_VIDEO_NOTIFY_SWITCH 0x80#define ACPI_VIDEO_NOTIFY_PROBE 0x81#define ACPI_VIDEO_NOTIFY_CYCLE 0x82#define ACPI_VIDEO_NOTIFY_NEXT_OUTPUT 0x83#define ACPI_VIDEO_NOTIFY_PREV_OUTPUT 0x84#define ACPI_VIDEO_NOTIFY_CYCLE_BRIGHTNESS 0x82#define ACPI_VIDEO_NOTIFY_INC_BRIGHTNESS 0x83#define ACPI_VIDEO_NOTIFY_DEC_BRIGHTNESS 0x84#define ACPI_VIDEO_NOTIFY_ZERO_BRIGHTNESS 0x85#define ACPI_VIDEO_NOTIFY_DISPLAY_OFF 0x86
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -