Other News about gaming on Linux
Finally figured out what was causing for my random HDMI audio stutters...
TL;DR: HDMI audio was stuttering and none of the usual culprits (PipeWire latency, GPU clocks, suspend settings, etc.) were the reason. Real cause was PCIe link instability!
I recently built a new couch + TV gaming PC with an Intel CPU and Nvidia GPU and installed Bazzite. Games ran great with high FPS, but I had persistent audio issues—a split-second skip every 30 seconds to a few minutes. It happened even with very lightweight or emulated games, which led me down a rabbit hole trying to fix it.
Turns out, this is a very common problem when running audio over HDMI. There are numerous Reddit posts and a massive GitHub thread with many suggested solutions. Here's a guide summarizing everything I found and my experience debugging this:
Solutions I Found Online- Tweak Pipewire (Bazzite 43 already implements most of this by default.)
- Adjust the PULSE_LATENCY_MSEC environment variable.
- Modify min & max quantum.
- Set up realtime scheduling for Pipewire threads in the kernel CPU scheduler.
- Disable suspend for HDMI audio sinks
- Especially important when going in/out of sleep.
- Example here
- Disable aggressive GPU power-saving
- Lock GPU clocks, or at least memory clocks.
- Use LACT for AMD or nvidia-smi for Nvidia
- Check for other apps stealing the audio sink (this is rare)
- For example, speech-dispatcher
- Enable kernel preemptiveness (Also default on Bazzite 43)
Many are just “try this and see” suggestions, which is frustrating for intermittent audio skips. I recommend a methodical approach:
- Check Pipewire buffers and sinks
- Use pw-top to watch for under-runs/overruns or apps stealing the sink.
- Enable Pipewire logging if needed.
- In my case, there was no correlation between Pipewire and audio skips.
- Monitor GPU clocks
- Check if audio skips correlate with clock changes.
- In my case, they didn’t—the issue was completely different.
- Video: Frames are computed on the GPU using textures, geometries, and assets loaded into GPU memory ahead of time. Only small updates—commands, movements, physics—are sent live over PCIe per frame.
- Audio: Streamed from CPU threads (Pipewire, ALSA) to GPU memory at 2×48k samples/sec, or higher for 5.1/7.1 channels. AI chatbots tell me that GPU buffers can be as tiny as 10–50ms and hardware-specific, not software tunable.
- HDMI output: The GPU’s HDMI block interleaves video frames and audio samples with latency synchronization and sends them over the HDMI link.
- So HDMI audio is the proverbial canary in coal mine all the way from CPU ==> GPU ==> Audio -- it is very low bandwidth but is a continuous latency-sensitive stream, and any latency hiccup along this path causes an audio dropout.
All of the above solutions unfortunately did not fix my issues. I couldn't find any fishy pipewire errors/logs or GPU clock changes that correlated with the audio dropouts.
Here's what I eventually figured out:
- Run sudo nvidia-smi dmon -s e
- This command shows various errors and I saw an ever increasing count of PCI errors.
- All of them were correctable errors, so nothing functionally failed and reported back to kernel logs as hardware issues.
- These PCIe correctable errors are typically CRC (or similar) errors, due to poor signal integrity on the link.
- The hardware automatically retries the packet which causes a tiny microseconds worth latency hiccup; few errors won't matter, but 100s of errors per second could make a big difference.
Solution
- Fix signal-integrity issues: These issues originate due to hardware, so starting there is a safe bet
- Reseat your GPU
- Get rid of any PCIe riser cables
- Check for bent pins, remove debris from the PCIe slot
- Avoid PCIe link retraining as much as possible:
- Manually fix the PCIe link speed in your BIOS instead of letting it auto-negotiate.
- Make sure you don’t accidentally lower your NVMe SSD speed or misconfigure its link. Use: sudo lspci -vvv <device> | grep -e LnkSta -e LnkCap to check each device’s current state and capabilities.
- Disable PCIe ASPM and other PCIe low-power link states. This slightly increases power draw.
- Just doing this dramatically improved my audio — instead of a dropout every few minutes, I only got a split-second skip once in four hours.
- Eliminate PCIe errors entirely:
- Use a lower PCIe link speed that produces zero errors. Example:
- My GPU supports Gen5, but my CPU only supports Gen3 — and even Gen3 still produced a lot of correctable errors.
- Dropping to Gen2 eliminated them.
- Very few games are PCIe-bandwidth-limited, so don’t stress about lowering link speed. Raise it back up only if you can prove a game is PCIe-bound. This barely matters.
- Use a lower PCIe link speed that produces zero errors. Example:
- If all of that didn't help and you do have a lot of PCIe errors, you may be dealing with a poor PSU that has too much noise or a defective motherboard :-(
After doing all this, Bazzite 43 worked perfectly out of the box. Not one audio skip.
Notes & Observations- Some users on the GitHub thread see this only with Bazzite or Fedora, not sure why. If nothing works, try a different Linux distributions like CachyOS (avoid Nobara as it's also Fedora based).
- Others observe this as a problem only with HDR enabled, again not sure why. Probably requires more methodical analysis. ¯\_(ツ)_/¯
- Tip: AI chatbots are surprisingly good at pointing you to the right commands and tools. They helped me discover PCIe errors, which I wouldn’t have checked otherwise. And they helped fix the language for this post as well :-)
[link] [comments]
FAKE PS3 CONTROLLER
yo good day, i dont know if this the right group but maybe there is someone here using a fake ps3 controller im on arch endeavour os my fake ps3 controller is not working vis bluetooth now its not connecting i install bluez-plugins-ps3 but still its not working maybe there is someone can help me i cant find any solution to fix my prblem thanks
submitted by /u/IllustriousHurry5966[link] [comments]
Unable to put RedDeadRedemption 2 into Fullscreen
Anybody else having trouble with Marvel Rivals after the last update?
The game launches and works perfectly fine - until maybe 1 or 2 minutes into the match, the game crashes completely. No matter the version of proton, I tried many of them, like GE10-25, or hotfixes, experimental - crashes no matter what.
submitted by /u/sadsatan1[link] [comments]
Lutris with wow
Came back trying to run retail wow after a few months. Its always been fiddly and oddly specific about what wine version to use, but I always got it working without really understanding what i did.
But this time was different. Tried maybe a dozen different runners, some of them would get me into battle.net, none would be able to launch the game. Wasted maybe an hour or two. Then i gave up and added battle.net launcher to steam and proton 10.0-3 everything would work instantly. Almost went back to install the game on my w11 (im dual booting).
Should I just assume lutris is dead in the water and not worth it anymore or is there something going on that i dont know?
submitted by /u/Naless1[link] [comments]
Long steam games boot times
Switched from Win11 to Fedora Kde Plasma on my second SSD, i got the latest Nvidia drivers and proton working, but when i launch a game ( for honor ) it takes like 10 to 15min to launch. any way to fix this? i tried some fixes like disabling vgui and downgrading the mesa but its still the same. thanks in advance
submitted by /u/Kryxu[link] [comments]
New Steam Games Playable on the Steam Deck, with News Tower and Shelldiver - 2025-11-22 Edition
GUIDE : Successfully migrate from Fedora Workstation to Bazzite
Problem with launching Nier Automata
I recently shifted from a Windows 10 OS to Fedora KDE. I havent had any major issues with gaming on fedora aside from learning that some games do not run on ntfs format hard drives. Yesterday I installed nier automata and since it was platinum on protondb. I thought there wouldn't be any problems but I couldn't get it to run. I tried many different things like:
- Moving the game directory to OS ssd. (This solved my omori problem)
- Trying different versions of proton but still nothing.
Steam says it plays for a second and stops after a few second without any error and any screen .
I am using flatpak version of steam and my system specs is:
- Intel i5 3350p
- GeForce GTX 1660 Super
- 16 GB DDR3 Ram
Also my drivers is 580.95.05
submitted by /u/BlitzRex54[link] [comments]
Skyrim unresponsive of opening
I have tried proton hotfix, experimental, 9, 7, 6, all have this issue. Computer runs Arch with i3 wm using an intel i5 8300h and a nvidia 1050 mobile.
submitted by /u/No_Description9257[link] [comments]
Logitech G29 Driving Force wheel on Linux?
I want to get back into sim racing and I'm looking for a new wheel. I used to do a lot of simracing on Windows with my old G27, but the FFB motors on that are busted and I decided to just get a new wheel. I can get a decent deal on G29 Driving Force (here). Does anyone have experience with this wheel on Linux? Does it work well? Would I need to do any tinkering to get it working? I'd like to use the shifter too, but it's not a must if it's problematic.
I used to play a lot of Assetto Corsa (which I see on ProtonDB that should work well) + I'd like to use it for Euro/American truck too (which I already play with a controller, so I know that there's no problem there). I'd also like to try AC Competizione, that one wasn't out in my simracing days yet.
I'm using Manjaro with kernel 6.17.8, in case it's important.
Any info or experience is appreciated, thanks.
submitted by /u/smjsmok[link] [comments]
A Local SQM Supported Mini Server Based Anti-Cheat App. Just Not Integrated For Any Game. This Is Only A Prototype. Fully Free Software.
Hello everyone! My project is a local server-based anti-cheat system for Linux. It's completely free software. If you want it for Windows, you can convert it to an .exe yourself with Pyinstaller. I didn't do this because Pyinstaller doesn't produce Windows .exes in the Linux environment. That's why it's only available for Linux. Here's my project's GitHub page:Hello everyone! My project is a local server-based anti-cheat system for Linux. It's completely free software. If you want it for Windows, you can convert it to an .exe yourself with Pyinstaller. I didn't do this because Pyinstaller doesn't produce Windows .exes in the Linux environment. That's why it's only available for Linux. Here's my project's GitHub page just click copy : https://github.com/Tuncor/Local-Mini-Server-Based-Anti-Cheat-Prototype-For-Games.
submitted by /u/TuncorDFG[link] [comments]
Gaming on Linux
What would you recommend for gaming on Linux? I'm currently experiencing some issues with this. Firstly, my Steam client loads, but does not open at all if I launch it through a shortcut; it only launches normally through the console. Secondly, every time the system starts, Steam "forgets the disks" on which the games were installed, and I have to select them again. Thirdly, I am very concerned about the pre-caching of shaders, it takes a long time and loads my processor to critical temperatures. I use Proton Experimental for four and I am running into some issues: A couple of times when launching games I got a crash that forced me to reboot the system, and also during some games the load distribution is very strange - the video card is always loaded to the limit, and I need to somehow learn to limit it, but when I made the frame rate limitation through the launch parameters with the command DXVK_FRAME_RATE=75 %command% This limited my frame rate, but did not reduce the load on the PC, and after a couple of days this launch option stopped working altogether. I currently have Ubuntu and I'm planning to switch to Arch. Please help
submitted by /u/Shamurachus[link] [comments]
Issues with Steam and Launching games (Ubuntu)
Hello,
When I open steam, the window to load the user data pops up, disappears, and then the main Steam page never pops up. When viewing my applications (windows key), I see it pop up briefly as an invisible window, close, and open again, repeating the process forever.
When I run it from the terminal, it opens, but games won't launch. Everytime I click play, it starts launching, and then stops and the play button appears again.
It seems my issue is identical to https://www.reddit.com/r/Ubuntu/comments/1577jej/steam_games_refusing_to_launch/, however, there is not a solution on there for me that has worked.
I'm not entirely sure what I've tried at this point, I've done so many things that my brain's getting foggy. I installed my GPU drivers when I installed Ubuntu (from AMD's website), I'm not sure if they're working or not, but I can't find a clear answer on how to see if those are causing my issues.
I've also been having consistent issues with installing dependencies, for example when trying sudo apt install steam it would tell me that I had missing dependencies, so I installed them, yet it claimed that they're still missing. I had to go and download the deb file for one of them to get it to work. I can't find a clear reason why this is happening either.
System Details
Model: ASUS ROG STRIX X670E-A GAMING WIFI
Memory: 64.0 GiB
Processor: AMD Ryzen™ 7 7800X3D × 16
Graphics: Radeon™ RX 7900 XTX
Gaphics 1: AMD Radeon™ Graphics
Disk Capacity: 4.0 TB
Firmware Version: 1602
OS Name: Ubuntu 24.04.3 LTS
OS Type: 64-bit
GNOME Version: 46
Windowing System: Wayland
Kernel Version: Linux 6.14.0-36-generic
Thanks for any and all help.
submitted by /u/pinkdiamond59[link] [comments]
Advice on storage set-up for Dual boot
Dear all
Apologies if this is not the correct place for this question.
I have Linux/Windows dual boot on my laptop, and I am considering to try Linux on my Windows desktop as well because I am frequently unhappy with Windows. I'd like to try and dual boot on this system as well, temporarily, and perhaps move to Linux permanently if everything works as I want.
My PC has a small windows SSD, a storage SSD and a HDD all used by Windows now. I was thinking it'd be easiest to use the many deals now to buy an M.2 SSD since my motherboard Gigabyte B550M DS3H has two unused slots now and install a Linux distribution on that.
I am a beginner in Linux and I'd like advice on three matters.
1) I checked the Gigabyte manual and found WD Black SN770 a good compatible M.2 SSD. I had thought of going for a 1GB or 2GB drive, for the whole Linux system as it were, but I have read that people recommend installing the Linux distro on a different drive from the storage drive. This would complicate matters for me as 1) I'd like to keep the other Windows drives as is for now and 2) I don't understand if my CPU 5600X has enough PCI lanes to support two M.2 drives, the GPU etc. Is it really necessary to separate the Linux OS installation from the storage?
2) My plan would be to install the M.2 drive in the motherboard, check if it is recognized by the BIOS and then install a Linux distro through USB on that new drive. Is that the correct procedure to achieve dual boot? I have read people recommend to 'disconnect' other drives and the like during the installation of a new OS, because of OS 'partitions' and the like. What are good practices for installing Linux in a dual boot setting when Windows already occupies other drives?
3) A small thing. For the BF6 beta I went through the procedure of enabling 'secure' boot. The beta didn't convince me and I have no intention of playing that game. I suppose I should disable this again before I start this procedure?
Thank you very much for your advice.
submitted by /u/RosalieTheDog[link] [comments]
why are games slower in linux than windows ? (for me)
so i recently downloaded zorin os on my pc and deleted windows and both minecraft and roblox are 99% slower, minecraft used to get 300-400 fps in windows now in linux it gets 2-3 fps
submitted by /u/New_Top_4016[link] [comments]
Should I partition my 1TB ssd to have a 50/50 split between linux mint and windows?
I am VERY new to linux (I installed linux on a small ssd because I was curious, big fan of the OS already) and I was wondering if it would be wise to partition my main ssd so it’s half and half with windows and linux. I mainly use my pc for gaming, so I don’t know if it would be worth the trouble or not. Not only that, but if it would be wise, I don’t know how to do it. Can anyone help me out here?
submitted by /u/M_Lucario_EX[link] [comments]
Dear the great gaming gods, I can't launch FrostPunk. Please help!
and I ran it from the terminal this time, here is the results:
steam steam://run/323190
steam.sh[6855]: Running Steam on arch rolling 64-bit
steam.sh[6855]: STEAM_RUNTIME is enabled automatically
setup.sh[6907]: Steam runtime environment up-to-date!
steam.sh[6855]: warning: SDL_VIDEODRIVER='wayland' does not allow fallback, use 'wayland,x11' instead
steam.sh[6855]: Log already open
steam.sh[6855]: Steam client's requirements are satisfied
CProcessEnvironmentManager is ready, 6 preallocated environment variables.
[2025-11-23 15:32:39] Startup - updater built Nov 22 2025 07:00:25
[2025-11-23 15:32:39] Startup - Steam Client launched with: '/home/tarbalof/.local/share/Steam/ubuntu12_32/steam' '-srt-logger-opened' 'steam://run/323190'
11/23 15:32:39 minidumps folder is set to /tmp/dumps
11/23 15:32:39 Init: Installing breakpad exception handler for appid(steam)/version(1763795278)/tid(6961)
CProcessEnvironmentManager is ready, 6 preallocated environment variables.
[2025-11-23 15:32:39] Process started with command-line: '/home/tarbalof/.local/share/Steam/ubuntu12_32/steam' '-child-update-ui' '-child-update-ui-socket' '8' '-srt-logger-opened' 'steam://run/323190'
11/23 15:32:39 minidumps folder is set to /tmp/dumps
[2025-11-23 15:32:39] Loading cached metrics from disk (/home/tarbalof/.local/share/Steam/package/steam_client_metrics.bin)
[2025-11-23 15:32:39] Using the following download hosts for Public, Realm steamglobal
[2025-11-23 15:32:39] 1. htt.ps://client-update.fastly.steamstatic.com, /, Realm 'steamglobal', weight was 900, source = 'update_hosts_cached.vdf'
[2025-11-23 15:32:39] 2. htt.ps://client-update.akamai.steamstatic.com, /, Realm 'steamglobal', weight was 400, source = 'update_hosts_cached.vdf'
[2025-11-23 15:32:39] 3. htt.ps://client-update.steamstatic.com, /, Realm 'steamglobal', weight was 1, source = 'baked in'
[2025-11-23 15:32:39] Verifying installation...
[2025-11-23 15:32:39] Verifying file sizes only
[2025-11-23 15:32:39] Using update UI: xwin
11/23 15:32:39 Init: Installing breakpad exception handler for appid(steam)/version(0)/tid(6962)
[2025-11-23 15:32:39] Create window
[2025-11-23 15:32:39] Set percent complete: 0
[2025-11-23 15:32:39] Set percent complete: -1
[2025-11-23 15:32:39] Verification complete
UpdateUI: skip show logo
[2025-11-23 15:32:39] Set status message: Verifying installation...
[2025-11-23 15:32:39] Destroy window
[2025-11-23 15:32:39] Shutdown
Steam logging initialized: directory: /home/tarbalof/.local/share/Steam/logs
XRRGetOutputInfo Workaround: initialized with override: 0 real: 0xf64f7370
XRRGetCrtcInfo Workaround: initialized with override: 0 real: 0xf64f5cc0
11/23 15:32:40 minidumps folder is set to /tmp/dumps
11/23 15:32:40 Init: Installing breakpad exception handler for appid(steamsysinfo)/version(1763795278)/tid(6970)
Running query: 1 - GpuTopology
Response: gpu_topology {
gpus {
id: 1
name: "NVIDIA GeForce MX250"
vram_size_bytes: 2405433344
driver_id: k_EGpuDriverId_NvidiaProprietary
driver_version_major: 580
driver_version_minor: 105
driver_version_patch: 8
luid: 0
}
default_gpu_id: 1
}
Exit code: 0
Saving response to: /tmp/steamFMfeeF - 47 bytes
steamwebhelper.sh[6974]: Starting steamwebhelper under bootstrap steamrt steam runtime via: /home/tarbalof/.local/share/Steam/steamrt64/steam-runtime-steamrt/_v2-entry-point
steamwebhelper.sh[6974]: Starting steamwebhelper with steamrt steam runtime at /home/tarbalof/.local/share/Steam/steamrt64/steam-runtime-steamrt/_v2-entry-point
Steam Runtime Launch Service: starting steam-runtime-launcher-service
Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 7074
bus_name=com.steampowered.PressureVessel.LaunchAlongsideSteam
exec ./steamwebhelper -nocrashdialog -lang=en_US -cachedir=/home/tarbalof/.local/share/Steam/config/htmlcache -steampid=6961 -buildid=1763795278 -steamid=0 -logdir=/home/tarbalof/.local/share/Steam/logs -uimode=7 -startcount=0 -steamuniverse=Public -realm=Global -clientui=/home/tarbalof/.local/share/Steam/clientui -steampath=/home/tarbalof/.local/share/Steam/ubuntu12_32/steam -launcher=0 --valve-enable-site-isolation --enable-smooth-scrolling --password-store=basic --log-file=/home/tarbalof/.local/share/Steam/logs/cef_log.txt --disable-quick-menu --disable-component-update --gaia-url=http://disabled.invalid --enable-features=PlatformHEVCDecoderSupport --disable-features=WinRetrieveSuggestionsOnlyOnDemand,SpareRendererForSitePerProcess,DcheckIsFatal,BlockPromptsIfIgnoredOften,ValveFFmpegAllowLowDelayHEVC
reaping pid: 6962 -- steam
Desktop state changed: desktop: { pos: 0, 0 size: 1920,1080 } primary: { pos: 0, 0 size: 1920,1080 }
Caching cursor image for , size 24x24, serial 2, cache size = 0
wine: using kernel write watches, use_kernel_writewatch 1.
fsync: up and running.
wine: using kernel write watches, use_kernel_writewatch 1.
wine: using kernel write watches, use_kernel_writewatch 1.
wine: using kernel write watches, use_kernel_writewatch 1.
wine: using kernel write watches, use_kernel_writewatch 1.
wine: using kernel write watches, use_kernel_writewatch 1.
wine: using kernel write watches, use_kernel_writewatch 1.
wine: using kernel write watches, use_kernel_writewatch 1.
wine: using kernel write watches, use_kernel_writewatch 1.
wine: using kernel write watches, use_kernel_writewatch 1.
wine: using kernel write watches, use_kernel_writewatch 1.
chdir "/home/tarbalof/.local/share/Steam/steamapps/common/Frostpunk"
ERROR: ld.so: object '/home/tarbalof/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/tarbalof/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Game Recording - would start recording game 323190, but recording for this game is disabled
Adding process 7476 for gameID 323190
ERROR: ld.so: object '/home/tarbalof/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/home/tarbalof/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/tarbalof/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Adding process 7477 for gameID 323190
Adding process 7478 for gameID 323190
Adding process 7552 for gameID 323190
Adding process 7553 for gameID 323190
wine: using kernel write watches, use_kernel_writewatch 1.
fsync: up and running.
Adding process 7554 for gameID 323190
Adding process 7555 for gameID 323190
wine: using kernel write watches, use_kernel_writewatch 1.
wine: using kernel write watches, use_kernel_writewatch 1.
Adding process 7558 for gameID 323190
wine: using kernel write watches, use_kernel_writewatch 1.
Adding process 7560 for gameID 323190
Adding process 7563 for gameID 323190
wine: using kernel write watches, use_kernel_writewatch 1.
Adding process 7572 for gameID 323190
wine: using kernel write watches, use_kernel_writewatch 1.
Adding process 7584 for gameID 323190
wine: using kernel write watches, use_kernel_writewatch 1.
Adding process 7590 for gameID 323190
wine: using kernel write watches, use_kernel_writewatch 1.
wine: using kernel write watches, use_kernel_writewatch 1.
wine: using kernel write watches, use_kernel_writewatch 1.
Adding process 7604 for gameID 323190
Setting breakpad minidump AppID = 323190
Steam_SetMinidumpSteamID: Caching Steam ID: 76561198417878481 [API loaded no]
wine: using kernel write watches, use_kernel_writewatch 1.
Adding process 7621 for gameID 323190
Fossilize INFO: Overriding serialization path: "/home/tarbalof/.local/share/Steam/steamapps/shadercache/323190/fozpipelinesv6/steamapprun_pipeline_cache".
pid 7556 != 7555, skipping destruction (fork without exec?)
Game Recording - game stopped [gameid=323190]
Removing process 7621 for gameID 323190
Removing process 7604 for gameID 323190
Removing process 7590 for gameID 323190
Removing process 7584 for gameID 323190
Removing process 7572 for gameID 323190
Removing process 7563 for gameID 323190
Removing process 7560 for gameID 323190
Removing process 7558 for gameID 323190
Removing process 7555 for gameID 323190
Removing process 7554 for gameID 323190
Removing process 7553 for gameID 323190
Removing process 7552 for gameID 323190
Removing process 7478 for gameID 323190
Removing process 7477 for gameID 323190
Removing process 7476 for gameID 323190
[2025-11-23 15:34:40] Background update loop checking for update. . .
[2025-11-23 15:34:40] Checking for available updates...
[2025-11-23 15:34:40] Downloading manifest: htt.ps://client-update.fastly.steamstatic.com/steam_client_ubuntu12
[2025-11-23 15:34:40] Manifest download: send request
[2025-11-23 15:34:41] Manifest download: waiting for download to finish
[2025-11-23 15:34:41] Manifest download: finished
[2025-11-23 15:34:41] Download skipped: /steam_client_ubuntu12 version 1763795278, installed version 1763795278, existing pending version 0
[2025-11-23 15:34:41] Nothing to do
submitted by /u/rexyroooooo[link] [comments]
Mouse for linux that is supported by piper? not sure if this is technically the right thread
so piper exists as a way for people to rebind things with their mouse on linux
issue: piper has a limited support list https://github.com/libratbag/libratbag/tree/master/data/devices
Black friday is coming up. I was wondering if anyone had any linux mice suggestions for under 40 bucks?
(I considered looking at things like Ali Express for things like Logitech G102/G304Bluetooth. Issue is when I looked at the reviews. "Fake g304 obviously, cannot create custom dpi settings. Which is perfect, this is what i wanted, thank you so much! I love this fake mouse! I will cherish it!". So I am not sure that will work with Piper XD)
any suggestions?
I tried to use input remapper.. I am just as dumb as a bag of rocks thats why I am looking for a mouse that can be supported by piper so I can rebound my keys properly for ondemand multi clicks and rebinds
submitted by /u/DiviFrost[link] [comments]
Anyone installing games from fitgirl?
I installed wine and ran the setup.exe I downloaded from fitgirl site.I only get a blck window and sound. I can't close the window either.
submitted by /u/c_techsolutions[link] [comments]
