So I posted a few weeks ago asking for opinions on the Surface Pro 4, trying to decide if I should pick one up and slap Linux on it.
Opinions were…mixed.

I got a decent deal on one, and that’s partly why it’s taken me so long to post an update. It was cheap because the previous buyer had returned it to the seller claiming that there were power issues. The seller said they hadn’t encountered said issues in the hour or so of testing they did, and I call fucking bullshit!
Once powered off or restarted it was taking up to 48hrs before it would grace me with booting up. And usable time ranged for 15mins to an hour before system lockup resulting in either a freeze until battery run out, or immediate system shutdown, and another 12-48hrs wait to power it up again. Obviously this is suboptimal.

Part of the issue, possibly unsurprisingly, was windows and the stripped down BIOS. After turning off secure boot, turning off the “battery saver” mode(restricts charging to 50% of total capacity) and scrubbing windows off the drive like a crusty booger…things have improved. I’m still unable to restart the device, restart powers down, but no power up. Wait times to power up again went from probably 36hrs average to 2hrs average, and if I just don’t turn it off, the system is stable.

My time with Nobara on the surface has been really enjoyable, everything is just stock, I’ve not wanted to muck around too much and get attached in case I can’t figure out the actual root cause of the power issues.
As such, not really much else to report other than Nobara running well, and pretty much everything running as well or better than when windows was installed. Touch functionality works slightly differently in Nobara than Windows, but that’s not really a bother for me.

If any of you greybeard wizards has any ideas on what might be happening with the power cycle issues I’d appreciate some suggestions. I think it may be a battery issue, but I’m waiting on a hot air station to be able to open it up and have a proper look at it’s guts. Doesn’t seem to have anything to do with temps, that was my first thought but that didn’t pan out.

  • HouseWolf
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    ·
    edit-2
    8 months ago

    I’m gonna highjack this post to ask what’s a good lightweight DE for touchscreen devices?

    My dad is currently using my old Surface Pro 3 I slapped Ubuntu LTS on, Gnome works great for touch but it’s abit sluggish on the hardware. Also I couldn’t get touch screen scrolling to work on Firefox.

    • redcalcium@lemmy.institute
      link
      fedilink
      arrow-up
      5
      ·
      8 months ago

      Also I couldn’t get touch screen scrolling to work on Firefox.

      Are you using wayland or X11? If it’s wayland, are firefox running under native wayland mode, or xwayland mode (check about:support to confirm).

      • silly goose meekah@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        8 months ago

        I’ve recently switched to pop_os so I’m a bit new. I tried a few different things to get firefox to stop using xwayland. I want it to use wayland to actually utilize accelerated video decode.

        I added a MOZ_ENABLE_WAYLAND=1 variable to my ~/.profile, and I tried adding this and some additional environment variables to the .desktop file that launches firefox. I can’t find the post or the file anymore, I just remember at least one variable was not firefox specific, so it was suggested to launch firefox in an environment with those variables set, to prevent messing with other things. Do you have any other ideas on what to check to get firefox to actually run in wayland?

        • redcalcium@lemmy.institute
          link
          fedilink
          arrow-up
          4
          ·
          8 months ago

          I simply added MOZ_ENABLE_WAYLAND=1 to ~/.config/environment.d/envvars.conf and gnome picked it up after restart. Just confirm that there is no mention of xwayland afterward in firefox’s about:support.

          • silly goose meekah@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            8 months ago

            Maybe I added it in the wrong spots with the things I already tried. I’ll add it there as well and report back. Either way, thanks a lot for the reply! :)

            edit: I don’t have an environment.d in my .config

      • HouseWolf
        link
        fedilink
        English
        arrow-up
        2
        ·
        8 months ago

        No idea, It uses whatever Ubuntu 22 defaulted to I believe.

        I’ll check next time I can, Thank you.

        • redcalcium@lemmy.institute
          link
          fedilink
          arrow-up
          2
          ·
          8 months ago

          I believe Firefox running under native Wayland mode should have touch input support enabled, but I can’t personally test it myself because I have no laptop or desktop with touchscreen display.