Hello,
Debian 7.6.0, even at the console level, sets up my display in some high resolution mode.
Any way to disable this so called high resolution VGA mode?
Thanks,
~Mayuresh
On Mon 8 Dec, 2014 12:38 pm Mayuresh Kathe mayuresh@kathe.in wrote:
Hello,
Debian 7.6.0, even at the console level, sets up my display in some high resolution mode.
Any way to disable this so called high resolution VGA mode?
Thanks,
~Mayuresh
-- http:// http://mm.ilug-bom.org.in/mailman/listinfo/linuxersmm.ilug http://mm.ilug-bom.org.in/mailman/listinfo/linuxers- http://mm.ilug-bom.org.in/mailman/listinfo/linuxersbom.org.in http://mm.ilug-bom.org.in/mailman/listinfo/linuxers/mailman/ http://mm.ilug-bom.org.in/mailman/listinfo/linuxerslistinfo http://mm.ilug-bom.org.in/mailman/listinfo/linuxers/ http://mm.ilug-bom.org.in/mailman/listinfo/linuxerslinuxers http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
Hi
Add "nomodeset" and one of the following to the kernel command line.
1. Older kernels - "vga=normal" 2. Newer kernels - Intel graphics "i915.modeset=0", nvidia graphics - " nouveau.modeset=0"
Regards Rajeev