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

Section "ServerFlags"
    Option     "AutoAddGPU"  "false"
    Option     "DRI"         "3"
EndSection