Hi all,
I am having a problem with Solus Gnome and Screen Flickering on my Laptop. This seems to be a known issue with Intel UHD 620 graphics.
I used to fix this by switching to Wayland, but Wayland is not available anymore. Googling the Issue finds a couple of solutions, but none of them seem to work in Solus Gnome.
Also Solus Plasma does not seem to have this problem. What I have tried so far:
/etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "DRI" "3" # DRI2 and DRI1 are alternatives if DRI3 performs performs poorly
Option "TearFree" "true"
Option "AccelMethod" "sna" # default
#Option "AccelMethod" "uxa" # fallback
EndSection
/etc/kernel/cmdline.d/00_intel.conf
i915.fastboot=1
i915.edp_vswing=1
i915.preliminary_hw_support=1
intel_idle.max_cstate=1
acpi_backlight=vendor
acpi.osi=Linux
Neither of these fixes seem to work. Neither by them selfes nore combined.
Can someone please help with this issue?
TIA