• 0 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle
  • ScottE@lemm.eetoLinux@lemmy.mlLinux middle ground?
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    22 days ago

    And I hate when people take a single case and extrapolate it as a general statement.

    By that argument Ubuntu is equally unstable as they have rolled out updates that broke grub resulting in unbootable systems - not during a full distro upgrade, but as Ubuntu specific patches to LTS.

    In the end, we have choice, and choice is a good thing.


  • ScottE@lemm.eetoLinux@lemmy.mlLinux middle ground?
    link
    fedilink
    arrow-up
    4
    arrow-down
    7
    ·
    edit-2
    23 days ago

    Arch is not harder to maintain nor is it easier to break, that’s a myth. If anything, it’s the opposite, as a rolling release stays up to date, though it relies on the user keeping it up to date. If you get lazy with updates, then yes, you are going to have problems eventually.



  • ScottE@lemm.eetohomeassistant@lemmy.worldHACS
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago

    The ideal case for me is that I don’t need HACS at all. My experience has been the same - I’ve happily been able to switch to core HA components and stop using HACS ones. It’s great to see HA is not idle with success, they are continuing to make new features even when backwards compatibility may break.



  • You’ll be fine as long as you maintain the system, don’t wait too long between updates, and pay attention to the output when you do. I’m running arch on everything - work laptop, a spare laptop, and a server (nas, Plex, home assistant, etc) - two of which are critical systems for me. I use ZFS for all storage pools, including root, and zfsbootmenu, so I can rollback to a previous snapshot if I ever need to or the system won’t boot.





  • Ah, I thought you were displaying on both outputs, not switching between them, hence my mirroring comment. I suspect XFCE, not the DM, detects the output change and takes care of it. You might need to emulate that behavior with a hook of some type that you have to setup yourself with the tiling WM, and you might have to --off the unused display. I’d be willing to bet you can find some sort of hook script out there that can do this, I seem to recall an autorandr program I used in the past where you could set up output profiles. I hope that helps, maybe a little bit.





  • I use i3-wm and just set my laptop display and external monitor to their native modes manually with xrandr. Been doing it this way for years without an issue. The only time I’ve seen the output get chopped like you mention is with mirroring, where you have to use the lowest common mode - but I don’t mirror, I set each display independently as a separate output for i3 (but on the same X DISPLAY).

    I also don’t use a login manager, I login to a VTY and startx, old school but simple and reliable.