this post was submitted on 06 Aug 2026
26 points (90.6% liked)

Linux Gaming

27122 readers
108 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

Help:

Launchers/Game Library Managers:

General:

Discord:

IRC:

Matrix:

Telegram:

founded 3 years ago
MODERATORS
 

I have a few issues with steam and steam games.
I'll start with my laptop's specs:
Acer-Aspire-E5-722G

  • Operating system : Kubuntu 26.04
  • Kernel: 7.0.0-29 generic
  • CPU: AMD A8-7410 APU with 4 cores
  • Memory : 6.72GB DDR3 (supposed to be 8)
  • Storage: WD HDD with 931.51GB
  • Graphics device 1 : AMD Radeon(TM) R5 M335
  • Graphics device 2 : AMD Radeon(TM) R5 Graphics (iGPU)

Issue 1: I have installed steam and it ran once but now it crashes if i try to open it (I can share the crash logs) and it works fine if I run it in terminal (I just type steam in Konsole and hit enter).

Issue 2: I installed Car Mechanic Simulator 2018 on my laptop and I ran it once and I had to turn the settings way down for decent frames but I got it playable, when I try to open it it doesn't crash it just take forever (I waited foor 20 minutes and it didn't open). Here is what I have tried:

  • I switched Poton version form experimental to the latest stable version (9.0-4)

  • I added

to CSM 18 launch options settings in steam

Here is a picture of where it gets stuck Corj5g4pgE5QpOm.png

Issue 3 (I don't know if this one is solvable): I used to have Windows 10 on this laptop and I could play American Truck Simulator on it with low settings, but on Kubuntu it doesn't launch.

Thanks in advance.
If you need more information just ask and i'll try to provide it.

UPDATE: All of the issues have been solved (mostly)
Issue 1: I disabled "GPU acceleration" and “smooth scrolling in web views”

Issue 2: I used this fix from ProtonDB: Set launch options to PROTON_USE_WINED3D=1 %command%

Issue 3: I used this fix from ProtonDB: Set launch options to PROTON_USE_WINED3D=1 %command% however my laptop doesn't have enough RAM and steam was closed by the kernel

you are viewing a single comment's thread
view the rest of the comments
[–] Monkey@piefed.social 1 points 6 days ago (2 children)

I will try your fixes later, I installed steam fom their site (a .deb file)

[–] Serious_Me@piefed.social 2 points 5 days ago* (last edited 5 days ago)

It might be best to reinstall steam from the repository. It may even fix your issues. Typically 99% of the time if it's available from the repository, you want to install it from the repository rather than from any other source. You can uninstall it from your software manager (app center, snap-store or whatever it's called on kubuntu) then reinstall via the terminal or software manager. The software manager usually pulls from the same source as the command line, so it might be easier for you to use. Just be careful on ubuntu (and it's flavors) because I've seen ubuntu's software manager default to the snap version in the past (which you do not want if you can avoid it).

If uninstalling from the software manager doesn't work, you can try from the terminal. sudo apt remove steam would most likely work. Then just run sudo apt install steam. If for some reason the uninstall returns an error you can search the name of the package with apt list --installed | grep steam then try again with sudo apt remove (package name).

[–] funkajunk@lemmy.world 2 points 5 days ago

You're still doing things the Windows way.

Install it through your package manager as suggested (sudo apt install steam), and that will also keep it up to date when you run sudo apt upgrade