mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-18 05:37:45 +02:00
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