Search:
Browse Source
Home
Download
Documentation
Community
Ticket #16681
: xorg-conf.txt
File xorg-conf.txt,
282 bytes
(added by
gingerale
,
8 years ago
)
Contents of two configuration files in /etc/X11/xorg.conf.d/
Line
1
# 00-keyboard.conf
2
Section "InputClass"
3
Identifier "system-keyboard"
4
Driver "evdev"
5
MatchIsKeyboard "on"
6
Option "XkbLayout" "fi"
7
EndSection
8
9
# 50-mouse.conf
10
Section "InputClass"
11
Identifier "libinput-mouse"
12
Driver "libinput"
13
MatchIsPointer "yes"
14
EndSection
Download in other formats:
Original Format