update changelog for release
[profile/ivi/xorg-x11-server-misc.git] / i386-common / xorg.conf
1 Section "ServerLayout"
2         Identifier              "Test Layout"
3         Screen          0       "Screen0" 0 0
4 EndSection
5
6 Section "Screen"
7         Identifier              "Screen0"
8         Device                  "intel"
9         Monitor                 "Monitor0"
10         #       SubSection              "Display"
11         #               Modes           "480x800"
12         #       EndSubSection
13 EndSection
14
15 Section "Monitor"
16         Identifier              "Monitor0"
17         Option                  "DPMS"  "true"
18         Option                  "Rotate" "left"
19 EndSection
20
21 Section "ServerFlags"
22         Option "blank time"     "0"
23         Option "standby time"   "0"
24         Option "suspend time"   "0"
25         Option "off time"       "0"
26 EndSection
27
28 Section "Device"
29         Identifier              "intel"
30         Driver                  "intel"
31         Option                  "fbdev"         "/dev/fb0"
32 EndSection
33
34 Section "InputClass"
35         Identifier "evdev pointer catchall"
36         MatchIsPointer "on"
37         MatchDevicePath "/dev/input/event*"
38         Driver "evdev"
39 EndSection
40
41 Section "InputClass"
42         Identifier "evdev keyboard catchall"
43         MatchIsKeyboard "on"
44         MatchDevicePath "/dev/input/event*"
45         Driver "evdev"
46 EndSection