this post was submitted on 31 Aug 2023
53 points (98.2% liked)

Linux

47366 readers
921 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Hello, everybody! I want to have a little mini-PC for gaming that operates like a console. I don't want to have a big, clunky case in the back or front of the TV. Furthermore, I don't play many AAA titles from recent years, so the hardware doesn't need to be high-end. It would be nice if I could run Scarlet Nexus, Nier: Automata, and Horizon Zero Dawn at a stable 60 FPS. The graphics don't need to be extreme; I just want to enjoy the game.

Also recommend some great distro's for gaming.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 1 year ago (2 children)

Fully recommend a Steam Deck as well. Only difference is that I can't recommend a Bluetooth controller since it can't wake it due to a Bluetooth limitation. If you use a USB dongle controller it can wake it. Unfortunately the Xbox wireless controller adapter is not officially supported, and you need to install the drivers manually (and after each update to the Steam Deck). I'm sure there are good options out there for USB dongle controllers, but I have just been doing the Xbox controller driver install, so I haven't looked for them.

[–] [email protected] 1 points 1 year ago (1 children)

it can't wake it due to a Bluetooth limitation.

That's a great point. I'll have to think about a good solution there (it's Linux, so, should be able to do it). It is probably an OS level think like a udev script. The only requirement SHOULD be that the controller acts in HID mode as that shouldn't need the whole stack, to my knowledge.

[–] [email protected] 1 points 1 year ago

I think it's a hardware problem. The Deck doesn't have its bluetooth radio connected to a low power embedded controller capable of issuing a wakeup. You could tell Linux to keep enough hardware awake to properly listen on the Bluetooth radio, but that would be disastrous for sleep life.

[–] [email protected] 1 points 1 year ago (1 children)

Only difference is that I can't recommend a Bluetooth controller since it can't wake it due to a Bluetooth limitation.

Difference from what?

[–] [email protected] 2 points 1 year ago (1 children)

Difference from the recommendation of the person I responded to. They recommended Steam Deck + Bluetooth controller. I recommend Steam Deck + USB receiver controller.

[–] [email protected] 2 points 1 year ago (1 children)

I see. If you're close enough to the computer to have a wired controller, you might as well just push the button anyway 🤷

[–] [email protected] 2 points 1 year ago (1 children)

USB receiver isn't wired. It's wireless, but the computer doesn't turn off USB in its sleep unlike Bluetooth. So it is able to be woken up like any wireless mouse or keyboard that isn't Bluetooth.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

Oh I see, thanks!