diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2022-06-22 18:44:59 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-22 18:44:59 -0300 |
| commit | 515ec3066fe76b7819d71c00bcc41613f849b619 (patch) | |
| tree | 9e99ced466087232174fb2983cf7fd188154aca7 | |
| parent | 47bc547355a1f1477dd2526f5b19c1016663de62 (diff) | |
| parent | 8ffdd5878315e5af3ac3d68b57c7100df2475f80 (diff) | |
| download | meta-freescale-515ec3066fe76b7819d71c00bcc41613f849b619.tar.gz | |
Merge pull request #1116 from Freescale/backport-1114-to-kirkstone
[Backport kirkstone] Update xorg.conf
| -rw-r--r-- | recipes-graphics/xorg-xserver/xserver-xf86-config/use-mainline-bsp/xorg.conf | 2 |
1 files changed, 1 insertions, 1 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 0c52ad3b6..6fe64e117 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,7 +1,7 @@ | |||
| 1 | Section "Device" | 1 | Section "Device" |
| 2 | Identifier "etnaviv" | 2 | Identifier "etnaviv" |
| 3 | Driver "modesetting" | 3 | Driver "modesetting" |
| 4 | Option "kmsdev" "/dev/dri/card0" | 4 | Option "kmsdev" "/dev/dri/card1" |
| 5 | Option "AccelMethod" "glamor" | 5 | Option "AccelMethod" "glamor" |
| 6 | Option "Atomic" "On" | 6 | Option "Atomic" "On" |
| 7 | EndSection | 7 | EndSection |
