Ex-technologist, now an artist. My art: http://www.eugenialoli.com/

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

help-circle
rss
  • Will my ability to play games be significantly affected compared to Windows?

    Not greatly. The games that have anti-cheat won’t work on Linux. Anti-cheat is a security problem anyway (because they circumvent the kernel policies) and so linux will never support these.

    Can I mod games as freely and as easily as I do on Windows?

    for the ones that work yes. There’s a list of how well games work on linux, there’s a website for that.

    If a program has no Linux version, is it unusable, or are there workarounds?

    For some “difficult” non-anti-cheat games there are some workarounds. If we’re talking about apps and not games, then it’s best to use the Linux equivalents, and forget the Windows ones.

    Can Linux run programs that rely on frameworks like .NET or other Windows-specific libraries?

    While there’s WINE and .NET for Linux, Windows apps don’t really work well. They usually break on new wine versions, or they don’t work at all. For apps, use Linux native apps. Games generally work better than apps because they don’t use too many of the Windows APIs (they’re mostly 3D stuff, and not app apis).

    How do OS updates work in Linux? Is there a “Linux Update” program like what Windows has?

    It depends on the distro. Some distros have graphical front ends, some you have to use the terminal to update the OS.

    How does digital security work on Linux? Is it more vulnerable due to being open source? Is there integrated antivirus software, or will I have to source that myself?

    There’s ClamAV, and also you should be turning the firewall On (some distros come with it, others you have to install it manually). Don’t downloads random binary packages, only from the distro itself, or official packages.

    Are GPU drivers reliable on Linux?

    Overall, yeah… but it does depend on the version of the driver, distro you’re using, hardware etc. I use Intel graphics cards (dedicated) because I find their drivers to be more mature than nvidia’s, for example.

    Can Linux (in the case of a misconfiguration or serious failure) potentially damage hardware?

    Very unlikely, near zero.

    And also, what distro might be best for me?

    Everyone is recommended to start with Linux Mint, because it’s the distro with the most GUI front-end tools to do stuff. Yes, there are some distros that are more game-oriented, but they expect the user to know what they’re doing. Start with Mint.




  • The only OS that was solid as a desktop OS back then, with good usability, was BeOS. Both MacOS and Windows had stability problems (although NT/2000 were much better, but lacked app/game compatibility), and Linux was a nightmare to update and run (lots of compiling too). So the OS of choice back then for me, was BeOS. I could do everything I needed with it too.





  • You need to start with Linux mint. The errors you are mentioning are common in ubuntu, crashes happen and popup all the time on my ubuntu installations too. But never on Mint. Mint is based on the stable version of ubuntu, that it has long term support and it’s regularly getting updates to make it even more stable and secure. So please start with Mint, or Debian 12 (although Mint is better for new users).






  • From arch’s site:

    Tip: make sure btrfs_x64.efi driver is installed, it can be installed manually by copying from /usr/share/refind/drivers_x64/btrfs_x64.efi to esp/EFI/refind/drivers_x64/btrfs_x64.efi, or you can install all drivers with the refind-install /dev/sdx --alldrivers option.

    Warning: btrfs_x64.efi does not support raid1c3/4.




  • First, update your computer’s BIOS/firmware. If that doesn’t fix it, then try Arch, or Fedora beta. If the problem exists there too, then it’s a kernel issue in general, and it might get fixed in the future. OR, if the computer BIOS is buggy, Linus has been clear that they won’t do workarounds for buggy firmwares. In which case, you’d need a new computer that’s actually compatible with Linux.

    Most of the computers out there have buggy firmwares that go around for Windows, but Linus has been adamant that he wouldn’t do workarounds because they bloat the kernel.


  • Just use Linux Mint, cinnamon edition, and then edit the startup app list to not load some of the stuff that take too much ram, like the reports, nvidia, etc. Also remove fwupd if you updated your laptop’s firmware already via windows. I personally also stop bt (frees overall 30 mb of ram). Make sure during installation that you create a 4 GB swap partition too. At the end, I have a system that starts up at 750 MB of RAM (htop reading, 980 MB with gnome-system-monitor). As long as I use only 2-3 Chrome tabs, I’m ok to not swap. Firefox uses more ram i’m afraid, especially with youtube.

    I have 4 laptops here run linux mint with 4 gb of ram. They run fine, my husband even does development in one of these.

    The n3060 cpu is slow at 660 PassMark points, just enough for Mint to function. XFce is a tad faster indeed, and uses about 60 MB less RAM, however, it’s missing some desktop options that I find useful (e.g. disabling tap and drag).