Spyke

Posts

linux·Linuxbyrodbiren

[Solution] Lenovo Legion 5i Pro 16IAH7H Nvidia RTX 3070 82RF006XUS i7-12700H Linux Mint Fixes and Modifications

I wanted to post all the workaround and configs I needed to make Linux Mint work on the Lenovo Legion 5i Pro 2022 so others who need the help can find it on a non-reddit source. This will also be helpful for when I inevitably hop distros or break my system because I am a crazy person.

The following should get Linux Mint 21.2 working reasonably well on your Lenovo Legion assuming the assuming the model is the same.

  1. Fixing stuck on mint logo after installing the nvidia driver.

Install the most recent nvidia driver using the driver manager on mint. Run the following so systemd does not stall waiting for the backlight service.

sudo systemctl mask systemd-backlight@backlight\:nvidia_0.service
  1. Edit your kernel arguments so that the backlight works on Cinnamon

Open the file:

sudo nano /etc/default/grub

Add the following to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

acpi_backlight=video

Update grub to apply the change

sudo update grub
  1. Get a more recent kernel through one of the following methods to make suspend and resume work properly
  1. Adjust keyboard lighting (Optional)

https://github.com/4JX/L5P-Keyboard-RGB

All of that together should make the system function normal and reasonably optimal. So if you use Linux Mint or are having similar issues with your superior for some reason distribution, these may come in handy. As for future Rod Biren, quit spending all your time breaking your OS and avoiding actual work on your side projects. Loading bars are not actual progress.

https://www.lenovo.com/us/en/p/laptops/legion-laptops/legion-5-series/legion-5i-pro-gen-7-(16-inch-intel)/len101g0015?orgRef=https://duckduckgo.com/Open linkView original on midwest.social
linux·Linuxbyrodbiren

Advice on finding and using a performent scheduler?

I like to follow articles benchmarking OSs on phoronix a lot. Whenever Arch looks bad I see comments riddled with saying that is because the default scheduler sucks. I feel fairly compitent with Linux but for some reason schedulers seemed like this black box that lives in the realm of places where I normally break my OS from not paying close attention.

Is it a program run by something like systemd? Is it a config or patch of the kernel? Which ones are good and how important are they?

Anyways, any advice on schedulers would be appreciated.

View original on midwest.social
linux·Linuxbyrodbiren

Good dumb TV for my living room media center?

Just had my old dumb LG TV die after 9 years of working just dandy. I lack the desire to root around for a dead capacitor so I am currently in the market for an approximate replacement to act as the display for my Linux media center in my living room. I figure this is the right crowd for finding a non-invasive TV so my Linux machine can be the brains. I trust modern Tvs less and less.

Desired features

55"
Non terrible audio
As dumb of hardware/software as reasonably achievable
View original on midwest.social

You reached the end