• 0 Posts
  • 12 Comments
Joined 11 months ago
cake
Cake day: August 7th, 2023

help-circle

  • i bought the tuxedo nano (a mini pc but decently powerful), and its not 100% linux compatible. i imagine its better if you install their own distro (maybe) but running arch linux with the standard kernel on it, i’ve had issues with HPET/TSC (some cpu timekeeping stuff, ruined performance when it happened), the wifi card it came with is known to have issues and i’ve had plenty (usable, but super slow bandwidth depending on what AP i connect to, and no its not the AP all other devices work fine on it), and some lockups when my usb microphone is connected (sometimes it only crashed the usb hub which i could reset).

    NONE of these issues are present running arch linux on my old desktop and 2 work laptops. Support wasnt helpful either.

    However, its still my main device, i just had to work around these issues.

    edit oh, and the fan is not controllable from linux at all, i’ve spent hours trying to find a way. i do not know if it’s controllable from windows either, maybe it’s just the mainboard that doesn’t allow fan control at all outside of the UEFI settings.


  • using dd for that is outdated info that everyone keeps blindly parroting with zero understanding why. cat is simpler and works fine.

    note: both cat and dd only work for this when the image is made in a compatible way, my linux isos always work fine but a windows iso didnt and needs a more specific tool.




  • qpsLCV5@lemmy.mltoLinux@lemmy.mlArch Linux for gaming?
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    2 months ago

    it definitely taught me about how linux works, at least the parts that are relevant for most users. starting from a clean install without any kind of gui (or common networking tools) really made me understand all the building blocks modern desktop linux uses. sure, installing a full blown desktop environment skips most things, but going with just a window manager and adding required features package by package really does help with understanding, and if a problem does pop up later you’ll know exactly where to look, instead of having to search super generic terms.





  • honestly, wine has seemed unreasonably complex to me in the past and i haven’t tried since. but Bottles offers a nice easy to use GUI, i do recommend giving it a shot. at least on arch linux it’s super easy to install via the AUR.

    the only issue is some apps need additional dependencies which can take some searching to figure out what exactly is needed. the arch wiki lists a bunch of them though, and often the error messages bottles shows will point you the right way.

    i’ve gotten almost every .exe to work with it, most immediately, some after a short bit of tinkering.