Skip to content

Commit 4a3ee38

Browse files
committed
switch iris driver setup to DRI 3 to work correctly and setup our
X11 with proper hardware-accelerated GLX support.
1 parent 9072441 commit 4a3ee38

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

  • buildroot-external/rootfs-overlay/etc/X11/xorg.conf.d
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Section "Device"
2-
Identifier "Intel Graphics"
3-
Driver "intel"
4-
Option "AccelMethod" "sna"
5-
Option "DRI" "iris"
2+
Identifier "Intel Graphics"
3+
Driver "intel"
4+
Option "DRI" "3"
65
EndSection

0 commit comments

Comments
 (0)