I found a fix for the infamous console broken bug on laptop (blank screen or flashing cursor on tty1-6) on the ubuntu forum. Since I haven't found it here I thought I could share it. If it's already posted somewhere well nevermind...
Tested on Acer 5920g (Core 2 duo, 2 Gb DDR2, 8600M GT) running Gutsy Beta with nvidia proprietary drivers.
Symptoms: (added vga=791 in defoptions and run update-grub both with sudo) blank screen on all consoles or a flashing cursor.
Solution:
It worked like a charm on my laptop. Hope it helps you guys.
Tested on Acer 5920g (Core 2 duo, 2 Gb DDR2, 8600M GT) running Gutsy Beta with nvidia proprietary drivers.
Symptoms: (added vga=791 in defoptions and run update-grub both with sudo) blank screen on all consoles or a flashing cursor.
Solution:
Code:
1. edit as root: /etc/initramfs-tools/modules 2. add 'fbcon' and 'vesafb' 3. your /etc/initramfs-tools/modules should look like: fbcon vesafb 2. sudo update-initramfs -u 3. sudo vi /etc/modprobe.d/blacklist-framebuffer change the line "blacklist vesafb" to "# blacklist vesafb"
Comment