Formerly @russjr08@outpost.zeuslink.net

  • 0 Posts
  • 28 Comments
Joined 7 months ago
cake
Cake day: December 7th, 2023

help-circle
  • I dual boot on my primary/desktop PC, and only run Linux on my laptop and Steam Deck.

    I find more often times than not, I feel like I’m either fighting with Windows or it does these small but annoying things that when added up tend to really get on my nerves. For example, one thing that I’ve been running into a lot (and happened earlier today) is if I put my computer to sleep while its booted into Windows, it’ll randomly decide to wake itself up for who knows what reason - flooding my room with light often times while I’m trying to sleep or relax. It does it enough where I should by now remember to just physically turn off my monitors when I put my computer to sleep, but why should I have to? The 95% of the time that I’m booted into Linux, if I put my computer to sleep it stays asleep until I explicitly wake it up, and thus I haven’t formed a habit to turn the displays off.

    The only reason why I even keep Windows around on this PC is to occasionally play Destiny 2 and some VR stuff with friends every now and then.


  • Turbo Golf Racing

    It’s pretty much “Rocket League meets golf”, with two different types of modes:

    • Racing: Everyone has a ball that they’re pushing in real time as quickly as they can to the goal
    • Golf: Everyone has a ball that they’re trying to get into the goal with as few turns (its a turn based mode) as they can

    Doesn’t have any microtransactions in it (aside from a couple of supporter packs that grant you a few cosmetic items), has an in-game “store” but they’re cosmetics that you unlock with currency that you get from playing and doing challenges (they can’t be purchased with “real” money).

    I enjoy the fact that I can pick it up, play a few matches, and then put it down, which is one of the reasons I like to play Rocket League every now and then.

    Do note that for the most part the game is multiplayer-only, like Rocket League. It has a time trial mode that can be played offline, but that’s about as far as it goes for offline/singleplayer content.

    Runs fantastic on the Steam Deck (it is Deck verified) and I can easily reach 90FPS on my OLED Deck. It also of course runs perfectly on desktop as well via Proton.


  • Just ran into this exact problem this morning which was incredibly frustrating. Performed a routine system update, and I’m pretty sure I had a kernel panic (all input was non responsive, couldn’t even switch to a tty) in the middle of pacman’s upgrade phase.

    While I was able to chroot into my install and reinstall the kernel, half of my system’s packages were left in an inconsistent state so I still couldn’t properly boot - and so I just nuked my root subvolume and reinstalled Arch (I suspect I could’ve somehow got the packages reinstalled if I wrangled for a while with pacman but it was just easier to reinstall at this point).

    Atomic distros like Bazzite are designed to prevent that exact situation I ran into, unfortunately I just haven’t had enough time or energy to try to make my own custom image that has what I need in it (got kind of close with NixOS but that had its own issues), otherwise I’d probably be running that.


  • I haven’t tried it myself, but I believe the OC is referring to the webcam USB mode that Pixels (idk if this is an Android feature or a “Pixel” feature) have. To enable it, connect over USB then you’ll have a notification along the lines of “Charging this device over USB”.

    If you click that notification it’ll let you enable Webcam over USB mode, which I assume just causes the phone to act as any other webcam device would.


  • Things are also constantly improving over time as well, so its very possible that OP’s setup was somewhat problematic a while ago but have since been resolved.

    Which would also make sense if the hardware itself was super new at the time, and didn’t have proper kernel modules for it when it was originally released perhaps.




  • Were you using X11 before, by chance? IIRC Fedora 40 dropped X11, and only ships with Wayland by default. The fact that all of your apps are using the same screen sharing interface sounds like they’re using the screen share portal due to running under a Wayland session, which Discord doesn’t currently support currently.

    For a while there was a workaround using a tool called XWaylandVideoBridge but even that stopped working for me.

    I’ve heard that Vesktop supports screensharing under Wayland (and supposedly with sound support too), and it is available on Flathub - might be worth a try.



  • I’d love to find an alternative to xdotool’s auto type feature (or ClickPaste from Windows).

    There is wtype but unfortunately it doesn’t work in KDE nor GNOME because neither of them support the right protocol. I’ve run into the “<DE> hasn’t implemented $PROTOCOL” a few times in the past and it’s certainly a bit annoying.

    Aside from when that comes up, I don’t really have any complaints. A tool we used for work was never going to be fully functional on Wayland because of its dependence on Xinerama (I think) but thankfully we’ve moved away from it.


  • Russ@bitforged.spacetoLinux@lemmy.mlUsing ChatGPT with Linux
    link
    fedilink
    English
    arrow-up
    22
    ·
    3 months ago

    For myself, I’m fine with using ChatGPT and other LLMs (I’ve been experimenting with trying to run them locally, so that I can gain some insight on them a bit better) to “fill in the gaps”, or as a sort of interactable Wikipedia - but I try to avoid asking LLMs something that I have zero knowledge of, because it then makes it a bit more difficult to verify the results it produces.









  • I haven’t kept up with the explicit sync support since I eventually did migrate over to AMD in October after the 545 Nvidia driver came out and didn’t impress me at all - however I did hear in passing that you can get the explicit sync patch already in some ways, just a quick search reveals that Arch has this in the AUR already as xorg-xwayland-explicit-sync-git and that Nobara might already have it (I can’t find official confirmation on this).

    I noticed there was also some debate as to whether you would need a patched version of the compositor as well - but someone claims that just the XWayland patch worked for them (links to Reddit, as a heads up).

    So your mileage may vary and it might require a varying level of work depending on what distro you run, however it might be worth looking into a bit more.