There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux_gaming

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

sp6 , in Has anyone gotten a game or account ban using Linux with Lutris or Heroic Games Launcher?

As far as I know, no one has ever gotten their account banned store-wide.

Like you mentioned, sometimes games with anti-cheats like Apex Legends or Overwatch will falsely ban linux users (from that specific game - not the whole Battle.net or EA store), but they usually undo those bans within a week or so for most users.

I was hit with one of the Apex bans, and it was overturned within a week or two. But there were a few people who I am pretty convinced did not cheat and are still banned, so maybe be cautious with that particular game.

SeekPie , in Nobara 39 Officially Released

If I have 38 Gnome, do I have to completely re-install the os or is there a “upgrade” option or something?

simple OP ,
@simple@lemmy.world avatar

You can upgrade, but it’s not automatic: nobaraproject.org/…/how-do-i-upgrade-to-a-new-nob…

Scroll down for 38 to 39.

Lemmyvisitor , in Cannot get a single game working on Linux

haven’t seen anyone else mention it, but league is currently broken on Linux. you can see the status on this page or r/leagueoflinux

leagueoflinux.gitlab.io/status/

Caboose12000 , in Nobara 39 Officially Released

a little sad they switched to chromium for default browser, but their reason makes sense.

also didn’t even realize Minecraft was running in XWayland, but it’s cool that it can run natively in Wayland now

derbolle , in Nobara 39 Officially Released

uh nice. now perhaps i’ll switch to nobara coming from stock fedora kde

WeLoveCastingSpellz ,

there always was a fully functional kde spin…

princessnorah , in Debian for Gaming
@princessnorah@lemmy.blahaj.zone avatar

Unrelated but Prose.sh looks pretty cool!

c10l OP ,

Yeah it’s quite ice. I opened an account a while ago after reading about it on Hacker News but I don’t really write much these days.

The fact that I have everything in git and a Makefile that doesn’t let me forget how to publish stuff helps to just write when I get the itch.

tok3n , in Cannot get a single game working on Linux
@tok3n@lemmy.world avatar

Are you on X11 or Wayland? Steam has crap support for Wayland

sugar_in_your_tea ,

Works fine for me on GNOME, but it could have issues on other desktop environments.

tal ,
@tal@lemmy.today avatar

Works fine in Wayland here.

Squiddles ,

I've never had any issues on Hyprland. The Steam Deck also uses Wayland (Gamescope). Not saying there can't be cases where unique bugs happen on Wayland, and maybe there's something else I don't know about, but Steam Wayland support seems to be fine as far as I can tell.

cevn ,

Wayland plus Nvidia is a recipe for disaster. Steam deck is AMD

Limitless_screaming ,
@Limitless_screaming@kbin.social avatar

Does Steam even have any support for Wayland? There's maybe one dialogue window that runs under native Wayland, and the rest of the UI uses XWayland. I've been running the few games I played under XWayland and they work just fine on KDE Plasma / Manjaro.

scutiger ,

By default, I don’t think so, but you can install gamescope and that supports Wayland.

Limitless_screaming ,
@Limitless_screaming@kbin.social avatar

Gamescope is just a Wayland compositor. It's like switching from Gnome to Plasma (or Mutter to KWin), I don't think that would matter to Steam.

LoopDigger , in Cannot get a single game working on Linux

Try setting proton to version 7 in steam. I had a similar issue and it was down to having an older gpu that wasn’t compatible with stuff the newer proton releases were doing.

LoopDigger ,

Oh yeah, I also had to change the nvidia driver to the legacy version. Yes, my computer is ancient.

MrKurteous OP ,

Ah, Proton 7 didn’t seem to help, but I haven’t tried using older drivers yet, I should probably try that next! Thanks!

fedev ,

Check the documentation to see which driver supports your hardware before trying.

Once you have the correct driver, test to see if it is working properly, there are a few commands to do this.

Defaced , in Cannot get a single game working on Linux

As others have said use the Pop_OS! Nvidia ISO. Nvidia drivers are just problematic on Linux. There’s a good chance your games will just work with that OS. It’s also based off Ubuntu, so it has access to the same software repositories.

burgersc12 , in Cannot get a single game working on Linux

Imo distro doesn’t matter very much. Your best bet is to try either Lutris or Bottles in order to manage your games easier. Then you just need to install dependencies and the games should work. If not, try other wine versions, proton, proton-ge etc

Fal ,
@Fal@yiffit.net avatar

Imo distro doesn’t matter very much.

Except that they’re on Ubuntu 22.04. which is totally ancient at this point

burgersc12 ,

Oh, didnt realize they were running something as old as the LTS release? How will he ever make it work?? If only there was a way to update software…

Fal ,
@Fal@yiffit.net avatar

Yeah, start adding PPAs or installing software from source. That’s much more likely to make things work for a beginner

burgersc12 , (edited )

Or he could just update to the latest version if its that big a deal? Why would he go through the whole PPA shit when it takes very little effort to get an updated version of Ubuntu on a flash drive to reinstall

Fal ,
@Fal@yiffit.net avatar

I’m confused what your argument is. That the ancient LTS version isn’t a problem because he an just wipe and reinstall a new version?

burgersc12 ,

Why is it a problem? Its very easy to install a new distro (which i still do not see as being necessary). Why are you acting like he needs to be on the absolute latest software? Bet it fixes exactly none of the issues hes been facing

Fal ,
@Fal@yiffit.net avatar

Because

  1. these types of issues are often related to drivers and kernel bugs. So being on an ancient version that has ancient versions of the kernel and drivers is just stupid
  2. unless he has a staging server that he has set up to test the distro upgrades, it does absolutely no service to choose a non-rolling release distro
burgersc12 , (edited )
  1. He has ancient hardware also isn’t 22.04 from within the last year and a half?
  2. Why does it matter to the average gamer? I bet it makes no real world difference whether you’re on 23.1 or 22.04 unless you absolutely need the latest software
Montagge , (edited ) in Cannot get a single game working on Linux
@Montagge@kbin.social avatar

What format is your hard drive or drives? Ext4?

shaka ,
@shaka@lemmy.sdf.org avatar

This is important, if your games are installed in a drive formatted in NTFS you will have problems with Proton/Wine/etc. One way to discover the issue is to run Steam from terminal and it will tell you the details in an error message

Zaphod ,

The games can be installed on an NTFS drive, but the compatdata has to be on EXT4 (or some other well supported file system for Linux)

MrKurteous OP ,

Yeah, my Linux partition is Ext4! I have dual-booted my computer since I didn’t trust myself to get Ubuntu up and running quickly, haha.

shaka ,
@shaka@lemmy.sdf.org avatar

But are your games installed in the Ext4 partition? See my other reply from before.

EdgeRunner , in Cannot get a single game working on Linux

Is it a laptop ?

MrKurteous OP ,

It’s a desktop! Dual-booted

EdgeRunner ,

Arfff, just in case, can you paste the response of this command :

  • xrandr --listproviders

Maybe you have an GPU chipset on the edge, and if that’s the case you will need to tell to the system to use the PCI Gpu

Commiunism , in Cannot get a single game working on Linux

I haven’t used Ubuntu, but I had a similar setup to yours in the past, and on Archlinux I couldn’t run any game until I installed 32 bit nvidia drivers (on arch the package was named lib32-nvidia-utils), and that’s my first instinct - maybe you don’t have 32 bit drivers installed?

Now, as I haven’t used Ubuntu much I’m just going off of online reference so there commands might not be 100% correct, but try doing this:

sudo dpkg --add-architecture i386 to add 32-bit app support

sudo apt install -y libvulkan1 libvulkan1:i386 to install the vulkan drivers, including the 32 bit one. I’m not sure if this will have the same effect as lib32-nvidia-utils package on Arch though or if it does the same thing, but hopefully it works.

As for League, it does work on Linux quite well, but the installation is a little bit unusual. The gameplay though is literally the same as on Windows, no performance loss there at least in my experience.

angrymouse , in Cannot get a single game working on Linux

Try run steam from terminal, it will show more logs about the error, this is my best advice for now since I don’t use Nvidia for a while.

MrKurteous OP ,

Ah it did indeed show much more info! I could pick out two things that seemed like error messages, I’ll search the internet for them later but gotta run for Christmas celebration in a minute.

When starting Steam it told me “unable to init and enumerate GPUs with Vulkan” and “BInit - unable to initialize Vulkan!”, which sounds potentially serious.

On trying to start the games (and maybe at other occasions too) it told me

Glib-GIO-CRITICAL **: g_setting_schema_source_lookup: assertion ‘source != NULL’ failed

I’ll look into them when I get the time, but I wanted to write them here anyway for completeness. Thank you for your help!

shadoh ,

Based on that Id say the Nvidia driver is not working or installed. As others have mentioned PopOs has a setup with nvidia already installed, otherwise will be worth googling it for your specific distro. Good luck!

eldain ,

Make sure you have both your nvidia drivers and vulkan installed. Your errors point to a missing vulkan.

linuxconfig.org/install-and-test-vulkan-on-linux

RiderExMachina , in Cannot get a single game working on Linux

There are a lot of interesting things in your post.

First, League typically doesn’t work well on Linux because Riot doesn’t care about Linux users. If League is going to be a deal breaker, I’d recommend getting a dedicated Windows system for the best time.

Second, your CPU has a known hardware bug with C-states. If you’ve been noticing your computer freeze often under Linux, disable C-states in your BIOS.

Third, are the games you’re trying to launch purchased through Steam, purchased through a different store, or pirated?

Are you able to play any of your games, or is it just these few that have been giving you trouble? If it’s every game, you may not have the nvidia driver or vulkan installed. Just to be sure, you can try running nvidia-smi in a terminal, which will show you which driver the system is using. If you are unable to run the command at all, you’ll definitely need to install the nvidia driver

potajito ,

As of today at least, lol is working using wine-ge (there is explicitly a version for lol)

MrKurteous OP ,

I’ve heard that League is usually problematic on Linux, but it’s not a deal breaker, my computer is dual booted anyway so I could always play it on Windows.

All the games, League aside, are purchased through Steam. I have only tried these games I mention, since they are the only games I’ve been playing since I set up my Linux partition, but since not a single one of them worked at all I have assumed that’s it’s probably not the games that are the problem.

Nvidia-smi confirms I’m using 545.29.06. About Vulkan though, i l noticed now that when I launch Steam through the terminal it says “unable to enumerate GPUs with Vulkan” and “Unable to initialize Vulkan”. Could maybe that be the source of the issue then? Thanks a lot for your help either way!

Linus_Torvalds ,

League is actually working fine, it just had a bug last month. I’ve been playing for 2 years on Linux exclusively and it was unplayable for max 2 weeks.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines