Patreon Logo 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 Logo PayPal. You can also buy games using our partner links for GOG and Humble Store.
Latest Comments by dubigrasu
Gabe Newell Talks Steam, Vulkan With Support From Blizzard, Source 2 And More
7 Mar 2015 at 6:34 pm UTC Likes: 13

Quoting: InterzeroidWho is this man on video? :D
Santa

Dying Light Massive Patch Due 10th of March, And New DLC
7 Mar 2015 at 6:24 am UTC

Quoting: SkullyI don't own the game yet. But I have no doubt they will get it running sweet on Linux.
Looking at Dead Island, It now is probably the most impressive game on Linux. While not my favourite game (gets boring), they have made it run sooo good. Sits at 60fps with vsync all options maxed out, amazingly smooth and NEVER EVER drops below. All while showing some sweet looking graphics. Runs smoother and better than in windows.

Only problem I have with it is from the multithreading with too many cores on my I7. It causes stuttering. Easy fixed by forcing the game to only see 2 cores like this

save a text file called cpucnt.c

int SDL_GetCPUCount(void) {
return 2; /* replace with how many CPUs you want the game to see */
}

compile like this: gcc -m32 -Wall -fPIC -shared -o cpucnt.so cpucnt.c

now set games launch option in steam to this
LD_PRELOAD=/path/to/cpucnt.so %command%

Enjoy a smooth stutter free game.
I got this originally from somewhere on the steam forums. (I am not going to find it again)

PS. Maybe this or something similar would help Dying light aswell. Once I can afford it I will muck around with it.

EDIT: Here is a the file already compiled for you http://filebin.ca/1txAoJBv1I3h/cpucnt.so [External Link]
The stuttering is not caused by the number of cores used, but by the number of dedicated worker threads.
Initially the game is looking for the number of cores available in your system and creates a dedicated thread for each one.
The thing is to still use all the cores, but with fewer threads.

The downside is that it slightly lowers the performance. (though you can try to increase the number of reported cores and hope the stutter doesn't come back.)
CPU_COUNT=n LD_PRELOAD=/path/to/cpucnt.so %command%
Dying Light's problem right now isn't stuttering but downright low performance, so no point in trying this method, yet.

Torchlight II Now On Linux, Old News By A Day, But Here’s My Report
5 Mar 2015 at 2:00 pm UTC Likes: 1

I have two SteamOS boxes, one using Nvidia (GTX 780) and the other one using an AMD HD 7970.
The game is working perfectly on both.

BTW: Nvidia's GL_THREADED_OPTIMIZATION=1 actually lowers the perf in this case.

Zotac Announces A Proper Steam Machine With SteamOS (Updated)
4 Mar 2015 at 6:25 pm UTC

Quoting: wojtek88Guys, looks like Shadow of Mordor, Saints Row IV and Batman Arkham Knight are coming to Steam OS this year! Great news. Look at the Steam website for details.
Yes, is madness!
Total War Atilla, Company of heroes 2, Witcher 3...

Zotac Announces A Proper Steam Machine With SteamOS (Updated)
4 Mar 2015 at 4:57 pm UTC Likes: 1

Quoting: vulturethings like window resizing feel anything but smooth ;) otherwise, it's zero to no difference. also as far as desktop goes, you might be stuck with old release for much longer than you wished
You probably used the "Return to Linux desktop" feature, as in two X sessions (both SteamOS session and Gnome) running at the same time. This way it might be choppy, probably.
Logging only with Gnome is the same thing as with any other desktop really, is just Debian wheezy.

OTOH, personally I don't know why that desktop is even there, is terribly outdated, crippled and it serves only to give a bad impression to newcomers willing/curios to test the"Linux desktop": "so this is the famous Linux Desktop? I'll think I'll pass".