mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-06-15 15:09:33 +00:00
kernel still breaking. updated name which may have been issue
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# Stem Darkening
|
||||
FREETYPE_PROPERTIES="cff:no-stem-darkening=0 autofitter:no-stem-darkening=0"
|
||||
@@ -0,0 +1 @@
|
||||
GSK_RENDERER=vulkan
|
||||
@@ -0,0 +1,4 @@
|
||||
# Use non-free iHD drivers
|
||||
|
||||
LIBVA_DRIVERS_PATH=/usr/lib64/dri-nonfree
|
||||
LIBVA_DRIVER_NAME=iHD
|
||||
@@ -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
|
||||
@@ -0,0 +1,18 @@
|
||||
# T480s setup in one go
|
||||
solarpowered-setup:
|
||||
flatpak install --system flathub --noninteractive --assumeyes com.github.d4nj1.tlpui
|
||||
rpm-ostree kargs \
|
||||
--append-if-missing="thinkpad_acpi.fan_control=1" \
|
||||
--append-if-missing="i915.enable_guc=2" \
|
||||
--append-if-missing="i915.enable_fbc=1" \
|
||||
--append-if-missing="sysrq_always_enabled=1" \
|
||||
--append-if-missing="page_alloc.shuffle=1" \
|
||||
--append-if-missing="hid_apple.fnmode=0"
|
||||
sudo systemctl enable zcfan.service
|
||||
sudo systemctl start python3-validity.service
|
||||
sudo systemctl start open-fprintd.service
|
||||
sudo systemctl enable open-fprintd-resume.service open-fprintd-suspend.service open-fprintd.service python3-validity.service
|
||||
sudo authselect enable-feature with-fingerprint
|
||||
sudo authselect apply-changes
|
||||
sudo authselect current
|
||||
echo 'Remember to reboot!'
|
||||
Reference in New Issue
Block a user