Graphics Card Drivers

From PlayOnLinux
Revision as of 04:21, 7 March 2015 by RoninDusette (talk | contribs) (Ubuntu/Kubuntu/Xubuntu, Mint, and derivatives)
Jump to: navigation, search

In this section, we will try to cover the basics of getting the most out of your AMD, Nvidia, or Intel graphics card on your Linux system, specifically when using Wine/PlayOnLinux. This can get pretty lengthy, so expect this article to get exponentially bigger as time goes on.

NOTE: This list is going to take a while to get full, so please be patient as we populate everything.

For ease of use, we will break these down into different sections for the graphics card manufacturer, and then distro's within those categories.

NVIDIA

Proprietary Drivers

Ubuntu/Kubuntu/Xubuntu, Mint, and derivatives

Debian

Fedora

Arch

Optimus

Ubuntu/Kubuntu/Xubuntu, Mint, and derivatives

Debian

Fedora

Arch

Open-Source Drivers

Unfortunately, the open-source nouveau drivers are not really up-to-par on performance yet for gaming. Things are starting to look up, but there are a lot of caveats to running the open-source NVIDIA drivers. More information can be found here:

AMD

Proprietary Drivers

Ubuntu/Kubuntu/Xubuntu, Mint, and derivatives

As of now, the official Ubuntu docs are VERY detailed in the installation of the open-source and proprietary graphics drivers. It is recommended to use their documentation for your AMD card on the Ubuntu distros (Mint should be very similar, if not exactly the same). You can find that information here:

Debian

Fedora

Arch

Open-Source Drivers

Ubuntu/Kubuntu/Xubuntu, Mint, and derivatives

We refer you to the same link:

Debian

Fedora

Arch

Intel

The Intel drivers are developed by the open-source community, so they are by far the easiest to install, as they pretty much will always come with your distro by default. More information on the Intel open-source drivers can be found here:

For the most part, this will cover how to make sure that you have the most up-to-date graphics stack for your Intel chipset. This applies exclusively to pure Intel graphics only. If you have, say, a mixed-graphics card environment, like a laptop that has an Intel iGPU and a discrete NVIDIA card, please refer to the NVIDIA Optimus section

Ubuntu/Kubuntu/Xubuntu, Mint, and derivatives

If you are already running a 32-bit version of one of these systems, you should have everything that you need installed correctly by default.

In the case of 64-bit systems, you already have the 64-bit libraries for your graphics hardware. A package called multiarch-support should pull in the 32-bit libraries, as well as a bunch of others.

Command:

sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade

sudo apt-get install multiarch-support

If that does not work, you can also install the package manually:

sudo apt-get install libgl1-mesa-glx:i386

Debian

Fedora

Arch