3
0
Fork 0
forked from mirrors/nixpkgs

Adding framebuffer console rotation to kernels.

This helps in some weird screens that otherwise show the console 90° turned.
This commit is contained in:
Lluís Batlle i Rossell 2016-01-07 16:47:50 +01:00
parent 094723f0bc
commit be9ad574f7

View file

@ -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
''}