r/Gentoo

Made a store for portage
▲ 0 r/Gentoo

Made a store for portage

Hi guys, made an store on portage backend with gtk style. i made it because i tired of resolving amd64 masks, use flags requirements, libraries conflicts, changing versions. i know that u guys have the same problem as me, and i want to help with it with this project. i made it for short time so here could be some bugs, but not so much (i hope), and it just work, it has great search based on eix, and also flatpack backend. i dont remember is here an release, but i promise i will release it Il the next post's day. hope u will use it everyday . here a link for github portage store, thy

u/tarilka0gg — 19 hours ago
▲ 150 r/Gentoo+1 crossposts

Thinking of installing gentoo Linux 32bit version on an acer travelmate 290

So this is my recently purchased Acer travelmate 290 from 2003 and I am thinking of using it with Gentoo Linux for a few tasks and the stats for this laptop are a maximum of 2 gigs of ram and an Intel pentium M processor with Intel centrino built in graphics .

Once I have replaced the hard drive with an ide ssd and a new battery and charger my plan is to burn a 32 bit gentoo iso onto a CD and use that to boot into the gentoo live CD .

Once the main install is complete I want to use a window manager that I customise myself to have it use as little resources as possible while still being able to be used for things like emulating arcade games onto my Panasonic CRT with a VGA to rgb scart adapter so I can play Rainbow islands my favourite arcade game from 1987 in 15 khz in native resolution.

u/twirpobloxias — 1 day ago
▲ 715 r/Gentoo

No more "Win" key on my keyboard

I ordered some customized keycaps with the Gentoo logo. There are only Gentoo keys instead of Win keys now.

u/Schrodingers_cat137 — 2 days ago
▲ 8 r/Gentoo

i got fed up with my dumbass using ai for everything gentoo related so im doing a challange, "7 days without ai or any distractions" i am going to be able to only use yt music and gentoo wiki for 7 days

reddit.com
u/s1ltarini — 2 days ago
▲ 2 r/Gentoo

Does the hardened kernel stop my express card from working?

Hello, I recently bought a usb 3.0 express card. However it does not work and I’m using the hardened kernel could that be the issue?

reddit.com
u/Longjumping-Sun2691 — 1 day ago
▲ 10 r/Gentoo

how to get less ram usage on gentoo?

i see gentoo installs around 300mb of idle ram on a wm, but my gentoo installs always sit around like 600mb at the tty before i even download anything. I tried musl and normal gentoo, but both sit around 550-650mb.

reddit.com
u/iAnthonyHere — 3 days ago
▲ 61 r/Gentoo

Sooo i moved from Sway to Mango and im loving it.....

i had to fully rice everything myself no dotfiles here xD but i had to do wayyyy more manual configuring then i had to do in sway. i guess its cause of the fact that Mango is based on Dwl which is based off Dwm soo yea but im loving it. i kinda got bored of sway after a few days because i had tried Niri out on arch and absolutely loved it because of the scrolling features and animations. but i wanted something that was more minimal and close to dwl because i originally wanted to use dwl but then found out it was basically deprecated. so then i discovered Mango. Mango is literally if Dwl and Niri had a baby. im lovin it!!

u/No-Bedroom-7821 — 3 days ago
▲ 6 r/Gentoo

Is it even possible to cross-compile with introspection?

EDIT: I successfully compiled dev-libs/glib[introspection] and dev-libs/gobject-introspection in a QEMU chroot by commenting out of my make.conf CBUILD, CHOST, ROOT, PORTAGE_TMPDIR, and PKG_CONFIG_DIR.

I've been making a cross compiler from an x86-64 host to an arm64 target. I recall reading that cross-compiling with introspection is tricky because it requires target code to execute on the host machine. I thought registering a QEMU interpreter with binfmt_misc would resolve this, but it hasn't entirely.

The two problematic packages are dev-libs/glib[introspection] and dev-libs/gobject-introspection. These packages require each other, creating a circular dependency. The dev-libs/glib ebuild attempts to resolve this by "bootstrapping" gobject-introspection, which is where the build consistently fails.

Emmanuele Bassi from the GNOME team says this is the recommended way to build:

  1. build GLib with -Dintrospection=disabled
  2. build gobject-introspection
  3. build GLib with -Dintrospection=enabled

I can do the first step just fine: USE="-introspection" aarch64-unknown-linux-gnu-emerge --oneshot dev-libs/glib

I expect the second step to be something like: aarch64-unknown-linux-gnu-emerge dev-libs/gobject-introspection

However, has dev-libs/glib[introspection] as a strict dependency, effectively skipping to the third step before the second can be completed. The build fails as it did before because the existing dev-libs/glib is simply ignored.

I've scoured the wiki for solutions but so far I can't find any. Is there a way to trick portage into ignoring the dependency somehow? Is there a more idiomatic Gentoo solution?

reddit.com
u/OzzyOPorosis — 2 days ago
▲ 14 r/Gentoo

(nvidia-open) Terminal colors change after VT switch

This only started with the nvidia-open drivers, the non open drivers of the same version didn't do this. I have a 2060.

I'm using this in modprobe.d/ because VT switching is just broken with them set and I use X11 so they don't matter much.

options nvidia-drm fbdev=0
options nvidia-drm modeset=0

The colors change after VT switch even with the options enabled, but disabling them helps prevent a black screen most of the time...

Anyone notice this?

u/varsnef — 3 days ago
▲ 16 r/Gentoo

I made a tool to see actual memory usage without cache

So no "Unsused memory is useless memory". I actually used more memory outside of MemTotal reducing dynamically loaded Kernel Modules. And the cache is not relevant when checking actually used memory. Tried musl libc. Any advices for the records appreciated

See: https://github.com/ulcuber/regfetch

u/Easy-Nothing-6735 — 3 days ago
▲ 4 r/Gentoo

New user that bit off more than I can chew

I started Gentoo because I really liked the idea of configuring an OS exactly like I wanted, but in my mind this includes the DE. Because of this I decided to do a Hyprland setup that I could customize as I see fit (the plan was to start with Caelestia shell and customize from there).

It took 2 tries but I managed to get base Gentoo up and running the way I liked it (with minimal installation CD, no DE so far).

Then I tried to set up a basic Hyprland setup. Today was my third attempt at doing this and after 4 hours I am actually in a worse position than when I started.

I have 4 Gentoo wiki pages, 1 YouTube video, and 1 Reddit post open. None of the Gentoo wiki pages have enough information to do the complete setup, I'm pretty sure the youtube video is outdated, the Reddit post requires doing a highly specific setup that I'm pretty sure will break in 6 months, and all 6 sources disagree with each other in several aspects.

I messed with my setup so much today that I'm probably just going to start from scratch. I feel so demoralized that I'm debating just trying an easier distro.

I realize that is is part of "the Gentoo experience" and I accepted that, but I thought that after so much time I'd at least have a somewhat functioning system to debug. Currently I feel like I have more bugs than features.

The only change of approach I can think of is to start with a pre-configured DE (probably KDE), before moving to Hyprland, that way I can test if some of my system works properly (which I probably should have done from the start but I got too excited).

Does anyone have any advice? Is this just the initial install that will be this frustrating? Or is this what daily use will be like?

Thanks.

TLDR: Don't try Hyprland when just starting.

reddit.com
u/Nuclear_Priest — 3 days ago
▲ 0 r/Gentoo

Whats the CPU family name

Whats the CPU family name of AMD A6 9225 stoney ridge with AMD R4 graphics. i asked the ai ad it said btver2 but i cant trusted it so i came here to aşk you guys

reddit.com
u/88h2o88 — 3 days ago
▲ 8 r/Gentoo

Slow name resolving

Hello all, i have an issue with my fresh gentoo install. Every time i have to emerge something, portage stucks in "resolving.." . I noticed that also during installation from live USB in the browser, resolving DNS Is very slow. With other distros i do not have this issue. What could be the cause? Thanks

u/Pippo_Peppe — 3 days ago
▲ 76 r/Gentoo

After over 6 days I finally got wayland and realtek wifi to work

u/s1ltarini — 4 days ago
▲ 1 r/Gentoo

How to start gentoo

I want to switch from windows to gentoo, and have a few questions. First one is does it matter if ı download the LiveGUI or the basic one? Second is can ı competely switch from windows or should ı do that, basically ım asking you how should ı start

reddit.com
u/GamingHuman123 — 5 days ago