Uvesafb: Difference between revisions
(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...") |
Prabuanand (talk | contribs) mNo edit summary |
||
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
[https://docs.kernel.org/fb/uvesafb.html uvesafb] is a generic framebuffer driver. | |||
* install packet v86d | == Step-by-step instructions == | ||
* create file /etc/mkinitfs/ | * install packet v86d: {{ic|apk add {{pkg|v86d}}}} | ||
sbin/v86d | * create file {{path|/etc/mkinitfs/features.d/v86d.files}} with next content: | ||
* edit /etc/mkinitfs/mkinitfs.conf and add 'kms' and 'v86d' to features list | {{cat|/etc/mkinitfs/features.d/v86d.files|sbin/v86d}} | ||
* copy /etc/modprobe.d/uvesafb to /etc/modprobe.d/uvesafb.conf and point needed resolution | * edit {{path|/etc/mkinitfs/mkinitfs.conf}} and add 'kms' and 'v86d' to features list | ||
* regenerate initrd: | * copy {{path|/etc/modprobe.d/uvesafb}} to {{path|/etc/modprobe.d/uvesafb.conf}} and point needed resolution | ||
* regenerate initrd: {{ic|mkinitfs}} | |||
* edit /etc/update-extlinux.conf and add module uvesafb to modules list | * edit {{path|/etc/update-extlinux.conf}} and add module uvesafb to modules list | ||
* regenerate boot loader config | * regenerate boot loader config: {{ic|update-extlinux}} or {{ic|update-grub}} (actual command depends on the bootloader which you are using}} | ||
== Links == | |||
* [https://wiki.archlinux.org/index.php/Uvesafb Uvesafb - Arch Wiki] | |||
[[Category:Drivers]] | |||
[[Category:Graphics]] |
Latest revision as of 09:17, 20 August 2024
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
- edit /etc/update-extlinux.conf and add module uvesafb to modules list
- regenerate boot loader config:
update-extlinux
orupdate-grub
(actual command depends on the bootloader which you are using}}