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.

RandomStickman , in 5 years later Valve finally gives Windows compatibility tool Proton a logo
@RandomStickman@kbin.run avatar

I thought it always had one but then I realised I was thinking of the Protondb website

nokturne213 , in Tecno Pocket Go is like a Steamdeck that replaces a screen with a wearable display

As long as I can use it while wearing my glasses and do not need to get special glasses made for it.

PassingThrough ,

That or they do prescription inserts, or just sell you the computer and you get other glasses that do, like Viture www.viture.com

nokturne213 ,

Absolutely a huge no to inserts.

relaymoth ,

The article says it does diopter correction so no need to wear glasses with them if your prescription isn’t too extreme.

nokturne213 ,

Sadly, due to an injury mine is fairly extreme.

relaymoth ,

Aw, sorry to hear that. Hopefully they’ll still be able to support glasses.

helenslunch , in Tecno Pocket Go is like a Steamdeck that replaces a screen with a wearable display
@helenslunch@feddit.nl avatar

Doesn’t seem like a bad idea but Steam Deck + Xreal Air is what I would (and did) choose over something like that. That way I have the option of using the glasses but they’re not strictly necessary.

Also the 8840HS makes the same mistake as other handhelds with almost zero regard to battery life.

onlinepersona , in Tecno Pocket Go is like a Steamdeck that replaces a screen with a wearable display

Windows 11

RIP the 50Wh battery 😂

CC BY-NC-SA 4.0

INeedMana , in Help using Mangohud / Gamemode with Flatpak version of Lutris and Steam
@INeedMana@lemmy.world avatar

I don’t use flatpak but I didn’t have to configure Lutris or Steam in any way for that.

If you look around goverlay you’ll find that there are two ENVs that you can set up in X/wayland service to have MangoHud automatically in every context it can render in.

So first try running with MANGOHUD=1 env exported. If that doesn’t help, try https://wiki.archlinux.org/title/MangoHud.
If I understand correctly, flatpack run in some kind of container, so it’s possible that you might need to set the env or the command, so it happens inside the container

HKayn , in Tecno Pocket Go is like a Steamdeck that replaces a screen with a wearable display
@HKayn@dormi.zone avatar

Why did you list “privacy”?

520 ,

Because no one can see your screen. Even if they can hear "what are you doing stepsquidward?" from your headphones

aksdb ,

Nice, then I can finally jerk off in public, and no one sees what porn I am watching. Nice!

BloodSlut ,

ah, the marvels of technology

MoonlitCringe , in Linux vs Windows - Vermintide 2 and Doom Eternal

I tried to play Vermintide 2 on Linux after Windows kept giving me issues, but I couldn’t get the Easy Anti-Cheat to stop freaking out about me playing on Linux.

I never found a fix for it, has that changed or is it just luck?

PeterPoopshit , in Recommended tools for monitoring CPU / GPU temps?

Psensor. It’s gui only. I don’t care for the graph so I just resize the window until I only see the numbers.

million OP ,
@million@lemmy.world avatar

I was looking for this one earlier, it’s weirdly not in the OpenSuse repo

Ghoelian ,

Looks like it’s not in the official repos, but is in a few community ones: software.opensuse.org/package/psensor

0ops , in Tecno Pocket Go is like a Steamdeck that replaces a screen with a wearable display

Clever

nickwitha_k , in Tecno Pocket Go is like a Steamdeck that replaces a screen with a wearable display

This is a great idea. I rarely use my Deck’s display as is thanks to my Xreal Airs.

Yokozuna , in Recommended tools for monitoring CPU / GPU temps?

Hwmonitor

donio , in Recommended tools for monitoring CPU / GPU temps?

For spot checks I just run sensors or watch sensors.
sar -m TEMP | grep amdgpu when I want to see history (needs the sysstat cronjob configured to collect sensors data).

sailingbythelee , in Recommended tools for monitoring CPU / GPU temps?

btop in the terminal is awesome. It’ll give continuously updated temps for each core as well as the temp at the outlet. Plus, it’s pretty.

7rokhym , in What's your experience with gaming using Elementary OS?

I agree with your review. I’ve been using Linux since Slack in the mid 90’s and I switched over most of my machines to Elementary. An Alienware with 3090, Airbus laptop with 1080, and a Lenovo with an AMD 550.

Except for NVidia proprietary drivers:

  • Fastest OS install. I want to play games, not wait for an OS to install and give me 50 pedantic options to step through.
  • Boots very fast, shuts down just as fast.
  • Fast Sleep and wake up every time on desktop and laptop. WiFi works, video normal
  • Clean, stable, consistent GUI that doesn’t do weird things
  • Bluetooth and audio worked great with no fuss.

As you mentioned, Flatseal is a must. However, I use AppImages as much as possible. I get the security benefit of flatpaks, but all this sandboxing and containerizing creates too many problems with apps that need to communicate with one another, and accessing my files was a serious PITA because of permission issues that needed to be corrected. There are no permission issues with AppImage, but security benefits aren’t there either. However, both work wonderfully with Elementary.

  • Use AppImageLauncher to automatically create your Application menu items

Heroic Games Launcher was written by wonderful humans!

Cyberpunk won’t work, need to dualboot to Windows. But many windows games work well.

Now, about NVidia: The proprietary driver takes all the horrible fiddling Linux has a reputation for, but reality, is that NVidia drivers are closed source and AMD works with the community. OOTB experience with AMD is flawless.

3090 came up and everything was green, a problem with the Nouveau driver.
1080 everything looked ok

Ran the install, installed the kernel headers, the dev/build packages, mucked around a bit and it works great. However, every time there is a new kernel, the new linux headers and Nvidia module aren’t automatically installed and compiled so it boots to the command line. I know how to manually install them and get back and running, but I haven’t figured out what the problem is yet. Never ran into this on Ubuntu, Fedora or RHEL before.

cyborganism OP ,

Thanks for your feedback. :) It’s much appreciated.

fluckx ,

That all sounds pretty great except for the last part on the Nvidia drivers. :(

Elementary os looks pretty slick otherwise :)

c10l ,

Why doesn’t Cyberpunk work?

I’ve played it on SteamOS, Nobara and have been playing at the moment on Debian so it’s definitely not a Linux limitation.

warmaster ,

Kernel & Wayland versions matter. Elementary ships older versions than SteamOS and Nobara. I don’t know how far behind if at all is EOS in relation to Debian 12.

c10l ,

Fair enough. I’m using Debian testing with bits of unstable and experimental added in for GPU drivers and Mesa.

Telodzrum , in Recommended tools for monitoring CPU / GPU temps?

Every GUI tool just uses the data from lm_sensors, so you’ll need to install that and have it identify the installed hardware sensors in your computer. After that, you can choose from a variety of GUI front ends; here is the Arch Wiki page with a list of common and popular GUI tools for this purpose.

million OP ,
@million@lemmy.world avatar

Thanks! Lm_sensors didn’t appear to be in the opensuse repo, but I will double check because it seems like a lot of things depend on it

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