LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games
User Name
Password
Linux - Games This forum is for all discussion relating to gaming in Linux.

Notices


Reply
  Search this Thread
Old 10-12-2021, 01:14 PM   #1
linux1021
Member
 
Registered: Jun 2016
Location: Washington State, USA
Posts: 78

Rep: Reputation: Disabled
Smile Need a game to test my PC's setup in steam


Hi! Everybody

I having bad luck trying to run gamesn in steam, basically they install but when I try to run them the client, a little window appears saying updating configuration for a few seconds, then I wait at least a minute and nothing happens. My only idea is to ask you for a cross platform game (preferably free or free to play (not a fast paced shooter), so I can try to test the performance of my setup, then I will have an idea what games I can play. I usually like simulation shooters, like mech robots shooters, space shooters, and military shooters, and strategy first person shooters FPS. I already tried war robots and counter strike global offensive, get the problem explain at the beginning of this massage. So, can you please advise of a (prefferally 3D and a non 3D/regular game) to test my PC setup? I will try to attach the specifications of my 2 PC's with this massage. Thanks for your time and help. Have a nice day.
 
Old 10-13-2021, 10:08 AM   #2
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
https://store.steampowered.com/app/7...bal_Offensive/
Attached Thumbnails
Click image for larger version

Name:	2021-10-13-080909.png
Views:	13
Size:	25.8 KB
ID:	37449  

Last edited by enigma9o7; 10-13-2021 at 10:09 AM.
 
Old 10-13-2021, 10:14 AM   #3
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,003
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
DOTA 2 is my go-to test game. True cross platform (native linux) and free to play. I don't actually like the game, but that's secondary.
 
Old 10-13-2021, 11:52 AM   #4
linux1021
Member
 
Registered: Jun 2016
Location: Washington State, USA
Posts: 78

Original Poster
Rep: Reputation: Disabled
Hi! Everybody

Thanks, for the replies. I will try DOTA 2, as suggested. Let me say it again, I already tried counter strike: global offensive, and does not work for me. Wish me luck! Thanks for your time and help. Have a nice day.
 
Old 10-13-2021, 02:36 PM   #5
obobskivich
Member
 
Registered: Jun 2020
Posts: 596

Rep: Reputation: Disabled
Out of curiosity - are you using the native linux Steam client, or are you running Steam in Wine? When you click to 'play' a game, sometimes on first-run it will run updates and then never come back to actually starting the game, so you may need to close that window (after the progress bar finishes) and click 'Play' again (yes I know this is 'bad' and 'stupid' - you can go complain to Valve about their UX if it bothers you enough). Do you have all the depends for Steam installed? (depending on your distro this can be pretty significant - it requires full multilib support and (if I'm not mistaken) PulseAudio)

Do non-Steam games/3D applications work? For example does SuperTuxKart work? Do you know if you have proper drivers installed for your 3D accelerator? etc
 
Old 10-14-2021, 03:01 PM   #6
linux1021
Member
 
Registered: Jun 2016
Location: Washington State, USA
Posts: 78

Original Poster
Rep: Reputation: Disabled
Hi! Everybody

I run native linux steam client.
Quote:
you may need to close that window (after the progress bar finishes) and click 'Play' again (yes I know this is 'bad' and 'stupid' - you can go complain to Valve about their UX if it bothers you enough).
Okay, I did not know that one, thanks for the workaround. Yes, I know about the multiarch dependencies required, and have the multiarch enable.

Code:
maverick@TopGun:~$ sudo dpkg --add-architecture i386
[sudo] password for maverick:          
maverick@TopGun:~$
I also found out from other forums, that ubuntu based distros like mine, are missing 3 required libraries before installing the linux steam client on PC's with hybrid graphics (INTEL and NVIDIA) video controllers build in. The missing libraries are, and can be installed with apt command on terminal:

Code:
sudo apt install libatk-adaptor:i386, libgail-common:i386, libnvidia-gl-470:i386
Also, the steam client displayed a note, when I run it for the first time on terminal, telling me that the performance option for mesa was turn off, and advised me to put this command inside of /etc/sysctl.conf, at the end of it, which is:

Code:
dev.i915.perf_stream_paranoid=0
Yes, I have pulseaudio installed already. Yes, my 3D local games run fine, and also have the latest avaliable NVIDIA graphics for linux mint, which are 470.63.01 as an now.

The other things that I found and try are the steam support pages specially these tips:

https://help.steampowered.com/en/faq...F529-F956-6292



https://github.com/FizzleFuze/SteamN...eTerminal3.png

https://steamcommunity.com/app/22141...7541481/?ctp=3

When I tried this tips or workarounds, I can now play, DOTA2, WAR THUNDER. I can not still run counter strike: global offensive yet.
 
Old 10-15-2021, 01:51 AM   #7
obobskivich
Member
 
Registered: Jun 2020
Posts: 596

Rep: Reputation: Disabled
Did you install Steam from your package manager repo, or from some other method? All of the depends should've beeen handled by apt on Ubuntu or Ubuntu-alikes if you just grab it from the repo.
 
Old 10-15-2021, 11:40 AM   #8
linux1021
Member
 
Registered: Jun 2016
Location: Washington State, USA
Posts: 78

Original Poster
Rep: Reputation: Disabled
Hi! Everybody

I downloaded the steam Linux client from steam website, and installed with apt command. Packages in distro repositories are known to be old at least 90% of the time, so you have to always hunt/search the web for the latest release of packages/programs. The web page for steam Linux client is:

From Steam's repository:

https://repo.steampowered.com/steam/pool/steam/s/steam/

From Steam's download page:

https://store.steampowered.com/about/
 
Old 10-15-2021, 06:15 PM   #9
obobskivich
Member
 
Registered: Jun 2020
Posts: 596

Rep: Reputation: Disabled
Quote:
Originally Posted by linux1021 View Post
Hi! Everybody

I downloaded the steam Linux client from steam website, and installed with apt command. Packages in distro repositories are known to be old at least 90% of the time, so you have to always hunt/search the web for the latest release of packages/programs. The web page for steam Linux client is:

From Steam's repository:

https://repo.steampowered.com/steam/pool/steam/s/steam/

From Steam's download page:

https://store.steampowered.com/about/
Hate to say it but: Incorrect install method likely led to issues with dependencies. Note that your statement "Packages in distro repositories are known to be old at least 90% of the time, so you have to always hunt/search the web for the latest release of packages/programs." is incorrect with Steam (and is a very Windows-like mentality elsewhere) - there is only ever one version of Steam in the wild (current), all the 'installer' does is provide a stub that lets it go fetch the current build (and it will update at run time whenever a new update is available). But that doesn't mean the .deb package from Valve solves all of the dependencies that Steam needs, because its just distributing the stub (e.g. if you're loading Steam on a distro that does not have a package in its repos (like Slackware or PCLOS), there's generally a very long list of dependencies you need to confirm before you hit 'go' on the .deb from Valve). I would remove what you've got installed (games and Steam itself), and load it from the distro repo and let it grab all of its dependencies, and try again, so that at least you know you've got all the dependencies resolved as a starting off point.
 
Old 10-18-2021, 05:15 AM   #10
biker_rat
Member
 
Registered: Feb 2010
Posts: 367

Rep: Reputation: 220Reputation: 220Reputation: 220
Try to enable Proton. Proton is customized wine bundled and included with Steam. If native linux engine fails windows engine under Proton may work. Most developer emphasis currently seems to be on supporting linux through Proton path at Steam these days.
 
Old 10-18-2021, 10:29 AM   #11
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
Maybe take a look at terminal output, see if any hints there.

To launch csgo use
Code:
steam steam://rungameid/730
for example this is mine loading to the point the CS:GO stuff comes up on the screen:
http://paste.debian.net/plain/1215880
Note I have old GPU so vulkan not supported.
 
Old 10-20-2021, 03:07 PM   #12
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
Try "-safe" as launch option (for csgo).
 
  


Reply

Tags
games, proton, steam


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: New stable Steam Client up, fixing Steam Survey and NFS mounts on Linux, plus other Steam news LXer Syndicated Linux News 0 01-23-2020 10:24 PM
[Game Development] Game Engine / Game specifically for Linux removed029 Linux - Games 7 04-24-2017 02:39 PM
Steam on Wine, cannot login,"Steam is having trouble connecting to the Steam servers" cantab Linux - Games 1 06-19-2010 06:32 AM
[SOLVED] Silencing the line "echo test > test/test.txt" in a shell script Arenlor Linux - General 2 06-18-2010 01:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games

All times are GMT -5. The time now is 06:25 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration