Graphics driver: Difference between revisions
Prabuanand (talk | contribs) (moved content about mesa from Intel page to main graphics page) |
Prabuanand (talk | contribs) (added links to all Graphics pages) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Many [[Desktop environments and Window managers|desktop environments]] need a graphics driver to work properly. Install Mesa drivers for all graphics cards before installing a [[Installation#Post-Installation|desktop]] | Many [[Desktop environments and Window managers|desktop environments]] need a graphics driver to work properly. Install Mesa drivers for all graphics cards before installing a [[Installation#Post-Installation|desktop]]. Mesa-gallium is an open-source OpenGL implementation that supports a variety of hardware and software drivers, including Intel, AMD, NVIDIA, and more. | ||
* {{Pkg|mesa-dri-gallium}}: | * {{Pkg|mesa-dri-gallium}}: Mesa drivers for all Graphics cards. | ||
* {{Pkg|mesa-va-gallium}}: Mesa vaapi drivers for all video decoding acceleration. | |||
Graphics cards of recent vintage may need additional drivers to work at their full potential. Install additional graphics drivers from the below depending on your hardware. If you are unsure about your graphics card, use <code>lspci</code> from {{pkg|pciutils}} package to identify the graphics card: {{cmd|<Nowiki>lspci -k | grep -EA3 "VGA|3D|Display"</Nowiki>}} | |||
Graphics cards of recent vintage need | |||
{{cmd|<Nowiki>lspci - | |||
Then, install an appropriate driver. | Then, install an appropriate driver. | ||
Line 15: | Line 11: | ||
* For AMD Radeon Chipsets, see [[Radeon Video]] | * For AMD Radeon Chipsets, see [[Radeon Video]] | ||
* For Nvidia Chipsets, see [[Nvidia Video]] | * For Nvidia Chipsets, see [[Nvidia Video]] | ||
* For legacy Xf86 drivers [[Xf86 Video]] | |||
== See also == | |||
* [[Kernel Modesetting]] | |||
* [[Uvesafb|Generic FB driver]] | |||
[[category:Graphics]] | [[category:Graphics]] | ||
[[category: Drivers | [[category:Drivers]] | ||
Latest revision as of 06:32, 23 July 2025
Many desktop environments need a graphics driver to work properly. Install Mesa drivers for all graphics cards before installing a desktop. Mesa-gallium is an open-source OpenGL implementation that supports a variety of hardware and software drivers, including Intel, AMD, NVIDIA, and more.
- mesa-dri-gallium: Mesa drivers for all Graphics cards.
- mesa-va-gallium: Mesa vaapi drivers for all video decoding acceleration.
Graphics cards of recent vintage may need additional drivers to work at their full potential. Install additional graphics drivers from the below depending on your hardware. If you are unsure about your graphics card, use lspci
from pciutils package to identify the graphics card:
lspci -k | grep -EA3 "VGA|3D|Display"
Then, install an appropriate driver.
- For Intel video chipsets, see Intel Video
- For AMD Radeon Chipsets, see Radeon Video
- For Nvidia Chipsets, see Nvidia Video
- For legacy Xf86 drivers Xf86 Video