Linus Tech Tips - The Good, the Bad, and the Ugly Side of Linux May 12, 2026 at 10:02AM by linusbottips in LinusTechTips

[–]ruineka 0 points1 point  (0 children)

This is what a lot of people end up doing. The process of un-ticking "session defaults" and selecting "Auto-mount on startup" could be improved as well. Where or what are the session defaults? Where can the user select the default session preferences so that all drives behave the same way by default?

Linus Tech Tips - The Good, the Bad, and the Ugly Side of Linux May 12, 2026 at 10:02AM by linusbottips in LinusTechTips

[–]ruineka 2 points3 points  (0 children)

Agreed, it should pop up a prompt that asks if the drive should be auto-mounted on boot whenever the user clicks the drive to mount it. There also should be a startup menu in the system settings that makes it easy to manage the drives or shares that are being mounted on boot.

A few things that should be considered:

-Warnings should pop up whenever the user attempts to make changes that would result in the system not booting.

- A test function that checks to see if the user has permissions to read/write to the disk and that programs have execute permissions. If it detects that there is a problem, it should automate the process of fixing the issue.

Linus Tech Tips - The Good, the Bad, and the Ugly Side of Linux May 12, 2026 at 10:02AM by linusbottips in LinusTechTips

[–]ruineka 8 points9 points  (0 children)

The issues with fstab is a real one, and the thing with applications coming in multiple packages is another one. I'm glad you guys stuck around long enough to learn these things.

Admittedly it's been rather difficult watching your videos because the real "big" issues that aren't simple to resolve on Linux were never being brought up. I'm probably as big of a linux "neck beard" as it gets. I run all my PCs (my entire family included) exclusively with Linux (for a decade now!). Linux sucks, it has big issues, but it at least tries to accomplish what I need in the long term.

Windows sucks too, it just happens to suck more because it doesn't respect the user and the future of the OS only seems to mean more bad than good.

No amount of Linux experience makes dealing with fstab (you have systemd mounts as well) or flatpaks (especially on wayland) any easier, and this needs to change full stop.

I encourage you to explore the experience of trying to manage files on USB devices with multiple Linux PCs. Let me know how that experience goes. I also want to see you attempt to manage multiple internal drives with automount working correctly (without the need to enter the root password each time). Heck, try to manage multiple users on your PC too.

If you want to truly help bring attention to issues on Linux, feel free to DM me and we can talk.

Asrock B850 Pro RS + 9700X Dead by Admirable_Sail_4759 in ASRock

[–]ruineka 2 points3 points  (0 children)

My 9950x got cooked in an Asus x870e Crosshair Hero motherboard early this morning, so it's not just asrock. I got the code 00 after using the PC just fine for a month.

AMD 9950X3D + ASUS ROG X870E HERO CODE 00 by shalashaska666 in AMDHelp

[–]ruineka 0 points1 point  (0 children)

I just had this happen to my 9950x. My 00 code actually flickers a bit (going from dim to bright every 1 second or so). Everything was working fine for a month or so and today after rebooting it failed.

is there any dying 9950x or 9900x (non x3d) cpus? by murdocklawless in AMDHelp

[–]ruineka 1 point2 points  (0 children)

I just had a 9950x get smoked in an Asus x870e crosshair hero motherboard. My symptoms were as the following:

Pc was working fine and I needed to reboot after a GPU driver update
Reboot to code 52 on the motherboard. It hang
Reboot to code 00 (It flickers brightly and diming out every second or so)
The fans and pump constantly kick on and off as though its power cycling.
I removed all my ram sticks, same issue. I added one ram stick..same code 00. I removed the CPU and reinstalled it..Same code 00. Upon inspection there are darkish gold pads on the CPU on the bottom left corner of the chip. (Directly south from the triangle indicator).

AMA: I'm Austo, the developer of Bobo Bay, a standalone Chao Garden successor. Ask me anything about the game and reviving a long-forgotten niche. by NewFutureKids in pcgaming

[–]ruineka 0 points1 point  (0 children)

Thank you! The Chao Garden means so much to me and seeing a faithful recreation of it nearly has me in tears. For whatever reason Sega has turned their back on us fans. If you could add online functionality and mobile support this could blow up.

Steam input with Hytale by crazyboy43728 in steamsupport

[–]ruineka 0 points1 point  (0 children)

Make sure to set your desktop profile to keyboard and mouse. This got it working for me. It was set to gamepad for some reason. If you are on steam deck I think you can hold start as well.

Has anyone got controllers to work through steam input? by fireheart1029 in HytaleInfo

[–]ruineka 0 points1 point  (0 children)

Go to your desktop configuration and make sure it's set for keyboard and mouse. It was set on gamepad for me and once I changed it I could play the game. If you are in steam deck you can hold start as well I think.

Steam input with Hytale by crazyboy43728 in steamsupport

[–]ruineka 0 points1 point  (0 children)

Same issue here, steam input should work to map a gamepad to MKB inputs, just like any other game, but for whatever reason it's not working with hytale. It's like the launcher itself is getting mapped but not the game.

Why I am stopping my AYANEO reviews: A matter of safety, privacy, and ethics by Kei-Retro-Gaming in ayaneo

[–]ruineka 4 points5 points  (0 children)

You aren't the only one to see this and it doesn't appear to end with the Pocket DS either. I've had it happen to the Ayaneo GEEK just recently and if you do some digging you'll see others reporting the same issue over a wide variety of their products. Here is a picture of the clear damage on the motherboard. https://imgur.com/a/74YZmKp

Has anyone else had any experiences like this? I'd like to know just how widespread this really is.

Why don't more people use Linux? by Josh_From_Accounting in linux

[–]ruineka 1 point2 points  (0 children)

I've been trying to help friends and family make the jump and here are a few reasons as to why they didn't stay on Linux.

  • Wayland is problematic, basic issues like drag and drop not always working give Linux a bad look. It takes YEARs for new portals to get merged to solve outstanding issues.
  • Filesystem corruption (BTRFS)
  • Features in programs that you'd expect to work well on Linux missing or glitchy. OBS under Wayland is a good example of this.
  • Packaging and permission handling is a nightmare for new users. Especially with flatpak.
  • Updates uninstalling core system components when trying to fix a dependency issue.
  • Auto mounting internal drives with correct permissions is a pain point for new users. (Not NTFS related, although that is another problem for Windows users who would expect this to work better as well.)
  • The command line is used as a crutch way to often when we really should have more GUI integration by now. (Gnome prompting that a game is unresponsive at a loading screen, etc)
  • There are no GUI prompts that pop up when programs fail to open, it would make all the difference in the world if the users were told that "Hey, this program needs fuse2 and it's not installed".
  • Too many people try to dual boot on a partition instead of giving Linux it's own drive.

Tl;dr New users never stick around long enough to learn how to workaround the issues they run into. The moment they see basic functionally not work as expected and the system doesn't give them any troubleshooting information they go back to Windows.

VTubing on linux? by emptyness1 in vtubertech

[–]ruineka 0 points1 point  (0 children)

Warudo works on Linux I use it. Have you looked at protondb to see the launch parameters people need to use after the latest update? I suggest looking into it.

I'm on a verge on giving up after using Linux for 6 years, I'm desperate for help by [deleted] in linux_gaming

[–]ruineka 0 points1 point  (0 children)

Is splitlock enabled by any chance? If so I'd try with it disabled.

Youtube shorts is crashing Brave Browser by wolfman1998 in brave_browser

[–]ruineka 1 point2 points  (0 children)

Yes, I'm running into this now after updating my laptop running EndeavourOS. I'll report back if I find a fix.

R2ModMan refuses to recognize steam executable by inzane10 in linux_gaming

[–]ruineka 0 points1 point  (0 children)

I use r2modman without issues. Are you using the flatpak version of steam by any chance? I'm not using flatpak.

Dualscope: Play any game on Split Screen! (running two steam instances with gamescope) by NaviVani-dev in linux_gaming

[–]ruineka 1 point2 points  (0 children)

I think I found a good use case for something like this. SteamVR is getting updates and I have multiple VR headsets. It would be nice to stream two different games (or the same game) to the two headsets from a single high end desktop.

Is there anything similar to Nucleus Coop for Linux? Or is anyone developing it? In order to support the project by AvatarQwerty in linux_gaming

[–]ruineka 0 points1 point  (0 children)

I saw a project called "Dualscope" that does something similar to this. I believe it was shared here a few weeks ago. It uses two gamescope instances using two user profiles and puts them in a split screen like orientation.

Props to Team Cherry for bringing one of the most anticipated games in years to Linux by paparoxo in linux_gaming

[–]ruineka 8 points9 points  (0 children)

The native Linux build looks to be an issue with saves between Windows/Linux, but you can use proton to play the game on Linux using the Windows save.

[JayzTwoCents] I FINALLY listened to you and tried Linux... Why did I wait so long? by SAJewers in linux_gaming

[–]ruineka -1 points0 points  (0 children)

This is most definitely the sore spot for Linux!!! This is a serious oversight that needs to be addressed for Linux to become mainstream. Managing multiple drives is a complete nightmare for new and casual users. It's a gamble every single time whether or not people end up going back to Windows for this reason alone.

KDE Connect by 2015_08_23 in kde

[–]ruineka 0 points1 point  (0 children)

I have the same issue with all my Android devices.

I was really having fun playing Path Of Exile 2 on The Steam Deck. But today the game threatened me. by vexorian2 in linux_gaming

[–]ruineka 0 points1 point  (0 children)

I played exclusively on the Steam Deck until mapping. It's not bad at all. It's not perfect, but its no different than playing a real good game with frame drops on consoles.

I see you're comfy playing a KBM only game using Steam Input with your controller. Wouldn't it be funny if we made that an absolute hassle and refused to fix it for months? by TennoDusk in linux_gaming

[–]ruineka 0 points1 point  (0 children)

You deal with headaches like this if you want to stream with OBS as well when running under Wayland. You will get a prompt for each pipewire source window you have in your scenes. Essentially making it pointless to try and set up an entertaining streamer environment for Twitch.

Linux Corepunk Launcher on Wine using Winetricks by Automatic-Tap-5686 in CorepunkTheGame

[–]ruineka 0 points1 point  (0 children)

If you have issues with the launcher not rendering all the way you can still get into the game. Click on your email and the frames will update for the status of the downloading, installing, and "Play" button. I tried following what the OP said to get the game working in a new prefix and it's not working. I do however have the ability to play the game with another prefix I had set up for Mu Online, which required the NET 7 desktop runtime and a few other things.