Graphics broken during installation

Hello @fyataru :wink:

That looks to me like a malform power-saving feature. Add this to the kernel parameter:

intel_idle.max_cstate=1 i915.enable_dc=0 i915.enable_fbc=0
  1. will restrict the cstate of the processor at C0 and C1.
  2. disables the power-saving display C-states.
  3. disables frame buffer compression for power savings.

More info:

modinfo i915
modinfo intel_idle
1 Like