Steward
分享是一種喜悅、更是一種幸福
微電腦 - GPD MicroPC - Debian 10 - 解決Screen Tearing問題
$ sudo apt-get install -y firmware-misc-nonfree
$ sudo mkdir -p /etc/X11/xorg.conf.d
$ sudo vim /etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"
EndSection
$ sudo reboot