touchpad scaling and 580 nvidia driver
Some checks failed
os / build (push) Has been cancelled

This commit is contained in:
Anders da Silva Rytter Hansen 2026-04-03 13:18:17 -03:00
commit dbb20f3399
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ COPY bin/set_next_version.sh /tmp
RUN /tmp/set_next_version.sh
COPY repo/*.repo /etc/yum.repos.d/
RUN dnf config-manager --add-repo=https://negativo17.org/repos/epel-nvidia.repo -y
RUN dnf config-manager --add-repo=https://negativo17.org/repos/epel-nvidia-580.repo -y
# This is necessary for the speakers and internal microphone
RUN dnf install -y alsa-sof-firmware

View file

@ -6,7 +6,7 @@ Section "InputClass"
Driver "libinput"
# Korrigerer hastigheden til 2x (til 4K / 200% skalering)
#Option "TransformationMatrix" "5 0 0 0 5 0 0 0 2"
Option "TransformationMatrix" "5 0 0 0 5 0 0 0 2"
# Bruger den ergonomiske 'adaptive' profil (1 0 er Adaptive)
#Option "AccelProfile" "adaptive"