• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 17:53
CEST 23:53
KST 06:53
  • 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
Classic Games #3: Rogue vs Serral at BlizzCon9[ASL20] Ro16 Preview Pt1: Ascent10Maestros of the Game: Week 1/Play-in Preview12[ASL20] Ro24 Preview Pt2: Take-Off7[ASL20] Ro24 Preview Pt1: Runway13
Community News
SC4ALL $6,000 Open LAN in Philadelphia7Weekly Cups (Sept 1-7): MaxPax rebounds & Clem saga continues25LiuLi Cup - September 2025 Tournaments3Weekly Cups (August 25-31): Clem's Last Straw?39Weekly Cups (Aug 18-24): herO dethrones MaxPax6
StarCraft 2
General
Weekly Cups (Sept 1-7): MaxPax rebounds & Clem saga continues #1: Maru - Greatest Players of All Time Team Liquid Map Contest #21 - Presented by Monster Energy Classic Games #3: Rogue vs Serral at BlizzCon What happened to Singapore/Brazil servers?
Tourneys
Maestros of The Game—$20k event w/ live finals in Paris RSL: Revival, a new crowdfunded tournament series Sparkling Tuna Cup - Weekly Open Tournament SC4ALL $6,000 Open LAN in Philadelphia LANified! 37: Groundswell, BYOC LAN, Nov 28-30 2025
Strategy
Custom Maps
External Content
Mutation # 490 Masters of Midnight Mutation # 489 Bannable Offense Mutation # 488 What Goes Around Mutation # 487 Think Fast
Brood War
General
Pros React To: SoulKey's 5-Peat Challenge ASL20 General Discussion BW General Discussion BGH Auto Balance -> http://bghmmr.eu/ BSL Team Wars - Bonyth, Dewalt, Hawk & Sziky teams
Tourneys
[ASL20] Ro16 Group B [Megathread] Daily Proleagues SC4ALL $1,500 Open Bracket LAN CPL12 SIGN UP are open!!!
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread Path of Exile General RTS Discussion Thread Borderlands 3
Dota 2
LiquidDota to reintegrate into TL.net Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread
Community
General
Russo-Ukrainian War Thread US Politics Mega-thread Things Aren’t Peaceful in Palestine The Games Industry And ATVI UK Politics Mega-thread
Fan Clubs
The Happy Fan Club!
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023
World Cup 2022
Tech Support
Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread High temperatures on bridge(s)
TL Community
BarCraft in Tokyo Japan for ASL Season5 Final The Automated Ban List
Blogs
The Personality of a Spender…
TrAiDoS
A very expensive lesson on ma…
Garnet
hello world
radishsoup
Lemme tell you a thing o…
JoinTheRain
RTS Design in Hypercoven
a11
Evil Gacha Games and the…
ffswowsucks
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1039 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
[BSL 2025] Weekly
18:00
#14
ZZZero.O71
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
JuggernautJason114
SpeCial 94
StarCraft: Brood War
Sea 787
sSak 128
Dewaltoss 127
ZZZero.O 71
Dota 2
The International120603
Gorgc12764
League of Legends
JimRising 410
Counter-Strike
fl0m968
pashabiceps878
Stewie2K451
Super Smash Bros
hungrybox532
Heroes of the Storm
Liquid`Hasu443
Other Games
summit1g7457
Grubby3646
FrodaN2638
Mlord514
SortOf333
KnowMe283
mouzStarbuck275
ceh9212
ToD147
Sick81
ROOTCatZ48
rGuardiaN47
XaKoH 40
Mew2King30
fpsfer 3
Organizations
Other Games
gamesdonequick2370
BasetradeTV32
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 21 non-featured ]
StarCraft 2
• musti20045 53
• RyuSc2 53
• davetesta27
• LaughNgamezSOOP
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• sooper7s
• Migwel
StarCraft: Brood War
• blackmanpl 33
• FirePhoenix6
• Michael_bg 3
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• Ler91
• Noizen43
League of Legends
• Doublelift5131
Other Games
• imaqtpie1159
• tFFMrPink 13
Upcoming Events
RSL Revival
12h 7m
Maestros of the Game
19h 7m
BSL Team Wars
21h 7m
Afreeca Starleague
1d 12h
Snow vs Sharp
Jaedong vs Mini
Wardi Open
1d 13h
Sparkling Tuna Cup
2 days
Afreeca Starleague
2 days
Light vs Speed
Larva vs Soma
LiuLi Cup
3 days
The PondCast
4 days
Korean StarCraft League
6 days
[ Show More ]
[BSL 2025] Weekly
6 days
BSL Team Wars
6 days
Liquipedia Results

Completed

Proleague 2025-09-10
SEL Season 2 Championship
HCC Europe

Ongoing

BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
LASL Season 20
RSL Revival: Season 2
Maestros of the Game
Chzzk MurlocKing SC1 vs SC2 Cup #2
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1

Upcoming

2025 Chongqing Offline CUP
BSL Polish World Championship 2025
BSL Season 21
SC4ALL: Brood War
BSL 21 Team A
SC4ALL: StarCraft II
EC S1
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
MESA Nomadic Masters Fall
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 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.