R4.1 i3 window manager refresh issues

  1. Try newer kernel (5.15 or 5.18 with kernel-latest package). If issue still occur, try idea 2.

  2. In dom0, add the following in a new file /etc/X11/xorg.conf.d/20-intel.conf:

    Section "Device"
      Identifier "Intel Graphics"
      Driver "intel"
    EndSection
    

    Reboot the laptop and check if it fixes the issue.

2 Likes