This commit is contained in:
parent
9ffb104232
commit
dbb20f3399
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue