From 4daacff331e7b52096cc834bf986cb9f67db1571 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 5 Apr 2026 02:27:39 +0300 Subject: [PATCH] con2fbmap: add page (#21826) --- pages/linux/con2fbmap.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/con2fbmap.md diff --git a/pages/linux/con2fbmap.md b/pages/linux/con2fbmap.md new file mode 100644 index 0000000000..4e13402869 --- /dev/null +++ b/pages/linux/con2fbmap.md @@ -0,0 +1,12 @@ +# con2fbmap + +> Show and manage terminal to framebuffer mapping. +> More information: . + +- Display the framebuffer mapping of a console: + +`sudo con2fbmap {{console_number}}` + +- Map a console to a specific framebuffer: + +`sudo con2fbmap {{console_number}} {{framebuffer_number}}`