Comment 195 for bug 129910

Revision history for this message
murf76 (peter-murfy) wrote : Re: tty[1-6] are active but display nothing in Gutsy

thinkpad Z60m (intel vga) framebuffer working with:

kernel: 2.6.22-14-generic
grub options: # defoptions=nosplash vga=791

sudo nano /etc/modprobe.d/blacklist-framebuffer
change the line "blacklist vesafb" to "# blacklist vesafb"
sudo vi /etc/initramfs-tools/modules and add fbcon and vesafb
sudo update-initramfs -u

thinkpad R50 (ati radeon vga) framebuffer working with:

radeonfb module

Thanks.