- 2 Posts
- 9 Comments
Chaser@lemmy.zipto
Linux Gaming@lemmy.world•What software tools do you use that are gaming related?English
2·5 days agoA man, a word. This is my gamescope-session.sh
#!/bin/sh export DXVK_HDR=1 /usr/bin/gamescope --hdr-enabled -e -- /usr/bin/steam-native -tenfootI’ve created a /usr/share/wayland-sessions/gamescope-session.desktop for it, so I can launch it from login screen (or auto start it in my case)
[Desktop Entry] Name=Steam Big Picture Mode Comment=Start Steam in Big Picture Mode Exec=/home/chaser/bin/gamescope-session.sh Type=ApplicationIn theory this should run all games, that support hdr in hdr. At least Cyberpunk does.
Chaser@lemmy.zipto
Linux Gaming@lemmy.world•What software tools do you use that are gaming related?English
2·5 days agoIf I remember correctly I had to give gamescope a flag to enable hdr at all. However there was an env too, to tell the windows games through proton, that the machine supports hdr. I’ll check my scripts later for you
Chaser@lemmy.zipto
Mildly Infuriating@lemmy.world•On new installations, Android rebinds the power button to open up Google AssistantEnglish
4·5 days agoTo be honest I like this behavior. I haven’t enabled the hot word, so this is a really convenient way to launch the assistant. (It doesn’t has to be the google assistant btw)
Chaser@lemmy.zipto
Linux Gaming@lemmy.world•What software tools do you use that are gaming related?English
5·5 days ago+1 for Lutris! It’s not only good for games, but also for regular Windows software like FL Studio. Another “tool” I use a lot is ssh. I use Gamescope on my PC with Steam Big Picture mode. Gamescope gains a few more fps, than a regular de. Also HDR works just fine with it. See: https://wiki.archlinux.org/title/Gamescope However. Sometimes I need an desktop environment. So I created a Home Assistant automation, that allows me to switch to desktop. Now I have 2 buttons on my smartwatch. One to boot the PC and turn on the tv, avr, etc. The other for the desktop mode. I also have some nfc cards for my favorite games. Same thing here: When scanned they trigger a ha automation, which starts the games over ssh 😎
Maybe the kids Smartphone emitted too much blue light? 😛
deleted by creator
Any chance there is a repo for it? 🤩
Chaser@lemmy.zipto
Linux@lemmy.ml•I just found out my fiancee wants to switch to linux, lets start a distro war, what should be her first? + other questions
3·24 days agoI know, it sounds odd, but: Arch! Once my best friend wanted to try linux. So he asked me, which distro to use. I gave him an honest answer: “I use Arch. But for beginners I would recommend Mint.” He don’t gave a shit and installed Arch anyways 😅 - with success! That’s when I noticed, that the Arch Wiki is actually SO GOOD, that even a newbie can install Arch without any help. It’s just a bit more time expensive, compared to distros with an installer. However, there are some huge benefits, that made me switch to Arch:
- I used Ubuntu on my daily driver before. However “stable” packages means in this case “antique”. A 3 years old version of Sway isn’t more stable than the newest release version.
- I never survived a dist-upgrade. That’s why i prefer a roling release linux today.
- Your system is slim, because you only install what you really need. Also you know your system this way.
- Especially for gaming it’s good to have the newest kernel + drivers.
However, you should also notice the down sides. Sometimes an update breaks something. It doesn’t happens often, but it happens. A few years ago the bluetooth stack was broken, so i wasn’t able to use my headset during a meeting. However they released a fix like a few hours later, so I just needed to update. But still: That’s something to consider too.
Chaser@lemmy.zipto
Selfhosted@lemmy.world•I am attempting to get into Selfhosting after a shockingly frightening experience, but I am very lost.English
10·29 days agoIf you want to start cheap, I can recommend you to use an old notebook. In my opinion it’s the perfect home server for beginners.
- It’s cheap (most people have an unused laying around anyway)
- If it’s old enough to still have a dvd drive, you can replace it with a second sata ssd. There are cheap frames for this available.
- it has a battery, so it can shutdown if there is a power outage
- It’s slim. You can just throw it on your closet and forget about it
Most services don’t need much. So it’s just fine if your “server” is like 10 years old. My first notebook server had 2 cores and 4 GB ram and it run Proxmox with like 10 lxc containers just fine.


Oh, one more thing regarding the ssh wizardry (lol!): It’s not that complicated. You can pass your command as last parameter. For example if you want to launch Dorfromantik (which you should btw), you could do it like this:
That’s the whole magic. Like this it won’t start an interactive shell, but run the command and closes the connection once the command finishes.