Uvesafb: Difference between revisions
Dubiousjim (talk | contribs) (add Category:Video) |
Dubiousjim (talk | contribs) (add links) |
||
Line 1: | Line 1: | ||
Step-by-step instructions | [http://dev.gentoo.org/~spock/projects/uvesafb/ uvesafb] is a generic framebuffer driver. | ||
== Step-by-step instructions == | |||
* install packet v86d | * install packet v86d | ||
Line 12: | Line 14: | ||
* regenerate boot loader config | * regenerate boot loader config | ||
update-extlinux | update-extlinux | ||
== Links == | |||
* [http://dev.gentoo.org/~spock/projects/uvesafb/ uvesafb homepage] | |||
* [https://wiki.archlinux.org/index.php/Uvesafb Arch Wiki] | |||
* [http://en.gentoo-wiki.com/wiki/Framebuffer Gentoo wiki] | |||
[[Category:Video]] | [[Category:Video]] |
Revision as of 14:23, 1 June 2012
uvesafb is a generic framebuffer driver.
Step-by-step instructions
- install packet v86d
apk add v86d
- create file /etc/mkinitfs/files.d/v86d with next content:
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:
mkinitrd -o /boot/initramfs-3.3.7-grsec
- edit /etc/update-extlinux.conf and add module uvesafb to modules list
- regenerate boot loader config
update-extlinux