Uvesafb: Difference between revisions
m (Marked some dead links.) |
m (The gentoo guys are completely done with uvesafb/v86d. Remove all references to them.) |
||
Line 1: | Line 1: | ||
[https:// | [https://docs.kernel.org/fb/uvesafb.html uvesafb] is a generic framebuffer driver. | ||
== Step-by-step instructions == | == Step-by-step instructions == | ||
Line 16: | Line 16: | ||
== Links == | == Links == | ||
* [https://wiki.archlinux.org/index.php/Uvesafb Arch Wiki] | * [https://wiki.archlinux.org/index.php/Uvesafb Arch Wiki] | ||
[[Category:Drivers]] | [[Category:Drivers]] |
Revision as of 05:08, 26 August 2023
uvesafb is a generic framebuffer driver.
Step-by-step instructions
- install packet v86d
apk add v86d
- create file /etc/mkinitfs/features.d/v86d.files with next content:
Contents of /etc/mkinitfs/features.d/v86d.files
sbin/v86d
- edit /etc/mkinitfs/mkinitfs.conf and add 'kms' and 'v86d' to features list
- copy /etc/modprobe.d/uvesafb to /etc/modprobe.d/uvesafb.conf and point needed resolution
- regenerate initrd:
mkinitfs -o /boot/initramfs-grsec
- edit /etc/update-extlinux.conf and add module uvesafb to modules list
- regenerate boot loader config
update-extlinux