Uvesafb: Difference between revisions

From Alpine Linux
(add links)
(change Video category to Drivers)
Line 20: Line 20:
* [http://en.gentoo-wiki.com/wiki/Framebuffer Gentoo wiki]
* [http://en.gentoo-wiki.com/wiki/Framebuffer Gentoo wiki]


[[Category:Video]]
[[Category:Drivers]]

Revision as of 01:42, 23 September 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

Links