You are not logged in.

#1 2021-08-02 07:58:14

tomeklechu1122
Member
Registered: 2016-10-10
Posts: 21

Screen short freezes and flickering + Vsync issues

Helo, there is a big problem that I cannot resolve for over a year.

I have thinkpad x260. Using i3 WM on latest LTS kernel.

I've experienced cursor and keyboard freezes, basically sometimes cursor doesn't move for 1-2 sec. or when typing the characters stop showing and then 2-3 chars are inserted at once. Also seen when switching workspace when there is pause. Haven't seen this while watching videos so it might be just I/O problem. (once every 30 min to 2h)

Second thing is that from time to time (once every 1-2h)  screen flashes black for half second, sometimes whole screen goes black, sometimes half screen there is no dependency.

Also Vsynced tear free screen is nonexisting (I've tried many things and nothing gave me significant improvement) If this is also possible to fix I'd really appreciate it.

I've decided to create my own topic because nothing I've found on the internet helped me.
I've tried so far:
- disabling hardware acceleration
- different drivers and settings picom
.. and countless things I've found on internet, don't really remember all of them after such time.

Can anyone help me please? Instruct me where to look and what i need to give you more to try to resolve this issue. I'd be much obligated.

EDIT: Also seen some topic that swap on LVM partition or generally LVM setup might be the problem. I can't really catch this in my eye, but when using 4 out of 8 GB ram, there is still 302 MB in swap, don't know why. Don't know if this freezes happen when system is accessing swap, how to check this?

Last edited by tomeklechu1122 (2021-08-03 05:37:58)

Offline

#2 2021-08-02 09:49:53

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,310

Re: Screen short freezes and flickering + Vsync issues

Remove xf86-video-intel (... and configuration files for "intel" if you have them) as it's buggy and can lead to all sort of weirdness.

Half screen black flashing sounds like issues with psr, try the i915.enable_psr=0 and/or i915.enable_dc=0 kernel parameters remove one or the other to find a smaller set of potential culprits (afaik disabling psr would be preferred, dc has a bigger impact on power saving)

To fix screen tearing I'd have suggested picom, since you apparently use it maybe post your current config. In general wide claims like "I totally tried everything I've ever seen maybe" are pretty useless. Post your current active configuration and at least what you remember doing so we do not needlessy have to repeat, or work around existing misconfiguration we only find out about after long back and forths.

As for the last part, just disable swap for a while and see, the only thing you lose during normal usage is hibernation.

More generally post a journal of an affected session, i.e. produce the crash and on the boot back in post the entire output of

sudo journalctl -b-1

as well as a current xorg log (... and details of how you are starting i3, and your .xinitrc in case that is "startx")

Offline

#3 2021-08-02 17:35:47

tomeklechu1122
Member
Registered: 2016-10-10
Posts: 21

Re: Screen short freezes and flickering + Vsync issues

Thanks for feedback V1del.

I've ran Arch with i915.enable_psr=0, so far so good (At boot added this to linux=... line in Grub options).  But I need at least 4h of using system to see if it was really the issue.

Lets talk about Vsync, it used to work like over 3 years ago (not this config, HDD broke, lost configs) but had to switch OS. I'm guessing those are the options that are interesting

 
backend = 'glx';
vsync = true

Full if needed:

 #################################
#             Shadows           #
#################################


# Enabled client-side shadows on windows. Note desktop windows 
# (windows with '_NET_WM_WINDOW_TYPE_DESKTOP') never get shadow, 
# unless explicitly requested using the wintypes option.
#
# shadow = false
shadow = true;

# The blur radius for shadows, in pixels. (defaults to 12)
# shadow-radius = 12
shadow-radius = 7;

# The opacity of shadows. (0.0 - 1.0, defaults to 0.75)
# shadow-opacity = .75

# The left offset for shadows, in pixels. (defaults to -15)
# shadow-offset-x = -15
shadow-offset-x = -7;

# The top offset for shadows, in pixels. (defaults to -15)
# shadow-offset-y = -15
shadow-offset-y = -7;

# Avoid drawing shadows on dock/panel windows. This option is deprecated,
# you should use the *wintypes* option in your config file instead.
#
# no-dock-shadow = false

# Don't draw shadows on drag-and-drop windows. This option is deprecated, 
# you should use the *wintypes* option in your config file instead.
#
# no-dnd-shadow = false

# Red color value of shadow (0.0 - 1.0, defaults to 0).
# shadow-red = 0

# Green color value of shadow (0.0 - 1.0, defaults to 0).
# shadow-green = 0

# Blue color value of shadow (0.0 - 1.0, defaults to 0).
# shadow-blue = 0

# Do not paint shadows on shaped windows. Note shaped windows 
# here means windows setting its shape through X Shape extension. 
# Those using ARGB background is beyond our control. 
# Deprecated, use 
#   shadow-exclude = 'bounding_shaped'
# or 
#   shadow-exclude = 'bounding_shaped && !rounded_corners'
# instead.
#
# shadow-ignore-shaped = ''

# Specify a list of conditions of windows that should have no shadow.
#
# examples:
#   shadow-exclude = "n:e:Notification";
#
# shadow-exclude = []
shadow-exclude = [
  "name = 'Notification'",
  "class_g = 'Conky'",
  "class_g ?= 'Notify-osd'",
  "class_g = 'Cairo-clock'",
  "_GTK_FRAME_EXTENTS@:c"
];

# Specify a X geometry that describes the region in which shadow should not
# be painted in, such as a dock window region. Use 
#    shadow-exclude-reg = "x10+0+0"
# for example, if the 10 pixels on the bottom of the screen should not have shadows painted on.
#
# shadow-exclude-reg = "" 

# Crop shadow of a window fully on a particular Xinerama screen to the screen.
# xinerama-shadow-crop = false


#################################
#           Fading              #
#################################


# Fade windows in/out when opening/closing and when opacity changes,
#  unless no-fading-openclose is used.
# fading = false
fading = true

# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
# fade-in-step = 0.028
fade-in-step = 0.03;

# Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03)
# fade-out-step = 0.03
fade-out-step = 0.03;

# The time between steps in fade step, in milliseconds. (> 0, defaults to 10)
# fade-delta = 10

# Specify a list of conditions of windows that should not be faded.
# fade-exclude = []

# Do not fade on window open/close.
# no-fading-openclose = false

# Do not fade destroyed ARGB windows with WM frame. Workaround of bugs in Openbox, Fluxbox, etc.
# no-fading-destroyed-argb = false


#################################
#   Transparency / Opacity      #
#################################


# Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0)
# inactive-opacity = 1
inactive-opacity = 0.8;

# Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default)
# frame-opacity = 1.0
frame-opacity = 0.7;

# Default opacity for dropdown menus and popup menus. (0.0 - 1.0, defaults to 1.0)
# menu-opacity = 1.0

# Let inactive opacity set by -i override the '_NET_WM_OPACITY' values of windows.
# inactive-opacity-override = true
inactive-opacity-override = false;

# Default opacity for active windows. (0.0 - 1.0, defaults to 1.0)
# active-opacity = 1.0

# Dim inactive windows. (0.0 - 1.0, defaults to 0.0)
# inactive-dim = 0.0

# Specify a list of conditions of windows that should always be considered focused.
# focus-exclude = []
focus-exclude = [ "class_g = 'Cairo-clock'" ];

# Use fixed inactive dim value, instead of adjusting according to window opacity.
# inactive-dim-fixed = 1.0

# Specify a list of opacity rules, in the format `PERCENT:PATTERN`, 
# like `50:name *= "Firefox"`. picom-trans is recommended over this. 
# Note we don't make any guarantee about possible conflicts with other 
# programs that set '_NET_WM_WINDOW_OPACITY' on frame or client windows.
# example:
#    opacity-rule = [ "80:class_g = 'URxvt'" ];
#
# opacity-rule = []


#################################
#     Background-Blurring       #
#################################


# Parameters for background blurring, see the *BLUR* section for more information.
# blur-method = 
# blur-size = 12
#
# blur-deviation = false

# Blur background of semi-transparent / ARGB windows. 
# Bad in performance, with driver-dependent behavior. 
# The name of the switch may change without prior notifications.
#
# blur-background = false

# Blur background of windows when the window frame is not opaque. 
# Implies:
#    blur-background 
# Bad in performance, with driver-dependent behavior. The name may change.
#
# blur-background-frame = false


# Use fixed blur strength rather than adjusting according to window opacity.
# blur-background-fixed = false


# Specify the blur convolution kernel, with the following format:
# example:
#   blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1";
#
# blur-kern = ''
blur-kern = "3x3box";


# Exclude conditions for background blur.
# blur-background-exclude = []
blur-background-exclude = [
  "window_type = 'dock'",
  "window_type = 'desktop'",
  "_GTK_FRAME_EXTENTS@:c"
];

#################################
#       General Settings        #
#################################

# Daemonize process. Fork to background after initialization. Causes issues with certain (badly-written) drivers.
# daemon = false

# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
# `xrender` is the default one.
#
backend = 'glx';
#backend = "xrender";

# Enable/disable VSync.
# vsync = false
vsync = true

# Enable remote control via D-Bus. See the *D-BUS API* section below for more details.
# dbus = false

# Try to detect WM windows (a non-override-redirect window with no 
# child that has 'WM_STATE') and mark them as active.
#
# mark-wmwin-focused = false
mark-wmwin-focused = true;

# Mark override-redirect windows that doesn't have a child window with 'WM_STATE' focused.
# mark-ovredir-focused = false
mark-ovredir-focused = true;

# Try to detect windows with rounded corners and don't consider them 
# shaped windows. The accuracy is not very high, unfortunately.
#
# detect-rounded-corners = false
detect-rounded-corners = true;

# Detect '_NET_WM_OPACITY' on client windows, useful for window managers
# not passing '_NET_WM_OPACITY' of client windows to frame windows.
#
# detect-client-opacity = false
detect-client-opacity = true;

# Specify refresh rate of the screen. If not specified or 0, picom will 
# try detecting this with X RandR extension.
#
# refresh-rate = 60
refresh-rate = 0

# Limit picom to repaint at most once every 1 / 'refresh_rate' second to 
# boost performance. This should not be used with 
#   vsync drm/opengl/opengl-oml
# as they essentially does sw-opti's job already, 
# unless you wish to specify a lower refresh rate than the actual value.
#
# sw-opti = 

# Use EWMH '_NET_ACTIVE_WINDOW' to determine currently focused window, 
# rather than listening to 'FocusIn'/'FocusOut' event. Might have more accuracy, 
# provided that the WM supports it.
#
# use-ewmh-active-win = false

# Unredirect all windows if a full-screen opaque window is detected, 
# to maximize performance for full-screen windows. Known to cause flickering 
# when redirecting/unredirecting windows.
#
# unredir-if-possible = false

# Delay before unredirecting the window, in milliseconds. Defaults to 0.
# unredir-if-possible-delay = 0

# Conditions of windows that shouldn't be considered full-screen for unredirecting screen.
# unredir-if-possible-exclude = []

# Use 'WM_TRANSIENT_FOR' to group windows, and consider windows 
# in the same group focused at the same time.
#
# detect-transient = false
detect-transient = true

# Use 'WM_CLIENT_LEADER' to group windows, and consider windows in the same 
# group focused at the same time. 'WM_TRANSIENT_FOR' has higher priority if 
# detect-transient is enabled, too.
#
# detect-client-leader = false
detect-client-leader = true

# Resize damaged region by a specific number of pixels. 
# A positive value enlarges it while a negative one shrinks it. 
# If the value is positive, those additional pixels will not be actually painted 
# to screen, only used in blur calculation, and such. (Due to technical limitations, 
# with use-damage, those pixels will still be incorrectly painted to screen.) 
# Primarily used to fix the line corruption issues of blur, 
# in which case you should use the blur radius value here 
# (e.g. with a 3x3 kernel, you should use `--resize-damage 1`, 
# with a 5x5 one you use `--resize-damage 2`, and so on). 
# May or may not work with *--glx-no-stencil*. Shrinking doesn't function correctly.
#
# resize-damage = 1

# Specify a list of conditions of windows that should be painted with inverted color. 
# Resource-hogging, and is not well tested.
#
# invert-color-include = []

# GLX backend: Avoid using stencil buffer, useful if you don't have a stencil buffer. 
# Might cause incorrect opacity when rendering transparent content (but never 
# practically happened) and may not work with blur-background. 
# My tests show a 15% performance boost. Recommended.
#
# glx-no-stencil = false

# GLX backend: Avoid rebinding pixmap on window damage. 
# Probably could improve performance on rapid window content changes, 
# but is known to break things on some drivers (LLVMpipe, xf86-video-intel, etc.).
# Recommended if it works.
#
# glx-no-rebind-pixmap = false

# Disable the use of damage information. 
# This cause the whole screen to be redrawn everytime, instead of the part of the screen
# has actually changed. Potentially degrades the performance, but might fix some artifacts.
# The opposing option is use-damage
#
# no-use-damage = false
use-damage = true

# Use X Sync fence to sync clients' draw calls, to make sure all draw 
# calls are finished before picom starts drawing. Needed on nvidia-drivers 
# with GLX backend for some users.
#
# xrender-sync-fence = false

# GLX backend: Use specified GLSL fragment shader for rendering window contents. 
# See `compton-default-fshader-win.glsl` and `compton-fake-transparency-fshader-win.glsl` 
# in the source tree for examples.
#
# glx-fshader-win = ''

# Force all windows to be painted with blending. Useful if you 
# have a glx-fshader-win that could turn opaque pixels transparent.
#
# force-win-blend = false

# Do not use EWMH to detect fullscreen windows. 
# Reverts to checking if a window is fullscreen based only on its size and coordinates.
#
# no-ewmh-fullscreen = false

# Dimming bright windows so their brightness doesn't exceed this set value. 
# Brightness of a window is estimated by averaging all pixels in the window, 
# so this could comes with a performance hit. 
# Setting this to 1.0 disables this behaviour. Requires --use-damage to be disabled. (default: 1.0)
#
# max-brightness = 1.0

# Make transparent windows clip other windows like non-transparent windows do,
# instead of blending on top of them.
#
# transparent-clipping = false

# Set the log level. Possible values are:
#  "trace", "debug", "info", "warn", "error"
# in increasing level of importance. Case doesn't matter. 
# If using the "TRACE" log level, it's better to log into a file 
# using *--log-file*, since it can generate a huge stream of logs.
#
# log-level = "debug"
log-level = "warn";

# Set the log file.
# If *--log-file* is never specified, logs will be written to stderr. 
# Otherwise, logs will to written to the given file, though some of the early 
# logs might still be written to the stderr. 
# When setting this option from the config file, it is recommended to use an absolute path.
#
# log-file = '/path/to/your/log/file'

# Show all X errors (for debugging)
# show-all-xerrors = false

# Write process ID to a file.
# write-pid-path = '/path/to/your/log/file'

# Window type settings
# 
# 'WINDOW_TYPE' is one of the 15 window types defined in EWMH standard: 
#     "unknown", "desktop", "dock", "toolbar", "menu", "utility", 
#     "splash", "dialog", "normal", "dropdown_menu", "popup_menu", 
#     "tooltip", "notification", "combo", and "dnd".
# 
# Following per window-type options are available: ::
# 
#   fade, shadow:::
#     Controls window-type-specific shadow and fade settings.
# 
#   opacity:::
#     Controls default opacity of the window type.
# 
#   focus:::
#     Controls whether the window of this type is to be always considered focused. 
#     (By default, all window types except "normal" and "dialog" has this on.)
# 
#   full-shadow:::
#     Controls whether shadow is drawn under the parts of the window that you 
#     normally won't be able to see. Useful when the window has parts of it 
#     transparent, and you want shadows in those areas.
# 
#   redir-ignore:::
#     Controls whether this type of windows should cause screen to become 
#     redirected again after been unredirected. If you have unredir-if-possible
#     set, and doesn't want certain window to cause unnecessary screen redirection, 
#     you can set this to `true`.
#
wintypes:
{
  tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
  dock = { shadow = false; }
  dnd = { shadow = false; }
  popup_menu = { opacity = 0.8; }
  dropdown_menu = { opacity = 0.8; }
};

I've disabled swap, but like with kernel params I need couple hours to be convinced if this was indeed problem.

Gonna use it for a while, if it's gone than cool, if not I'll post journalctl, xorg log and xinit with exact time when it happened. Can we check Vsycn issue for now please?

Last edited by tomeklechu1122 (2021-08-02 17:36:11)

Offline

#4 2021-08-02 19:54:00

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,378

Re: Screen short freezes and flickering + Vsync issues

Please post your xorg log also because of the vsync situation.
And an elaboration on the tearing: where does it happen and what does it look like - static or variable tearline (and if it's not a tearline, it's not tearing to begin with) and in what kinds of clients (browser, movie player, etc …)
In doubt, post a video (you'll probably have to take it w/ eg. your phone)

Offline

#5 2021-08-02 20:47:23

tomeklechu1122
Member
Registered: 2016-10-10
Posts: 21

Re: Screen short freezes and flickering + Vsync issues

Tearing occurs when playing videos or scrolling any page on Google Chrome but not only, sublime text, even terminal. Generally any scrolling is affected.
Also think when switching i3 workspace I see this but not sure (it's too fast), doesn't matter that much. Mostly videos and scrolling are annoying.

It tear vertically through entire screen but also there are "tears" that goes in different levels (like first 5 cm from left is higher, then its 3 cm bevel and rest of the screen below it. Yes it's the same "scar")

Here you go, would have been visible better if I had 60fps camera. Still, best seen in the middle of this 10 sec video:

https://streamable.com/wylmqs

It's hard to believe that this problem is unfixable, years ago compton was sufficient, Maybe my hardware has worn out, but this is highly unlikely,

~/.local/share/xorg/Xorg.0.log

 
[    21.161] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    21.162] 
X.Org X Server 1.20.13
X Protocol Version 11, Revision 0
[    21.162] Build Operating System: Linux Archlinux
[    21.162] Current Operating System: Linux shadow-arch-x260 5.10.55-1-lts #1 SMP Sat, 31 Jul 2021 08:12:13 +0000 x86_64
[    21.162] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=/dev/mapper/volgroup0-lv_root rw i915.enable_guc=2 cryptdevice=/dev/sda3:volgroup0:allow-discards loglevel=3 quiet i915.enable_psr=0
[    21.163] Build Date: 29 July 2021  07:43:01PM
[    21.163]  
[    21.163] Current version of pixman: 0.40.0
[    21.163] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    21.163] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    21.163] (==) Log file: "/home/shadow/.local/share/xorg/Xorg.0.log", Time: Mon Aug  2 18:42:09 2021
[    21.171] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    21.172] (==) No Layout section.  Using the first Screen section.
[    21.172] (==) No screen section available. Using defaults.
[    21.172] (**) |-->Screen "Default Screen Section" (0)
[    21.173] (**) |   |-->Monitor "<default monitor>"
[    21.173] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    21.173] (==) Automatically adding devices
[    21.173] (==) Automatically enabling devices
[    21.173] (==) Automatically adding GPU devices
[    21.173] (==) Automatically binding GPU devices
[    21.173] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    21.175] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    21.175] 	Entry deleted from font path.
[    21.175] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    21.175] 	Entry deleted from font path.
[    21.175] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    21.175] 	Entry deleted from font path.
[    21.178] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    21.178] (==) ModulePath set to "/usr/lib/xorg/modules"
[    21.178] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    21.178] (II) Module ABI versions:
[    21.178] 	X.Org ANSI C Emulation: 0.4
[    21.178] 	X.Org Video Driver: 24.1
[    21.178] 	X.Org XInput driver : 24.1
[    21.178] 	X.Org Server Extension : 10.0
[    21.180] (++) using VT number 1

[    21.184] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    21.186] (II) xfree86: Adding drm device (/dev/dri/card0)
[    21.188] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    21.192] (--) PCI:*(0@0:2:0) 8086:1916:17aa:504a rev 7, Mem @ 0xf0000000/16777216, 0xe0000000/268435456, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[    21.192] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    21.192] (II) LoadModule: "glx"
[    21.194] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    21.210] (II) Module glx: vendor="X.Org Foundation"
[    21.210] 	compiled for 1.20.13, module version = 1.0.0
[    21.210] 	ABI class: X.Org Server Extension, version 10.0
[    21.210] (==) Matched intel as autoconfigured driver 0
[    21.210] (==) Matched modesetting as autoconfigured driver 1
[    21.210] (==) Matched fbdev as autoconfigured driver 2
[    21.210] (==) Matched vesa as autoconfigured driver 3
[    21.210] (==) Assigned the driver to the xf86ConfigLayout
[    21.210] (II) LoadModule: "intel"
[    21.211] (WW) Warning, couldn't open module intel
[    21.211] (EE) Failed to load module "intel" (module does not exist, 0)
[    21.211] (II) LoadModule: "modesetting"
[    21.211] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    21.216] (II) Module modesetting: vendor="X.Org Foundation"
[    21.216] 	compiled for 1.20.13, module version = 1.20.13
[    21.216] 	Module class: X.Org Video Driver
[    21.216] 	ABI class: X.Org Video Driver, version 24.1
[    21.216] (II) LoadModule: "fbdev"
[    21.217] (WW) Warning, couldn't open module fbdev
[    21.217] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    21.217] (II) LoadModule: "vesa"
[    21.217] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    21.218] (II) Module vesa: vendor="X.Org Foundation"
[    21.218] 	compiled for 1.20.9, module version = 2.5.0
[    21.218] 	Module class: X.Org Video Driver
[    21.218] 	ABI class: X.Org Video Driver, version 24.1
[    21.218] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    21.218] (II) VESA: driver for VESA chipsets: vesa
[    21.218] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    21.218] (II) modeset(0): using drv /dev/dri/card0
[    21.218] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    21.218] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    21.218] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    21.218] (==) modeset(0): RGB weight 888
[    21.218] (==) modeset(0): Default visual is TrueColor
[    21.218] (II) Loading sub module "glamoregl"
[    21.218] (II) LoadModule: "glamoregl"
[    21.219] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    21.249] (II) Module glamoregl: vendor="X.Org Foundation"
[    21.249] 	compiled for 1.20.13, module version = 1.0.1
[    21.249] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    21.767] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 520 (SKL GT2)
[    21.767] (II) modeset(0): glamor initialized
[    21.768] (II) modeset(0): Output eDP-1 has no monitor section
[    21.768] (II) modeset(0): Output DP-1 has no monitor section
[    22.109] (II) modeset(0): Output HDMI-1 has no monitor section
[    22.109] (II) modeset(0): Output DP-2 has no monitor section
[    22.113] (II) modeset(0): Output HDMI-2 has no monitor section
[    22.116] (II) modeset(0): EDID for output eDP-1
[    22.116] (II) modeset(0): Manufacturer: AUO  Model: 226d  Serial#: 0
[    22.116] (II) modeset(0): Year: 2015  Week: 52
[    22.116] (II) modeset(0): EDID Version: 1.4
[    22.116] (II) modeset(0): Digital Display Input
[    22.116] (II) modeset(0): 8 bits per channel
[    22.116] (II) modeset(0): Digital interface is DisplayPort
[    22.116] (II) modeset(0): Max Image Size [cm]: horiz.: 28  vert.: 16
[    22.116] (II) modeset(0): Gamma: 2.20
[    22.116] (II) modeset(0): No DPMS capabilities specified
[    22.116] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    22.116] (II) modeset(0): First detailed timing is preferred mode
[    22.116] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    22.116] (II) modeset(0): redX: 0.587 redY: 0.350   greenX: 0.342 greenY: 0.585
[    22.116] (II) modeset(0): blueX: 0.154 blueY: 0.115   whiteX: 0.306 whiteY: 0.327
[    22.116] (II) modeset(0): Manufacturer's mask: 0
[    22.116] (II) modeset(0): Supported detailed timing:
[    22.116] (II) modeset(0): clock: 141.0 MHz   Image Size:  276 x 155 mm
[    22.116] (II) modeset(0): h_active: 1920  h_sync: 1936  h_sync_end 1952 h_blank_end 2104 h_border: 0
[    22.116] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1097 v_blanking: 1116 v_border: 0
[    22.116] (II) modeset(0): Unknown vendor-specific block f
[    22.116] (II) modeset(0):  AUO
[    22.116] (II) modeset(0):  B125HAN02.2
[    22.116] (II) modeset(0): EDID (in hex):
[    22.116] (II) modeset(0): 	00ffffffffffff0006af6d2200000000
[    22.116] (II) modeset(0): 	34190104a51c1078026ba79659579527
[    22.116] (II) modeset(0): 	1d4e5300000001010101010101010101
[    22.116] (II) modeset(0): 	010101010101143780b8703824401010
[    22.116] (II) modeset(0): 	3e00149b100000180000000f00000000
[    22.116] (II) modeset(0): 	00000000000000000020000000fe0041
[    22.116] (II) modeset(0): 	554f0a202020202020202020000000fe
[    22.116] (II) modeset(0): 	004231323548414e30322e32200a00a8
[    22.116] (II) modeset(0): Printing probed modes for output eDP-1
[    22.116] (II) modeset(0): Modeline "1920x1080"x60.0  141.00  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[    22.116] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    22.116] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    22.116] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    22.116] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    22.116] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    22.116] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    22.116] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    22.116] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    22.116] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    22.116] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    22.116] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    22.116] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    22.116] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    22.116] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    22.116] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    22.116] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    22.116] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    22.116] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    22.116] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    22.116] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    22.116] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    22.116] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    22.116] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    22.116] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    22.116] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    22.116] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    22.116] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    22.116] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    22.116] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    22.116] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    22.116] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    22.116] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    22.116] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    22.116] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    22.116] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    22.116] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    22.116] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    22.116] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    22.116] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    22.116] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    22.116] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    22.116] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    22.116] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    22.116] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    22.116] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    22.116] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    22.116] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    22.116] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    22.116] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    22.116] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    22.116] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    22.117] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    22.117] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    22.117] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    22.117] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    22.117] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    22.117] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    22.117] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    22.117] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    22.117] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    22.117] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    22.117] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    22.117] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    22.117] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    22.117] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    22.117] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    22.117] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    22.117] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    22.117] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    22.117] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    22.117] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    22.117] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    22.117] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    22.117] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    22.117] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    22.117] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    22.117] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    22.117] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    22.117] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    22.117] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    22.117] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    22.117] (II) modeset(0): EDID for output DP-1
[    22.448] (II) modeset(0): EDID for output HDMI-1
[    22.448] (II) modeset(0): EDID for output DP-2
[    22.453] (II) modeset(0): EDID for output HDMI-2
[    22.453] (II) modeset(0): Output eDP-1 connected
[    22.453] (II) modeset(0): Output DP-1 disconnected
[    22.453] (II) modeset(0): Output HDMI-1 disconnected
[    22.453] (II) modeset(0): Output DP-2 disconnected
[    22.453] (II) modeset(0): Output HDMI-2 disconnected
[    22.453] (II) modeset(0): Using exact sizes for initial modes
[    22.453] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    22.453] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    22.453] (==) modeset(0): DPI set to (96, 96)
[    22.453] (II) Loading sub module "fb"
[    22.453] (II) LoadModule: "fb"
[    22.453] (II) Loading /usr/lib/xorg/modules/libfb.so
[    22.456] (II) Module fb: vendor="X.Org Foundation"
[    22.456] 	compiled for 1.20.13, module version = 1.0.0
[    22.456] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    22.456] (II) UnloadModule: "vesa"
[    22.456] (II) Unloading vesa
[    22.568] (==) modeset(0): Backing store enabled
[    22.568] (==) modeset(0): Silken mouse disabled
[    22.648] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    22.648] (==) modeset(0): DPMS enabled
[    22.649] (II) modeset(0): [DRI2] Setup complete
[    22.649] (II) modeset(0): [DRI2]   DRI driver: iris
[    22.649] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    22.649] (II) Initializing extension Generic Event Extension
[    22.649] (II) Initializing extension SHAPE
[    22.649] (II) Initializing extension MIT-SHM
[    22.649] (II) Initializing extension XInputExtension
[    22.649] (II) Initializing extension XTEST
[    22.649] (II) Initializing extension BIG-REQUESTS
[    22.649] (II) Initializing extension SYNC
[    22.649] (II) Initializing extension XKEYBOARD
[    22.649] (II) Initializing extension XC-MISC
[    22.649] (II) Initializing extension SECURITY
[    22.649] (II) Initializing extension XFIXES
[    22.649] (II) Initializing extension RENDER
[    22.649] (II) Initializing extension RANDR
[    22.649] (II) Initializing extension COMPOSITE
[    22.649] (II) Initializing extension DAMAGE
[    22.649] (II) Initializing extension MIT-SCREEN-SAVER
[    22.649] (II) Initializing extension DOUBLE-BUFFER
[    22.649] (II) Initializing extension RECORD
[    22.649] (II) Initializing extension DPMS
[    22.649] (II) Initializing extension Present
[    22.649] (II) Initializing extension DRI3
[    22.649] (II) Initializing extension X-Resource
[    22.649] (II) Initializing extension XVideo
[    22.649] (II) Initializing extension XVideo-MotionCompensation
[    22.649] (II) Initializing extension GLX
[    22.673] (II) AIGLX: Loaded and initialized iris
[    22.673] (II) GLX: Initialized DRI2 GL provider for screen 0
[    22.673] (II) Initializing extension XFree86-VidModeExtension
[    22.673] (II) Initializing extension XFree86-DGA
[    22.673] (II) Initializing extension XFree86-DRI
[    22.673] (II) Initializing extension DRI2
[    22.674] (II) modeset(0): Damage tracking initialized
[    22.674] (II) modeset(0): Setting screen physical size to 508 x 285
[    22.791] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    22.791] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    22.791] (II) LoadModule: "libinput"
[    22.792] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    22.797] (II) Module libinput: vendor="X.Org Foundation"
[    22.797] 	compiled for 1.20.11, module version = 1.1.0
[    22.797] 	Module class: X.Org XInput Driver
[    22.797] 	ABI class: X.Org XInput driver, version 24.1
[    22.797] (II) Using input driver 'libinput' for 'Power Button'
[    22.798] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 19 paused 0
[    22.798] (**) Power Button: always reports core events
[    22.798] (**) Option "Device" "/dev/input/event2"
[    22.798] (**) Option "_source" "server/udev"
[    22.806] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    22.806] (II) event2  - Power Button: device is a keyboard
[    22.806] (II) event2  - Power Button: device removed
[    22.806] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    22.806] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    22.807] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    22.807] (II) event2  - Power Button: device is a keyboard
[    22.808] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[    22.809] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    22.809] (II) Using input driver 'libinput' for 'Video Bus'
[    22.810] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 22 paused 0
[    22.810] (**) Video Bus: always reports core events
[    22.810] (**) Option "Device" "/dev/input/event3"
[    22.810] (**) Option "_source" "server/udev"
[    22.811] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    22.811] (II) event3  - Video Bus: device is a keyboard
[    22.811] (II) event3  - Video Bus: device removed
[    22.811] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[    22.811] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    22.812] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    22.812] (II) event3  - Video Bus: device is a keyboard
[    22.813] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    22.813] (II) No input driver specified, ignoring this device.
[    22.813] (II) This device may have been added with another device file.
[    22.814] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    22.814] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    22.814] (II) Using input driver 'libinput' for 'Sleep Button'
[    22.815] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 23 paused 0
[    22.815] (**) Sleep Button: always reports core events
[    22.815] (**) Option "Device" "/dev/input/event1"
[    22.815] (**) Option "_source" "server/udev"
[    22.816] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    22.816] (II) event1  - Sleep Button: device is a keyboard
[    22.816] (II) event1  - Sleep Button: device removed
[    22.816] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    22.816] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    22.817] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    22.817] (II) event1  - Sleep Button: device is a keyboard
[    22.819] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event7)
[    22.819] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[    22.819] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[    22.820] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 24 paused 0
[    22.820] (**) Integrated Camera: Integrated C: always reports core events
[    22.820] (**) Option "Device" "/dev/input/event7"
[    22.820] (**) Option "_source" "server/udev"
[    22.822] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    22.822] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[    22.822] (II) event7  - Integrated Camera: Integrated C: device removed
[    22.822] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input9/event7"
[    22.822] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[    22.824] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    22.824] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[    22.824] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event8)
[    22.824] (II) No input driver specified, ignoring this device.
[    22.824] (II) This device may have been added with another device file.
[    22.825] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
[    22.825] (II) No input driver specified, ignoring this device.
[    22.825] (II) This device may have been added with another device file.
[    22.825] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event10)
[    22.825] (II) No input driver specified, ignoring this device.
[    22.825] (II) This device may have been added with another device file.
[    22.825] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[    22.825] (II) No input driver specified, ignoring this device.
[    22.825] (II) This device may have been added with another device file.
[    22.826] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[    22.826] (II) No input driver specified, ignoring this device.
[    22.826] (II) This device may have been added with another device file.
[    22.826] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13)
[    22.826] (II) No input driver specified, ignoring this device.
[    22.826] (II) This device may have been added with another device file.
[    22.827] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event14)
[    22.827] (II) No input driver specified, ignoring this device.
[    22.827] (II) This device may have been added with another device file.
[    22.827] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event15)
[    22.827] (II) No input driver specified, ignoring this device.
[    22.827] (II) This device may have been added with another device file.
[    22.828] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event16)
[    22.828] (II) No input driver specified, ignoring this device.
[    22.828] (II) This device may have been added with another device file.
[    22.828] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    22.828] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    22.828] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    22.829] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 25 paused 0
[    22.829] (**) AT Translated Set 2 keyboard: always reports core events
[    22.829] (**) Option "Device" "/dev/input/event4"
[    22.829] (**) Option "_source" "server/udev"
[    22.830] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    22.830] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    22.830] (II) event4  - AT Translated Set 2 keyboard: device removed
[    22.830] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    22.830] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[    22.831] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    22.831] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    22.832] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event17)
[    22.832] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    22.832] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    22.832] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    22.832] (II) LoadModule: "synaptics"
[    22.832] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    22.833] (II) Module synaptics: vendor="X.Org Foundation"
[    22.833] 	compiled for 1.20.8, module version = 1.9.1
[    22.833] 	Module class: X.Org XInput Driver
[    22.833] 	ABI class: X.Org XInput driver, version 24.1
[    22.833] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    22.834] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 26 paused 0
[    22.834] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    22.834] (**) Option "Device" "/dev/input/event17"
[    22.834] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[    22.834] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1232 - 5712 (res 53)
[    22.834] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1074 - 4780 (res 73)
[    22.834] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    22.834] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    22.834] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[    22.834] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    22.834] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[    22.834] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    22.834] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    22.834] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event17"
[    22.834] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[    22.834] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    22.834] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[    22.834] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.034
[    22.834] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    22.834] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    22.834] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    22.834] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    22.834] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    22.835] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    22.835] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    22.835] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event18)
[    22.835] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[    22.835] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[    22.836] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 27 paused 0
[    22.836] (**) TPPS/2 IBM TrackPoint: always reports core events
[    22.836] (**) Option "Device" "/dev/input/event18"
[    22.836] (**) Option "_source" "server/udev"
[    22.836] (II) event18 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[    22.837] (II) event18 - TPPS/2 IBM TrackPoint: device is a pointer
[    22.837] (II) event18 - TPPS/2 IBM TrackPoint: device removed
[    22.837] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input19/event18"
[    22.837] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12)
[    22.837] (**) Option "AccelerationScheme" "none"
[    22.837] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[    22.837] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[    22.837] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[    22.838] (II) event18 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[    22.838] (II) event18 - TPPS/2 IBM TrackPoint: device is a pointer
[    22.839] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[    22.839] (II) No input driver specified, ignoring this device.
[    22.839] (II) This device may have been added with another device file.
[    22.839] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    22.839] (II) No input driver specified, ignoring this device.
[    22.839] (II) This device may have been added with another device file.
[    22.841] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[    22.841] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[    22.841] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[    22.842] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 28 paused 0
[    22.842] (**) ThinkPad Extra Buttons: always reports core events
[    22.842] (**) Option "Device" "/dev/input/event5"
[    22.842] (**) Option "_source" "server/udev"
[    22.843] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    22.843] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[    22.843] (II) event5  - ThinkPad Extra Buttons: device removed
[    22.843] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input6/event5"
[    22.843] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 13)
[    22.844] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    22.844] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[  1414.680] (II) config/udev: removing device Integrated Camera: Integrated C
[  1414.680] (**) Option "fd" "24"
[  1414.680] (II) event7  - Integrated Camera: Integrated C: device removed
[  1414.680] (II) UnloadModule: "libinput"
[  1414.680] (II) systemd-logind: releasing fd for 13:71
[  1417.931] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event7)
[  1417.931] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[  1417.931] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[  1417.934] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 44 paused 0
[  1417.934] (**) Integrated Camera: Integrated C: always reports core events
[  1417.934] (**) Option "Device" "/dev/input/event7"
[  1417.934] (**) Option "_source" "server/udev"
[  1417.938] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  1417.938] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  1417.939] (II) event7  - Integrated Camera: Integrated C: device removed
[  1417.939] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input20/event7"
[  1417.939] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[  1417.943] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  1417.943] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  1418.101] (II) config/udev: removing device Integrated Camera: Integrated C
[  1418.101] (**) Option "fd" "44"
[  1418.101] (II) event7  - Integrated Camera: Integrated C: device removed
[  1418.101] (II) UnloadModule: "libinput"
[  1418.101] (II) systemd-logind: releasing fd for 13:71
[  1418.855] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event7)
[  1418.855] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[  1418.855] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[  1418.856] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 44 paused 0
[  1418.856] (**) Integrated Camera: Integrated C: always reports core events
[  1418.856] (**) Option "Device" "/dev/input/event7"
[  1418.856] (**) Option "_source" "server/udev"
[  1418.859] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  1418.859] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  1418.859] (II) event7  - Integrated Camera: Integrated C: device removed
[  1418.859] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input21/event7"
[  1418.859] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[  1418.861] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  1418.861] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  1419.511] (II) config/udev: removing device Integrated Camera: Integrated C
[  1419.511] (**) Option "fd" "44"
[  1419.511] (II) event7  - Integrated Camera: Integrated C: device removed
[  1419.511] (II) UnloadModule: "libinput"
[  1419.511] (II) systemd-logind: releasing fd for 13:71
[  2536.223] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event7)
[  2536.223] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[  2536.223] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[  2536.224] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 44 paused 0
[  2536.224] (**) Integrated Camera: Integrated C: always reports core events
[  2536.224] (**) Option "Device" "/dev/input/event7"
[  2536.224] (**) Option "_source" "server/udev"
[  2536.225] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  2536.225] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  2536.226] (II) event7  - Integrated Camera: Integrated C: device removed
[  2536.226] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input22/event7"
[  2536.226] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[  2536.227] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  2536.228] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  2538.290] (II) config/udev: removing device Integrated Camera: Integrated C
[  2538.290] (**) Option "fd" "44"
[  2538.290] (II) event7  - Integrated Camera: Integrated C: device removed
[  2538.290] (II) UnloadModule: "libinput"
[  2538.290] (II) systemd-logind: releasing fd for 13:71
[  2539.125] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event7)
[  2539.125] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[  2539.125] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[  2539.159] (EE) systemd-logind: failed to take device /dev/input/event7: No such device
[  2539.159] (**) Integrated Camera: Integrated C: always reports core events
[  2539.159] (**) Option "Device" "/dev/input/event7"
[  2539.159] (**) Option "_source" "server/udev"
[  2539.159] (EE) client bug: Invalid path /dev/input/event7
[  2539.159] (EE) libinput: Integrated Camera: Integrated C: Failed to create a device for /dev/input/event7
[  2539.159] (EE) PreInit returned 2 for "Integrated Camera: Integrated C"
[  2539.159] (II) UnloadModule: "libinput"
[  2540.149] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event7)
[  2540.149] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[  2540.149] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[  2540.156] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 44 paused 0
[  2540.157] (**) Integrated Camera: Integrated C: always reports core events
[  2540.157] (**) Option "Device" "/dev/input/event7"
[  2540.157] (**) Option "_source" "server/udev"
[  2540.161] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  2540.161] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  2540.162] (II) event7  - Integrated Camera: Integrated C: device removed
[  2540.162] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input24/event7"
[  2540.162] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[  2540.167] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  2540.167] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  2633.190] (II) config/udev: removing device Integrated Camera: Integrated C
[  2633.190] (**) Option "fd" "44"
[  2633.190] (II) event7  - Integrated Camera: Integrated C: device removed
[  2633.190] (II) UnloadModule: "libinput"
[  2633.190] (II) systemd-logind: releasing fd for 13:71
[  2633.987] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event7)
[  2633.987] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[  2633.987] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[  2633.988] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 44 paused 0
[  2633.988] (**) Integrated Camera: Integrated C: always reports core events
[  2633.988] (**) Option "Device" "/dev/input/event7"
[  2633.988] (**) Option "_source" "server/udev"
[  2633.990] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  2633.990] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  2633.990] (II) event7  - Integrated Camera: Integrated C: device removed
[  2633.990] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input25/event7"
[  2633.990] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[  2633.992] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  2633.992] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  3077.630] (II) config/udev: removing device Integrated Camera: Integrated C
[  3077.630] (**) Option "fd" "44"
[  3077.630] (II) event7  - Integrated Camera: Integrated C: device removed
[  3077.631] (II) UnloadModule: "libinput"
[  3077.631] (II) systemd-logind: releasing fd for 13:71
[  3078.711] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event7)
[  3078.711] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[  3078.711] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[  3078.713] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 44 paused 0
[  3078.713] (**) Integrated Camera: Integrated C: always reports core events
[  3078.713] (**) Option "Device" "/dev/input/event7"
[  3078.713] (**) Option "_source" "server/udev"
[  3078.716] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  3078.716] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  3078.717] (II) event7  - Integrated Camera: Integrated C: device removed
[  3078.717] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input26/event7"
[  3078.717] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[  3078.720] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  3078.721] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  3260.292] (II) config/udev: removing device Integrated Camera: Integrated C
[  3260.292] (**) Option "fd" "44"
[  3260.292] (II) event7  - Integrated Camera: Integrated C: device removed
[  3260.293] (II) UnloadModule: "libinput"
[  3260.293] (II) systemd-logind: releasing fd for 13:71
[  3262.501] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event7)
[  3262.501] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[  3262.501] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[  3262.504] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 44 paused 0
[  3262.504] (**) Integrated Camera: Integrated C: always reports core events
[  3262.504] (**) Option "Device" "/dev/input/event7"
[  3262.504] (**) Option "_source" "server/udev"
[  3262.508] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  3262.508] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  3262.509] (II) event7  - Integrated Camera: Integrated C: device removed
[  3262.509] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input27/event7"
[  3262.509] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[  3262.513] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  3262.513] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  3263.312] (II) config/udev: removing device Integrated Camera: Integrated C
[  3263.312] (**) Option "fd" "44"
[  3263.312] (II) event7  - Integrated Camera: Integrated C: device removed
[  3263.314] (II) UnloadModule: "libinput"
[  3263.314] (II) systemd-logind: releasing fd for 13:71
[  3270.574] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event7)
[  3270.574] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[  3270.574] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[  3270.578] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 44 paused 0
[  3270.578] (**) Integrated Camera: Integrated C: always reports core events
[  3270.578] (**) Option "Device" "/dev/input/event7"
[  3270.578] (**) Option "_source" "server/udev"
[  3270.585] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  3270.585] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  3270.585] (II) event7  - Integrated Camera: Integrated C: device removed
[  3270.585] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input28/event7"
[  3270.585] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[  3270.588] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  3270.588] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  3965.892] (II) config/udev: removing device Integrated Camera: Integrated C
[  3965.892] (**) Option "fd" "44"
[  3965.892] (II) event7  - Integrated Camera: Integrated C: device removed
[  3965.892] (II) UnloadModule: "libinput"
[  3965.892] (II) systemd-logind: releasing fd for 13:71
[  3966.453] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event7)
[  3966.454] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[  3966.454] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[  3966.456] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 44 paused 0
[  3966.457] (**) Integrated Camera: Integrated C: always reports core events
[  3966.457] (**) Option "Device" "/dev/input/event7"
[  3966.457] (**) Option "_source" "server/udev"
[  3966.460] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  3966.461] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  3966.461] (II) event7  - Integrated Camera: Integrated C: device removed
[  3966.461] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input29/event7"
[  3966.462] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[  3966.466] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  3966.466] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  4760.501] (II) config/udev: removing device Integrated Camera: Integrated C
[  4760.501] (**) Option "fd" "44"
[  4760.501] (II) event7  - Integrated Camera: Integrated C: device removed
[  4760.501] (II) UnloadModule: "libinput"
[  4760.501] (II) systemd-logind: releasing fd for 13:71
[  4761.275] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event7)
[  4761.275] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[  4761.275] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[  4761.276] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 44 paused 0
[  4761.276] (**) Integrated Camera: Integrated C: always reports core events
[  4761.276] (**) Option "Device" "/dev/input/event7"
[  4761.276] (**) Option "_source" "server/udev"
[  4761.279] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  4761.279] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  4761.280] (II) event7  - Integrated Camera: Integrated C: device removed
[  4761.280] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input30/event7"
[  4761.280] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[  4761.284] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  4761.284] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  5255.911] (II) config/udev: removing device Integrated Camera: Integrated C
[  5255.911] (**) Option "fd" "44"
[  5255.911] (II) event7  - Integrated Camera: Integrated C: device removed
[  5255.911] (II) UnloadModule: "libinput"
[  5255.911] (II) systemd-logind: releasing fd for 13:71
[  5256.656] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event7)
[  5256.656] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[  5256.656] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[  5256.658] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 44 paused 0
[  5256.658] (**) Integrated Camera: Integrated C: always reports core events
[  5256.658] (**) Option "Device" "/dev/input/event7"
[  5256.658] (**) Option "_source" "server/udev"
[  5256.661] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  5256.661] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  5256.662] (II) event7  - Integrated Camera: Integrated C: device removed
[  5256.662] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input31/event7"
[  5256.662] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[  5256.666] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  5256.666] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  5816.260] (II) config/udev: removing device Integrated Camera: Integrated C
[  5816.260] (**) Option "fd" "44"
[  5816.260] (II) event7  - Integrated Camera: Integrated C: device removed
[  5816.260] (II) UnloadModule: "libinput"
[  5816.260] (II) systemd-logind: releasing fd for 13:71
[  5822.491] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event7)
[  5822.491] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[  5822.491] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[  5822.494] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 44 paused 0
[  5822.494] (**) Integrated Camera: Integrated C: always reports core events
[  5822.494] (**) Option "Device" "/dev/input/event7"
[  5822.494] (**) Option "_source" "server/udev"
[  5822.498] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  5822.499] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  5822.500] (II) event7  - Integrated Camera: Integrated C: device removed
[  5822.500] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input32/event7"
[  5822.500] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[  5822.504] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  5822.504] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  5848.090] (II) config/udev: removing device Integrated Camera: Integrated C
[  5848.090] (**) Option "fd" "44"
[  5848.090] (II) event7  - Integrated Camera: Integrated C: device removed
[  5848.090] (II) UnloadModule: "libinput"
[  5848.090] (II) systemd-logind: releasing fd for 13:71
[  5849.431] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event7)
[  5849.431] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[  5849.431] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[  5849.434] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 44 paused 0
[  5849.434] (**) Integrated Camera: Integrated C: always reports core events
[  5849.434] (**) Option "Device" "/dev/input/event7"
[  5849.434] (**) Option "_source" "server/udev"
[  5849.437] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  5849.438] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  5849.439] (II) event7  - Integrated Camera: Integrated C: device removed
[  5849.439] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input33/event7"
[  5849.439] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[  5849.442] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  5849.443] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  5856.280] (II) config/udev: removing device Integrated Camera: Integrated C
[  5856.280] (**) Option "fd" "44"
[  5856.280] (II) event7  - Integrated Camera: Integrated C: device removed
[  5856.280] (II) UnloadModule: "libinput"
[  5856.280] (II) systemd-logind: releasing fd for 13:71
[  5865.165] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event7)
[  5865.165] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[  5865.165] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[  5865.166] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 44 paused 0
[  5865.166] (**) Integrated Camera: Integrated C: always reports core events
[  5865.166] (**) Option "Device" "/dev/input/event7"
[  5865.166] (**) Option "_source" "server/udev"
[  5865.168] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  5865.168] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[  5865.168] (II) event7  - Integrated Camera: Integrated C: device removed
[  5865.168] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input34/event7"
[  5865.168] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[  5865.170] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  5865.170] (II) event7  - Integrated Camera: Integrated C: device is a keyboard

~/.xinitrc

 
#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then

    xrdb -merge $sysresources

fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then

    xrdb -merge "$userresources"

fi

if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
 for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
  [ -x "$f" ] && . "$f"
 done
 unset f
fi
exec i3

Last edited by tomeklechu1122 (2021-08-02 21:02:24)

Offline

#6 2021-08-03 06:47:33

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,378

Re: Screen short freezes and flickering + Vsync issues

It tear vertically through entire screen but also there are "tears" that goes in different levels (like first 5 cm from left is higher, then its 3 cm bevel and rest of the screen below it. Yes it's the same "scar")

For clarification:
This is "vertical:" |
and this is "horizontal": –
The artifact usually called "tearing" describes a visible difference along a horizontal line.

The reason is most likely actually the modesetting driver (there're multiple bug reports and a comment in https://wiki.archlinux.org/title/Intel_graphics ) - xf86-video-intel is not related to the psr situation, so you can re-try using that.
Otherwise make sure that you are NOT exporting "LIBGL_DRI3_DISABLE=1" because DRI3 is required to perform page flips on the modesetting driver and w/o that you'll have a hard time fitting the screenbuffer in the vblank (time)window.

Offline

#7 2021-08-03 09:21:55

tomeklechu1122
Member
Registered: 2016-10-10
Posts: 21

Re: Screen short freezes and flickering + Vsync issues

seth wrote:

For clarification:
This is "vertical:" |
and this is "horizontal": –
The artifact usually called "tearing" describes a visible difference along a horizontal lin

 

Yes, of course. Was really tired yesterday late. You're right.



I've reinstalled xf86-video-intel with config:

with DRI 2 (I think that's what you suggested, or am I wrong?)

Section "Device"
  Identifier "Intel Graphics"
  Driver "intel"
  Option "TearFree" "true"
  Option "NoAccel" "True"
  Option "DRI" "2"
EndSection

It did seemed to help a little bit but still having visible tear issues everywhere. Good news is after psr=0 havent' experienced any screen blink and visible lag. Only sometimes 1-2 sec right after waking up from suspend.

If we can fix tear issue then It would be wonderful. Maybe it's picom config issue? Maybe downgrading intel driver 2-3 years will solve the problem. If the new ones are such bad written, is it the issue on all Linux distros?
It would be terrible news if it's not possible to fix at this moment. What about clean install (without LVM) with perfect configuration, is there still possibility it'll tear?

Last edited by tomeklechu1122 (2021-08-03 10:36:17)

Offline

#8 2021-08-03 11:44:19

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,378

Re: Screen short freezes and flickering + Vsync issues

I think that's what you suggested

No - the opposite. You want dri3, esp. w/ the modesetting driver.

Kill picom, run glxgears, check that it informs you that "Running synchronized to the vertical refresh" and see whether it's tearing w/o picom.

LVM will not cause tearing, it's a way to organzie your partition and not related to the graphics stack.

Offline

#9 2021-08-04 12:28:36

tomeklechu1122
Member
Registered: 2016-10-10
Posts: 21

Re: Screen short freezes and flickering + Vsync issues

Okay, I've turned back to DRI3 I understood wrong aparently.

And I've ran some tests with videos. Gonna explain every one. It's interesting how it appeared, can you look at the videos and logs?

SORRY FOR THE VOICE IN BACKGROUND ON VIDEOS, I'M AT WORK.

The best result I had with without hardware acceleration and with picom. But still tearing is unbearable.

Without Hardware acceleration and with Picom running [Gears are vibrating, not visible on video]
https://streamable.com/haogcv

Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
308 frames in 5.0 seconds = 61.546 FPS
301 frames in 5.0 seconds = 60.097 FPS
301 frames in 5.0 seconds = 60.057 FPS
301 frames in 5.0 seconds = 60.054 FPS
301 frames in 5.0 seconds = 60.056 FPS
301 frames in 5.0 seconds = 60.058 FPS
301 frames in 5.0 seconds = 60.051 FPS
301 frames in 5.0 seconds = 60.046 FPS
301 frames in 5.0 seconds = 60.049 FPS
301 frames in 5.0 seconds = 60.052 FPS
301 frames in 5.0 seconds = 60.052 FPS
300 frames in 5.0 seconds = 59.855 FPS
301 frames in 5.0 seconds = 60.050 FPS
301 frames in 5.0 seconds = 60.057 FPS
301 frames in 5.0 seconds = 60.057 FPS
301 frames in 5.0 seconds = 60.055 FPS
301 frames in 5.0 seconds = 60.054 FPS
301 frames in 5.0 seconds = 60.015 FPS

Without Hardware acceleration and without Picom [LOOK] [Gears are vibrating, not visible on video]
https://streamable.com/qyxdt5

Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
309 frames in 5.0 seconds = 61.693 FPS
301 frames in 5.0 seconds = 60.049 FPS
301 frames in 5.0 seconds = 60.055 FPS
301 frames in 5.0 seconds = 60.062 FPS
301 frames in 5.0 seconds = 60.057 FPS
301 frames in 5.0 seconds = 60.046 FPS
301 frames in 5.0 seconds = 60.052 FPS
301 frames in 5.0 seconds = 60.060 FPS
301 frames in 5.0 seconds = 60.104 FPS

With Hardware acceleration and with Picom running
https://streamable.com/95eblt

Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
307 frames in 5.0 seconds = 61.349 FPS
305 frames in 5.0 seconds = 60.872 FPS
310 frames in 5.0 seconds = 61.944 FPS
306 frames in 5.0 seconds = 61.005 FPS

With Hardware acceleration and without Picom
https://streamable.com/2shcrs

Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
308 frames in 5.0 seconds = 61.544 FPS
301 frames in 5.0 seconds = 60.043 FPS
301 frames in 5.0 seconds = 60.054 FPS
301 frames in 5.0 seconds = 60.054 FPS
301 frames in 5.0 seconds = 60.055 FPS
301 frames in 5.0 seconds = 60.056 FPS
301 frames in 5.0 seconds = 60.055 FPS
301 frames in 5.0 seconds = 60.055 FPS

The output of the log is pretty much the same, but behavior is different. Is there anything else I can try furthermore?

Last edited by tomeklechu1122 (2021-08-04 12:47:35)

Offline

#10 2021-08-04 12:59:03

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,378

Re: Screen short freezes and flickering + Vsync issues

There's a static tearline visible on the top of https://streamable.com/2shcrs (With Hardware acceleration and without Picom) what suggests the output is synced, but too late or slow.

xrandr -q

Offline

#11 2021-08-04 21:37:33

tomeklechu1122
Member
Registered: 2016-10-10
Posts: 21

Re: Screen short freezes and flickering + Vsync issues

Okay, there is the output. But don't really know how to interpret, can you help?

 

Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 280mm x 160mm
   1920x1080     60.05*+  59.93  
   1680x1050     59.88  
   1400x1050     59.98  
   1600x900      60.00    59.95    59.82  
   1280x1024     60.02  
   1400x900      59.96    59.88  
   1280x960      60.00  
   1368x768      60.00    59.88    59.85  
   1280x800      59.81    59.91  
   1280x720      59.86    60.00    59.74  
   1024x768      60.00  
   1024x576      60.00    59.90    59.82  
   960x540       60.00    59.63    59.82  
   800x600       60.32    56.25  
   864x486       60.00    59.92    59.57  
   640x480       59.94  
   720x405       59.51    60.00    58.99  
   640x360       59.84    59.32    60.00  
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
 

Last edited by tomeklechu1122 (2021-08-04 21:39:04)

Offline

#12 2021-08-05 09:07:15

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,378

Re: Screen short freezes and flickering + Vsync issues

xrandr --output eDP1 --rate 59.93

Re-check "xrandr -q", see whether the tearline is gone…

Offline

#13 2021-08-05 09:42:28

tomeklechu1122
Member
Registered: 2016-10-10
Posts: 21

Re: Screen short freezes and flickering + Vsync issues

xrandr --output eDP1 --rate 59.93

Took no effect, even tried with different values and with 1600x900 resolution. No luck.

Offline

#14 2021-08-05 09:47:58

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,378

Re: Screen short freezes and flickering + Vsync issues

Does it not even change the used rate in "xrandr -q"?

Offline

#15 2021-08-05 10:08:45

tomeklechu1122
Member
Registered: 2016-10-10
Posts: 21

Re: Screen short freezes and flickering + Vsync issues

No, output is exactly the same as before running --output eDP1 with --rate XXX doesn't change anything. No matter which value I put in "XXX"

I'm guessing 60.05*+ is the current used value.

 
$ xrandr --output eDP1 --rate 59.93
$ xrandr -q                             
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 280mm x 160mm
   1920x1080     60.05*+  59.93  
   1680x1050     59.88  
   1400x1050     59.98  
   1600x900      60.00    59.95    59.82  
   1280x1024     60.02  
   1400x900      59.96    59.88  
   1280x960      60.00  
   1368x768      60.00    59.88    59.85  
   1280x800      59.81    59.91  
   1280x720      59.86    60.00    59.74  
   1024x768      60.00  
   1024x576      60.00    59.90    59.82  
   960x540       60.00    59.63    59.82  
   800x600       60.32    56.25  
   864x486       60.00    59.92    59.57  
   640x480       59.94  
   720x405       59.51    60.00    58.99  
   640x360       59.84    59.32    60.00  
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

EDIT: Okay, it changed the value (The star moved to the 59.93 Value) but didn't improved anything

Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 280mm x 160mm
   1920x1080     60.05 +  59.93* 
   1680x1050     59.88  
   1400x1050     59.98  
   1600x900      60.00    59.95    59.82  
   1280x1024     60.02  
   1400x900      59.96    59.88  
   1280x960      60.00  
   1368x768      60.00    59.88    59.85  
   1280x800      59.81    59.91  
   1280x720      59.86    60.00    59.74  
   1024x768      60.00  
   1024x576      60.00    59.90    59.82  
   960x540       60.00    59.63    59.82  
   800x600       60.32    56.25  
   864x486       60.00    59.92    59.57  
   640x480       59.94  
   720x405       59.51    60.00    58.99  
   640x360       59.84    59.32    60.00  
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

Had to run this command

xrandr --output eDP1 --mode 1920x1080 --rate 59.93 

Maybe it's good idea to use Mesa drivers and try to figure it out using those instead of xf86-video-intel? Or is it possible that 1+ year old driver will solve this problem? Or try using wayland with sway..

Last edited by tomeklechu1122 (2021-08-05 11:54:16)

Offline

#16 2021-08-05 15:11:13

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,378

Re: Screen short freezes and flickering + Vsync issues

Do you still have the tearfree option in your xorg.conf*?
Try to replace it w/

Option "TripleBuffer" "true"

to make only picom sync to vblank.

Offline

#17 2021-08-05 22:02:48

tomeklechu1122
Member
Registered: 2016-10-10
Posts: 21

Re: Screen short freezes and flickering + Vsync issues

Did that. No improvement. Maybe we should look somewhere else?

Is there any compositor other than Picom that will do the job? Wanted to try with Sway but can't really install it due to corrupted pkg

error: swaybg: signature from "Brett Cornwall <brett@i--b.com>" is unknown trust
:: File /var/cache/pacman/pkg/swaybg-1.1-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).

~/.config/i3/config (picom exec, nothing more added to the original i3 config

 exec_always --no-startup-id picom -b --config ~/.config/picom/picom.conf 

Is there anything I could change in picom config?

backend = "glx";
glx-no-stencil = true;
vsync = true;
unredir-if-possible = true;

# Shadow
shadow = true; # Enabled client-side shadows on windows.
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 = [
 "n:e:Notification",
 "n:e:Docky",
 "g:e:Synapse",
 "g:e:Conky",
 "n:w:*Firefox*",
 "n:w:*Chromium*",
 "n:w:*dockbarx*",
 "class_g ?= 'Cairo-dock'",
 "class_g ?= 'Xfce4-notifyd'",
 "class_g ?= 'Xfce4-power-manager'",
 "class_g ?= 'Notify-osd'",
 "_GTK_FRAME_EXTENTS@:c"
];

# Opacity
detect-client-opacity = true;

# Window type settings
wintypes:
{
 dock = { shadow = false; };
 dnd = { shadow = false; };
 tooltip = { shadow = false; };
};

Last edited by tomeklechu1122 (2021-08-05 22:55:10)

Offline

#18 2021-08-07 14:40:31

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,378

Re: Screen short freezes and flickering + Vsync issues

"unredir-if-possible = true;" will unredirect fullscreen windows (ie. they're not composited and not subject to any vsync efforts by the compositor)

due to corrupted pkg

swaybg isn't sway, but are you maybe conducting partial updates?
Don't.

sudo pacman -Syu sway

The problem is that a static tearline indicates that the swap is actually aligned to the vblank signal - it's just either too late or too slow (which is why I was speculating on the frequency)
=> https://wiki.archlinux.org/title/Intel_ … nable_fbc) ?

Offline

Board footer

Powered by FluxBB