Comment 199 for bug 129910

Revision history for this message
Damian (misc-daminator) wrote : Re: tty[1-6] are active but display nothing in Gutsy

I've tried both:

1. sudo vi /etc/initramfs-tools/modules and add fbcon and vesafb
fbcon
vesafb

2. sudo update-initramfs -u

3. sudo vi /etc/modprobe.d/blacklist-framebuffer

change the line "blacklist vesafb" to "# blacklist vesafb"

4. reboot and everything is fine

and:

1. sudo nano /etc/modprobe.d/blacklist-framebuffer
   * change the line "blacklist vesafb" to "# blacklist vesafb" and "blacklist nvidiafb" to "# blacklist nvidiafb"
2. sudo nano /etc/initramfs-tools/modules and add fbcon and vesafb and nvidiafb
3. sudo update-initramfs -u -k all

and neither worked.

The 1st seemed to have no effect at all.

The second messed up X so that I only had a very low res gui

I've put everything back to how it was but it's very frustrating not to be able to use tty. uspalsh shows on boot up and shut down, but I can only see the white text on black back ground bits on boot up. I get an out of range error (same as for tty) on powering down when it gets to those bits.

Is this likely to be fixed any time soon with an update any time soon?