[Bug 513423] Re: cannot disable fbcon even when not requried by hw drivers
Kai Pastor
dg0yt at darc.de
Thu Jun 17 14:18:14 UTC 2010
I faced a slow console in a Hyper-V/Ubuntu 10.04 environment. Simply
blacklisting fbcon doesn't work indeed. To really prevent fbcon from
being loaded, you must configure a placebo modprobe install action. So
this is the solution:
--- - 2010-06-17 16:08:53.243630658 +0200
+++ /etc/modprobe.d/blacklist-fbcon.conf 2010-06-17 12:10:02.768999669 +0200
@@ -0,0 +1,2 @@
+install fbcon /bin/false
+
Don't forget to update your initramfs.
--
cannot disable fbcon even when not requried by hw drivers
https://bugs.launchpad.net/bugs/513423
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.
More information about the kernel-bugs
mailing list