最終更新:2026-02-16 (月) 21:20:50 (19d)
Linux/KMS
カーネル空間でディスプレイの解像度・色深度を設定する方法
https://wiki.archlinux.jp/index.php/Kernel_Mode_Setting
メモ
- DRIのサブシステム
ユーザーモードの問題
- Classic graphics mode setting (User Mode-Setting) is problematic:
- hardware is being initialized multiple times
- first by the BIOS for its boot messages ...
- then by the framebuffer driver for the boot console ...
- and finally by the X Server
- flickers during boot
- flickers when changing between virtual consoles and X Server instances
- hardware is being initialized multiple times

