uploaded spice-vdagent
[platform/adaptation/emulator/spice-vdagent.git] / data / xorg.conf.RHEL-5
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
8
9 Section "InputDevice"
10         Identifier  "Keyboard0"
11         Driver      "kbd"
12         Option      "XkbModel" "pc105"
13         Option      "XkbLayout" "us"
14 EndSection
15
16 Section "InputDevice"
17         Identifier  "Mouse"
18         Driver      "mouse"
19         Option      "Device" "/dev/input/mice"
20         #Option      "Emulate3Buttons" "yes"
21 EndSection
22
23 Section "InputDevice"
24         Identifier  "Tablet"
25         Driver      "evdev"
26         Option      "Device" "/dev/input/event3"
27 EndSection
28
29 Section "Device"
30         Identifier  "Videocard0"
31         Driver      "qxl"
32 EndSection
33
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