>>92218306
sudo touch /etc/X11/xorg.conf.d/20-intel.conf
Here's an example /etc/X11/xorg.conf.d/20-intel.conf file that includes additional options for configuring the Intel graphics
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
# Uncomment the following line to enable tear-free rendering:
# Option "TearFree" "true"
# Uncomment the following line to set the maximum amount of memory that can be allocated to the graphics device:
# Option "VideoRAM" "2048"
# Uncomment the following line to enable hardware acceleration for video decoding:
# Option "AccelMethod" "sna"
# Uncomment the following line to disable page flipping for improved performance:
# Option "PageFlip" "false"
EndSection
check the options here and adjust for what you need.
https://wiki.archlinux.org/title/intel_graphics