aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-driver/files/freedreno.conf
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/xorg-driver/files/freedreno.conf')
-rw-r--r--recipes-graphics/xorg-driver/files/freedreno.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-graphics/xorg-driver/files/freedreno.conf b/recipes-graphics/xorg-driver/files/freedreno.conf
new file mode 100644
index 0000000..a7a5630
--- /dev/null
+++ b/recipes-graphics/xorg-driver/files/freedreno.conf
@@ -0,0 +1,10 @@
+Section "Device"
+ Identifier "Video Device"
+ Driver "freedreno"
+EndSection
+
+Section "Screen"
+ Identifier "Screen"
+ Device "Video Device"
+ DefaultDepth 24
+EndSection