From be9ad574f717ac2816dc803e6214aa2d8b1fb5ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Thu, 7 Jan 2016 16:47:50 +0100 Subject: [PATCH] Adding framebuffer console rotation to kernels. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This helps in some weird screens that otherwise show the console 90° turned. --- pkgs/os-specific/linux/kernel/common-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix index 14e28170e6f9..cb6e45e52c8b 100644 --- a/pkgs/os-specific/linux/kernel/common-config.nix +++ b/pkgs/os-specific/linux/kernel/common-config.nix @@ -140,6 +140,7 @@ with stdenv.lib; FB_3DFX_ACCEL y FB_VESA y FRAMEBUFFER_CONSOLE y + FRAMEBUFFER_CONSOLE_ROTATION y ${optionalString (versionOlder version "3.9" || stdenv.system == "i686-linux") '' FB_GEODE y ''}