Using Solus (all builds) with some integrated Intel graphics cards causes an issue with screen flicker which is triggered by the mouse cursor being at certain X-Y coordinates. While not a critical issue, it can be very annoying.
The fix has been found to be helpful on Intel HD520 & 620 cards but is likely to be functional on other Intel cards too.
I was lucky enough to come across this suggestion on askbuntu.com. It worked very well on my fresh install of Solus and had the added bonus of only needing to log off and back on to apply, meaning that the fix could be tested for success on the Live environment before committing to the installed OS.
Would it be possible to incorporate this into future builds of Solus?
At /etc/X11/xorg.conf.d/
Create a file
Name the file: 20-intel_flicker_fix.conf
And place the following inside:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TripleBuffer" "true"
Option "TearFree" "true"
EndSection
Log off and back on again (live) or reboot (installed OS).