• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 17:07
CET 22:07
KST 06:07
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
ByuL: The Forgotten Master of ZvT29Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289HomeStory Cup 28 - Info & Preview13Rongyi Cup S3 - Preview & Info8
Community News
Weekly Cups (March 2-8): ByuN overcomes PvT block1GSL CK - New online series13BSL Season 224Vitality ends partnership with ONSYDE20Team Liquid Map Contest - Preparation Notice6
StarCraft 2
General
Weekly Cups (March 2-8): ByuN overcomes PvT block Blizzard - classic cup GSL CK - New online series Weekly Cups (Feb 23-Mar 1): herO doubles, 2v2 bonanza Vitality ends partnership with ONSYDE
Tourneys
Master Swan Open (Global Bronze-Master 2) RSL Season 4 announced for March-April Sparkling Tuna Cup - Weekly Open Tournament PIG STY FESTIVAL 7.0! (19 Feb - 1 Mar) $5,000 WardiTV Winter Championship 2026
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026] Map Editor closed ?
External Content
The PondCast: SC2 News & Results Mutation # 516 Specter of Death Mutation # 515 Together Forever Mutation # 514 Ulnar New Year
Brood War
General
BSL 22 Map Contest — Submissions OPEN to March 10 ASL21 General Discussion BGH Auto Balance -> http://bghmmr.eu/ BSL Season 22 battle.net problems
Tourneys
ASL Season 21 Qualifiers March 7-8 [Megathread] Daily Proleagues BWCL Season 64 Announcement [BSL22] Open Qualifier #1 - Sunday 21:00 CET
Strategy
Soma's 9 hatch build from ASL Game 2 Fighting Spirit mining rates Simple Questions, Simple Answers Zealot bombing is no longer popular?
Other Games
General Games
Nintendo Switch Thread PC Games Sales Thread Path of Exile No Man's Sky (PS4 and PC) Stormgate/Frost Giant Megathread
Dota 2
Official 'what is Dota anymore' discussion The Story of Wings Gaming
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Mafia Game Mode Feedback/Ideas Vanilla Mini Mafia TL Mafia Community Thread
Community
General
Mexico's Drug War US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread YouTube Thread
Fan Clubs
The IdrA Fan Club
Media & Entertainment
[Req][Books] Good Fantasy/SciFi books [Manga] One Piece
Sports
2024 - 2026 Football Thread Formula 1 Discussion General nutrition recommendations Cricket [SPORT] TL MMA Pick'em Pool 2013
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
The Automated Ban List
Blogs
Iranian anarchists: organize…
XenOsky
FS++
Kraekkling
Shocked by a laser…
Spydermine0240
Gaming-Related Deaths
TrAiDoS
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1569 users

Gaming on Linux part II, what a fucking nightmare

Blogs > SiskosGoatee
Post a Reply
SiskosGoatee
Profile Blog Joined May 2012
Albania1482 Posts
Last Edited: 2014-11-23 06:39:05
November 23 2014 06:37 GMT
#1
Followup from this little thread, this is the other side of the story. I detail a rather gruesome 3 days of getting StarCraft II to work on an old machine I had lying around for fun.

Okay, so I had this old tower lying around. Its hardware is like an ATI Radeon HD 6750 or something that had no OS on it, it used to be a windows machine but I lost the CD so I wanted to see if I could get it to run StarCraft II under Wine and also use it as a testing bed without fucking my actual main computer up. So I had an old Mint 15 "Olivia" DVD lying around, put it in and tried to install Linux on it:

First obstacle, linux wouldn't install

It would install but it couldn't make a boot sector, that was annoying. So I googled it. It turned out the machine had something called "UEFI" mode which I needed to disable in the BIOS, I have no idea what that is, and I don't care. I disabled it and the install worked flawlessly from that point on. I had Linux Mint 15 "Olivia" on it. Internet worked and all that stuff.

Setting up the system

One of the first things I noticed was that ssh didn't work. ssh is basically a way to access the command line of one device over the network. It just wouldn't run a ssh host, I couldn't log in from my notebook. I like to work from my notebook in my beanie bag so I wanted to log in on that machine from my notebook and do most of the stuff I needed to do via the command line on my notebook. So, my first order of business was getting ssh to work. Well, that wasn't hard, I just had to upgrade the package repos and re-install ssh I guessed? Well, no. The package repos wouldn't update. Because apparently 15 "Olivia" is so goddamn old that all the package repos are now no longer maintained. So I applied a pretty dirty fix. I could ssh from the tower to the notebook but not in reverse so I just copied the package list from the notebook to the tower in reverse and then updated the package manager, I have no idea if you're supposed to ever do this or what the result would be. I did it, it worked, I upgraded the repos and now the tower tells me it's running a Mint 16 "Petra",I don't know if it actually updated or it's just telling me that because I copied the package list. But it works. Then I re-installed the openssh-server package and boom, I could log in from the notebook.

After that I basically installed the fluxbox windows manager in lieu of KDE-Plasma, copied some config files, copied the ~/.profile (your user settings basically) from the notebook and it all more or less worked.

Getting the drivers

Okay, so here I hit a giant fucking wall. I was installing the proprietary nvidia drivers as normal (open source drivers sadly still stuck guys) and nothing seemed to work, like, it was like that thing didn't see my card. I spent like 4 hours in that shit not knowing what the fuck was wrong, it usually just works right. So I eventually just got out of the bag, hopped to the computer itself and opened the graphical driver-manager app to see if it could help me. Oh wait, I don't have nvidia on the tower, I forgot, I had ATI. Click the properietary ATI drivers from the list in the grphical interface and boom. It works, that was dumb.

Well, it worked, sort of. I had the drivers but not GLX, which is like DirectX for Linux. OpenGL for the X server. Turns out that in order to fix that I had to symlink some shared object files around after googling, nothing too hard, so I did that and then that worked too, cool. I could finally get around installing wine.

Also, at some point I realized that my stuff was working if I ran shit as root. And then I remembered I never added myself to the video group... Yeah, you need to be part of a special permissioned group in Linux to be able to access the hardware acceleration. Can you believe you need to be part of the audio group to play sound as well? Typically on a newly installed linux box sound doesn't work before you add yourself to the audio group.

Wine turned out to be a big mess

Wine was constnatly crashing for completely weird reasons. Every time I solved one of the crashes. It came with a new one after that. This probably had something to do with the fact that I was hard-editing my install and making those symlink and moving files around I thought. So I purged all that and installed it again. And wine kept crashing. My god. So finally I was like "Fuck it", I purged the closed source drivers and fell back on the open source ones. Wine worked like a charm, I could easily instal the Battle.net client and StarCraft II from that. I was just fearful of abysmal framerates with the open source drivers. Well, the framerates were awesome, I was clocking in at like 400 fps. Too bad that's only because there weren't any textures, like none. But man was it fast. You could barely make out what was going on, the ground was black. But the framerates were out of this world. I seriously contemplated learning to play like that but no. I wanted to make it work. So I again decided to get back to the proprietary drivers via the package manager and ran into many of the same problems.

The AMD site

I finally had this weird idea. Maybe if I just download the drivers from AMD itself? Maye that will work? So I did and I installed them which was also a much newer version and yeah. Wine suddenly worked without crashing. It loaded battle.net, installed the game and I could play it. At 45-ish fps on low graphics settings. This was not acceptable obviously. Normally I play in windowed mode 150-ish fps on low graphics. Getting 45 fullscreen is pretty awkward. So. I spent the rest of the time optimizing a now working product.

Wine CSMT

I finally decided to try the Wine CSMT patch. There's a lot of talk about how this alternative branch of wine drastically improves performance of some games and StarCraft II is listed amongst them. I never used it on my main machine because I didn't need it and didn't want to fuck stuff up. So I tried to compile it from source and patch it in. It took like 4 hours to compile and it fucked up and I couldn't get it to work and all those registry hacks it said I should apply I had barely an idea what I was doing with them. I don't even know if I was doing it right.

PlayOnLinux

So, finally, I decided to try PlayOnLinux, this is like a graphical tool that automates different wine installs for you. I never really used it because I hate how it's a graphical tool meaning that I can't ssh into it and I dislike how it makes multiple wine installs and needlessly fills your filesystem. But it automates the Wine 1.17.4-CSMT patch for you which is apparently the one you want for StarCraft. So I learnt how to operate it and gave it a bash. I also followed the instructions of installing it in a 32 bit wine version even though the system is 64 bit, apparently that makes the game go faster since StarCraft is 32 bit itself. Meaning I had to re-install and re-download the entire game again. So I finally got that to work and this is where I am now. The game runs at around 120-ish FPS mid game on low settings in windowed mode, I sure I could get more of it with some fiddling but I'm happy with this at the moment as it's highly playable for me and I always play on low.

Also, I'm not seeing a single bug in the game thus far, the game works and looks exactly how you would expect.

Conclusion

I took a good 3 days trying to get this to work. Part of it was just my own stupidity like trying to install nvidia drivers on an ati machine and not getting the latest drivers from the ATI website even though the internet told me so. (often getting the latest doesn't make a difference and it's such a hassle installing things outside of the package manager, like as much as a hassle as on windows). I also took longer than I should have because I refused to use PlayOnLinux for a long time because I hate the way it works. But in the end, it works decently now and there's probably some optimizations I can still do to make it run faster.

Still, the overall point of my old post stays, gaming on linux has its problems, but you can always solve them and get it to work. And yeah, stuff doesn't in general work if you install nvidia drivers on an ATI card.

****
WCS Apartheid cometh, all hail the casual audience, death to merit and hard work.
nunez
Profile Blog Joined February 2011
Norway4003 Posts
November 23 2014 11:06 GMT
#2
i've been using the catalyst drivers for a long time with arch linux.
the only bummer is that i gotta keep my xorg-server at version 15!
annoying! unclean! but want opencl.

only tried steam games, never tried sc2, but this sounds promising.
conspired against by a confederacy of dunces.
Kronen
Profile Blog Joined March 2011
United States732 Posts
November 23 2014 13:58 GMT
#3
I feel you dude... I tried to build a smaller machine to host some local MC/Terraria servers while also serving as a Stream/Steam box and just became too frustrated with it. May try again if i build a stream machine. Good to hear you got ti to work!
SiskosGoatee
Profile Blog Joined May 2012
Albania1482 Posts
November 24 2014 15:26 GMT
#4
On November 23 2014 20:06 nunez wrote:
i've been using the catalyst drivers for a long time with arch linux.
the only bummer is that i gotta keep my xorg-server at version 15!
annoying! unclean! but want opencl.

only tried steam games, never tried sc2, but this sounds promising.


Why not? I mean, if I take it you play the game or at least SC1 if you hang out here?

And yeah, one of the things that was also on my way was downgrading xorg-core but that apparently wasn't needed so I removed the keepback.
WCS Apartheid cometh, all hail the casual audience, death to merit and hard work.
Butterz
Profile Blog Joined December 2010
688 Posts
November 24 2014 18:24 GMT
#5
nice read
nunez
Profile Blog Joined February 2011
Norway4003 Posts
November 24 2014 19:58 GMT
#6
i play sc2!
but i have windows on a 64 gb ssd installed for that purpose.
can only fit one game on it! hehe.
would be sweet to rid myself totally of windows tho.
conspired against by a confederacy of dunces.
caznitch
Profile Joined July 2012
Canada645 Posts
November 25 2014 04:56 GMT
#7
Thanks for the write up. I've previously tried and failed to get sc2 going on my xubuntu system. I'm giving playonlinux a shot and will see how it goes.
why?
Please log in or register to reply.
Live Events Refresh
Next event in 2h 53m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
JuggernautJason140
UpATreeSC 126
ForJumy 41
ProTech0
StarCraft: Brood War
Calm 1990
Dewaltoss 139
ggaemo 105
hero 65
LancerX 16
NaDa 10
Dota 2
canceldota42
Counter-Strike
fl0m2980
Heroes of the Storm
Liquid`Hasu344
Other Games
gofns48517
tarik_tv15892
Grubby3351
FrodaN1387
B2W.Neo740
Beastyqt587
C9.Mang0126
Hui .76
Organizations
Other Games
gamesdonequick1842
StarCraft 2
angryscii 112
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• intothetv
• AfreecaTV YouTube
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• Azhi_Dahaki1
• Pr0nogo 1
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• lizZardDota268
Other Games
• imaqtpie1308
• Shiphtur125
Upcoming Events
PiGosaur Cup
2h 53m
GSL
12h 53m
WardiTV Team League
14h 53m
The PondCast
1d 12h
WardiTV Team League
1d 14h
Replay Cast
2 days
Replay Cast
3 days
CranKy Ducklings
3 days
RSL Revival
3 days
WardiTV Team League
3 days
[ Show More ]
uThermal 2v2 Circuit
3 days
BSL
3 days
Sparkling Tuna Cup
4 days
RSL Revival
4 days
WardiTV Team League
4 days
BSL
4 days
Replay Cast
5 days
Replay Cast
5 days
Wardi Open
5 days
Monday Night Weeklies
5 days
WardiTV Team League
6 days
Liquipedia Results

Completed

ASL Season 21: Qualifier #2
WardiTV Winter 2026
Underdog Cup #3

Ongoing

KCM Race Survival 2026 Season 1
Jeongseon Sooper Cup
Spring Cup 2026
BSL Season 22
RSL Revival: Season 4
Nations Cup 2026
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter Qual

Upcoming

CSL Elite League 2026
ASL Season 21
Acropolis #4 - TS6
Acropolis #4
IPSL Spring 2026
CSLAN 4
HSC XXIX
uThermal 2v2 2026 Main Event
Bellum Gens Elite Stara Zagora 2026
NationLESS Cup
CS Asia Championships 2026
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
ESL Pro League S23 Finals
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2026 TLnet. All Rights Reserved.