Uvesafb

From Alpine Linux
Revision as of 01:42, 23 September 2012 by Dubiousjim (talk | contribs) (change Video category to Drivers)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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