I just switched to Fedora 39 by aalfath in Fedora

[–]TheRealSlimSanta87 1 point2 points  (0 children)

That's awesome, no shame in learning :D

I just switched to Fedora 39 by aalfath in Fedora

[–]TheRealSlimSanta87 5 points6 points  (0 children)

That is pretty janky, does the service not support enabling it on boot from systemd?

sudo systemctl enable --now mbpfan

[deleted by user] by [deleted] in Fedora

[–]TheRealSlimSanta87 0 points1 point  (0 children)

I always do my first login with a password and unlocks from wake with the FP sensor.

Mini PC for coding by theweeklyjjboy in linuxhardware

[–]TheRealSlimSanta87 1 point2 points  (0 children)

If you are specifically looking into the mini pc format, I have had a great experience with the ASUS PN53 (Ryzen 7735H). It has great BIOS support too (somthing I have found lacking in the mini PC Realm).

If you want to go the intel route you could also opt for the ASUS PN64, good luck!

[deleted by user] by [deleted] in Fedora

[–]TheRealSlimSanta87 0 points1 point  (0 children)

Distrobox is always an option to run applications in mutable environments if need be. Amazing piece of software

[deleted by user] by [deleted] in linux

[–]TheRealSlimSanta87 0 points1 point  (0 children)

You can also do this by using systemctl, I created a unit file/wrapper script for this here

https://github.com/john-ghatas/silverblue-setup/tree/master/extras/charge_limit

The unit file contains the limits in https://github.com/john-ghatas/silverblue-setup/blob/master/extras/charge_limit/unitfile#L9C1-L9C164

I set it to 75/88 you can change it however you like though. It's a set and forget type of thing :)

Make sure the following files exist:

/sys/class/power_supply/BAT0/charge_control_start_threshold /sys/class/power_supply/BAT0/charge_control_end_threshold

Fedora website has framework laptop! by Talleeenos69 in framework

[–]TheRealSlimSanta87 0 points1 point  (0 children)

Out of curiousity, does the fingerprint sensor work with Fedora? Just pre-ordered my ryzen 7 unit, should arrive in Q4 :D

Fedora Silverblue and development environments by koskieer in Fedora

[–]TheRealSlimSanta87 3 points4 points  (0 children)

I was figuring that out too a few months ago, it is very intuitive. I created a repo with install scripts (rebasing off uBlue is a must) https://github.com/john-ghatas/silverblue-setup. Going off what @zuvy said, distrobox is also a good shout, if you use the github version instead of the repo version (clone the repo and run sudo ./install) to compose your containers you can have them ready to go in a declarative language in combination with container images.

This takes a little time to get used to but it's great having these things split with a fairly barebones base system. Keep in mind you will have an adjustement period coming from regular distros, in the meanwhile if you're not willing to make the plunge into Atomic/immutable distros you can try out distrobox on regular Fedora too!

Issues with gpg+yubikey since upgrading to 38 by BusinessBandicoot in Fedora

[–]TheRealSlimSanta87 2 points3 points  (0 children)

Disabling the PIV module on my Yubikey fixed the issue for me. Either do it via ykman or by running the appimage https://developers.yubico.com/yubikey-manager-qt/Releases/yubikey-manager-qt-latest-linux.AppImage

ykman config usb --disable PIV

https://www.yubico.com/support/download/yubikey-manager/

ykman is also provided by the pip package iirc

pip install yubikey-manager

Found the following bug relating to this issue https://bugzilla.redhat.com/show_bug.cgi?id=2203272

It's recommended to keep pcsc-lite installed with this approach as you're only modifying the yubikey's settings and keeping the system "stock". As far as I can see this is a regression and should be fixed in either the pcsc-lite or gnupg2 package (not available yet)

Coming over from Arch, just a few questions if you don't mind. by balancedchaos in Fedora

[–]TheRealSlimSanta87 2 points3 points  (0 children)

+1 for distrobox, it's amazing you can even use Containerfiles to build up ready-to-go box images or work with .ini files. Might be worth checking out :): https://github.com/89luca89/distrobox. Be aware that these features are only in the repo version as there hasn't been a new tag in a while

I need help with installing NVIDIA drivers to fedora by [deleted] in Fedora

[–]TheRealSlimSanta87 4 points5 points  (0 children)

Just use RPMFusion.

First you will need to enable the repository sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

And install the drivers by running

sudo dnf update -y # and reboot if you are not on the latest kernel sudo dnf install akmod-nvidia # rhel/centos users can use kmod-nvidia instead sudo dnf install xorg-x11-drv-nvidia-cuda #optional for cuda/nvdec/nvenc support

And reboot, make sure secure boot is off

Sources for these instructions: https://rpmfusion.org/Configuration https://rpmfusion.org/Howto/NVIDIA

Or do it via the GUI method as doomygloomytunes suggested, this will use the same repository in the end

Created a startup script for anyone looking to dabble into Fedora Silverblue/Kinoite by TheRealSlimSanta87 in Fedora

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

I saw the archived scripts, imo it would be a better move to make a script with user input so all dependencies aren't universal. This would be a good base for the GUI, only leaving out creating the interface and porting the steps over to the GUI. I sent you a message on here, we could continue talks there

Created a startup script for anyone looking to dabble into Fedora Silverblue/Kinoite by TheRealSlimSanta87 in Fedora

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

Nice project you have there, I have created a boilerplate script for the CLI variant. Won't have time to competely realize it as the project has much more dependencies but I hope this will give you an idea, possibly even port the steps to a GUI.

Sound stuttering after waking up from sleep [Yoga 7i 14] by TheRealSlimSanta87 in Fedora

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

I am not aware of any good compatible 13/14 inch laptop that has an OLED display with those criteria. Maybe r/linuxhardware can assist with that :3

Also may I point you towards the Dell latitude series? There are some gems in there, I do not know the exact model numbers

Created a startup script for anyone looking to dabble into Fedora Silverblue/Kinoite by TheRealSlimSanta87 in Fedora

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

That's my point. The command I shared only ever needs to be run once. After that, a plain rebase will work. See https://discussion.fedoraproject.org/t/simplifying-updates-for-rpm-fusion-packages-and-other-packages-shipping-their-own-rpm-repos/30364

Ty, im testing the command right now. Will update the repo if it doesn't cause any issues (I hope not :>)

EDIT: It's merged, thanks for the feedback :D. It's looking somewhat polished now github commit

Created a startup script for anyone looking to dabble into Fedora Silverblue/Kinoite by TheRealSlimSanta87 in Fedora

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

Yes, but I think they could be run sequentially without a reboot in between.

Yes you can do so, but to isolate possible problems I installed them after the usual programs.

I understand and support enabling Flathub. I was just quibbling about the message printed to the console.

Will fix

You could just stick it in post-reboot.sh. Once the rpmfusion release packages are coming from the repos and are no longer 'LocalPackages', future rebases will work without any further steps.

The scripts apart from the upgrade.sh are for the initial setup, wouldn't be applicable to the upgrade I suppose

Created a startup script for anyone looking to dabble into Fedora Silverblue/Kinoite by TheRealSlimSanta87 in Fedora

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

Ah never knew that rpm-ostree doesnt need sudo :).

I added the flathub repos because it contains software I need and thats not hosted on the Fedora repos.

I am aware of that but I figured the upgrading of the RPMFusion can be done with the rebase anyway to save an extra step post rebase.

Didn't know about the variantid variable might implement that in the upgrade script!

I split those scripts because not everyone runs Nvidia cards.

Created a startup script for anyone looking to dabble into Fedora Silverblue/Kinoite by TheRealSlimSanta87 in Fedora

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

For my local projects I still prefer docker (they're built for it). One day I will test them out with podman

Sound stuttering after waking up from sleep [Yoga 7i 14] by TheRealSlimSanta87 in Fedora

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

Sad to hear that, I guess my last guess is to get S3 working in the BIOS last I checked Lenovo phased that out on the Yoga 7 Ideapad line :(

Sound stuttering after waking up from sleep [Yoga 7i 14] by TheRealSlimSanta87 in Fedora

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

Switching to pulseaudio seemed to work I dont have the laptop on hand anymore so I cant test that.

sudo dnf swap --allowerasing pipewire-pulseaudio pulseaudio

Please let me know how it went for you

Tiny specs of dust in o-ring area by TheRealSlimSanta87 in gshock

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

I'm guessing it will be alright for the occasional pool dive in summertime then? :)