Add 20-displaylink.conf
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
a7158c877e
commit
04927aa24c
2 changed files with 18 additions and 0 deletions
12
system/etc/X11/xorg.conf.d/20-displaylink.conf
Normal file
12
system/etc/X11/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