Support us on Patreon to keep GamingOnLinux alive. This ensures all of our main content remains free for everyone. Just good, fresh content! Alternatively, you can donate through PayPal. You can also buy games using our partner links for GOG and Humble Store.
We do often include affiliate links to earn us some pennies. See more here.

Some thoughts on switching from Ubuntu to Antergos for Linux gaming

By - | Views: 116,372
I did it, I jumped ship from Ubuntu to Antergos and I honestly can’t see myself going back. Here’s some thoughts on that.

Why I switched
There’s many reasons for my switch, but the main one has been stability. Ubuntu has been getting more problem-filled with every new release for me so I had enough. Not only that, but due to it being dependent on GNOME packages, stuff was being stripped away too and it’s just a mess now. Some applications have normal title-bars, some have GNOME’s new styling with everything sodding hidden and it’s just all mashed together.

Audacity would constantly screw up and just skip over audio while trying to record or playback, or just flat out not work.

Multiple games wouldn’t give me audio until I killed PulseAudio and reloaded it or did other trickery. It was becoming a nuisance, especially when I want to livestream and “oh sorry guys, let me fix my audio, fuc…”.

It seems Ubuntu has a lot of problems with their setup of PulseAudio. I don’t know what they’re doing to it, but they’re murdering the poor thing.

Antergos, I choose you!
If Antergos is anything, it’s like walking in heavy rain without a coat and — suddenly the clouds part and the almighty sun is shining down on you to make everything better. Something like this essentially (thanks Samsai):
image
I’m definitely probably not overselling it — okay maybe a little.

I adore the Arch User Repository (AUR) and have found it so incredibly useful for multiple applications I use on a daily basis, especially when those same applications on Ubuntu could be out of date for weeks and months. The brand new Minecraft launcher was in it the day it was release by the official developers, the itch.io app is in it, everything I need is right there and tested by tons of people. It’s essentially a far better PPA-like system. It’s easier to understand too, thanks to a much clearer layout on the actual website.

Just don't outright trust everything on the AUR, make sure you read a few comments before installing a random package. I'm sure you're all smart enough to know to do that anyway.

Getting used to KDE after being on GNOME or GNOME-like desktops for many years has been a challenge by itself, but wow, it’s actually a lot nicer. Things aren’t hidden away where I don’t expect them to be, if I want something it’s usually right where I would expect it in a proper menu.

There was two “gotchas” I had to sort out. I couldn’t figure out why OBS Studio wouldn’t pick up any video, so eventually I tested gaming and games ran at 5 FPS. Turns out that installing the nvidia drivers didn’t come with the 32bit libs as a dependency. So, if you do decide to check out Antergos with Nvidia, make sure “lib32-nvidia-libgl” is installed too. This took me a good day to figure out too, as I didn’t think to test games until the next day and that made me realize it was a driver issue.

The second was that one day I booted up to a black screen with a cursor, as the system booted so fast that LightDM didn't load (Arch Wiki entry). I had to edit "/etc/lightdm/lightdm.conf" to include:
[LightDM]
logind-check-graphical=true


I also learnt about bash aliases thanks to being on Arch, so instead of running something I can never remember like “Yuarty -sYusudaadasdas” to update, I have it setup so I just run “upall” in terminal and it updates everything for me — glorious! It’s easy to do as well, simply edit:
~/.bashrc
Add at the bottom:
alias upall='yaourt -Syua'
You can substitute “yaourt -Syua” for anything, like “apt-get update && apt-get upgrade” for Debian/Ubuntu and so on.
And then save it.

Lastly, enjoy a shot of my KDE Antergos dual-desktop:
image

Seriously, you should give Antergos a try. It’s Arch, but a more tame Arch since it has a live-media option and you can pick what desktop you want from the installer. This was a key selling point for me, and the installer was a breeze too. Article taken from GamingOnLinux.com.
Tags: Editorial
23 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly came back to check on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. Find me on Mastodon.
See more from me
The comments on this article are closed.
139 comments
Page: «7/14»
  Go to:

[email protected] Jan 19, 2017
Quoting: herycp
Quoting: [email protected]I only install very minimal packages from AUR. They don't guarantee compatibility with core, community and extra.

Not sure what's the benefit of Antergos.. i think i prefer vanilla Arch.

for me vanilla too much work for ready to daily use

Recently, the freetype2 implementation with AUR for infinality fonts was outdated (not based on the latest freetype2 update). This broke some packages from core/community/extra. I had to remove that old implementation and install the latest freetype2 from core/community/extra (which is now very beautiful).

This is an example.

Some programs i still use AUR for just because of convenience and it dosen't really impact other packages. Like Skype for Linux - Alpha and various other small packages. For Telegram, it has it's own built in updater and there's an updater binary in the folder which you download from the website so you don't need AUR. Discord i like to install manually too.

I actually have a /home/$user/opt folder for this stuff and /home/$user/git folder for stuff from git.

For the stuff that's potentially system breaking, i don't use AUR.
knotted10 Jan 19, 2017
I'd so delighted on trying Manjaro (XFCE) I think that is the most balanced distro over there. But for me, there's only an issue, I owe a gaming laptop which is not able to boot into manjaro's usb live media. I had to throw everything and go back to mint and screentearing (optimus sucks)
Liam Dawe Jan 19, 2017
Article updated as I came across a second "gotchya".

I booted up to a black screen with a cursor, as the system booted so fast that LightDM didn't load (Arch Wiki entry. I had to edit "/etc/lightdm/lightdm.conf" to include:
[LightDM]
logind-check-graphical=true


Running "sudo systemctl restart lightdm.service" fixed it for the current login.

Something to keep in mind if you have the issue, thanks to Samsai for the help on it.
fabertawe Jan 19, 2017
I suppose I should make an obligatory comment as I'm using Arch (since 2009) ;)

The best thing about installing Arch is that you learn exactly how your system works - and it can be any kind of install your imagination can come up with. I don't run a DE, for example, my desktop is basically the WM (Compiz), Conky, Cairo-Dock, stalonetray, xsettingsd. Also, as has been mentioned, you have the wonderful AUR (I use Cower and a bunch of aliases for this), the Wiki and Pacman.

I've never reinstalled, only rsync'ed my boot drive when I've had to upgrade the hardware. You will experience problems occasionally but I'd call these niggles and I've never had one I couldn't solve quickly just by checking the forums or Wiki. Call me perverse but I actually like problem solving any issues anyway! If you know what's installed (because you installed it) and why, then it's easier to troubleshoot and becomes second nature (I'm no techie by any means).

It won't be for everyone, obviously, but if you want absolute control over your install and have the latest software as soon as it's updated/released then give it a go.
STiAT Jan 19, 2017
Welcome to the Arch Universe, so to say.

I'm quite some time on Manjaro now, and I love it so far. Never looked back, though, I've been eyeballing with Antergos as well, but I prefer the way Manjaro updates their stable, every few weeks a fully tested update with their main desktops (KDE, XFCE), only dropping security patches if necessary between those updates every few weeks (as lately the flash update).

Antergos for me does not even boot in the live ISO, not on my laptop, not on my PC and not in Virtualbox. This quite killed every testing scenario I could have had (just even tested with the current ISO), which back the days killed it as an option when I was choosing a new system. And still would :D.

And ye, others are right, make sure you know what you install from AUR. Check the comments, and check scripts and download source. I've had arch since back in 2003 (with a bit of a break using KUbuntu), and never came across a malicious package - but that doesn't mean it couldn't happen.


Last edited by STiAT on 19 January 2017 at 10:53 am UTC
STiAT Jan 19, 2017
Quoting: knotted10I'd so delighted on trying Manjaro (XFCE) I think that is the most balanced distro over there. But for me, there's only an issue, I owe a gaming laptop which is not able to boot into manjaro's usb live media. I had to throw everything and go back to mint and screentearing (optimus sucks)

Ye, optimus sucks, and Manjaro currently has a few issues with mhwd as well regarding to Optimus, seems there are no devs with optimus hardware to do the proper testing. For me it worked choosing the non-free option, which even enables the nvidia driver during the boot time.

I'd suggest you try it again once Manjaro 17 is released. They finally are switching to Kernel 4.9 LTS for their install images, which solves a lot of issues booting the install image on several NVidia hardware compared to the released ISO with 4.4 for a variety of NVidia users.


Last edited by STiAT on 19 January 2017 at 10:50 am UTC
omer666 Jan 19, 2017
Quoting: fabertaweCall me perverse but I actually like problem solving any issues anyway! If you know what's installed (because you installed it) and why, then it's easier to troubleshoot and becomes second nature (I'm no techie by any means).

That's exactly what I liked about Arch, but after so many years running it, life has become more cluttered and I didn't have time to troubleshoot it any longer.

But it always comes in handy when you've got something wrong/weird with your system, even with other distributions. The only things that differ on my Fedora nowadays is SELinux policies and the system upgrades.

It comes with a pervert effect, though: whenever you see a strange boot message, you can't help but to investigate it... :P
STiAT Jan 19, 2017
Quoting: omer666That's exactly what I liked about Arch, but after so many years running it, life has become more cluttered and I didn't have time to troubleshoot it any longer.

That exactly. This was the reason for me too not choosing Arch this time but Manjaro when I moved away from *Ubuntu back to my beloved arch-like system.

You have a well tested system, are still quite bleeding edge, and if you hit the shit pile anyawy, there is Arch Wiki (which is a GREAT source of information) and forums, you'll find a lot of great solutions there.
MayeulC Jan 19, 2017
I like Arch, and I enjoy seeing more people jumping ship, but I have to warn that it's a bit technical, and you have to be prepared to deal with this sort of stuff (Antargos included).
Once in a while, an update breaks something, or can't be installed, so you have to fix it yourself. I had quite some trouble at some point after having my computer sit in a corner 6+ months without being updated; which caused some problems with pacman (I think it was a problem with yaourt, package-query and pacman, I had to uninstall package-query and yaourt).
I also sometimes have some problems with pip and pacman conflicting over a few files.

Other than these problems, it works great. I would however advise to go for Manjaro as a first step if you don't feel ready for "the real thing" :)
But I am only repeating what I know from earsay, as I never tried Manjaro myself.

And however scary my problems can sound, I've had worse on Windows, Ubuntu, Debian (and to a lesser degree, Linux Mint). Windows being the worst of the worse so far, of course :D
knotted10 Jan 19, 2017
Quoting: STiAT
Quoting: knotted10I'd so delighted on trying Manjaro (XFCE) I think that is the most balanced distro over there. But for me, there's only an issue, I owe a gaming laptop which is not able to boot into manjaro's usb live media. I had to throw everything and go back to mint and screentearing (optimus sucks)

Ye, optimus sucks, and Manjaro currently has a few issues with mhwd as well regarding to Optimus, seems there are no devs with optimus hardware to do the proper testing. For me it worked choosing the non-free option, which even enables the nvidia driver during the boot time.

I'd suggest you try it again once Manjaro 17 is released. They finally are switching to Kernel 4.9 LTS for their install images, which solves a lot of issues booting the install image on several NVidia hardware compared to the released ISO with 4.4 for a variety of NVidia users.

Thanks man, I'll definitely try it.
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.