• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 02:55
CET 08:55
KST 16:55
  • 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
Intel X Team Liquid Seoul event: Showmatches and Meet the Pros9[ASL20] Finals Preview: Arrival13TL.net Map Contest #21: Voting10[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3
Community News
Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win62025 RSL Offline Finals Dates + Ticket Sales!10BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION2Crank Gathers Season 2: SC II Pro Teams10Merivale 8 Open - LAN - Stellar Fest5
StarCraft 2
General
RotterdaM "Serral is the GOAT, and it's not close" Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win Weekly Cups (Oct 13-19): Clem Goes for Four DreamHack Open 2013 revealed Intel X Team Liquid Seoul event: Showmatches and Meet the Pros
Tourneys
Merivale 8 Open - LAN - Stellar Fest SC4ALL $6,000 Open LAN in Philadelphia Kirktown Chat Brawl #9 $50 8:30PM EST 2025 RSL Offline Finals Dates + Ticket Sales! Crank Gathers Season 2: SC II Pro Teams
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 497 Battle Haredened Mutation # 496 Endless Infection Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment
Brood War
General
What's going on with b.net? BGH Auto Balance -> http://bghmmr.eu/ Ladder Map Matchup Stats Map pack for 3v3/4v4/FFA games BW General Discussion
Tourneys
[ASL20] Grand Finals BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION Small VOD Thread 2.0 The Casual Games of the Week Thread
Strategy
How to stay on top of macro? PvZ map balance Current Meta Soma's 9 hatch build from ASL Game 2
Other Games
General Games
Stormgate/Frost Giant Megathread Path of Exile Nintendo Switch Thread The Perfect Game Beyond All Reason
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
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
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
Things Aren’t Peaceful in Palestine US Politics Mega-thread Russo-Ukrainian War Thread Canadian Politics Mega-thread The Big Programming Thread
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
[Manga] One Piece Anime Discussion Thread Movie Discussion! Korean Music Discussion Series you have seen recently...
Sports
MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023 Formula 1 Discussion 2024 - 2026 Football Thread NBA General Discussion
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
Challenge: Maths isn't all…
Hildegard
more word salad -- pay no h…
Peanutsc
Career Paths and Skills for …
TrAiDoS
Reality "theory" prov…
perfectspheres
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1560 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 6h 5m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Nina 130
StarCraft: Brood War
ToSsGirL 116
Pusan 33
Dota 2
XaKoH 879
League of Legends
JimRising 968
Super Smash Bros
hungrybox533
Heroes of the Storm
Khaldor150
Other Games
summit1g16260
NeuroSwarm42
Organizations
Other Games
gamesdonequick900
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 11 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Jankos1944
Upcoming Events
BSL Team A[vengers]
6h 5m
Cross vs Sobenz
Sziky vs IcaruS
SC4ALL
7h 5m
SC4ALL
7h 5m
BSL 21
11h 5m
Replay Cast
1d 1h
Wardi Open
1d 4h
Monday Night Weeklies
1d 9h
Replay Cast
1d 15h
Sparkling Tuna Cup
2 days
WardiTV Korean Royale
2 days
[ Show More ]
Replay Cast
3 days
WardiTV Korean Royale
3 days
The PondCast
4 days
Korean StarCraft League
5 days
CranKy Ducklings
6 days
IPSL
6 days
dxtr13 vs OldBoy
Napoleon vs Doodle
Liquipedia Results

Completed

CSL 2025 AUTUMN (S18)
CranK Gathers Season 2: SC II Pro Teams
Eternal Conflict S1

Ongoing

BSL 21 Points
BSL 21 Team A
C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
SC4ALL: Brood War
SC4ALL: StarCraft II
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025

Upcoming

YSL S2
BSL Season 21
SLON Tour Season 2
BSL 21 Non-Korean Championship
HSC XXVIII
RSL Offline Finals
WardiTV 2025
RSL Revival: Season 3
Stellar Fest
META Madness #9
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
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 © 2025 TLnet. All Rights Reserved.