Finally, after some time I made the switch to #Linux !

🧵1/2

Here is my experience and the hiccups I found :
- It was hell to find how to boot on the USB drive. You needed to disable secure boot and it didn’t tell you that anywhere, as far as I can tell
- It was easy enough to set up, connect to wifi etc
- Strangely Firefox has a bigger top app bar, instead of all the icons and tabs being on a single row, there are 2 rows (one with the tab name, and another one with the actual tabs
- The fingerprint reader could be set up, but when trying to log in it always says fingerprint not recognized
- Keyboard shortcuts changed, for example screenshots can’t be done using Win Shift S, the clipboard history doesn’t work by default etc
- The key to mute my mic doesn’t work, and is not recognized as a key. The other keys like disabling the trackpad work fine.
- I like how typing the name of software from windows like paint and notepad gives the linux equivalent
@linux

  • EtnaAtsume@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    23 minutes ago

    I am thinking I might try Linux Mint on the laptop but I’m kind of terrified of blowing it up or wiping data. My laptop is getting old and I will likely be building a replacement desktop soon.

    But it is a gaming laptop and has strange interactions with heat and fan speed and glowy keyboard lights and I’m afraid I’ll disable some safety feature or accidentally break wifi compatibility irreversibily if I tinker too much.

  • FauxLiving@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    edit-2
    9 hours ago
    • Strangely Firefox has a bigger top app bar, instead of all the icons and tabs being on a single row, there are 2 rows (one with the tab name, and another one with the actual tabs

    That’s probably the Title Bar.

    Go to Firefox’s Menu > More Tools > Customize Toolbar > Uncheck “Title Bar” at the bottom left corner.

    e: oops, hard_zero1@discuss.tchncs.de beat me by hours

  • hard_zero1@discuss.tchncs.de
    link
    fedilink
    arrow-up
    21
    ·
    edit-2
    13 hours ago

    You can remove the bar for Firefox: Right click on the toolbar -> “Customize Toolbar…” (or Burger menu -> “More Tools” -> “Customize Toolbar…”), then in the bottom left uncheck “Title Bar” (This works in KDE, at least)

      • Creat@discuss.tchncs.de
        link
        fedilink
        arrow-up
        12
        ·
        12 hours ago

        Many distros have screenshots bound to a shortcut by default. So it’s working by default, just not the default you know. Even Windows only introduced that shortcut a few years ago. The real shortcut (working without any program even in Windows) is the dedicated PrtScr button. If you hold alt, it’ll only capture the current window. It won’t be saved but put in the clipboard.

        On KDE Ctrl+shift+s worked by default for me, but I don’t didn’t know if that comes from my distro or from KDE.

        • 🦊 helloyanis :veripawed3:@furries.clubOP
          link
          fedilink
          arrow-up
          1
          ·
          11 hours ago

          @Creat My laptop is weird, because it has a media key for screenshoting an area (which is basically a key that doed Windows Shift S which isn’t recognized by default on Mint), and a print screen key which works fine. And to screenshot an area, on Mint it’s ctrl+print screen

  • FauxLiving@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    9 hours ago
    • The fingerprint reader could be set up, but when trying to log in it always says fingerprint not recognized

    This post is a bit older and it’s possible that Mint does this automatically. The post goes through the process of setting up a fingerprint reader from scratch. If your system is detecting the device and it’s a supported device* then PAM is likely misconfigured.

    https://forums.linuxmint.com/viewtopic.php?t=408129

    It is possible that Mint now has a user friendly way of doing this… I don’t really know Cinnamon (because I use Arch, btw) but whatever it is, it’s configuring PAM underneath the GUI. You can configure PAM via the terminal, it even has a little TUI (spacebar to check and uncheck boxes).


    *https://fprint.freedesktop.org/supported-devices.html

    lsusb
    

    Then check the table against the numbers after ID in the output of lsusb. This is the VID/PID, a term you’ll probable run into again.

    • Vittelius@feddit.org
      link
      fedilink
      arrow-up
      9
      ·
      12 hours ago

      Because its not. OP made a post on Mastodon and crossposted it to Lemmy by @ing the community. I’m not sure this wasn’t by accident

  • katy ✨@piefed.blahaj.zone
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 hours ago

    out of curiousity what’s the script in the post image? i always see it and i’m curious how to generate it. :3

    i installed linux in march and havent regreted it <3

  • FauxLiving@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    11 hours ago

    The key to mute my mic doesn’t work, and is not recognized as a key. The other keys like disabling the trackpad work fine.

    some manufacturers use a driver to handle media keys (for telemetry, mostly)

    showkey -s
    

    Will print the scan codes in the terminal, press your media keys and see if they generate scan codes. showkey is part of the kbd package if it isn’t already installed.

  • First_Thunder@lemmy.zip
    link
    fedilink
    arrow-up
    3
    ·
    14 hours ago

    The bigger top Firefox bar is due to the fact that it is using server side decorations instead of client side decorations (aka, Cinnamon, thr graphical environment is setting the top bars instead of letting apps do their thing)