aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-xserver/xserver-xf86-config/omap4/xorg.conf
blob: 87ded4dd6951203ed3e8d312552d3cd6a795c457 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# more /usr/share/X11/xorg.conf.d/99-omap.conf 
# X.Org X server configuration file

Section "Device"
        Identifier      "Video Device"
        Driver          "omap"
        Option          "Debug"         "false"
        Option          "HWcursor"      "false"
EndSection

Section "Screen"
        Identifier      "Screen"
        Monitor         "Monitor"
        Device          "Video Device"
EndSection