Update installation script
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
d64ddd3c36
commit
7f0114dae6
3 changed files with 42 additions and 34 deletions
6
system/etc/X11/nvidia-xorg.conf.d/00-keyboard.conf
Normal file
6
system/etc/X11/nvidia-xorg.conf.d/00-keyboard.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
Section "InputClass"
|
||||
Identifier "system-keyboard"
|
||||
MatchIsKeyboard "on"
|
||||
Option "XkbLayout" "ch"
|
||||
Option "XkbModel" "pc105"
|
||||
EndSection
|
12
system/etc/X11/nvidia-xorg.conf.d/20-displaylink.conf
Normal file
12
system/etc/X11/nvidia-xorg.conf.d/20-displaylink.conf
Normal file
|
@ -0,0 +1,12 @@
|
|||
Section "OutputClass"
|
||||
Identifier "DisplayLink"
|
||||
MatchDriver "evdi"
|
||||
Driver "modesetting"
|
||||
Option "AccelMethod" "none"
|
||||
EndSection
|
||||
|
||||
Section "Device"
|
||||
Identifier "DisplayLink"
|
||||
Driver "modesetting"
|
||||
Option "PageFlip" "false"
|
||||
EndSection
|
Loading…
Add table
Add a link
Reference in a new issue