aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-xserver/xserver-xf86-config/use-mainline-bsp/xorg.conf
blob: c58ae207e7ffed312a7fd4c71911dfae230b161f (plain)
1
2
3
4
5
6
7
8
9
10
11
Section "Device"
    Identifier "etnaviv"
    Driver     "modesetting"
    Option     "kmsdev"      "/dev/dri/card0"
    Option     "AccelMethod" "glamor"
EndSection

Section "ServerFlags"
    Option     "AutoAddGPU"  "false"
EndSection