• 0 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: June 28th, 2023

help-circle

  • For people coming from windows i think linux mint is the best choice.

    Gimp, blender and vscode works well on linux

    U can code dart/flutter with no problems on vscode on linux, android studio also works fine if you need to export to android.

    For file manager i use nemo (default on mint cinnamon).

    Other software mentioned i have no idea.




  • I think Dota doesn’t run on proton, i had no problems running the native linux version with my laptop intel i7 + nvidia 1050ti, but it was on X11, u can probably choose that on login screen.

    What i think you need from a fresh install (i don’t remember exactly what i did at the time):

    • enable multilib
    • install nvidia package or nvidia-lts depending on which kernel you’re using, or nvidia-dkms plus headers of your kernel
    • install nvidia-settings nvidia-utils lib32-nvidia-utils nvidia-prime (never used bumblebee i just use prime-run)
    • install steam or steam-native-runtime
    • install game on steam, change launch command to prime-run %command%


  • I’ve been using linux exclusively for about 5 years, hopped a bit for the first 1-2 years (mint, mx, lite, debian, manjaro, artix), settled on Arch. I think Mint is the best one for ppl coming from windows.

    Is Wayland worth using? Especially when you consider all the issues that may come from using an NVIDIA card.

    IMO no, i have a 1060, tried about 1 year ago and it had lots of issues on KDE, gnome seemed usable but it’s gnome so no, and i use LXQt so if it gets good support or if i like plasma 6 i might try again.

    Does bloat actually matter or is it just a meme?

    If by bloat u mean installing lots of packages, the “problems” would be disk space and longer updates, and if it’s a service it will depend on the distro, i think debian/ubuntu and derivatives will usually enable the service after install, so they will use some cpu/ram too. Shouldn’t be too much of an issue but it’s a good idea to only install what u need and remove stuff when u don’t need anymore.

    What are some habits I should practice in order to keep my system organized and manageable?

    Just don’t sudo install anything outside the package manager, like node/python packages or downloaded stuff (u can usually install them somewhere in $HOME)

    Any other resources besides the Arch Wiki that I should be aware of?

    No, whatever search engine u use should be enough.

    What do you wish you knew when you first started using Linux that would have saved you a headache in the future?

    Nothing i can think at the moment, i used mint in dual boot for a while, just “switched” (deleted the windows partition) when i realized i didn’t boot it for a few months, so i was already pretty comfortable with it.