vga-cons-default-off.patch 699 B

123456789101112
  1. diff -Nur linux-2.6.37.orig//drivers/video/console/Kconfig linux-2.6.37/drivers/video/console/Kconfig
  2. --- linux-2.6.37.orig//drivers/video/console/Kconfig 2011-01-05 01:50:19.000000000 +0100
  3. +++ linux-2.6.37/drivers/video/console/Kconfig 2011-04-12 16:29:34.000000000 +0200
  4. @@ -7,7 +7,7 @@
  5. config VGA_CONSOLE
  6. bool "VGA text console" if EMBEDDED || !X86
  7. depends on !4xx && !8xx && !SPARC && !M68K && !PARISC && !FRV && !SUPERH && !BLACKFIN && !AVR32 && !MN10300 && (!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