kernel still breaking. updated name which may have been issue

This commit is contained in:
tumillanino
2026-04-09 15:58:55 +10:00
parent 1c59f8a718
commit c6ffa3591f
155 changed files with 6219 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
# Stem Darkening
FREETYPE_PROPERTIES="cff:no-stem-darkening=0 autofitter:no-stem-darkening=0"

View File

@@ -0,0 +1 @@
GSK_RENDERER=vulkan

View File

@@ -0,0 +1,4 @@
# Use non-free iHD drivers
LIBVA_DRIVERS_PATH=/usr/lib64/dri-nonfree
LIBVA_DRIVER_NAME=iHD

View File

@@ -0,0 +1,21 @@
[Unit]
Description=Zero-configuration fan control for ThinkPad
Conflicts=thinkfan.service
#
[Service]
ExecStart=/bin/zcfan
Restart=always
RestartSec=500ms
#
MemoryDenyWriteExecute=yes
NoNewPrivileges=yes
ProtectControlGroups=yes
RestrictAddressFamilies=
RestrictRealtime=yes
# We don't need to do any substantial clean up, so if something hangs it's
# going to stay that way. Just forcefully kill and get it over with.
TimeoutStopSec=2
[Install]
WantedBy=default.target