aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-xserver/xserver-xf86-config/p1022ds/xorg.conf
blob: 57f284e829554df02a0a20aa02766dbcb88e7fe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Section "Screen"
           Identifier      "Builtin Default fbdev Screen 0"
           Device  "Builtin Default fbdev Device 0"
EndSection

Section "ServerLayout"
           Identifier      "Builtin Default Layout"
           Screen  "Builtin Default fbdev Screen 0"
EndSection

Section "ServerFlags"
        Option          "DontZap"  "0"
EndSection

Section "InputClass"
        Identifier "keyboard-all"
        Driver "evdev"
        MatchIsKeyboard "on"
EndSection


Section "InputClass"
       Identifier "mouse-all"
       Driver "evdev"
       MatchIsPointer "on"
EndSection