mirror of https://github.com/tiyn/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
774 B
774 B
Intel
Intel is a vendor and manufacturer of semiconductor chips. They provide motherboard chips, network interface controllers, flash memory, graphics chips and more.
Intel Graphics
Intel graphics is the name for various intel made integrated graphics processors.
Configuration
Screen Tearing
Linux systems that use intel graphics can sometimes have problems with screen
tearing.
To get this working you need to change the /etc/X11/xorg.conf.d/20-intel.conf
as explained on
maketecheasier
to:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"
EndSection