Xf86 Video: Difference between revisions

From Alpine Linux
(moved content from Xorg page)
 
(added heading and references)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page lists the available xf86 video drivers for [[Xorg]] in Alpine Linux. Installing specific xf86 driver packages for legacy video card's chipset, enables support for specific features, effects and acceleration modes, and avoid error messages during X initialization.
This page lists the available xf86 video drivers for [[Xorg]] in Alpine Linux. Installing specific xf86 driver packages for legacy video card's chipset, enables support for specific features, effects and acceleration modes, and avoid error messages during X initialization.  


{{Tip| xf86 driver packages follow standard naming conventions. So information found in  [https://wiki.archlinux.org/title/Xorg#Driver_installation ArchWiki], or [https://packages.gentoo.org/categories/x11-drivers Gentoo wiki] are to a large degree, also applicable to configuring the video hardware on Alpine Linux, except for proprietary drivers which are not available.}}
{{Tip|This page focusses on xf86 drivers. For modern drivers, refer to [[Graphics driver|Graphics drivers]] page.}}
 
== List of xf86 drivers ==


To see available xf86 video driver packages run: {{cmd|$ apk search xf86-video}}
To see available xf86 video driver packages run: {{cmd|$ apk search xf86-video}}
{{Tip|xf86 driver packages follow standard naming conventions. So information found in Arch or Gentoo [[#See also|wiki pages referred]] are to a large degree extent applicable in Alpine Linux, except for proprietary binary only drivers.}}


* For Sis video chipset install {{pkg|xf86-video-sis}}
* For Sis video chipset install {{pkg|xf86-video-sis}}
Line 11: Line 15:
* For KVM/QEMU guests refer [[QEMU#Using_Xorg_inside_Qemu|Xorg within QEMU]]
* For KVM/QEMU guests refer [[QEMU#Using_Xorg_inside_Qemu|Xorg within QEMU]]


== See also ==
== Troubleshooting ==


* [[Graphics driver]]
If you are unsure of your hardware, refer to [[Graphics_driver#Identify graphics card|Identify graphics card]] first.


== See also ==
* [[Graphics driver|Main page for Graphics drivers]]
* [[Xorg]]
* [https://wiki.archlinux.org/title/Xorg#Driver_installation ArchWiki]
* [https://packages.gentoo.org/categories/x11-drivers Gentoo wiki]


[[category:Graphics]][[category:Drivers]]
[[category:Graphics]]
[[category:Drivers]]

Latest revision as of 02:54, 4 May 2026

This page lists the available xf86 video drivers for Xorg in Alpine Linux. Installing specific xf86 driver packages for legacy video card's chipset, enables support for specific features, effects and acceleration modes, and avoid error messages during X initialization.

Tip: This page focusses on xf86 drivers. For modern drivers, refer to Graphics drivers page.

List of xf86 drivers

To see available xf86 video driver packages run:

$ apk search xf86-video

Tip: xf86 driver packages follow standard naming conventions. So information found in Arch or Gentoo wiki pages referred are to a large degree extent applicable in Alpine Linux, except for proprietary binary only drivers.

Troubleshooting

If you are unsure of your hardware, refer to Identify graphics card first.

See also