Help > Tips and Tricks

[BUG] Legacy Framebuffer drivers

(1/1)

kamil1009:
"Hello. It's me" again

I found next bug.
Problem on boot.
Boot stop when init print version.
The screen becomes green :P

My card: MSI GeForce GT 720

This is common problem on some graphics cards

It's problem with Legacy Framebuffer drivers (in kernel).
I had that same on my Gentoo system
All what you must know is here: https://wiki.gentoo.org/wiki/Xorg/Guide#Kernel_modesetting
(Yes it's from Xorg Guide but it repairs problem)

PS. Thierry you should setup a bug tracker  ;)

Thierry:

--- Quote from: kamil1009 on Mon Mar 28 20:49:10 2016 ---"Hello. It's me" again

I found next bug.
Problem on boot.
Boot stop when init print version.
The screen becomes green :P

My card: MSI GeForce GT 720

This is common problem on some graphics cards

It's problem with Legacy Framebuffer drivers (in kernel).
I had that same on my Gentoo system
All what you must know is here: https://wiki.gentoo.org/wiki/Xorg/Guide#Kernel_modesetting
(Yes it's from Xorg Guide but it repairs problem)

--- End quote ---

Can you add the option nomodeset to the kernel line: means you should have some think like this after modification:

--- Code: ---linux /boot/kernel root=/dev/sdaX ro nomodeset quiet
initrd /boot/initrd
--- End code ---

Another possibility is probably to blacklist the module which trouble you:


--- Code: ---echo "blacklist vga16fb
blacklist ocfb
blacklist udlfb
blacklist udlfb
blacklist vfb
blacklist hyperv-fb
blacklist vga16fb
blackkist uvesafb
blacklist viafb
blacklist sstfb
blacklist i810fb
blacklist hyperv-fb" > /etc/modprobe.d/fb.conf
--- End code ---

You find all the fb modules in


--- Code: ---find /lib/modules/4.4.6-NuTyX-lts/kernel/drivers/video/fbdev/
--- End code ---



--- Quote ---PS. Thierry you should setup a bug tracker  ;)

--- End quote ---
I think github is perfect tool for that what you think ?

Navigation

[0] Message Index

Go to full version