• 5 Posts
  • 71 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle



  • mub@lemmy.mltoLinux@lemmy.mlLinux middle ground?
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    5 days ago

    My server has been on Endeavour OS (arch with a gui installer) for at least 18 months. I run updates roughly every 10 days (basically whenever I remember). Never had a problem with it. I dare say it could go horribly wrong at some point so I keep the LTS kernel installed as well just as a fall back.

    My main pc is also running Endeavour OS (dual boot with windows 11). Other than having to keep Bluetooth downgraded to support the ps5 dual sense controller, it runs great.

    My only gripe is that updates often contain something that forces the kernel rebuild process and so it needs a reboot afterwards.

    Every other Linux I’ve run has had some sort of “rebuild to fix” type issue at some point, or had been hard to find good support information for. Endeavour OS has been the most reliable and the easiest to fix and find support for.








  • Endeavour OS

    I’ve tried all the usual distros many times over the years but never an arch based distro until last year. I gave arch a go first and it was great but then tried endeavouros and it came with the fixes I needed and was more instantly good from the first boot. The AUR and arch wiki stuff just makes the whole experience most (sry to use this term) Windows like in terms of fixes and support.


  • Yip. I was trying to find a useful front end to manage the audio settings on my focusrite audio interface. Pipewire has the functions and capability to set the sample rate and buffet size on the fly but I failed to find a gui until for it that wasn’t part of some other complicated thing. When I suggested the Devs of pipewire should provide a GUI I was politely shot down. The reasons given were; it takes too long, and Linux users don’t mind the CMD line. I think this is a mind-set that needs to evolve.









  • mub@lemmy.mlOPtoLinux@lemmy.mlHow do I change the default login screen?
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    4 months ago

    (Edited for clarity) This was interesting. It gave me arandr to generate a script which is great for lazy me. That script “works” in that it doesn’t give any errors when I test it, but it actually doesn’t have any effect on the login screen. In fact with more digging i discovered that xrandr just doesn’t work at all. I tried setting the display to a lower resolution (default is 3440x1440 so I used 1920x1080) in the control panel to test the xrandr command but xrandr tells me the mode (3440x1440) is not found. I looked again in xrandr and saw that any resolution higher 1920x1080 is not listed any more. I reset the resolution back to 3440x1440 in the control panel then looked in xrandr again and all the expected resolutions are listed again.

    xrandr errors when I try to set my display to anything other than the setting it is currently using. Either I’m don’t something stupid with the syntax (99.999% confident I’m doing it right), or xrandr is broken with my setup. Maybe kde plasma 6 and wayland is giving me grief here? My PC has an AMD 7900XT GPU, so maybe it just doesn’t like my GPU for some reason.

    Here is the output from xrandr for my current settings:

    DP-1 connected primary 3440x1440+0+1080 (normal left inverted right x axis y axis) 800mm x 330mm
    HDMI-A-1 connected 1920x1080+758+0 (normal left inverted right x axis y axis) 520mm x 290mm
    

    Here are the commands I’m using in the Xsetup script.

    xrandr --output HDMI-A-1 --mode 1920x1080 --pos 758x0 --rotate normal
    xrandr --output DP-1 --primary --mode 3440x1440 --pos 0x1080 --rotate normal