Skip to content

Commit a00e536

Browse files
committed
Use my armsoc feature to separate cursor plane
1 parent 975da50 commit a00e536

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package/root/etc/X11/xorg.conf.d/40-pine64-armsoc.conf.disabled

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ Section "Device"
22
Identifier "armsoc_sunxi"
33
Driver "armsoc"
44
# Option "Debug" "true"
5-
Option "NoFlip" "false"
5+
Option "NoFlip" "true"
66
# Option "DRICard" "0"
77
# Option "BusID" ""
88
# Option "DriverName" "false"
99
Option "DRI2MaxBuffers" "2"
1010
Option "InitFromFBDev" "/dev/fb0"
11+
Option "CursorChannelID" "3"
1112
EndSection
1213

1314
Section "Screen"

0 commit comments

Comments
 (0)