Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
d3d9_tutorial [2016/04/24 03:57]
sarnex
d3d9_tutorial [2018/07/08 13:34]
sarnex
Line 2: Line 2:
 ==== Ubuntu/Mint ==== ==== Ubuntu/Mint ====
 Hi guys. This is a tutorial to enable Gallium Nine on Ubuntu and Linux Mint. Hi guys. This is a tutorial to enable Gallium Nine on Ubuntu and Linux Mint.
-This tutorial is written for Ubuntu 14.04-16.04, and Mint 17-17.3. +This tutorial is written for the latest version of Ubuntu available.
-I recommend Ubuntu 16.04. +
-For Ubuntu 14.04, We do **not** support Ubuntu 14.04.02 or later. 14.04 and 14.04.01, as well as any 14.10,15.04, 15.10, 16.04 version should work.+
  
-Systems with only Intel cards are not supported by Nine since the Intel Gallium driver doesn't work with 3D games currently.+**Systems with only Intel cards are not supported by Nine since the Intel Gallium ([[https://phoronix.com/scan.php?page=news_item&px=Intel-ILO-Gallium3D-Dropping|ILO]])driver doesn't work with 3D games currently.**
  
 If you have an Intel GPU along with some other card, make sure you are using a recent kernel (>3.15) with render nodes enabled. Read up on DRI_PRIME to get your games using the second GPU. Always run games with thread_submit=true. If you have an Intel GPU along with some other card, make sure you are using a recent kernel (>3.15) with render nodes enabled. Read up on DRI_PRIME to get your games using the second GPU. Always run games with thread_submit=true.
Line 25: Line 23:
  
 Step 3. Install  oibaf's PPA. To do that, run this command <code> sudo add-apt-repository ppa:oibaf/graphics-drivers</code> Enter your password and press Enter when requested. Step 3. Install  oibaf's PPA. To do that, run this command <code> sudo add-apt-repository ppa:oibaf/graphics-drivers</code> Enter your password and press Enter when requested.
- 
-Step 3a. If you have have an Intel GPU with some other card, or want experimental Gallium Nine changes, also run the command <code> sudo add-apt-repository ppa:commendsarnex/ixitmaster</code> 
  
  
Line 34: Line 30:
 After that, run <code> sudo apt-get dist-upgrade </code> to update the important packages. After that, run <code> sudo apt-get dist-upgrade </code> to update the important packages.
  
-Step 6. Install wine. Run <code>sudo apt-get install aptitude && sudo aptitude install wine1.9</code> Now, wait for it to install.+Step 6. Install wine. Run <code>sudo apt-get install aptitude && sudo aptitude install wine3.0</code> Now, wait for it to install.
 You may have to accept an EULA agreement for Microsoft Corefonts. Read the EULA and use Tab and Enter to agree. You may have to accept an EULA agreement for Microsoft Corefonts. Read the EULA and use Tab and Enter to agree.