summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-xserver
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/xorg-xserver')
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config/use-mainline-bsp/xorg.conf31
1 files changed, 7 insertions, 24 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/use-mainline-bsp/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/use-mainline-bsp/xorg.conf
index b6f83469..c58ae207 100644
--- a/recipes-graphics/xorg-xserver/xserver-xf86-config/use-mainline-bsp/xorg.conf
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/use-mainline-bsp/xorg.conf
@@ -1,28 +1,11 @@
1Section "Device" 1Section "Device"
2 Identifier "Driver0" 2 Identifier "etnaviv"
3 Screen 0 3 Driver "modesetting"
4 Driver "armada" 4 Option "kmsdev" "/dev/dri/card0"
5 5 Option "AccelMethod" "glamor"
6# Support hotplugging displays? 6EndSection
7 Option "Hotplug" "TRUE"
8
9# Support hardware cursor if available?
10 Option "HWCursor" "TRUE"
11
12# Use GPU acceleration?
13 Option "UseGPU" "TRUE"
14
15# Provide Xv interfaces?
16 Option "XvAccel" "TRUE"
17
18# Prefer overlay for Xv (TRUE for armada-drm, FALSE for imx-drm)
19 Option "XvPreferOverlay" "TRUE"
20
21# Which accelerator module to load (automatically found if commented out)
22 Option "AccelModule" "etnadrm_gpu"
23 Option "AccelModule" "etnaviv_gpu"
24 7
25# Support DRI2 interfaces? 8Section "ServerFlags"
26 Option "DRI" "TRUE" 9 Option "AutoAddGPU" "false"
27EndSection 10EndSection
28 11