Formerly @russjr08@outpost.zeuslink.net

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

help-circle
  • 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
    arrow-down
    2
    ·
    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.




  • This isn’t a problem of Lemmy itself in terms of the software, so I’m not sure it qualifies… But, I find that Lemmy still has the same problem of Reddit where if you say something that the majority of users disagree with, prepare to be torn apart in the comments. And I do not just mean by getting corrected on something you said being factually incorrect, I mean more of a “your opinion is wrong because…”

    For example, any discussion revolving around Linux (and let me just prepend this by saying I am a Linux user), if you happen to prefer using Windows be prepared to be told all of the reasons why you have to use Linux instead. And that’s usually tame compared to what I’ve seen on other subjects.

    Obviously there are cases where yeah, you absolutely deserve to be torn a new one in the extreme cases when someone is actually being truly vile, such as trying to advocate for the harm of someone/a group of people - but the “extremes” are not what I’m really referring to here.

    I’ve blocked a lot of users that while I’ve had no interaction with them, I see how they are clearly engaging in, let’s just say, bad faith with others.

    In terms of software-specific issues, I can’t say that I really have had a lot of problems with Lemmy itself as of recently. As an instance owner, I used to have a lot of weird (what seemingly appeared to be, at least) random federation issues, but I haven’t seen any federation problems in a while now. Though just today I swear I submitted a comment somewhere, and its just poof not there - not even locally, but I’m chalking that one up to something I’ve done (whether a misclick, or I’m just hallucinating as badly as an LLM) rather than an actual issue.







  • Russ@bitforged.spacetoLinux@lemmy.mlHow is NVIDIA on Wayland nowadays?
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    4 months ago

    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.


  • I like installing various DEs every now and then to see how they’re doing, and if their workflow matches up with what I’d expect. Right now I have KDE as my main, GNOME, and Hyprland (not a DE technically but…) all installed.

    However, you do have to be careful as like the OP mentioned it can be a bit annoying, KDE and GNOME tend to overwrite each other’s settings, for example in Nautilus it displays the Breeze icon theme - I can switch it, but then Dolphin will display the Adwaita icon theme. The workaround for this in specific is to use a third party icon pack, so that it doesn’t look out of place on either side.

    Additionally, any GTK apps now use the GTK theme instead of the Breeze-GTK theme, so Firefox in KDE has GNOME-like toolbars which I have no problem with, but others might. You can of course switch it, but then it’ll look really out of place in GNOME.

    Still much easier for me than reinstalling everything all over again, only to then decide “actually, I don’t want to use GNOME” and then reinstall again however.