Hi,

i am running ubuntu 7.10. last week i did a kernel update to 2.6.22-4-generic.
after that i lost my system's framebuffer capability.

i did following to re-enable it:

content of /etc/initramfs-tools/modules:

fbcon
vesafb

---------( eof )-------------

change the end of /usr/share/initramfs-tools/hooks/kernelextras:

# And add vga16fb for usplash to use as well
#manual_add_modules vga16fb
manual_add_modules vesafb

#if [ ${fbcon} = "y" ]; then
        force_load fbcon
#fi

-------------------------------

my /etc/modules contains the 3 lines:

fbcon
vesafb
vga16fb

remove the vesafb and fbcon from /etc/modprobe.d/blacklist-framebuffer
do a: update-initramfs -u -k all
and make sure grub's menu.lst file is setup correctly
dont forget grub-update if you need it.

good luck, stefan

----------------------------------
http://www.polybytes.de

-- 
Blank ttys when using vesafb (vga=xxx)
https://bugs.launchpad.net/bugs/129910
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to