Ex-technologist, now an artist. My art: (https://pixelfed.social/EugeniaLoli)

  • 53 Posts
  • 166 Comments
Joined 2 years ago
cake
Cake day: July 10th, 2023

help-circle








  • Eugenia@lemmy.mltoLinux@lemmy.mlCan I dual boot windows and Linux?
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    3
    ·
    8 days ago

    Linux Mint’s boot option will eventually get over-written by Windows’ updates. You will lose the ability to load Mint, be it in a week’s time, in a month’s time, or a year’s time, but be sure, it will happen.

    The correct way to run Mint alongside Windows is to install Mint on a usb stick (non-live). Here’s how:

    1. Get TWO usb sticks. One to hold the bootable live iso (16 GB minimum), and one to install to (64 GB minimum).
    2. Go to BIOS and DISABLE the internal SSD that has Windows in it. At least DELL & Thinkpad laptops’ BIOSes can do this. This is important, otherwise Mint has a bug during installation where it always installs the bootloader on the internal SSD, EVEN if you explicitly tell it to do it on its own USB stick or partition. So it’s best for Mint to not be able to see temporarily the internal SSD.
    3. Boot with the burned usb stick, and install Mint on the other usb stick. You can select automatic installation, or you can do it manually: create a 1 GB fat32 /boot partition (make sure you give it the boot flag), 4 GB swap partition, and the rest / (root).
    4. Boot after installation with the newly installed usb (remove the installation usb) to make sure mint works well. Check webcam too, not just audio/wifi/bluetooth.
    5. Re-enable the internal SSD again.
    6. You can now boot on the installed usb during boot time by pressing f12, and selecting the usb stick instead of Windows.

    Note: You can choose to install Mint on a separate SSD if this is not a laptop, or an external SSD with enclosure. These will last more than a usb stick (the rewrites destroy the usb stick within a year or two in my experience). But it’s a good first start and it works overall well. I have done it that way 3 times so far, for laptops where we couldn’t change the emmc/ssd/hdd (in one of the laptops the ssd controller was dead, the other one had a bad emmc, and the other one was old and the usb stick was actually faster than the hard drive), so we installed on usb sticks.


  • I have found the gtk theming to be extremely confusing. It’s too complicated IMHO, or I’m missing something. I wanted to make the titlebar/window manager bar darker (with white text maybe) on this theme https://mastodon.social/@eugenialoli/115201547347227741 and I couldn’t figure out how to ONLY change the titlebar. I want the various elements (e.g. window bar, menu bar, icon bar etc) to have slightly different colors you see, so I can differentiate what’s what. I can’t use dark themes because I can’t see where the boundaries are of each window/thing. My eyes just can’t differentiate dark theme elements. It’s a mystery to me how people can use these themes. :o)






  • The x5-Z8330 has 800 passmark points which is enough to run Arch with XFce without issues. 2 GB of RAM though is the sticky point. It is problematic with Debian/Mint as they consume about 800 MBs of RAM on a cold boot (don’t even think of Fedora or Ubuntu that are dogs when it comes to RAM usage), but on Arch you can configure it to consume only 450 MB of RAM: https://files.mastodon.social/media_attachments/files/114/660/702/810/921/104/original/3313b7ec1d3cdae4.png (here’s my Arch/XFce with a BeOS theme using 585 MB of RAM with 3 apps open). That’s a life saver on a 2 GB of RAM computer, because Youtube alone on Chrome can use up to 800 MB of RAM, while on Firefox goes up to 1.1 GB. Consider that 128 MB of RAM also goes to the integrated graphics card. But with other websites, or with a third party youtube front-end, or other apps, 2 GB can be enough (just make sure you give it a 4 GB swap file – not zswap). Finally, make sure you use only a background color, not an image. Images, uncompressed in RAM, can use up to 80 MB of RAM if they are in high-res. A plain color takes kilobytes! Also, disable the BT service and any other service you don’t use via XFce’s startup utility. That one takes 45 MB alone, it’s a dog… Load it only when you need it.




  • yeah, it’s just not fully compatible that touchpad it seems.

    However, there’s a trick.

    These DELL laptops have an ubuntu equivalent usually. They used to sell them with either Windows or Ubuntu – in cooperation with Canonical. And Canonical had SPECIAL repos for these laptops (different for each model), where you could find special driver versions for some hardware. This meant that you were stuck in the version of ubuntu LTS the laptop came with. You couldn’t upgrade it to a newer version or to another distro. So I’d suggest you check if that model has an ubuntu equivalent, and then find their repo and see what kind of drivers they have for it. https://ubuntu.com/certified/laptops?vendor=Dell

    If it’s not there, it just means that this hardware piece is not compatible with linux period… It happens, Linux can’t support absolutely everything out there, especially since they have been developing for Windows and not for linux.