From dbb20f3399a28fb09f47934fa43cc73233567ccd Mon Sep 17 00:00:00 2001 From: Anders da Silva Rytter Hansen Date: Fri, 3 Apr 2026 13:18:17 -0300 Subject: [PATCH] touchpad scaling and 580 nvidia driver --- Dockerfile | 2 +- etc/X11/xorg.conf.d/90-touchpad-tap.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3bd7d08..9bda9d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/etc/X11/xorg.conf.d/90-touchpad-tap.conf b/etc/X11/xorg.conf.d/90-touchpad-tap.conf index 9000db3..aef5833 100644 --- a/etc/X11/xorg.conf.d/90-touchpad-tap.conf +++ b/etc/X11/xorg.conf.d/90-touchpad-tap.conf @@ -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"