We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975da50 commit a00e536Copy full SHA for a00e536
package/root/etc/X11/xorg.conf.d/40-pine64-armsoc.conf.disabled
@@ -2,12 +2,13 @@ Section "Device"
2
Identifier "armsoc_sunxi"
3
Driver "armsoc"
4
# Option "Debug" "true"
5
- Option "NoFlip" "false"
+ Option "NoFlip" "true"
6
# Option "DRICard" "0"
7
# Option "BusID" ""
8
# Option "DriverName" "false"
9
Option "DRI2MaxBuffers" "2"
10
Option "InitFromFBDev" "/dev/fb0"
11
+ Option "CursorChannelID" "3"
12
EndSection
13
14
Section "Screen"
0 commit comments