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 1xok
Linux market-share on Steam dropped 0.08% in December 2016
15 Jan 2017 at 12:33 pm UTC Likes: 1

Quoting: GuestI don't know if it was already discussed or brought up before, but how does Steam take into account Steam users / accounts who dual-boots with Windows and Linux? Do they count it as Windows user?

I think Valve should have a separate statistics for Windows users who also dual-boots with Linux. There are probably Linux gamers who use Windows for games only available on Windows.
This was shown to me during the survey:

https://www.olivere.de/download/images/blog/steam/hw_survey_wine.png [External Link]

Is in German but you can see easily that Valve recognizes Wine as Wine:

"Hersteller: The Wine Project"
"Modell: Wine"

If you are using dual boot instead, you are, of course, counted as Windows users. By the way: Doom 2016 runs excellent under Wine 2.0. I use it under Ubuntu 16.10 with Nvidia binary driver 375.20. For Vulkan I had to install:
sudo apt-get install libvulkan-dev libvulkan1 vulkan-utils

Thats all! After this no tearing, no problems, just Doom. :)

So I think dual-boot people should consider from time to time if they could use wine.

EDIT: Had an issue with graphics quality. Need more investigation.

Linux market-share on Steam dropped 0.08% in December 2016
15 Jan 2017 at 12:44 am UTC

Today I started steam over wine (for Doom 2016) since a long time and got promptly a survey. :)

Coincidence I think but can't remember when my last survey was. After all wine is recognized by steam as wine.

Divinity: Original Sin may soon work with Mesa drivers
8 Jan 2017 at 8:04 pm UTC

I hope in a year all games will run with mesa. Realistic? You would have much more choice with the graphics cards. I think AMD is bringing some interesting cards to the market this year.

Wine Staging updated, allows you to play DOOM on Linux
22 Dec 2016 at 11:48 am UTC

liamdawe: "The developers have now removed Denuvo, making this possible"

Does this mean the wine developers or the developers of Doom?

32-bit Linux distributions are no longer supported by Steam, Steam Web Browser disabled
19 Dec 2016 at 8:42 pm UTC

Quoting: MblackwellCheck for a /etc/udev/rules.d/99-steam-controller-perms.rules

For some reason my rules ended up getting copied there and that copy overrides the one in /lib/udev/.
I've found a solution. Under Ubuntu the rules which came with the steam-devices package are just incomplete. This works for me:

http://askubuntu.com/questions/686214/how-do-i-get-a-steam-controller-working [External Link]

32-bit Linux distributions are no longer supported by Steam, Steam Web Browser disabled
18 Dec 2016 at 12:39 am UTC

It also seems to disable usb support on my steam client. Ubuntu yakkety (16.10). I see messages like this in the steam error log when I plug in a device:

Unable to open local device: 0001:000b:01

No matter if it is a headset or the steam controller. So the steam controller can't work any more. I've installed the package steam-devices. My /lib/udev/rules.d/99-steam-controller-perms.rules:
# Valve USB devices
SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666"
# Steam Controller udev write access
KERNEL=="uinput", SUBSYSTEM=="misc", TAG+="uaccess"
# HTC Vive HID Sensor naming and permissioning


I've a 64 Bit system (i7 6700k).

EDIT: I don't know if this has something to do with this update. At the moment I don't know what the problem is. My Controller runs perfectly on a older steam client on the same system.

What one game would blow your mind if it came to Linux & SteamOS?
1 Dec 2016 at 9:24 pm UTC

Elite: Dangerous. I would give a lot for it. Watch explorer streams on twitch again and again. ED is the best space simulation ever. Unfortunately, a niche product. Will not be ported. :(

The Vulkan API spec has been updated again, now at its 34th revision since release
20 Nov 2016 at 8:05 pm UTC

Bethesda supports with Vulkan Windows 7 and Windows 8 users. I think this is the main reason why we will see a lot of Vulkan developments in the near future. But unfortunately this does not mean automatically Linux ports.

Nvidia 375.20 stable driver released, increases OpenGL shader cache size and more
19 Nov 2016 at 4:21 pm UTC

Quoting: JahimselfThe game is completly playable on GTX970 with these settings:

-Texture Quality = Very High
-Texture Filtering (Anisotropic)= 8
-Shadow Quality = Medium
-Contact Hardening Shadows = Off
-Temporal Anti Aliasing = On
-Motion Blur = Off
-Depth of Field = Off
-Bloom = On
-Lens Flare = Off
-Volumetric Lighting = On
-Surface Scatering = On
-Cloth Physics = On
-Ambient Occlusion = On
-Tessalation = Off
-Parallax Occlusion Mapping = High
-Screenspace Reflections = On
-Sharpen = On
-Chromatic Aberration = Off
-Level of Detail = Very High
Thank you Jahimself! This was exactly what I like to know.

Is there a possibility to limit the game to constant 30 fps? I've played Shadow of Mordor with 30 fps without problems. It was only disturbing for me if a game always jumps between 30 and 60 fps.