Uvesafb

From Alpine Linux
Revision as of 02:44, 1 June 2012 by Hatred (talk | contribs) (Created page with "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 ad...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

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