Steam on Linux - Disappointing


Recommended Posts

Disclaimer: This is basically a rant thread.

So I've been using the Steam Linux beta for a few weeks now, and I've come to following conclusion: The Steam Linux beta sucks.

It's not like I don't appreciate what they're doing, I mean after all, Valve are the only publisher that's really taking Linux (except they're not, I'll discuss that later), but still, the execution of the whole thing is farcical.

First of all, why is the client 32-bit only? I honestly can't remember that last time a Linux application came with only a 32-bit binary. This decision means that everyone on an x64 Linux build has to install 32-bit libraries in order to run Steam. Why not just provide a 64-bit binary and save us the bloat of having to install multilib libraries purely for Steam? I can't imagine that the difference between x86 and x64 would be so much that it'd be impossible to develop both at the same time.

Second, what's with the auto-update process? Most Linux distros have pretty solid package management. So why not just leave it to the package managers? This problem is SOLVED in Linux. Why use some [****-poor] auto-update process when mature platforms already exist for exactly this problem?

Third, why does the client feel compelled to screw with my cursor. This is probably a problem with my setup rather than Steam, but it's the only app on my system that insists on reversing my mouse cursor. Oddness.

Fourth, and probably most importantly, where's the quality control in the games? Of all the games that are "available for Linux", in my experience about 50% are 'private betas' that need a password to play or simply don't install. To make things worse, it doesn't actually tell you that when you buy the game, so you are at risk of buying a game you can't actually play. The funniest thing I find about this is that a lot of the games that don't work are also former Humble Bundle games, so I can play the game perfectly well without Steam, but then can't play the Steam version of the same game. What the hell is up with that?

This inconvenience is compounded by failures like, for example, SpaceChem trying to use apt to try and install dependencies on my Arch install (for those that don't know, that doesn't work), and including libraries that don't work on 64-bit installs. There are threads with distro-specific hacks to get games working, but why isn't Steam doing this for us? I don't expect them to cater to every OS, but they could at least give us some hints. Make the developers provide a list of dependencies, and then check against installed libraries to determine which ones I need to install to get a game to work, and then tell me.

The games overall seem to be the 32-bit versions of the games (which I guess makes sense since the client is too), so I'm installing a lot of 32-bit libs for all the games too. It's gradually turning my Arch install into a glorious mess of libraries. Not really an issue per se, but an annoyance for someone like me who tries to keep a minimal install as much as possible.

I don't know, I guess this beta is giving me a bit of a bitter after-taste. They're touting it as the "Steam Linux beta", when in reality it should just be the "Steam Ubuntu Beta" since non-Ubuntu user's are pretty much out there on our own hacking it together to get it to work.

Overall, I'm finding more success playing games outside of Steam than I am within it. One of the best things about the Windows client is the convenience factor. On Linux I just get the overall impression we're testing the steam box client, and getting a buggy DRM client out of it. I don't think Valve are really taking Linux seriously like they're making out, they're just getting us to iron the bugs out of the client so they can release a bug-free console. Linux games will be a fortunate side effect of the Steam box, but not the primary focus IMO.

Not impressed.

Link to comment
https://www.neowin.net/forum/topic/1131688-steam-on-linux-disappointing/
Share on other sites

Sounds pretty mild, approximately 0% normal users care sbout dependancies unless it is causing a problem. It uses a few GBs of space, and that is the price you pay for the client and the games which need it. How big is your hard drive? 10GB? Maybe you need a bigger drive. It makes sense that they use their own auto update, standard update managers don't support the DRM which Steam needs to make their platform a reality, and using their own auto update to test their DRM laden update process makes sense.

Sounds pretty mild, approximately 0% normal users care sbout dependancies unless it is causing a problem. It uses a few GBs of space, and that is the price you pay for the client and the games which need it. How big is your hard drive? 10GB? Maybe you need a bigger drive. It makes sense that they use their own auto update, standard update managers don't support the DRM which Steam needs to make their platform a reality, and using their own auto update to test their DRM laden update process makes sense.

I tested it myself and I'll reply to some of the OP's points.

1- 32-bit only FOR NOW. They are only starting, give em time. And for the record. Skype is 32-bit only as well. So was Chrome for a while. Give em time!

2- The auto-update makes sense. So what, you expect them to make a Pacman, Debian, RPM, ... -compliant update process? Nah. Makes sense they just use their own, as they have to keep complying with their contracts with the game makers.

Gotta give it time. It'll all settle.

I tested it myself and I'll reply to some of the OP's points.

1- 32-bit only FOR NOW. They are only starting, give em time. And for the record. Skype is 32-bit only as well. So was Chrome for a while. Give em time!

2- The auto-update makes sense. So what, you expect them to make a Pacman, Debian, RPM, ... -compliant update process? Nah. Makes sense they just use their own, as they have to keep complying with their contracts with the game makers.

Gotta give it time. It'll all settle.

I don't care either way if they make Steam for Linux, but sometimes I think people forget what the hell a beta is.

  • Like 2

Disclaimer: This is basically a rant thread.

So I've been using the Steam Linux beta for a few weeks now, and I've come to following conclusion: The Steam Linux beta sucks.

It's not like I don't appreciate what they're doing, I mean after all, Valve are the only publisher that's really taking Linux (except they're not, I'll discuss that later), but still, the execution of the whole thing is farcical.

First of all, why is the client 32-bit only? I honestly can't remember that last time a Linux application came with only a 32-bit binary. This decision means that everyone on an x64 Linux build has to install 32-bit libraries in order to run Steam. Why not just provide a 64-bit binary and save us the bloat of having to install multilib libraries purely for Steam? I can't imagine that the difference between x86 and x64 would be so much that it'd be impossible to develop both at the same time.

Second, what's with the auto-update process? Most Linux distros have pretty solid package management. So why not just leave it to the package managers? This problem is SOLVED in Linux. Why use some [****-poor] auto-update process when mature platforms already exist for exactly this problem?

Third, why does the client feel compelled to screw with my cursor. This is probably a problem with my setup rather than Steam, but it's the only app on my system that insists on reversing my mouse cursor. Oddness.

Fourth, and probably most importantly, where's the quality control in the games? Of all the games that are "available for Linux", in my experience about 50% are 'private betas' that need a password to play or simply don't install. To make things worse, it doesn't actually tell you that when you buy the game, so you are at risk of buying a game you can't actually play. The funniest thing I find about this is that a lot of the games that don't work are also former Humble Bundle games, so I can play the game perfectly well without Steam, but then can't play the Steam version of the same game. What the hell is up with that?

This inconvenience is compounded by failures like, for example, SpaceChem trying to use apt to try and install dependencies on my Arch install (for those that don't know, that doesn't work), and including libraries that don't work on 64-bit installs. There are threads with distro-specific hacks to get games working, but why isn't Steam doing this for us? I don't expect them to cater to every OS, but they could at least give us some hints. Make the developers provide a list of dependencies, and then check against installed libraries to determine which ones I need to install to get a game to work, and then tell me.

The games overall seem to be the 32-bit versions of the games (which I guess makes sense since the client is too), so I'm installing a lot of 32-bit libs for all the games too. It's gradually turning my Arch install into a glorious mess of libraries. Not really an issue per se, but an annoyance for someone like me who tries to keep a minimal install as much as possible.

I don't know, I guess this beta is giving me a bit of a bitter after-taste. They're touting it as the "Steam Linux beta", when in reality it should just be the "Steam Ubuntu Beta" since non-Ubuntu user's are pretty much out there on our own hacking it together to get it to work.

Overall, I'm finding more success playing games outside of Steam than I am within it. One of the best things about the Windows client is the convenience factor. On Linux I just get the overall impression we're testing the steam box client, and getting a buggy DRM client out of it. I don't think Valve are really taking Linux seriously like they're making out, they're just getting us to iron the bugs out of the client so they can release a bug-free console. Linux games will be a fortunate side effect of the Steam box, but not the primary focus IMO.

Not impressed.

They have an Ubuntu repository for auto-updating, figured they'd have something similar for all the major distros, and other than them not having a whole lot of games ported yet, I've had no issues.

I agree with some of your points, but I think other problems you're having are Arch-specific. For example, AFAIK multiarch is a Debian-specific (or, at the very least, spearheaded by Debian developers). Since it relies on APT to perform its magic, I guess that makes sense. Because Ubuntu 12.04+ is the only supported platform for Steam at the moment, Valve decided to take advantage of multiarch to run 32-bit binaries without requiring a plethora of 32-bit libraries to be installed on the system.

Since I run Steam on Debian Wheezy, multiarch is not a problem for me. In fact, it works very well. I can even use the precise repository to get Steam package updates. The only modification I had to make to my system was installing the latest libc from Debian's Experimental repository. (Ubuntu 12.04 shipped with libc 2.15, but Wheezy has libc 2.13.) The only thing that really disappoints me about Steam for Linux is that I can't run Portal 2 yet.

  • Like 2

"First of all, why is the client 32-bit only?"

Windows build is compiled for 32 bit. So what if you have to have some extra libraries, it really isn't much of a big deal. You'd need the libraries for the games anyway because chances are they're all compiled for 32 bit so it would be pointless having a 64 bit steam for linux at this time.

"Second, what's with the auto-update process"

Nothing is wrong with it. If you're saying use a package manager, how about we just dump .dpkg, .rpm and all other package mangement systems and just use arch's method - oh yeah, because each distro has it's own package manager which is very different from all other package managers so I'd rather have something that auto-updates than have to have red crap 9.0 installed.

"Fourth, and probably most importantly, where's the quality control in the games? Of all the games that are "available for Linux", in my experience about 50% are 'private betas' that need a password to play or simply don't install."

I've got a lot of linux games and they all work fine.

Store -> tab 'Linux Games' lists only linux games.

"SpaceChem trying to use apt to try and install dependencies"

Haven't seen that happen but agreed fully, should be up to steam and using config files that you set up yourself for your system/package management system.

I've been impressed with it since I got invited to the beta, seems fine to me all in all for a beta.

It's a beta. It is not a final release, it is not going to work correctly.

Don't complain that something which wasn't intended for your distro of choice doesn't work correctly. There are targeting a single architecture and distribution because it makes life a lot easier when they're trying to find the cause of a bug. It's not easy if everyone is running different software.

Stop treating software previews like they are the final product. Instead, go submit bug reports, tell them what's wrong, and what you'd like to see. That's what a beta is for, Valve is not Google.

  • Like 2

And of course Steam worked perfectly on windows when it was first released. Except for me apparently!

The bigger the user base becomes, the better the client will become.

Is there a list of 64 bit games available? Is there such an animal?

Sounds pretty mild, approximately 0% normal users care sbout dependancies unless it is causing a problem. It uses a few GBs of space, and that is the price you pay for the client and the games which need it. How big is your hard drive? 10GB? Maybe you need a bigger drive. It makes sense that they use their own auto update, standard update managers don't support the DRM which Steam needs to make their platform a reality, and using their own auto update to test their DRM laden update process makes sense.

relax and give it time broski. it's new and as all new things go.. there are inherent bumps in the road. I would like to see how you feel about it in say...oh... a year from now?

I just find it amusing that Gabe ranted about Windows 8 being a closed platform and then of all distro's to base development on chooses Ubuntu! I'm not going to slag Ubuntu off but it's guilty of a lot of what Windows 8 is apparently guilty of, has a store that sells games, it's x64 builds are multi-libbed by default etc. Of all the distro's you can choose Ubuntu is without doubt doing it's own thing and forcing it's internal ethos on the users, just like Windows 8!

Anyway, then there's the games, some of the ports are sloppy, not Valve's fault, HiB guys are guilty of rushing ports with really silly, lazy bugs, these all have Steam keys now. Also, game choice is not very good, apart from Valve's own and a few others you can get the rest of the games elsewhere and it alleviates a lot of the problems, can get a native x64 Amnesia-TDD for example that means you don't have to multilib, then again if you use Ubuntu you don't care about multilib.

The steam client doesn't adhere to EWMH, as such won't work on tilers properly, the Valve guys were given viable alternatives to updating outside of package managers but weren't interested, actually thinking about it Ubuntu and Steam perhaps belong together and target the same users who don't care about all of this stuff, and that's fair enough I guess.

I was mad at first but now I've realised that it's a mainstream product targeted to mainstream users who typically don't care if they are decent Linux citizens or not, the type of users who think Ubuntu IS Linux, and I hate to say it but a lot of the Linux users here on Neowin fall into that category which is why most reply's on this thread don't understand the grievances OP mentioned. I don't mean this in a nasty way, but most here have never stepped outside of a DE and discovered what really sets Linux apart, and if you've not done this how would you be expected to know any different?

Ubuntu community seems impressed with Steam Linux Beta, some of them are calling death to Windows gaming after the release of Steam client for linux

not sure other distro users need to install extra libs and some kind of hacking just to play Steam games...

What the...? Steam CLIENT doesn't mean every game in Steam's library will magically work on Linux all of the sudden.

it's x64 builds are multi-libbed by default etc.

why on earth is this a bad thing?

and regarding the store there's one important difference. You are *forced* to use the windows store for metro apps. You are *never* forced to use the store in ubuntu.

I am more saden by the main principal's of Linux vanishing to usher in a more windows like enviroment all the time. The whole reason I built a windows machine in the first place was to play games. Mark S. made Ubuntu for ths masses to only point it in the same profit hungry direction as the other OSs.

I am more saden by the main principal's of Linux vanishing to usher in a more windows like enviroment all the time. The whole reason I built a windows machine in the first place was to play games. Mark S. made Ubuntu for ths masses to only point it in the same profit hungry direction as the other OSs.

Sometimes in life you've got to compromise. It's either going to be closed-source/DRM on Linux, or not on Linux at all. The endgame is that Gabe is trying stop gamers from being dependant from Windows, so Valve can control the gaming market (vs. Windows 8 store), and save licensing costs for Steam Box. Unfortunately not many game developers work for free so that's how things work. At least it brings users that wouldn't normally use Linux at all get closer to the platform, and maybe dabble in the Open Source/Linux side of things when they aren't on a game, as oppose to not getting anywhere close to Linux at all. If the gamer gets a taste of Linux and really wants to get into it, they can dump the Ubuntu and go with a pure distribution instead, or dual boot/Virtualise as they would have done with Windows.

I get it,

People want Linux

People want games

The two are challenging to operating within the same "Open Source" premise and by allowing larger companies to control and use "Proprietary Source", we are technically servicing the new up coming majority. I just wonder if the conversion Ubuntu is under-going ? becoming more and more windows like in user fan ship. Will this only bounce back to Ubuntu users becoming Window users once more.

Right now Linux is clearly not Windows but in my opinion is reaching to become a strong alternative to Windows and within this growth ? adopting some of the principals.

The 3rd party hosting company I use, informed me their Windows technicians almost out number them 3-1 currently (This did not use to be the case 5 years ago). LinkedIn sent me an email recently informing me that my skill set has seen a 14% popularity drop.

I am just wondering if the lines are becoming blurred.

I've not been overwhelmed by the Beta so far, but that is only because of the lack of games on it. As someone else said, once Portal 2 comes about, I will change my view point with that.

The thing I love is being able to use Steam chat nativity which is much better than using WINE. But I'm aware this is a Beta (more an Alpha tbh) and luckily Valve decided to make it an open one as well.

I run desktop Ubuntu so can't see the problems with libs etc. I can't see myself running any other distro when it comes to the desktop neither.

I just find it amusing that Gabe ranted about Windows 8 being a closed platform and then of all distro's to base development on chooses Ubuntu! I'm not going to slag Ubuntu off but it's guilty of a lot of what Windows 8 is apparently guilty of, has a store that sells games, it's x64 builds are multi-libbed by default etc. Of all the distro's you can choose Ubuntu is without doubt doing it's own thing and forcing it's internal ethos on the users, just like Windows 8!

Luckily, if Canonical decide to lock their distribution (to run only stuff from its store for example), then an unlocked fork would appear quickly whilst maintaining application compatibility. Whereas if Microsoft take this approach, then there is no guarantee of somebody being able to hack an unlock for it whilst maintaining application compatibility. We assume that Microsoft won't do this as it would probably spell commercial suicide, though they have done so in the ARM version.

This topic is now closed to further replies.
  • Posts

    • Ocenaudio 3.19.3 by Razvan Serea  Ocenaudio is a full featured, fast and easy to use audio and music editor. It is the ideal software for people who need to edit and analyze audio files without complications. Ocenaudio also has powerful features that will please more advanced users. To assist ocenaudio development, a powerful toolset of audio editing, analysis and manipulation called Ocen Framework was created. ocenaudio is also based on Qt framework, a well known library for cross-platform development. Cross-platform support ocenaudio is available for all major operating systems: Microsoft Windows, Mac OS X and Linux. Native applications are generated for each platform from a common source, in order to achieve excelent performance and seamless integration with the operating system. All versions of ocenaudio have a uniform set of features and the same graphical interface, so the skills you learn in one platform can be used in the others. VST plugins support Ocenaudio supports VST (Virtual Studio Technology) plugins, giving its users access to numerous effects. Like the native effects, VST effects can use real-time preview to aide configuration. Real-time preview of effects Applying effects such as EQ, gain and filtering is an important part of audio editing. However, it is very tricky to get the desired result by adjusting the controls configuration alone: you must listen the processed audio. To ease the configuration of audio effects, ocenaudio has a real time preview feature: you hear the processed signal while adjusting the controls. The effect configuration window also includes a miniature view of the selected audio signal. You can navigate on this miniature view in the same way as you do on the main interface, selecting parts that interest you and listening to the effect result in real time. Multiselection for delicate editions To speed up complex audio files editing, ocenaudio includes multi-selection. With this amazing tool, you can simultaneously select different portions of an audio file and listen, edit or even apply an effect to them. For example, if you want to normalize only the excerpts of an interview where the interviewee is talking, just select them and apply the effect. Eficient edition of large files With ocenaudio, there is no limit to the length or the quantity of the audio files you can edit. Using an advanced memory management system, the application keeps your files open without wasting any of your computer's memory. Even in files several hours long, common editing operations such as copy, cut or paste happen almost instantly. Fully featured spectrogram Besides offering an incredible waveform view of your audio files, ocenaudio has a powerful and complete spectrogram view. In this view, you can analyze the spectral content of your audio signal with maximum clarity. Advanced users will be surprised to find that the spectrogram settings are applied in real time. The display is updated immediately when altering features such as the number of frequency bands, window type and size and dynamic range of the display. Ocenaudio 3.19.3 changelog: Fixes issues with MP4 files with more than 8 channels Fixes incorrect VBR detection for some CBR MP3 files Other bug fixes and improvements Download: Ocenaudio 64-bit | Portable | ~40.0 MB (Freeware) Download: Ocenaudio for Linux and Mac OS View: Ocenaudio Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • DiskGenius 6.2.0.1829 - All Versions: Free, Lite & Portable by Razvan Serea DiskGenius is a full-featured partition manager, which is designed to optimize disk usage for Windows users. It will efficiently help you recover lost data, resize/split partition, backup files, edit hex data, check bad sectors, manage virtual disks, erase data, etc.. Create a system image backup for current Windows with simple clicks to keep the operating system under protection. DiskGenius key features: Partition Management - It can create format, resize, extend, backup, split, hide and clone partition, both MBR and GPT are supported. Disk and partition conversion - Convert dynamic disk to basic, convert virtual disk format and convert MBR to GPT, convert primary partition to logical. File recovery - It can recover files deleted or emptied form recycle bin, recover files from damaged partition or disk and recover files by file type and supports file preview and file filter. Partition recovery - It is the best partition recovery program in that it can recover files from damaged, corrupted and RAW partitions, search for lost partition and recover files from it, besides, it can fix partition table. RAID recovery - It can reconstruct Virtual RAID and recover files from it, and all RAID types are supported. Sector Editor - A Hex editor is embedded to help users edit raw hex data and recover data manually. Backup and Restore - It can backup and restore partition including system partition, hard disk and partition table. Bad Tracks - It can check and repair bad sectors for all storage devices; check hard disk S.M.A.R.T. information. Delete files permanently - It can delete files permanently so that they can't be recovered by any data recovery software. Virtual Disk - It supports virtual disks, including VMware, Virtual PC and Virtual Box. Create WinPE bootable disk and you can manage disk partition when system crashes or there is no operating system on your computer. Support FAT12/FAT16/FAt32/exFAT/NTFS/EXT2/EXT3/EXT4 file system format. DiskGenius 6.2.0.1829 changelog: Add the "Disk Speed Test" feature. Add the "Windows Boot Repair and Conversion" feature. Add the BMB21-2019 erase standard to the "Erase Sectors" feature. Add support for restoring an individual partition from a PMFX disk image file. Enhanced The "Verify Or Repair Bad Sectors/Blocks" feature displays disk read speed in the detection window during scanning. The "Quick Partition" dialog box allows users to quickly select the number of partitions by pressing the numeric keys 1, 2, 7, 8, or 9. The "Set Volume Name" dialog box supports selecting preset volume labels provided by the software. The "Copy Sectors" feature supports resuming copy tasks after modifying the number of skipped bad sectors. Add the "TRIM Optimization" option to the format dialog box. The "Clone Partition" and "Clone Disk" features perform TRIM optimization on target partitions or disks before cloning. Add support for Not Equal To search conditions (prefixed with "!") when searching hexadecimal data in the sector editor. Optimize the display of capacity values in the program interface to show two decimal places. Add a minimize button to dialogs that may require long processing time. Enhance support for the ReFS file system. Enhance support for newer HIF and MP4 formats when recovering files by type. Enhance support for the EXT4 file system. Enhance compatibility of the "File Recovery" feature with special data structures. Fixed Fixed the issue that the selected file system type automatically reverted to NTFS after changing it to exFAT or EXT4 in the "Quick Partition" dialog box. Fixed inaccurate Unicode string search results in the "Sector Editor" feature. Fixed the issue that exceptions might occur when adding multiple disks in the "Erase Sectors" feature. Fixed the issue that insufficient target disk space was incorrectly reported in some cases when cloning, backing up, or restoring disks. Fixed the issue that folder modification timestamps were not preserved when copying files from ReFS partitions. Fixed the issue that Excel-format reports generated by features such as file copying or bad sector checking could not be opened when the report contained more than one million rows. Fixed the issue that folders were not displayed in the exclude-folder dialog box when backing up partitions to image files. Fixed the issue that the "Erase Sectors" feature could not be executed in some cases. Download: DiskGenius 6.2.0.1829 | 63.9 MB (Freeware, paid upgrade available) Download: DiskGenius Portable 64-bit | 40.0 MB Download: DiskGenius Portable 32-bit | 36.0 MB Download: DiskGenius Lite 64-bit | 13.4 MB Download: DiskGenius Lite 32-bit | 11.6 MB View: DiskGenius Home Page | DiskGenius Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Really? Use a better search engine https://www.google.com/search?...ourceid=chrome&ie=UTF-8
  • Recent Achievements

    • Week One Done
      agatameier earned a badge
      Week One Done
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
    • Dedicated
      jordanspringer earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      513
    2. 2
      +Edouard
      183
    3. 3
      PsYcHoKiLLa
      143
    4. 4
      ATLien_0
      95
    5. 5
      Steven P.
      75
  • Tell a friend

    Love Neowin? Tell a friend!