• 3 Posts
  • 35 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle

  • once installed, what everyone and their uncle forgot to mention during the rave reviews (and you kinda glossed over) is that a steam account is fucking mandatory. like, you can’t even log in, switch to desktop mode, change resolution, nada. …

    This is not true. When you download the installer from their website there is a prompt asking you if you want a Desktop-first install or the Steam-mode first install. The desktop install boots directly into KDE or Gnome just like any other distro, and doesn’t require a steam account, but will come with the steam launcher pre installed.

    I get that it’s not great UX to put install options like that in the website but If you’re going to go on a long rant about how awful it is, please at least put a fraction of that effort into seeing if you’re actually right.

    If you chose to download the steam gaming mode version I think it’s understandable that the expectation is that you have a steam account. The whole point of that mode to begin with is that it replicates the experience you’d get on the steam deck, so you can make your own home-console PC or install it on a handheld like the Lenovo or ASUS ones. It’s not really designed around regular desktop use.

    Side note, I haven’t used it much yet but so far bazzite has been working fine on my i7 7700hq + 1050ti laptop with the same ram and storage as yours that I got because it couldn’t run Windows 11. It should be about as powerful as yours, maybe slightly weaker on the CPU side and slightly better on the GPU side. Have you looked into it being maybe some weird driver issue with your laptop’s power management? It could maybe have something to do with that.



  • Zangoose@lemmy.worldtoTechnology@lemmy.worldLineageOS 23
    link
    fedilink
    English
    arrow-up
    1
    ·
    14 days ago

    They haven’t released Android 16 QPR1 to AOSP yet, even though it came out on Pixels at the beginning of September. Normally the gap is ~1-2 days.

    So yeah, a lot of custom rom devs are pretty bleak right now and honestly their concerns are pretty warranted given that it’s Google we’re talking about.


  • That’s the thing though. If I’m going to need to be on-call tech support then Linux isn’t actually a better option then Windows. Sure it would be more private and less sucky but if the computer doesn’t actually work then that doesn’t mean anything. I’m willing to make ad-hoc workarounds to my own problems because I’m a software developer and don’t mind falling down a rabbit hole to get something like push-to-talk working with a custom pipewire script. My friends who want to play games and relax when they get home from work are understandably not willing to go through that hassle.

    I’d love for Linux to be ready for daily driving but for most people I know it just isn’t. Maybe when Wayland desktops are more mature but I’m not going to make people choose between functioning shortcuts (X11) and functioning monitors (Wayland).




  • If you are fine with having things on the same OS, look into distrobox. It would let you set up an Ubuntu environment/container on top of your Bazzite install. You could also use something like OSX-KVM for MacOS with GPU passthrough (assuming you use a compatible GPU) which would simplify your setup greatly. That way you could technically have all 3 environments on one OS with one set of hardware but now the only thing being virtualized is MacOS.

    (You could also dual-boot with MacOS if you wanted and it would be slightly faster than a VM but also more of a headache to setup)

    Edit: Missed that you mentioned Windows but the setup for that would be pretty much the exact same as MacOS except getting GPU passthrough to work on Windows is easier (again, same limitations as MacOS though, and games with anticheats would be able to tell that Windows is in a VM).


  • I use refind also, there should be a setting somewhere to let refind scan entries from other EFI partitions. I have that setup and just created a second EFI partition for my Linux setup, so that Windows has no idea Linux even exists. I even have everything running off of the same drive (my laptop only has one nvme slot) and I haven’t had any issues.





  • … and are keeping the hate to the appropriate boards (X, I believe it’s called nowadays). Should we contract his work and apply it where applicable?

    There is no “appropriate board” for hate speech, whether it’s antisemitism, transphobia, or anything else. If you wouldn’t want someone to be a nazi in your office, why would you pay them if you know they’re a nazi somewhere else? Is it fine as long as it’s someone else’s problem?

    On another level, if you had to pay a developer, and you have reason to think they might donate the money you give them to an antisemitic cause, or directly use it to fund their own antisemitism, would you still want to give them that money? Or maybe look elsewhere, even if it means getting something slightly worse?








  • Zangoose@lemmy.worldtolinuxmemes@lemmy.worldLinux and Chill
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    10 months ago

    Rust is only huge because it doesn’t have an ABI. If you had an ABI (and didn’t have to compile every single dependency into the binary) the binary sizes would probably drop a lot to the point where they’re only slightly bigger than a C counterpart

    Edit: I don’t know if Go has an ABI but they also include a runtime garbage collector in their binaries so that probably has something to do with it.