summary refs log tree commit diff
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2016-01-07 16:47:50 +0100
committerLluís Batlle i Rossell <viric@viric.name>2016-01-07 16:48:46 +0100
commitbe9ad574f717ac2816dc803e6214aa2d8b1fb5ad (patch)
treeaa012b99d5fc97637e112184f642527f6467c6b8
parent094723f0bc5046b396630619815bb1d839622d5d (diff)
downloadnixpkgs-be9ad574f717ac2816dc803e6214aa2d8b1fb5ad.tar
nixpkgs-be9ad574f717ac2816dc803e6214aa2d8b1fb5ad.tar.gz
nixpkgs-be9ad574f717ac2816dc803e6214aa2d8b1fb5ad.tar.bz2
nixpkgs-be9ad574f717ac2816dc803e6214aa2d8b1fb5ad.tar.lz
nixpkgs-be9ad574f717ac2816dc803e6214aa2d8b1fb5ad.tar.xz
nixpkgs-be9ad574f717ac2816dc803e6214aa2d8b1fb5ad.tar.zst
nixpkgs-be9ad574f717ac2816dc803e6214aa2d8b1fb5ad.zip
Adding framebuffer console rotation to kernels.
This helps in some weird screens that otherwise show the console 90° turned.
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index 14e28170e6f..cb6e45e52c8 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
   ''}