Linux for gaming?
On 10/31/2016 at 9:41 AM, Kc7vwc said:Update: have a "gaming" distro of Ubuntu installed. Seems fine- it downloaded some updates while installing. Steam installed, as did Rocket league.
But, it takes 3-5min for Rocket league to launch, even pulling from an SSD. The sound kicks in after 30sec or so, but video doesn't respond for minutes. And then when it does, it's so choppy it's like I'm using the iGPU (which is disabled in BIOS currently) & getting 10fps tops.
Looking around, I found preferences to scan for additional drivers. It shows 3 drivers for my Gtx 970, but it's using the open source one. Trying to click the nvidia/tested driver & applying just reverts back to the open source.
The system info shows the video as gallium something, along with a string of letters.
So please educate a noob on 'installing' or changing the drivers, and why is the performance is so poor.
(At work. Can provide details if needed after)
You generally want to run the following in terminal to ensure you have the latest driver.
First update your system fully.
sudo apt-get update
sudo apt-get upgrade
sudo apt full-upgrade
< maybe reboot here>
Next install the PPA for the driver
sudo add-apt-repository ppa:graphics-drivers/ppa
Next update your packages with the new ppa
sudo apt-get update
sudo apt-get upgrade
sudo apt full-upgrade
<reboot here>
Go to the advanced menu now select the newest version of the property driver available. If you have not already install the microcode driver for your Intel CPU. You be asked for your sudo password enter it to authenticate. Reboot once finished and report back.
Also a fair warning, Ubuntu has some issues. I personally prefer an Arch based distribution. [Antergos is basically arch with an installer.]

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now