5467a6c6d575ba4a3e8ff6fca4f67297ea039fea
[adaptation/ap_samsung/xserver-xorg-misc-exynos.git] / mobile / arm-e4412 / xorg.conf.d / display.conf
1 Section "ServerLayout"
2         Identifier              "Test Layout"
3         Screen          0       "Screen0" 0 0
4         InputDevice             "Gesture"
5 EndSection
6
7 Section "Screen"
8         Identifier              "Screen0"
9         Device                  "exynos"
10         Monitor                 "Monitor0"
11 #        SubSection              "Display"
12 #                Modes           "320x480"
13 #        EndSubSection
14 EndSection
15
16 Section "Monitor"
17         Identifier              "Monitor0"
18         Option                  "DPMS"  "true"
19 #       DisplaySize             46 76
20 EndSection
21
22 Section "Device"
23         Identifier              "exynos"
24         Driver                  "exynos"
25         Option                  "exa"           "true"
26         Option                  "dri2"          "true"
27         Option                  "sw_exa"        "true"
28         Option                  "tfb"           "true"
29         Option                  "cachable"      "false"
30 EndSection