diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-03-06 13:12:16 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-06 13:12:16 -0300 |
commit | cebc5153a331f21173b93fbb5b79bc9c3975541f (patch) | |
tree | 0b6d8bf612d8f5a66e47081f31f8da2d436e1d82 /recipes-graphics/xorg-xserver | |
parent | f6e0f17d2b777d15d97632055d129a10bd47e525 (diff) | |
parent | 697f7f33874f4cefb8ca5178ceb3a58bcfac082e (diff) | |
download | meta-freescale-cebc5153a331f21173b93fbb5b79bc9c3975541f.tar.gz |
Merge pull request #998 from MaxKrummenacher/master
drop vivante specific x11 driver & opencv: follow oe-core's variable name changes
Diffstat (limited to 'recipes-graphics/xorg-xserver')
-rw-r--r-- | recipes-graphics/xorg-xserver/xserver-xf86-config/mx6-nxp-bsp/xorg.conf | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6-nxp-bsp/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6-nxp-bsp/xorg.conf index b89bed60f..79b6c0fc1 100644 --- a/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6-nxp-bsp/xorg.conf +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6-nxp-bsp/xorg.conf | |||
@@ -1,9 +1,7 @@ | |||
1 | Section "Device" | 1 | Section "Device" |
2 | Identifier "i.MX Accelerated Framebuffer Device" | 2 | Identifier "Kernel Framebuffer Device" |
3 | Driver "vivante" | 3 | Driver "fbdev" |
4 | Option "fbdev" "/dev/fb0" | 4 | Option "fbdev" "/dev/fb0" |
5 | Option "vivante_fbdev" "/dev/fb0" | ||
6 | Option "HWcursor" "false" | ||
7 | EndSection | 5 | EndSection |
8 | 6 | ||
9 | Section "ServerFlags" | 7 | Section "ServerFlags" |