Город МОСКОВСКИЙ
00:21:58

Peppermint 9 Screen Tearing Problem Solving (Intel Graphics)

Аватар
Настольные игры: игры для гениусов
Просмотры:
23
Дата загрузки:
20.03.2024 12:02
Длительность:
00:21:58
Категория:
Лайфстайл

Описание

In this video we will take a look at solving screen tearing issues in Peppermint 9, it's a simple case of disabling desktop effects, creating a file and copying the information from the show notes below into the created file (compton.conf) there is extra video 2nd part, which covers some problem solving in the event, for some unknown reason things didn't go as expected, it's effectively a back up plan.

Best used: without installing proprietary videos drivers or with onboard graphics drivers (no video card installed using CPU graphics)

Extra video 2nd part - 14:00

compton.conf (file) should be created in /home/username/.config/compton.conf

Replace the word (username) with your username. to find your username open a terminal, the name before the @ symbol is your username.

Copy text in between the dotted lines and paste into compton.conf file

------------------------------------------------------------------------------------------------
backend = "glx";
paint-on-overlay = true;
glx-no-stencil = true;
glx-no-rebind-pixmap = true;
vsync = "opengl-swc";

# These are important. The first one enables the opengl backend. The last one is the vsync method. Depending on the driver you might need to use a different method.
# The other options are smaller performance tweaks that work well in most cases.
# You can find the rest of the options here: https://github.com/chjj/compton/wiki/perf-guide, and here: https://github.com/chjj/compton/wiki/vsync-guide


# Shadow
shadow = false; # Enabled client-side shadows on windows.
no-dock-shadow = true; # Avoid drawing shadows on dock/panel windows.
no-dnd-shadow = true; # Don't draw shadows on DND windows.
clear-shadow = true; # Zero the part of the shadow's mask behind the window (experimental).
shadow-radius = 7; # The blur radius for shadows. (default 12)
shadow-offset-x = -7; # The left offset for shadows. (default -15)
shadow-offset-y = -7; # The top offset for shadows. (default -15)
shadow-exclude = [
"! name~=''",
"n:e:Notification",
"n:e:Plank",
"n:e:Docky",
"g:e:Synapse",
"g:e:Kupfer",
"g:e:Conky",
"n:w:*Firefox*",
"n:w:*Chrome*",
"n:w:*Chromium*",
"class_g ?= 'Notify-osd'",
"class_g ?= 'Cairo-dock'",
"class_g ?= 'Xfce4-notifyd'",
"class_g ?= 'Xfce4-power-manager'"
];

# The shadow exclude options are helpful if you have shadows enabled. Due to the way compton draws its shadows, certain applications will have visual glitches
# (most applications are fine, only apps that do weird things with xshapes or argb are affected).
# This list includes all the affected apps I found in my testing. The "! name~=''" part excludes shadows on any "Unknown" windows, this prevents a visual glitch with the XFWM alt tab switcher.

# Fading
fading = true; # Fade windows during opacity changes.
fade-delta = 4; # The time between steps in a fade in milliseconds. (default 10).
fade-in-step = 0.03; # Opacity change between steps while fading in. (default 0.028).
fade-out-step = 0.03; # Opacity change between steps while fading out. (default 0.03).
#no-fading-openclose = true; # Fade windows in/out when opening/closing

detect-client-opacity = true; # This prevents opacity being ignored for some apps. For example without this enabled my xfce4-notifyd is 100% opacity no matter what.

# Window type settings
wintypes:
{
tooltip = { fade = true; shadow = false; };
};

------------------------------------------------------------------------------------------------

Awesome Youtube Channels

Dasgeek
https://www.youtube.com/channel/UCIme1suHyN7cAGrTy8RBdhQ

BigDaddyLinux
https://www.youtube.com/channel/UCtZRKfyvx7GUEi-Lr7f4Nxg

Destination Linux (Best Linux News)
https://www.youtube.com/channel/UCWJUSpXVHTaHErtGWC5qPlQ

TuxDigital
https://www.youtube.com/channel/UCmyGZ0689ODyReHw3rsKLtQ

Total OS Today
https://www.youtube.com/channel/UCcJEcTGtV0awEOgQm0lm2VQ

Linux Quest
https://www.youtube.com/channel/UCG4sjJpnXADCbgHepLiercA

Joe Collins (EzeeLinux)
https://www.youtube.com/channel/UCTfabOKD7Yty6sDF4POBVqA

Awesome Wallpapers

Karl Schneider (Deviant Art)
https://karl-schneider.deviantart.com

Charlie Henson
https://www.opendesktop.org/member/339133/

Colin Brash

Рекомендуемые видео