Just Switch Over
Just Switch Over
I will say that in general I also agree, but there are games where I have been completely okay with it, like DRG. But those updates are always free and really just define (formerly) time period in which a long-term event is contained within. I do love that the latest season is really more of a chapter than a season since you can pick and choose whenever you want to jump into whichever season you want to play and progress through. Only seasonal events have time constraints now.
This is particularly nice since my DRG group has moved to playing Grounded instead, with the occasional DRG night and don’t want to feel tethered to a release schedule.
I will say that in general I also agree, but there are games where I have been completely okay with it, like DRG. But those updates are always free and really just define (formerly) time period in which a long-term event is contained within. I do love that the latest season is really more of a chapter than a season since you can pick and choose whenever you want to jump into whichever season you want to play and progress through. Only seasonal events have time constraints now.
This is particularly nice since my DRG group has moved to playing Grounded instead, with the occasional DRG night and don’t want to feel tethered to a release schedule.
More like asking for access to your email and keys and phone pin code, or (if people have it) their password wallet, to make sure you aren’t hooking up with other guys on the side.
Just as crazy
I love my Steamdeck so much. Been like 2 years now? still rocking every game I want to play.
Playing through ZenlessZoneZero rn which isn’t even officially supported in any extent and runs flawlessly! Also it’s a real computer that you can do real work on.
My Steam Deck has been awesome, money very well spent.
And Valve has made a good chunk of money off me since buying it too lol. I keep getting games specifically for the Deck.
Its not ready for VR. Thats why my vr headset is collecting dust.
The tech is cool but evidently not worth it to find motivation to go back to win.
vfio for those cases, if needed. I just learned about it from another user, and so there’s really no need to keep Windows as your primary boot partition or even have a dual boot setup.
My Quest 2 has been running VR fine. ALVR’s latest update made me finally nuke my Windows partition I kept for VR.
Other than Angry Birds VR needing to have the recenter button hit after it’s first launched, so far it’s been fine for HL: Alyx, Beat Saber, Budget Cuts, and a few others I’ve tried. Literally the only workaround quirk I’ve found so far.
I doubt that literally is a significant concern.
When I can’t join others is when I hear I hear confusion as to why I use GNU+Linux, and disappointed I refuse to use Windows to play a certain game.
I have a buddy who kept asking me to install windows in order to play one of those rootkit games. Had to disappoint him every time. No fucking way am I doing that. Fuck that.
Maybe I’m vain, but I posted a post a couple days ago celebrating my success with Linux gaming. So many games are like here.
You know it’s not ready for VR yet. yeah I played VR for about a month 4 years ago and that was enough.
You can’t play games with anti cheat personally I don’t play many of those, but obviously if you do that will play into your decision
Anyway, people are always negative about everything, especially against things other people like
The SteamDeck subreddit is full of Windows shilling.
The Finals subreddit during beta was full of complaints about SteamDeck users asking for them to allow Proton.
There’s def a vocal minority out there that will die on the Windows horse, infected with rootkits and all.
The SteamDeck subreddit is full of Windows shilling.
No. I visit there frequently, 1 in maybe 50 posts are about Steam Deck running windows.
Well it’s not wrong.
I switched over my steam and epic games to my Linux install and there’s plenty of games I can’t play because of the anti-cheat or other issues. Can’t install my EA games at all.
Still made the switch and hoping things will catch up as time goes on.
To be fair there still is a lot of tinkering involved to get gaming on Linux working properly (unless you’re on the stramdeck, but even them you’ll have to tinker for anything that’s not verified). Switching proton runners, changing launch options, fighting updates. It’s definitely more than most people are willing to deal with. For me personally, I’ve had to stop updating my video drivers because Nvidia 555 causes all Proton games to crash for me.
I enjoy the experience of tinkering and troubleshooting, so I’m okay with all that, but I completely understand why most people wouldn’t want to use Linux for gaming.
Pure Arch here, no issues with Proton whatsoever.
Any chance this could have been related to EndeavourOS in any way? Like with something pre-installed?
I’m just being curious and throwing ideas here.
I’m on EndeavourOS with an Nvidia gpu. I’ve not had to do anything extra for the the version of proton that comes with steam to work besides install the os with the Nvidia proprietary drivers. And then running eos-update --aur --nvidia
I did notice that I got a lot of screen tearing if using Wayland and that more recent versions of proton didn’t work if either Force Composition Pipeline or Force Full Composition Pipeline were enabled; which should have fixed the screentearing so I just use x11 for now.
There are some things I did to make my experience better however. Like installing an proton-ge. Here is a list of what I installed.
nvidia-dkms nvidia-settings libva-nvidia-driver # required by vlc to play mkv files with nvidia gpu nvidia-tweaks # https://github.com/ventureoo/nvidia-tweaks lib32-nvidia-utils gamemode proton-ge-custom-bin lib32-libudev0-shim # fixes Steam runtime's super old 32 bit version of libnm lib32-libnm # required if using systemd 253.5-2 or newerI would also install nvidia-dracut-hook if you are using both Nvidia and dracut. Dracut is the default on recent versions on endeavorOS.
For proton ge, I also added myself to the games group with
sudo usermod $USER -a -G gamesI also like to prepend the following to my games launch options in steam
gamemoderun PROTON\_CONFIG=dxr11,dxr PROTON\_ENABLE\_NVAPI=1 PROTON\_HIDE\_NVIDIA\_GPU=0 VK\_ICD\_FILENAMES=/usr/share/vulkan/icd.d/nvidia\_icd.json VKD3D\_CONFIG=dxr11,dxr VKD3D\_DISABLE\_EXTENSIONS=VK\_KHR\_present\_id,VK\_KHR\_present\_wait VKD3D\_FEATURE\_LEVEL=12\_1 VKD3D\_SHADER\_MODEL=6\_6And I set proton-ge as my default proton version on the steam options.