Hi
Hardware = Lenovo Laptop Z70-80
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09)
The problem with kernel 5.12 is that during boot at the point it switches to the framebuffer, my screen starts to shimmer / or wobble as though it’s slightly out of sync
This works fine with kernel 5.11-16-default
The only way I’ve found to get rid of the shimmer in 5.12 is to turn off modesetting
ie in /etc/grub/default
GRUB_CMDLINE_LINUX="i915.modeset=0"
Unfortunately this seriously degrades graphics performance, so you get video tearing
inxi -Gay tells me:
5.12.4-1-default (with the fault, modesetting enabled)
Graphics:
Device-1: Intel HD Graphics 5500 vendor: Lenovo driver: i915 v: kernel
bus-ID: 00:02.0 chip-ID: 8086:1616 class-ID: 0300
Device-2: Syntek Lenovo EasyCamera type: USB driver: uvcvideo bus-ID: 1-6:3
chip-ID: 174f:14be class-ID: 0e02 serial: 200901010001
Display: x11 server: X.Org 1.20.11 driver: loaded: intel
unloaded: fbdev,modesetting,vesa display-ID: :0.0 screens: 1
Screen-1: 0 s-res: 1920x1080 s-dpi: 96 s-size: 508x285mm (20.0x11.2")
s-diag: 582mm (22.9")
Monitor-1: eDP1 res: 1920x1080 hz: 60 dpi: 128 size: 380x210mm (15.0x8.3")
diag: 434mm (17.1")
OpenGL: renderer: Mesa DRI Intel HD Graphics 5500 (BDW GT2)
v: 4.6 Mesa 21.1.1 compat-v: 3.0 direct render: Yes
I’m fully up-to-date with all zypper dups just having to use the 5.11-16 kernel
There was as similar (ish) problem fixed with the i915 and kernel 5.12 reported here:
https://bugzilla.opensuse.org/show_bug.cgi?id=1185601
but that doesn’t seem to have fixed all the i915 problems
Any thoughts?