summaryrefslogtreecommitdiff
path: root/arm-e4412/xorg.conf.d/display.conf
blob: f55045d1f2f31fb97bf3931eb781d9f9aaebc529 (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
28
29
Section "ServerLayout"
        Identifier              "Test Layout"
        Screen          0       "Screen0" 0 0
	InputDevice		"Gesture"
EndSection

Section "Screen"
        Identifier              "Screen0"
        Device                  "exynos"
        Monitor                 "Monitor0"
#        SubSection              "Display"
#                Modes           "320x480"
#        EndSubSection
EndSection

Section "Monitor"
        Identifier              "Monitor0"
        Option                  "DPMS"  "true"
#       DisplaySize             46 76
EndSection

Section "Device"
        Identifier              "exynos"
        Driver                  "exynos"
        Option                  "exa"           "true"
        Option                  "dri2"          "true"
        Option                  "sw_exa"        "true"
        Option                  "tfb"           "true"
EndSection