35 lines
654 B
Plaintext
35 lines
654 B
Plaintext
/etc/X11/xorg.conf.d/
|
|
|
|
# Check the current status
|
|
Run command: xrandr --verbose | grep "TearFree"
|
|
|
|
Show Graphics Card Information
|
|
Run command: inxi -G
|
|
|
|
|
|
#*_#*_#*_*#_*#_*#_*
|
|
|
|
AMD GPU
|
|
|
|
-.-.-.-.-.-.-.-.-.-
|
|
|
|
sudo nano /etc/X11/xorg.conf.d/20-amdgpu.conf
|
|
|
|
Section "Device"
|
|
Identifier "AMD Graphics"
|
|
Driver "amdgpu"
|
|
Option "TearFree" "true"
|
|
EndSection
|
|
|
|
|
|
|
|
#*_#*_#*_*#_*#_*#_*#_*#_*#_#*_#*_#*_#*_#*_#*_#*#_*#_#*_#*_#*
|
|
|
|
nVidia GPU Composition Pipeline / X Server Settings
|
|
|
|
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
|
|
|
|
sudo nvidia-settings
|
|
|
|
/etc/X11/xorg.conf
|