pmaports/device/testing/soc-mediatek-mt8183/xorg.conf.d/13-panfrost-swapped-dri-nodes.conf

24 lines
617 B
Text
Raw Normal View History

Section "ServerFlags"
Option "AutoAddGPU" "off"
Option "Debug" "dmabuf_capable"
EndSection
Section "OutputClass"
Identifier "panfrost"
MatchDriver "mediatek"
Driver "modesetting"
Option "PrimaryGPU" "true"
EndSection
Section "OutputClass"
Identifier "kmsdev"
MatchDriver "modesetting"
Option "kmsdev" "/dev/dri/card1"
EndSection
Section "OutputClass"
Identifier "accel"
MatchDriver "modesetting"
Option "AccelMethod" "glamor"
EndSection