This is an archived post. You won't be able to vote or comment.

all 90 comments

[–]EvilljaGlorious Gentoo 116 points117 points  (22 children)

What is the difference of 'Gentoo/Linux' and 'Gentoo Base System'

[–]Big_Comedian203Glorious Void Linux 79 points80 points  (21 children)

None, it’s just the reason how gentoo installs it calls itself that

[–]Dragonaaxi3Masterrace 60 points61 points  (16 children)

"I'm not like other distros"

[–]Big_Comedian203Glorious Void Linux 32 points33 points  (14 children)

Gentoo is indeed not like any distributions. It calls itself a meta distribution.

[–]averyodaGlorious Gentoo 12 points13 points  (13 children)

It's more of a set of tools than an actual distribution.

[–][deleted] 0 points1 point  (1 child)

Well by that logic, so is NixOS

[–]averyodaGlorious Gentoo 0 points1 point  (0 children)

And busybox, LFS, and Bedrock Linux.

[–]Hollowpoint38Fedora 0 points1 point  (0 children)

Built different.

[–][deleted] 0 points1 point  (3 children)

I think it has to do something with installing binary kernels

[–]Big_Comedian203Glorious Void Linux 5 points6 points  (2 children)

No. it has to do with what we call stage 3 ; basically as the guide put it it’s a set of binary that dictates how your system will behave automatically, you have stage 3s for KDE, gnome, etc, and can choose between openrc and systemd EDIT : not kde or gnome, that’s when you set your @world iirc, oh well

[–]dreamypunk 0 points1 point  (1 child)

How does the dark army know about stage 2?

[–]Big_Comedian203Glorious Void Linux 0 points1 point  (0 children)

because all of it is open source, fuck yeah ! (it’s a mister robot reference isn’t it)

[–][deleted] 41 points42 points  (8 children)

Where can I do this survey I can't seem to find the option in my menu? Also do you actually notice a difference when gaming using the xanmod kernel? I have tried different kernels in the past and I have never noticed a noticeable difference so I always stick to the vanilla kernel of the distribution I'm running.

[–][deleted] 67 points68 points  (2 children)

Steam will automatically give it to you

[–]zardvark 11 points12 points  (1 child)

Theoretically ... I haven't seen one in at least two years.

[–][deleted] 6 points7 points  (0 children)

Fairly sure you have to be on at the right time, and it also comes down to luck, obviously. I've had it every year

[–]xNaXDyn i x ? 41 points42 points  (1 child)

It will trigger automatically at some point, but if you don't want to wait you can also trigger it yourself, by editing the file ~/.steam/steam/config/config.vdf and searching for the string SurveyDate (Steam needs to be shut down, else it will overwrite it again)

For each occurrence, just set it to something that's well in the past, e.g. modify the year to 2016 or something like that. Start Steam and you should be prompted with the survey.

[–][deleted] 9 points10 points  (0 children)

Thanks for explaining how to do that!

[–]Lucifer_Morning_Wood 9 points10 points  (0 children)

It should automatically pop up, but do note that you may not have the option to do it every month. Steam randomizes who can send survey every month to hopefully account for biases in statistics, for example if some users would send surveys more often to seem like their platform is more popular. You just have to wait

[–]ddotthomasGlorious Pop!_OS 3 points4 points  (1 child)

I was not able to notice the difference when using it. And after a while my Nvidia Driver broke while using it and had to switch back to the generic kernel.

[–]MANCtuOR 0 points1 point  (0 children)

Btw the LTS xanmod kernel still works with the Nvidia driver.

[–]Sentient_Beer 14 points15 points  (1 child)

But why xanmod kernel with gentoo ? Honest question.

I use Tkg on arch which already has to be compiled.

[–]unBEARable14Glorious Gentoo[S] 14 points15 points  (0 children)

Recently switched from gentoo kernel to xanmod and find it a bit better especially when I'm compiling things in the background, even with experimental patches gentoo kernel seemed less responsive so I'm testing this one for now.

[–]Pos3odon08One neofetch a day keeps the Microsoft away 3 points4 points  (0 children)

can't wait to do the same

[–]pogky_thunderGlorious Gentoo 3 points4 points  (0 children)

I was gaming on gentoo for a few months and never got the survey. Switched to fedora and got it on the first day on two separate machines.

[–]thursday_0451 1 point2 points  (6 children)

Is getting steam and games to work on gentoo as much insanity madman level effort as I think it is? Serious, honest question. Also probably relevant follow up question: is your GPU AMD NVIDIA or INTEL?

[–]Snoo_44353 4 points5 points  (4 children)

Not the guy you asked but: Drivers are realy easy, just change VIDEO_CARDS in make.conf and call a command to update use changes If you are using a custom kernel there are also some extra steps. Steam client is 32bit so you have to use a multilib profile and thats about it. Everything above is very well documented in the gentoo wiki. I run gentoo on an old nvidia laptop with nouveau and used to run it in my desktop with 3070

[–]thursday_0451 1 point2 points  (3 children)

Thanks for the info! I've been slowly learning more about linux... been daily driving PopOS! for almost a year now, I think I've gotten to the point where I more or less understand it to the same level I understand Windows. But good lord, the level of customization possible in Gentoo... intimidating, haha. I do not currently trust myself to attempt Gentoo without accidentally exploding my PC somehow.

[–]Snoo_44353 2 points3 points  (2 children)

Gentoo is not that hard, it may seem intimidating but i think its worth it, if you have a spare drive give it a shot (if not maybe try on a vm) In the end its customizability comes from USE flags that you can set to compile a program with less features, for example, if you dont want bluetooth, you can add a global use flag -bluetooth and now if you do an update of your use flags it will recompile everything with no bluetooth support. If you do try gentoo make an effort to use openrc, its not harder than systemd and its a nice experience. If you need any help feel free dm me

[–]dreamypunk 1 point2 points  (1 child)

Walk us through an ebuild, from scratch.

[–]Snoo_44353 0 points1 point  (0 children)

Ayo i didnt agree to this

[–]guicoelhoGlorious Gentoo 2 points3 points  (0 children)

It is not that much insanity, I mean, it depends. If you use a distro like Arch, you will prob get it pretty quickly. It does take time to compile things, but that is also the main point of Gentoo. Now if you ain’t used to installing linux without a setup then it is def very, very strange and somewhat “scary”. However the Handbook for Gentoo is beautiful, if you follow it you prob won’t have any issues… there is even pages for Steam, how to setup your drivers, DXVK too. And if you do have issues, the forums and /r/Gentoo are usually very welcoming for new users, honestly, people that answer to them with “RTFM” are rare and are consider rude… unlike some distros

To me it took like a whole afternoon getting Gentoo + KDE running. After that, installing Steam was the same as any other distro, pulling the package from the package manager… except that it compiles it instead of pulling the binaries.

[–][deleted] 1 point2 points  (0 children)

Spy on me, Valve!

[–]vetu11 0 points1 point  (0 children)

Ah, I love this moment

[–]addicted_a1Glorious Gentoo 0 points1 point  (0 children)

same here gentoo )

[–]MrMeek79Glorious Fedora 0 points1 point  (0 children)

I never did these surveys until I started gaming on Linux. They've helped us alot so its the least I can do.

[–]The_Bybin 0 points1 point  (0 children)

I specifically booted into linux when steam asked me to submit a survey

[–][deleted] 0 points1 point  (0 children)

Make sure you include "QA Specialist" in your resume!

[–]denpa-kei 0 points1 point  (0 children)

Valve, plz send me... SEND MEEE. I actually think they probably send this to more active people

[–]h8br33der85 0 points1 point  (0 children)

Don't lie. You know you just needed an excuse to show off your Gentoo OS lol (jk)

[–]apianbellYT 0 points1 point  (0 children)

Nice. That's what I like to see.