vga-cons-default-off.patch 650 B

123456789101112
  1. diff -Nur linux-3.11.5.orig/drivers/video/console/Kconfig linux-3.11.5/drivers/video/console/Kconfig
  2. --- linux-3.11.5.orig/drivers/video/console/Kconfig 2013-10-14 03:14:45.000000000 +0200
  3. +++ linux-3.11.5/drivers/video/console/Kconfig 2013-10-16 18:04:45.000000000 +0200
  4. @@ -9,7 +9,7 @@
  5. depends on !4xx && !8xx && !SPARC && !M68K && !PARISC && !FRV && \
  6. !SUPERH && !BLACKFIN && !AVR32 && !MN10300 && !CRIS && \
  7. (!ARM || ARCH_FOOTBRIDGE || ARCH_INTEGRATOR || ARCH_NETWINDER)
  8. - default y
  9. + default n
  10. help
  11. Saying Y here will allow you to use Linux in text mode through a
  12. display that complies with the generic VGA standard. Virtually