this post was submitted on 11 Sep 2023
2 points (100.0% liked)

Linux

48245 readers
415 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Recently I am considering more and more moving my primary pc to a Linux distro. Somewhat for privacy issues but also to have more control over my system and to reduce the amound of advertising that windows keeps cramming in my face. Specifically I'm looking at Zorin. I was wondering what thoughs people here had on it.

I predominantly use my pc for gaming with friends. Almost entirely through Steam and we use discord to communicate. I'm mostly just curious if anyone here has had much experience with Zorin and whay they thought of it as a daily driver for gaming.

top 9 comments
sorted by: hot top controversial new old
[–] uzay@infosec.pub 1 points 1 year ago (1 children)

While both Mint and Zorin are good "beginner" distros, they might not be the best choice for gaming. Since your primary use seems to be gaming and you're on an nvidia GPU, you may also want to have a look at distros, that make it easier to set them up for that. So apart from Pop_OS you could also look at Nobara Linux or Bazzite. Not to confuse you with even more options, but it's good to know what's out there and try some stuff out to see what works.

[–] Grenfur@lemmy.zip 0 points 1 year ago (1 children)

There are definitely a of of options, but I think thats a good thing in this case. I've seen quite a few people mention Pop_OS. I'm leaning towards giving that a shot and seeing how I like it. Thank you for the input :).

[–] bastion@feddit.nl 0 points 1 year ago (1 children)

I'm really excited about where Pop! is going, and I plan to make it my next os. I've been using Ubuntu for a while now.

[–] Grenfur@lemmy.zip 2 points 1 year ago

Well it's the one I'm testing. Spun up a vm just to take a look. Still trying to wrap my head around some stuff but overall I like it. It seems mostly intuitive and the ui is easy on the eyes.

[–] Jumuta@sh.itjust.works 1 points 1 year ago

Recommendations are only recommendations. Try the distros out yourself in a VM like VMware, configure it, spend some time in them, and see which you like the most. It should only take a few hours

[–] 20gramsWrench@lemmy.dbzer0.com 0 points 1 year ago* (last edited 1 year ago) (1 children)

You might want to know about discord updates, if the maintainers of the distribution don't update discord as fast as the discord developper, it will fail to launch when major update happen since those don't go through the internal updater of the client, and discord only provide a .deb package, which you can install with a simple double click on debian based distribution (ubuntu, mint, mx, zorin etc), and a generic linux exectuable, which can be launched in any distributions but won't be automatically integrated in your application menus

[–] downhomechunk@midwest.social 0 points 1 year ago (1 children)

Try tweaking this, courtesy of the slackbuild page for discord:

If you'd like Discord to continue working after an upstream update is released, but is not yet available on SBo, add the following to your user's ~/.config/discord/settings.json file:

"SKIP_HOST_UPDATE": true

[–] 20gramsWrench@lemmy.dbzer0.com 0 points 1 year ago (1 children)

Thats super helpful, thank you!

[–] downhomechunk@midwest.social 1 points 1 year ago

Thank the maintainer of that slackbuild who probably got tired of people bugging him to update the script every time a new release came out and threw up that helpful note!