libpng:update and moved to /usr/lib
[nyanlinux.git] / files / xorg.conf.sample
blob6bfdca7de88df13313310ceabaa4316c35bff68c
1 Section "InputClass"
2     Identifier "typematrix 2030 USB - keyboard default"
3     MatchIsKeyboard   "on"
5     Option "XkbModel" "tm2030USB"
6     Option "XkbLayout" "us"
7     Option "XkbVariant" "dvorak"
8     Option "XKbOptions" "compose:ralt"
9 EndSection
11 Section "InputClass"
12     Identifier "mouse default"
13     MatchIsPointer   "on"
15     Option "AccelerationProfile" "-1"
16     Option "AccelerationScheme" "none"
17 EndSection
19 Section "Device"
20         identifier "AMD"
21         driver "amdgpu"
22         Option "TearFree" "true"
23 EndSection