J
jotade70

  • Sep 10, 2022
  • Joined Apr 8, 2020
  • inxi -G
    Graphics:
      Device-1: Intel CoffeeLake-H GT2 [UHD Graphics 630] driver: i915
      v: kernel
      Device-2: Chicony HD Webcam type: USB driver: uvcvideo
      Display: x11 server: X.Org 1.20.13 driver: loaded: modesetting
      unloaded: nouveau resolution: 1920x1080
      OpenGL: renderer: llvmpipe (LLVM 12.0.1 256 bits) v: 4.5 Mesa 21.2.5

    llvmpipe has pretty low performance
    @jotade70 probably you have configuration in /etc/X11/xorg.conf.d/20-intel.conf
    just reduce it to

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

    I just realize other options goes driver to load llvmpipe.