build-sys: get rid of noinst_HEADERS
[vd_agent.git] / data / xorg.conf.RHEL-5
blob67fd5bee3d63cfe1f481a5db948d9b2f5f89f676
1 Section "ServerLayout"
2         Identifier     "Default Layout"
3         Screen      0  "Screen0" 0 0
4         InputDevice    "Keyboard0" "CoreKeyboard"
5         InputDevice    "Mouse" "CorePointer"
6         InputDevice    "Tablet" "SendCoreEvents"
7 EndSection
9 Section "InputDevice"
10         Identifier  "Keyboard0"
11         Driver      "kbd"
12         Option      "XkbModel" "pc105"
13         Option      "XkbLayout" "us"
14 EndSection
16 Section "InputDevice"
17         Identifier  "Mouse"
18         Driver      "mouse"
19         Option      "Device" "/dev/input/mice"
20         #Option      "Emulate3Buttons" "yes"
21 EndSection
23 Section "InputDevice"
24         Identifier  "Tablet"
25         Driver      "evdev"
26         Option      "Device" "/dev/input/event3"
27 EndSection
29 Section "Device"
30         Identifier  "Videocard0"
31         Driver      "qxl"
32 EndSection
34 Section "Screen"
35         Identifier "Screen0"
36         Device     "Videocard0"
37         DefaultDepth     24
38         SubSection "Display"
39                 Viewport   0 0
40                 Depth     24
41         EndSubSection
42 EndSection