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.

yo_scottie_oh , in Third-party game tools

Separate but related topic: What controller(s) do you use?

Strayce OP , (edited )

The LeGo built-in controllers. They get a lot of shit for being weird and tbh I get it, but they suit my cartoonishly large hands. The detachable feature is pretty useful too since I can use it for Actual Work™ in public without getting looked at like a freak.

vividspecter ,

Steam Controller, although both of the ones I’ve owned have developed hardware problems. I’m dreading the day they kick the bucket and I have to switch back to a conventional controller.

Grass , in SteamOS could see a general distribution release, work with other handheld gaming PCs soon

it will probably be good for handheld manufacturers to have a reliable alternative to windows but for end user bazzite is already better

lambda ,
@lambda@programming.dev avatar

Even on Steam Deck itself?

Grass ,

I use bazzite on steam deck. The only kinda irritating thing is the game mode update changelog displays the steamos notes and not bazzite notes. It will be 99% the same for basic users and not worth switching for anyone not needing the additional nerd functionality. If it’s a new installation regardless on a handheld computer then bazzite for sure especially because bazzite already accounts for many deck alternatives.

vividspecter ,

The only kinda irritating thing is the game mode update changelog displays the steamos notes and not bazzite notes

And you have to do a Bazzite update to make it go away, which is slightly annoying. I’m not sure if you can do it from the Steam UI either, although I can always SSH in.

Crozekiel ,

I cannot for the life of me get bazzite to use the Nvidia gpu in my laptop for shit. Like proper 3d games refuse to launch and simpler 2d games run but at like 4fps. The icon in the system tray for gpu selection/info won’t let me select dgpu, only integrated and hybrid. Gpu basically never gets touched. I’m sure it’s less of a bazzite issue and more of an Nvidia drivers on Linux issue, but can’t really test full functionality of bazzite like this.

And that’s with the Asus laptop Nvidia gpu specific image of bazzite. Very disappointed because I otherwise love bazzite. I have been keeping the windows drive in the laptop specifically for gaming until I can figure out how to fix this. I wish there were more laptop options with amd dGPUs… Looked at microcenter today and there was only one option. :(

Grass ,

My nvidia card works but is quite old and of little use. Nvidia is traditionally bad on linux and from what I can gather seems like is still hit or miss on normal distros, let alone atomic/immutable distros like bazzite. I would imagine the steam os release will be troublesome for nvidia users too but maybe valve has some more magic tricks to pull.

herrvogel , in Best gpu vendor for linux?

I got one machine with an amd gpu and another with an Nvidia. The amd machine is so much more comfortable to use, it’s not even funny. The amd card just keeps chugging along and doing its job without bothering me, whereas the Nvidia card keeps making me make sure the drivers are properly loaded in the first place.

cyborganism ,

I’ve never used an AMD graphics card, but I recently got into gaming in Linux with my NVidia card and this is one of the things I have to deal with.

  • I want to launch a game.
  • There’s a problem
  • Oh are my drivers up to date?
  • apt-get update & upgrade
  • check driver version
  • check online for latest driver
  • I think flatpaks need to be updated as well? I’m new to flatpaks too.

But yeah, you gotta check all the time.

CalcProgrammer1 ,
@CalcProgrammer1@lemmy.ml avatar

AMD (or anything that uses Mesa drivers really) just works out of the box. That pain is unique to NVIDIA.

tabular ,
@tabular@lemmy.world avatar

Presumably some games at some point needed the user to update the kernel for an updated AMD driver?

CalcProgrammer1 ,
@CalcProgrammer1@lemmy.ml avatar

The only instance I can see this is if a game requires a new Vulkan extension, which wouldn’t need a new kernel but would need a new Mesa version to provide that extension. For the most part, games use established and standardized APIs (OpenGL, Vulkan, Direct3D) to utilize the GPU and as long as the driver implements the APIs used by the game, the driver doesn’t need to continuously update in order to support game updates. On Linux, the driver doesn’t handle Direct3D anyways and an intermediate layer (DXVK or VKD3D) is used to translate Direct3D API calls into the Vulkan API. Vulkan does support extensions which are added every so often to provide new interfaces and the userspace portion of the driver (which is responsible for compiling/translating Vulkan API calls into raw GPU instructions) needs to be updated to support these, but also sometimes these extensions are optional and games can use less optimized code paths to work around missing extensions.

tabular ,
@tabular@lemmy.world avatar

Ah I see, thanks for the info.

vividspecter ,

It is definitely relevant if you buy new hardware when it’s initially released, although Mesa devs seem to be getting better at having it mostly ready by that point. I know historically there were times where you really had to be at the very bleeding edge, and updating to the very latest kernel and firmware was necessary.

rustyfemboy , in I did it finally, deleted win10 and installed Linux Mint

Congrats! As a Linux user of nearly 6 years, I hope you feel welcome here.

WeebLife , in I did it finally, deleted win10 and installed Linux Mint

That’s great to hear! I am still dual booting mint and windows but I am slowly moving towards being fully on mint. I recommend checking out Lutris if you have games on other stores, it also works well with running windows games.

Macaroni_ninja OP , (edited )
@Macaroni_ninja@lemmy.world avatar

Thank you. I have a relatively big GoG library, so lutris is already installed :)

lemmy_99c4zb3e3 ,
@lemmy_99c4zb3e3@reddthat.com avatar

deleted_by_author

  • Loading...
  • Macaroni_ninja OP ,
    @Macaroni_ninja@lemmy.world avatar

    Thank you. I will look into it!

    GoOnASteamTrain , in I did it finally, deleted win10 and installed Linux Mint

    Yay! Glad you’re enjoying it so far :)

    I can also say the past month or two rocking Mint have been a breath of fresh air, everything feels fast and I’ve only had one GOG game not run (think I could with some effort) :)

    Even the Unity game engine works, and debugs, it’s lightyears ahead of my previous goes at Mint over the years (and they only “ended” because of needing music software for college and uni!)

    Hope it continues to treat you well! Also you may wish to indulge in the greatest Linux feature I know, which is Wobbly Windows - it makes your windows wobbly when dragged, which is very enjoyable for reasons I am not sure of! :)

    Absolute_Axoltl ,

    Just commenting to acknowledge the mint/breath of fresh air line. Solid work.

    GoOnASteamTrain ,

    I had absolutely unplanned that pun, but I’m thrilled it’s there!😅 Thank you!

    deuleb_biezelbob , in I did it finally, deleted win10 and installed Linux Mint
    @deuleb_biezelbob@programming.dev avatar

    Welcome!

    mox , in Third-party game tools

    EDMC is written in python, and definitely works on linux. (At least, version 5.8 did.)

    I don’t know about VoiceAttack, but you might consider looking for alternatives, like maybe this one: github.com/stele95/LinVAM/

    o7

    yo_scottie_oh , (edited ) in Third-party game tools

    I haven’t dug around too much, but by searching “elite dangerous edmc linux” I found a thread about a year old about a flatpak version of EDMC.

    EDIT: Just re-read your post and realized you’re mostly asking about Voice Attack. I’m not sure about that one. Sorry I couldn’t be more helpful. Good luck, Commander! o7

    Strayce OP ,

    I was, but that’s still really useful to know.

    cheeseburger , in I did it finally, deleted win10 and installed Linux Mint
    @cheeseburger@lemmy.ca avatar

    Brother, I did the same thing a year ago for my personal computer after always pissing and moaning about Windows even with having Linux at work, or for server stuff. LMDE6 only now, and I haven’t looked back.

    Reygle , in I did it finally, deleted win10 and installed Linux Mint
    @Reygle@lemmy.world avatar

    Kick ass, Good job

    solrize , in I did it finally, deleted win10 and installed Linux Mint

    Reverse defenestration (throwing Windows out of your computer)! Congrats!

    Bluefruit , in I did it finally, deleted win10 and installed Linux Mint

    Welcome brother.

    Yea I switched from Windows to Fedora and aside from issues with music production, I have been happy with the switch. Its a weight off my mind knowing i dont have to worry about Windows stealing my data anymore.

    I’m probably going to be switching to Ubuntu or something Ubuntu based since it seems it will be a bit easier to work with for making music. Not that Fedora hasnt been great in general but i think my specific needs like having yabridge for Windows vsts is making me consider switching.

    curbstickle ,

    Take a look at AV Linux and Fedora Jam.

    Highly recommend Reaper fwiw.

    Bluefruit ,

    I have looked at Fedora jam, my issue with it is the same issue I currently have with no way to use yabridge that I could find though this may have chnaged since i last looked.

    AV linux does look promising, just haven’t deep dived on it yet. My concern was that its done by a single dev iirc but again i haven’t done a deep dive quite yet.

    And also a huge fan of reaper. Been using it for years now and I love it so very solid recommendations. I appreciate it. :)

    curbstickle ,

    For Fedora, it’s three commands:

    sudo dnf copr enable patrickl/yabridge

    sudo dnf install yabridge --refresh

    After a wine update, run:

    yabridgectl sync

    And AV Linux is one dev yeah, but it doesn’t much matter. It’s just a tweaked build, it’s based on MX so you’re still getting all the updates needed, just with some config changes more or less.

    Fwiw I use straight Debian, but I’ve also been using Debian for so long that it’s graduated college, met a partner, got married and is considering kids.

    Ubuntu I avoid these days because I think Canonical is running it into the toilet, with so many bad decisions (snaps, pro subscription, etc) that I just won’t touch it.

    That said, AV Linux is essentially deb based anyway (MX is based on Debian), so it’s a nice setup if you don’t want to have to think about your kernel.

    Fedora I also like, I’m just less of a yum/dnd guy than an apt guy (which I have literally typed into RHEL machines before remembering I was being an idiot).

    Bluefruit ,

    I will have to give this a go then on Fedora because i would rather not reinstall for a third time since switching lol. I appreciate the advice.

    When i last checked, the copr for yabridge was out of date but i was looking at this months ago and its also entirely possible i was looking in the wrong place or was reading information that was out of date.

    Again, very much appreciate the help. Linux is still a new thing for me so any help is always welcome.

    wjrii , in I did it finally, deleted win10 and installed Linux Mint

    I mostly play older games on my Ryzen 5 2400g with 16gb of RAM and an RX 580 I bought off a crypto miner, though I did manage to get Starfield running at 1080P in Win10 with a framerate and detail level that doesn’t make me want to gouge my eyes out. Still, I think I should be pretty undemanding for the current state of Linux gaming, and I’m just about ready to bail on Windows but haven’t yet. Currently dual booting with Kubuntu.

    Beyond a few stubborn games, I have Windows CAD software I think I could run in a VM with maybe 8GB of RAM and access to my GPU. What’s the easiest way for a motivated amateur to get that set up? Having come up with MS-DOS, I am comfortable with a CLI conceptually, and I can copy and paste commands like a mofo, but I generally don’t know the exact use and flags well enough to do much on my own beyond apt and mkdir. :-)

    CarbonatedPastaSauce ,

    What’s the easiest way for a motivated amateur to get that set up?

    There really isn’t an easy way. You’d have to run the Windows VM within Linux then assign the PCI device (your GPU) to the VM. Look up gpu passthrough if you really want to dive into it. I find it much easier to just throw a second drive in the machine for a Windows install and dual boot. If you want to dual boot with Windows, make sure Linux is installed first and on a different physical drive, unless you want to be sad later, and by sad I mean learn how to unfuck your Linux install after Windows overwrites the bootloader due to some random update.

    dumbass , in I did it finally, deleted win10 and installed Linux Mint
    @dumbass@leminal.space avatar
    Eldritch ,
  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines