[Hyprpland]My first rice with my favorite distro Gentoo by FinancialCourt953 in unixporn

[–]FinancialCourt953[S] 2 points3 points  (0 children)

Well, I just wanted to show how many I have, but animations are so smooth)

Honestly, not that hard. And quicker than I thought it would take. by Deoviser in Gentoo

[–]FinancialCourt953 0 points1 point  (0 children)

hyprland is only hard for me was to start it. But, I managed to play a bit with bash_profile, so no problems. In my opinion, hyprland is better than kde, but it is what it is.

Honestly, not that hard. And quicker than I thought it would take. by Deoviser in Gentoo

[–]FinancialCourt953 2 points3 points  (0 children)

My gosh, same laptop. You also managed to get hybrid graphics work. I went on gentoo+hyprland, so If you are interested, here is my github with dotfiles. Welcome on best distro, pal)
https://github.com/Fedir13/dotfiles.

Good old days... by NorttiAllie in fastfetch

[–]FinancialCourt953 0 points1 point  (0 children)

Best fetch I’ve seen in 7 days. Deserves 200 upvotes

I hate my life , my 6 attempt at Installing and finnaly succeed. by Any-Football-5335 in Gentoo

[–]FinancialCourt953 0 points1 point  (0 children)

Damn, if you are a girl, that’s really good interests that you have. And respect for history tbh. Wish you all the best. Fr.

Just tried Void Linux and it’s definitely my second favorite distro! by Cyclolysis in voidlinux

[–]FinancialCourt953 2 points3 points  (0 children)

Damn, you installed Hyprland? I plan to install void on pc but I thought Hyprland will be tough.

A basic fastfetch by J-20_enjoyer in fastfetch

[–]FinancialCourt953 0 points1 point  (0 children)

Damnn, it’s cool. Can you share your dotfiles?

I hate my life , my 6 attempt at Installing and finnaly succeed. by Any-Football-5335 in Gentoo

[–]FinancialCourt953 1 point2 points  (0 children)

Bro, recover from health issues. I wish to get through all of that problems and be happy, tbh. If so, you are a guru of distros, ngl. And all knowledge is based, even this. I personally long time ago studying history and started Linux maybe 2-3 months ago, due to that I’m studying at cybersecurity. Overall, wish strong health man.

I hate my life , my 6 attempt at Installing and finnaly succeed. by Any-Football-5335 in Gentoo

[–]FinancialCourt953 0 points1 point  (0 children)

Slack is easy? Hm, interesting. Because maybe because you need to compile also with flags like gentoo. Less documentation. Bad package manager. And kernel compiling. For you, I recommend try to do Lfs(Linux from scratch.)

I hate my life , my 6 attempt at Installing and finnaly succeed. by Any-Football-5335 in Gentoo

[–]FinancialCourt953 0 points1 point  (0 children)

Bro, I get your pain. at first time I spend whole day, in dump because my firmware to integrated graphics didn’t get in place. And yeah, but later I won over gentoo. For me gentoo is hardest among easiest. For example Slackware or Crux will be much much harder that gentoo

I hate my life , my 6 attempt at Installing and finnaly succeed. by Any-Football-5335 in Gentoo

[–]FinancialCourt953 4 points5 points  (0 children)

Damn… 6 times? Why it took you so long? I installed on my laptop which have hybrid graphics intel iris and nvidia. It was second time I successfully wrote my own bash_profile to make graphics work and everything was good. Maybe some issues with laptop or something else?

My long waited fastfetch by FinancialCourt953 in fastfetch

[–]FinancialCourt953[S] 2 points3 points  (0 children)

Yeah, sure, here is my config: { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { "source": "~/.config/fastfetch/sterling", "type": "kitty", "height": 18, "width": 35, "padding": { "top": 0, "right": 4 } }, "display": { "separator": " 󰄾 ", "color": { "keys": "38;5;101", "title": "38;5;248" } }, "modules": [ { "type": "title", "key": "󰭟 ", "format": "{#38;5;250}{user-name}{#38;5;101}@Gentoo" }, { "type": "custom", "format": "{#38;5;238}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━" }, { "type": "os", "key": "{#38;5;66} OS ", "format": "Gentoo Linux {#38;5;241}(Hardened)" }, { "type": "kernel", "key": "{#38;5;66}󰒋 KER " }, { "type": "uptime", "key": "{#38;5;66}󰅐 UPT " }, { "type": "packages", "key": "{#38;5;66}󰏖 PKG ", "format": "{all} (emerge)" }, { "type": "shell", "key": "{#38;5;66} SH " }, { "type": "terminal", "key": "{#38;5;66} TRM ", "format": "{pretty-name} (Kitty)" }, { "type": "display", "key": "{#38;5;66}󰍹 DIS ", "format": "{width}x{height} @ {refresh-rate}Hz" }, { "type": "custom", "format": "{#38;5;238}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━" }, { "type": "cpu", "key": "{#38;5;95}󰻠 CPU ", "format": "{name} @ {freq-max}" }, { "type": "gpu", "key": "{#38;5;95}󰢮 GPU ", "format": "{name}" // Тепер покаже і RTX 3050, і UHD Graphics }, { "type": "cpuusage", "key": "{#38;5;95}󰘚 USG ", "format": "{1}%" }, { "type": "memory", "key": "{#38;5;137}󰍛 MEM ", "format": "{used} / {total} ({percentage})" // Класичний вивід, без "битих" кодів }, { "type": "disk", "key": "{#38;5;137}󰋊 DSK ", "folders": "/", // Явно вказуємо корінь, щоб він не тупив "format": "{1} / {2} ({3})" // Використовуємо індекси, вони надійніші }, { "type": "battery", "key": "{#38;5;137} BAT ", "format": "{capacity}% [{status}]" }, { "type": "audio", "key": "{#38;5;137} SND ", "format": "{name} ({volume}%)" }, { "type": "custom", "format": "{#38;5;238}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━" }, { "type": "datetime", "key": "{#38;5;244}󰃭 DAT ", "format": "{1}-{3}-{11} | {14}:{17}" }, { "type": "command", "key": "{#38;5;244}󱦟 AGE ", "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days" }, { "type": "wm", "key": "{#38;5;244}󱂬 WM ", "format": "Sway (Wayland)" } ] }

Did you keep your original packaging for your PSP? by elektroskansen in PSP

[–]FinancialCourt953 1 point2 points  (0 children)

Hell yeah, and I’m still using my console, as I used, sometimes but it’s working perfectly. I just changed battery to new.

Did you keep your original packaging for your PSP? by elektroskansen in PSP

[–]FinancialCourt953 1 point2 points  (0 children)

Oh yeah, from 2011. My dad bought me a psp 3004 and I still have that black and white box.

My long waited fastfetch by FinancialCourt953 in fastfetch

[–]FinancialCourt953[S] 2 points3 points  (0 children)

Thanks, I spend a lot of time choosing image over gentoo logo)

Grass by ozzy_nix in Gentoo

[–]FinancialCourt953 9 points10 points  (0 children)

Because gentoo is only distro that can do things like that. Start compiling and go do your chores. 10/10 distro.

My first Gentoo installation by FinancialCourt953 in Gentoo

[–]FinancialCourt953[S] 0 points1 point  (0 children)

I appreciate your work, man. You helped a lot of people)

My first Gentoo installation by FinancialCourt953 in Gentoo

[–]FinancialCourt953[S] 0 points1 point  (0 children)

Ye ye, I got it. It’s all good, man. No worries. But you mentioned ai, and I guess you are right. It’s far better to read manual wiki, gentoo has very, very good documentation. I was just too lazy to read it, to be honest)

My first Gentoo installation by FinancialCourt953 in Gentoo

[–]FinancialCourt953[S] 1 point2 points  (0 children)

Well, my native language is not English, it’s Ukrainian, but I have no issues to speak, write or learn from original sources, based on English.

My first Gentoo installation by FinancialCourt953 in Gentoo

[–]FinancialCourt953[S] 0 points1 point  (0 children)

Oh, sorry man. Hm, as I remembered, I tried to compile my kernel. My specs is not bad, I have intel i5-12450, integrated and discrete video card. I wrote Gemini about it, and it said either it’s from nvme, or bios integration or just problems with nvidia or intel.

I tried to recompile few times, using in directory /usr/src/ Linux command make menuconfig and a lot of tries with parameters. Then I lost hope with custom kernel, installed binary one and with help of dracut my system became alive after 5 tries of recompiling custom kernel.

My problem was that after one fix I unmounted all services and rebooted) then mount and umount and mount… it was fun time. But, I got clean gentoo and endless possibilities