You are not logged in.

#1 2023-08-02 19:35:33

punk_physicist
Member
From: ~/
Registered: 2012-01-29
Posts: 39

[Solved] X11 image freezes a few seconds after logging in (Dropbox)

A few seconds after starting X11, the screen freezes (but not the mouse). The system stil works as I can switch to another TTY and kill xinit (which I use to start X as described in the wiki).

Some details:

WM: Openbox

Graphics: Intel UHD Graphics 620.

Drivers installed: xf86-video-intel, xf86-video-fbdev, xf86-video-vesa (but the problem persists no matter what combination of drivers I have installed or not installed). Mesa is installed for DRI (but switching to mesa-amber doesn't change anything).

I've tried various options suggested in the Intel Graphics wiki page such as changing from SNA to UXA for accelleration, enabling GuC changing from DRI 3 to 2, turning off hardware acceleration, setting the kernel parameter i915.enable_psr=0 and nothing has worked (each option was tried individually).

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

[   329.271] 
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[   329.271] Current Operating System: Linux archlaptop 6.4.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 27 Jul 2023 22:02:18 +0000 x86_64
[   329.271] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img cryptdevice=UUID=bc6bab5c-39cb-4b2d-8e7e-6449b99aca04:root root=/dev/mapper/root rw
[   329.272]  
[   329.272] Current version of pixman: 0.42.2
[   329.272] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   329.272] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   329.273] (==) Log file: "/home/brandon/.local/share/xorg/Xorg.0.log", Time: Wed Aug  2 15:05:10 2023
[   329.275] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   329.275] (==) No Layout section.  Using the first Screen section.
[   329.275] (==) No screen section available. Using defaults.
[   329.275] (**) |-->Screen "Default Screen Section" (0)
[   329.275] (**) |   |-->Monitor "<default monitor>"
[   329.276] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   329.276] (==) Automatically adding devices
[   329.276] (==) Automatically enabling devices
[   329.276] (==) Automatically adding GPU devices
[   329.276] (==) Automatically binding GPU devices
[   329.276] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   329.276] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   329.276] 	Entry deleted from font path.
[   329.278] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   329.278] 	Entry deleted from font path.
[   329.278] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   329.278] 	Entry deleted from font path.
[   329.279] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   329.279] (==) ModulePath set to "/usr/lib/xorg/modules"
[   329.279] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   329.279] (II) Module ABI versions:
[   329.279] 	X.Org ANSI C Emulation: 0.4
[   329.279] 	X.Org Video Driver: 25.2
[   329.279] 	X.Org XInput driver : 24.4
[   329.279] 	X.Org Server Extension : 10.0
[   329.281] (++) using VT number 1

[   329.284] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   329.287] (II) xfree86: Adding drm device (/dev/dri/card0)
[   329.288] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[   329.289] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[   329.297] (--) PCI:*(0@0:2:0) 8086:5917:1028:081c rev 7, Mem @ 0xeb000000/16777216, 0xa0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[   329.297] (II) Open ACPI successful (/var/run/acpid.socket)
[   329.297] (II) LoadModule: "glx"
[   329.299] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   329.310] (II) Module glx: vendor="X.Org Foundation"
[   329.310] 	compiled for 1.21.1.8, module version = 1.0.0
[   329.310] 	ABI class: X.Org Server Extension, version 10.0
[   329.310] (==) Matched intel as autoconfigured driver 0
[   329.310] (==) Matched modesetting as autoconfigured driver 1
[   329.310] (==) Matched fbdev as autoconfigured driver 2
[   329.310] (==) Matched vesa as autoconfigured driver 3
[   329.310] (==) Assigned the driver to the xf86ConfigLayout
[   329.310] (II) LoadModule: "intel"
[   329.310] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   329.314] (II) Module intel: vendor="X.Org Foundation"
[   329.314] 	compiled for 1.21.1.6, module version = 2.99.917
[   329.314] 	Module class: X.Org Video Driver
[   329.314] 	ABI class: X.Org Video Driver, version 25.2
[   329.314] (II) LoadModule: "modesetting"
[   329.314] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   329.318] (II) Module modesetting: vendor="X.Org Foundation"
[   329.318] 	compiled for 1.21.1.8, module version = 1.21.1
[   329.318] 	Module class: X.Org Video Driver
[   329.318] 	ABI class: X.Org Video Driver, version 25.2
[   329.318] (II) LoadModule: "fbdev"
[   329.318] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[   329.319] (II) Module fbdev: vendor="X.Org Foundation"
[   329.319] 	compiled for 1.21.1.1, module version = 0.5.0
[   329.319] 	Module class: X.Org Video Driver
[   329.319] 	ABI class: X.Org Video Driver, version 25.2
[   329.319] (II) LoadModule: "vesa"
[   329.319] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   329.320] (II) Module vesa: vendor="X.Org Foundation"
[   329.320] 	compiled for 1.21.1.4, module version = 2.6.0
[   329.320] 	Module class: X.Org Video Driver
[   329.320] 	ABI class: X.Org Video Driver, version 25.2
[   329.320] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[   329.320] (II) intel: Driver for Intel(R) HD Graphics
[   329.320] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[   329.320] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[   329.320] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   329.320] (II) FBDEV: driver for framebuffer: fbdev
[   329.320] (II) VESA: driver for VESA chipsets: vesa
[   329.321] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[   329.321] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[   329.321] (II) intel(0): SNA compiled from 2.99.917-923-gb74b67f0
[   329.323] (WW) Falling back to old probe method for modesetting
[   329.323] (WW) Falling back to old probe method for fbdev
[   329.323] (II) Loading sub module "fbdevhw"
[   329.323] (II) LoadModule: "fbdevhw"
[   329.323] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   329.324] (II) Module fbdevhw: vendor="X.Org Foundation"
[   329.324] 	compiled for 1.21.1.8, module version = 0.0.2
[   329.324] 	ABI class: X.Org Video Driver, version 25.2
[   329.324] (EE) open /dev/fb0: Permission denied
[   329.324] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   329.325] (--) intel(0): gen9 engineering sample
[   329.325] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[   329.325] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   329.325] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   329.325] (==) intel(0): RGB weight 888
[   329.325] (==) intel(0): Default visual is TrueColor
[   329.327] (II) intel(0): Output eDP1 has no monitor section
[   329.328] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[   329.328] (II) intel(0): Enabled output eDP1
[   329.329] (II) intel(0): Output DP1 has no monitor section
[   329.329] (II) intel(0): Enabled output DP1
[   329.329] (II) intel(0): Output HDMI1 has no monitor section
[   329.330] (II) intel(0): Enabled output HDMI1
[   329.330] (II) intel(0): Output DP2 has no monitor section
[   329.330] (II) intel(0): Enabled output DP2
[   329.330] (II) intel(0): Output HDMI2 has no monitor section
[   329.330] (II) intel(0): Enabled output HDMI2
[   329.330] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[   329.331] (II) intel(0): Output VIRTUAL1 has no monitor section
[   329.331] (II) intel(0): Enabled output VIRTUAL1
[   329.331] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[   329.331] (==) intel(0): TearFree enabled
[   329.331] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[   329.331] (==) intel(0): DPI set to (96, 96)
[   329.331] (II) Loading sub module "dri3"
[   329.331] (II) LoadModule: "dri3"
[   329.331] (II) Module "dri3" already built-in
[   329.331] (II) Loading sub module "dri2"
[   329.331] (II) LoadModule: "dri2"
[   329.331] (II) Module "dri2" already built-in
[   329.331] (II) Loading sub module "present"
[   329.331] (II) LoadModule: "present"
[   329.331] (II) Module "present" already built-in
[   329.334] (II) UnloadModule: "modesetting"
[   329.334] (II) Unloading modesetting
[   329.335] (II) UnloadModule: "fbdev"
[   329.335] (II) Unloading fbdev
[   329.335] (II) UnloadSubModule: "fbdevhw"
[   329.335] (II) Unloading fbdevhw
[   329.335] (II) UnloadModule: "vesa"
[   329.335] (II) Unloading vesa
[   329.338] (II) intel(0): SNA initialized with Kabylake (gen9) backend
[   329.338] (==) intel(0): Backing store enabled
[   329.338] (==) intel(0): Silken mouse enabled
[   329.338] (II) intel(0): HW Cursor enabled
[   329.340] (==) intel(0): DPMS enabled
[   329.340] (==) intel(0): Display hotplug detection enabled
[   329.340] (II) intel(0): [DRI2] Setup complete
[   329.340] (II) intel(0): [DRI2]   DRI driver: i965
[   329.340] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[   329.340] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[   329.341] (II) intel(0): hardware support for Present enabled
[   329.341] (II) Initializing extension Generic Event Extension
[   329.341] (II) Initializing extension SHAPE
[   329.341] (II) Initializing extension MIT-SHM
[   329.341] (II) Initializing extension XInputExtension
[   329.342] (II) Initializing extension XTEST
[   329.342] (II) Initializing extension BIG-REQUESTS
[   329.342] (II) Initializing extension SYNC
[   329.343] (II) Initializing extension XKEYBOARD
[   329.343] (II) Initializing extension XC-MISC
[   329.343] (II) Initializing extension SECURITY
[   329.343] (II) Initializing extension XFIXES
[   329.343] (II) Initializing extension RENDER
[   329.344] (II) Initializing extension RANDR
[   329.344] (II) Initializing extension COMPOSITE
[   329.344] (II) Initializing extension DAMAGE
[   329.344] (II) Initializing extension MIT-SCREEN-SAVER
[   329.344] (II) Initializing extension DOUBLE-BUFFER
[   329.345] (II) Initializing extension RECORD
[   329.345] (II) Initializing extension DPMS
[   329.345] (II) Initializing extension Present
[   329.345] (II) Initializing extension DRI3
[   329.345] (II) Initializing extension X-Resource
[   329.346] (II) Initializing extension XVideo
[   329.346] (II) Initializing extension XVideo-MotionCompensation
[   329.346] (II) Initializing extension GLX
[   329.346] (EE) AIGLX error: dlopen of /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
[   329.346] (EE) AIGLX error: unable to load driver i965
[   329.598] (II) IGLX: Loaded and initialized swrast
[   329.598] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   329.598] (II) Initializing extension XFree86-VidModeExtension
[   329.598] (II) Initializing extension XFree86-DGA
[   329.598] (II) Initializing extension XFree86-DRI
[   329.599] (II) Initializing extension DRI2
[   329.609] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[   329.631] (II) intel(0): Setting screen physical size to 508 x 285
[   329.731] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   329.731] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   329.731] (II) LoadModule: "libinput"
[   329.731] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   329.734] (II) Module libinput: vendor="X.Org Foundation"
[   329.734] 	compiled for 1.21.1.8, module version = 1.3.0
[   329.734] 	Module class: X.Org XInput Driver
[   329.734] 	ABI class: X.Org XInput driver, version 24.4
[   329.734] (II) Using input driver 'libinput' for 'Power Button'
[   329.734] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 25 paused 0
[   329.734] (**) Power Button: always reports core events
[   329.734] (**) Option "Device" "/dev/input/event3"
[   329.739] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   329.739] (II) event3  - Power Button: device is a keyboard
[   329.739] (II) event3  - Power Button: device removed
[   329.739] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[   329.739] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   329.739] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   329.739] (II) event3  - Power Button: device is a keyboard
[   329.740] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[   329.740] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   329.740] (II) Using input driver 'libinput' for 'Video Bus'
[   329.740] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 28 paused 0
[   329.740] (**) Video Bus: always reports core events
[   329.740] (**) Option "Device" "/dev/input/event5"
[   329.741] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[   329.741] (II) event5  - Video Bus: device is a keyboard
[   329.741] (II) event5  - Video Bus: device removed
[   329.741] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event5"
[   329.741] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   329.742] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[   329.742] (II) event5  - Video Bus: device is a keyboard
[   329.743] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   329.743] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   329.743] (II) Using input driver 'libinput' for 'Power Button'
[   329.743] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 29 paused 0
[   329.743] (**) Power Button: always reports core events
[   329.743] (**) Option "Device" "/dev/input/event1"
[   329.744] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   329.744] (II) event1  - Power Button: device is a keyboard
[   329.744] (II) event1  - Power Button: device removed
[   329.744] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[   329.744] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   329.745] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   329.745] (II) event1  - Power Button: device is a keyboard
[   329.745] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   329.745] (II) No input driver specified, ignoring this device.
[   329.745] (II) This device may have been added with another device file.
[   329.746] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[   329.746] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   329.746] (II) Using input driver 'libinput' for 'Sleep Button'
[   329.746] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 30 paused 0
[   329.746] (**) Sleep Button: always reports core events
[   329.746] (**) Option "Device" "/dev/input/event2"
[   329.747] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[   329.747] (II) event2  - Sleep Button: device is a keyboard
[   329.747] (II) event2  - Sleep Button: device removed
[   329.747] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[   329.747] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   329.748] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[   329.748] (II) event2  - Sleep Button: device is a keyboard
[   329.749] (II) config/udev: Adding input device ELAN25B6:00 04F3:0732 (/dev/input/event10)
[   329.749] (**) ELAN25B6:00 04F3:0732: Applying InputClass "libinput touchscreen catchall"
[   329.749] (II) Using input driver 'libinput' for 'ELAN25B6:00 04F3:0732'
[   329.749] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 31 paused 0
[   329.749] (**) ELAN25B6:00 04F3:0732: always reports core events
[   329.749] (**) Option "Device" "/dev/input/event10"
[   329.750] (II) event10 - ELAN25B6:00 04F3:0732: is tagged by udev as: Touchscreen
[   329.750] (II) event10 - ELAN25B6:00 04F3:0732: device is a touch device
[   329.751] (II) event10 - ELAN25B6:00 04F3:0732: device removed
[   329.751] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-6/i2c-ELAN25B6:00/0018:04F3:0732.0001/input/input17/event10"
[   329.751] (II) XINPUT: Adding extended input device "ELAN25B6:00 04F3:0732" (type: TOUCHSCREEN, id 10)
[   329.751] (**) Option "AccelerationScheme" "none"
[   329.751] (**) ELAN25B6:00 04F3:0732: (accel) selected scheme none/0
[   329.751] (**) ELAN25B6:00 04F3:0732: (accel) acceleration factor: 2.000
[   329.751] (**) ELAN25B6:00 04F3:0732: (accel) acceleration threshold: 4
[   329.752] (II) event10 - ELAN25B6:00 04F3:0732: is tagged by udev as: Touchscreen
[   329.752] (II) event10 - ELAN25B6:00 04F3:0732: device is a touch device
[   329.752] (II) config/udev: Adding input device ELAN25B6:00 04F3:0732 (/dev/input/mouse0)
[   329.752] (II) No input driver specified, ignoring this device.
[   329.752] (II) This device may have been added with another device file.
[   329.753] (II) config/udev: Adding input device ELAN25B6:00 04F3:0732 UNKNOWN (/dev/input/event11)
[   329.753] (II) No input driver specified, ignoring this device.
[   329.753] (II) This device may have been added with another device file.
[   329.754] (II) config/udev: Adding input device ELAN25B6:00 04F3:0732 UNKNOWN (/dev/input/event15)
[   329.754] (II) No input driver specified, ignoring this device.
[   329.754] (II) This device may have been added with another device file.
[   329.754] (II) config/udev: Adding input device DELL081C:00 044E:121F Mouse (/dev/input/event12)
[   329.754] (**) DELL081C:00 044E:121F Mouse: Applying InputClass "libinput pointer catchall"
[   329.754] (II) Using input driver 'libinput' for 'DELL081C:00 044E:121F Mouse'
[   329.755] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 32 paused 0
[   329.755] (**) DELL081C:00 044E:121F Mouse: always reports core events
[   329.755] (**) Option "Device" "/dev/input/event12"
[   329.756] (II) event12 - DELL081C:00 044E:121F Mouse: is tagged by udev as: Mouse Pointingstick
[   329.756] (II) event12 - DELL081C:00 044E:121F Mouse: trackpoint multiplier is 0.30
[   329.756] (II) event12 - DELL081C:00 044E:121F Mouse: device is a pointer
[   329.757] (II) event12 - DELL081C:00 044E:121F Mouse: device removed
[   329.757] (II) libinput: DELL081C:00 044E:121F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   329.757] (II) libinput: DELL081C:00 044E:121F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   329.757] (II) libinput: DELL081C:00 044E:121F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   329.757] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-DELL081C:00/0018:044E:121F.0002/input/input21/event12"
[   329.757] (II) XINPUT: Adding extended input device "DELL081C:00 044E:121F Mouse" (type: MOUSE, id 11)
[   329.757] (**) Option "AccelerationScheme" "none"
[   329.757] (**) DELL081C:00 044E:121F Mouse: (accel) selected scheme none/0
[   329.757] (**) DELL081C:00 044E:121F Mouse: (accel) acceleration factor: 2.000
[   329.757] (**) DELL081C:00 044E:121F Mouse: (accel) acceleration threshold: 4
[   329.758] (II) event12 - DELL081C:00 044E:121F Mouse: is tagged by udev as: Mouse Pointingstick
[   329.758] (II) event12 - DELL081C:00 044E:121F Mouse: trackpoint multiplier is 0.30
[   329.758] (II) event12 - DELL081C:00 044E:121F Mouse: device is a pointer
[   329.759] (II) config/udev: Adding input device DELL081C:00 044E:121F Mouse (/dev/input/mouse1)
[   329.759] (II) No input driver specified, ignoring this device.
[   329.759] (II) This device may have been added with another device file.
[   329.760] (II) config/udev: Adding input device DELL081C:00 044E:121F Touchpad (/dev/input/event13)
[   329.760] (**) DELL081C:00 044E:121F Touchpad: Applying InputClass "libinput touchpad catchall"
[   329.760] (II) Using input driver 'libinput' for 'DELL081C:00 044E:121F Touchpad'
[   329.760] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 33 paused 0
[   329.760] (**) DELL081C:00 044E:121F Touchpad: always reports core events
[   329.760] (**) Option "Device" "/dev/input/event13"
[   329.761] (II) event13 - DELL081C:00 044E:121F Touchpad: is tagged by udev as: Touchpad
[   329.762] (II) event13 - DELL081C:00 044E:121F Touchpad: device is a touchpad
[   329.762] (II) event13 - DELL081C:00 044E:121F Touchpad: device removed
[   329.762] (II) libinput: DELL081C:00 044E:121F Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   329.762] (II) libinput: DELL081C:00 044E:121F Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   329.762] (II) libinput: DELL081C:00 044E:121F Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   329.763] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-DELL081C:00/0018:044E:121F.0002/input/input22/event13"
[   329.763] (II) XINPUT: Adding extended input device "DELL081C:00 044E:121F Touchpad" (type: TOUCHPAD, id 12)
[   329.763] (**) Option "AccelerationScheme" "none"
[   329.763] (**) DELL081C:00 044E:121F Touchpad: (accel) selected scheme none/0
[   329.763] (**) DELL081C:00 044E:121F Touchpad: (accel) acceleration factor: 2.000
[   329.763] (**) DELL081C:00 044E:121F Touchpad: (accel) acceleration threshold: 4
[   329.764] (II) event13 - DELL081C:00 044E:121F Touchpad: is tagged by udev as: Touchpad
[   329.765] (II) event13 - DELL081C:00 044E:121F Touchpad: device is a touchpad
[   329.766] (II) config/udev: Adding input device DELL081C:00 044E:121F Touchpad (/dev/input/mouse2)
[   329.766] (II) No input driver specified, ignoring this device.
[   329.766] (II) This device may have been added with another device file.
[   329.766] (II) config/udev: Adding input device DELL081C:00 044E:121F UNKNOWN (/dev/input/event14)
[   329.766] (**) DELL081C:00 044E:121F UNKNOWN: Applying InputClass "libinput keyboard catchall"
[   329.766] (II) Using input driver 'libinput' for 'DELL081C:00 044E:121F UNKNOWN'
[   329.767] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 34 paused 0
[   329.767] (**) DELL081C:00 044E:121F UNKNOWN: always reports core events
[   329.767] (**) Option "Device" "/dev/input/event14"
[   329.768] (II) event14 - DELL081C:00 044E:121F UNKNOWN: is tagged by udev as: Keyboard
[   329.768] (II) event14 - DELL081C:00 044E:121F UNKNOWN: device is a keyboard
[   329.768] (II) event14 - DELL081C:00 044E:121F UNKNOWN: device removed
[   329.768] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-DELL081C:00/0018:044E:121F.0002/input/input23/event14"
[   329.768] (II) XINPUT: Adding extended input device "DELL081C:00 044E:121F UNKNOWN" (type: KEYBOARD, id 13)
[   329.769] (II) event14 - DELL081C:00 044E:121F UNKNOWN: is tagged by udev as: Keyboard
[   329.769] (II) event14 - DELL081C:00 044E:121F UNKNOWN: device is a keyboard
[   329.770] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event16)
[   329.770] (II) No input driver specified, ignoring this device.
[   329.770] (II) This device may have been added with another device file.
[   329.770] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
[   329.770] (II) No input driver specified, ignoring this device.
[   329.770] (II) This device may have been added with another device file.
[   329.771] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event18)
[   329.771] (II) No input driver specified, ignoring this device.
[   329.771] (II) This device may have been added with another device file.
[   329.771] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event19)
[   329.771] (II) No input driver specified, ignoring this device.
[   329.771] (II) This device may have been added with another device file.
[   329.771] (II) config/udev: Adding input device Intel HID events (/dev/input/event6)
[   329.771] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[   329.771] (II) Using input driver 'libinput' for 'Intel HID events'
[   329.772] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 35 paused 0
[   329.772] (**) Intel HID events: always reports core events
[   329.772] (**) Option "Device" "/dev/input/event6"
[   329.772] (II) event6  - Intel HID events: is tagged by udev as: Keyboard
[   329.772] (II) event6  - Intel HID events: device is a keyboard
[   329.773] (II) event6  - Intel HID events: device removed
[   329.773] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input6/event6"
[   329.773] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 14)
[   329.774] (II) event6  - Intel HID events: is tagged by udev as: Keyboard
[   329.774] (II) event6  - Intel HID events: device is a keyboard
[   329.777] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event7)
[   329.777] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[   329.777] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[   329.778] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 36 paused 0
[   329.778] (**) Intel HID 5 button array: always reports core events
[   329.778] (**) Option "Device" "/dev/input/event7"
[   329.778] (II) event7  - Intel HID 5 button array: is tagged by udev as: Keyboard
[   329.778] (II) event7  - Intel HID 5 button array: device is a keyboard
[   329.778] (II) event7  - Intel HID 5 button array: device removed
[   329.778] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input7/event7"
[   329.778] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 15)
[   329.779] (II) event7  - Intel HID 5 button array: is tagged by udev as: Keyboard
[   329.779] (II) event7  - Intel HID 5 button array: device is a keyboard
[   329.780] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event9)
[   329.780] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   329.780] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[   329.780] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 37 paused 0
[   329.780] (**) Dell WMI hotkeys: always reports core events
[   329.780] (**) Option "Device" "/dev/input/event9"
[   329.781] (II) event9  - Dell WMI hotkeys: is tagged by udev as: Keyboard
[   329.781] (II) event9  - Dell WMI hotkeys: device is a keyboard
[   329.782] (II) event9  - Dell WMI hotkeys: device removed
[   329.782] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input16/event9"
[   329.782] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 16)
[   329.782] (II) event9  - Dell WMI hotkeys: is tagged by udev as: Keyboard
[   329.783] (II) event9  - Dell WMI hotkeys: device is a keyboard
[   329.783] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[   329.783] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   329.783] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   329.784] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 38 paused 0
[   329.784] (**) AT Translated Set 2 keyboard: always reports core events
[   329.784] (**) Option "Device" "/dev/input/event4"
[   329.785] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   329.785] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   329.785] (II) event4  - AT Translated Set 2 keyboard: device removed
[   329.785] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[   329.785] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 17)
[   329.786] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   329.787] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   329.788] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[   329.788] (II) No input driver specified, ignoring this device.
[   329.788] (II) This device may have been added with another device file.
[   331.340] (II) intel(0): EDID vendor "AUO", prod id 8765
[   331.340] (II) intel(0): Printing DDC gathered Modelines:
[   331.340] (II) intel(0): Modeline "1920x1080"x0.0  141.00  1920 1936 1952 2104  1080 1083 1097 1116 +hsync -vsync (67.0 kHz eP)
[   331.340] (II) intel(0): Modeline "1920x1080"x0.0  112.80  1920 1936 1952 2104  1080 1083 1097 1116 +hsync -vsync (53.6 kHz e)
[   357.595] (**) Option "fd" "25"
[   357.595] (II) event3  - Power Button: device removed
[   357.596] (**) Option "fd" "28"
[   357.596] (II) event5  - Video Bus: device removed
[   357.596] (**) Option "fd" "29"
[   357.596] (II) event1  - Power Button: device removed
[   357.596] (**) Option "fd" "30"
[   357.596] (II) event2  - Sleep Button: device removed
[   357.596] (**) Option "fd" "31"
[   357.596] (II) event10 - ELAN25B6:00 04F3:0732: device removed
[   357.597] (**) Option "fd" "32"
[   357.597] (II) event12 - DELL081C:00 044E:121F Mouse: device removed
[   357.597] (**) Option "fd" "33"
[   357.597] (II) event13 - DELL081C:00 044E:121F Touchpad: device removed
[   357.597] (**) Option "fd" "34"
[   357.597] (II) event14 - DELL081C:00 044E:121F UNKNOWN: device removed
[   357.597] (**) Option "fd" "35"
[   357.597] (II) event6  - Intel HID events: device removed
[   357.598] (**) Option "fd" "36"
[   357.598] (II) event7  - Intel HID 5 button array: device removed
[   357.598] (**) Option "fd" "37"
[   357.598] (II) event9  - Dell WMI hotkeys: device removed
[   357.598] (**) Option "fd" "38"
[   357.598] (II) event4  - AT Translated Set 2 keyboard: device removed

UPDATE:
It seems like multiple programs are stopping or freezing (according to the output of "ps aux") including my compositor (appearing as if the whole screen has frozen). Programs still freeze when not using a compositor, but now I can move around windows of stopped programs.

Last edited by punk_physicist (2023-08-04 16:24:45)

Offline

#2 2023-08-02 19:42:13

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

Re: [Solved] X11 image freezes a few seconds after logging in (Dropbox)

Remove xf86-video-* everything as well as your configuration attempts and retry.

xf86-video-intel has not been in active development for years and is not suitable for GPUs that are newer than 2010ish. Xorg has a built in modesetting driver it will use instead that is likely to work better.

Offline

#3 2023-08-02 20:08:28

punk_physicist
Member
From: ~/
Registered: 2012-01-29
Posts: 39

Re: [Solved] X11 image freezes a few seconds after logging in (Dropbox)

V1del wrote:

Remove xf86-video-* everything as well as your configuration attempts and retry.

xf86-video-intel has not been in active development for years and is not suitable for GPUs that are newer than 2010ish. Xorg has a built in modesetting driver it will use instead that is likely to work better.

Done. No change in behavior.

New output of ~/.local/share/xorg/Xorg.0.log file

[  4085.322] 
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[  4085.322] Current Operating System: Linux archlaptop 6.4.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 27 Jul 2023 22:02:18 +0000 x86_64
[  4085.322] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img cryptdevice=UUID=bc6bab5c-39cb-4b2d-8e7e-6449b99aca04:root root=/dev/mapper/root rw
[  4085.322]  
[  4085.322] Current version of pixman: 0.42.2
[  4085.322] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  4085.323] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  4085.323] (==) Log file: "/home/brandon/.local/share/xorg/Xorg.0.log", Time: Wed Aug  2 16:07:46 2023
[  4085.323] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  4085.323] (==) No Layout section.  Using the first Screen section.
[  4085.323] (==) No screen section available. Using defaults.
[  4085.323] (**) |-->Screen "Default Screen Section" (0)
[  4085.323] (**) |   |-->Monitor "<default monitor>"
[  4085.323] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  4085.323] (==) Automatically adding devices
[  4085.323] (==) Automatically enabling devices
[  4085.323] (==) Automatically adding GPU devices
[  4085.323] (==) Automatically binding GPU devices
[  4085.323] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  4085.323] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  4085.323] 	Entry deleted from font path.
[  4085.323] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  4085.323] 	Entry deleted from font path.
[  4085.323] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  4085.323] 	Entry deleted from font path.
[  4085.323] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  4085.323] (==) ModulePath set to "/usr/lib/xorg/modules"
[  4085.323] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  4085.323] (II) Module ABI versions:
[  4085.323] 	X.Org ANSI C Emulation: 0.4
[  4085.323] 	X.Org Video Driver: 25.2
[  4085.323] 	X.Org XInput driver : 24.4
[  4085.323] 	X.Org Server Extension : 10.0
[  4085.324] (++) using VT number 1

[  4085.326] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_310
[  4085.327] (II) xfree86: Adding drm device (/dev/dri/card0)
[  4085.327] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[  4085.328] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[  4085.331] (--) PCI:*(0@0:2:0) 8086:5917:1028:081c rev 7, Mem @ 0xeb000000/16777216, 0xa0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[  4085.331] (II) Open ACPI successful (/var/run/acpid.socket)
[  4085.331] (II) LoadModule: "glx"
[  4085.331] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  4085.333] (II) Module glx: vendor="X.Org Foundation"
[  4085.333] 	compiled for 1.21.1.8, module version = 1.0.0
[  4085.333] 	ABI class: X.Org Server Extension, version 10.0
[  4085.333] (==) Matched intel as autoconfigured driver 0
[  4085.333] (==) Matched modesetting as autoconfigured driver 1
[  4085.333] (==) Matched fbdev as autoconfigured driver 2
[  4085.333] (==) Matched vesa as autoconfigured driver 3
[  4085.333] (==) Assigned the driver to the xf86ConfigLayout
[  4085.333] (II) LoadModule: "intel"
[  4085.333] (WW) Warning, couldn't open module intel
[  4085.333] (EE) Failed to load module "intel" (module does not exist, 0)
[  4085.333] (II) LoadModule: "modesetting"
[  4085.333] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  4085.334] (II) Module modesetting: vendor="X.Org Foundation"
[  4085.334] 	compiled for 1.21.1.8, module version = 1.21.1
[  4085.334] 	Module class: X.Org Video Driver
[  4085.334] 	ABI class: X.Org Video Driver, version 25.2
[  4085.334] (II) LoadModule: "fbdev"
[  4085.334] (WW) Warning, couldn't open module fbdev
[  4085.334] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  4085.334] (II) LoadModule: "vesa"
[  4085.334] (WW) Warning, couldn't open module vesa
[  4085.334] (EE) Failed to load module "vesa" (module does not exist, 0)
[  4085.334] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  4085.334] (II) modeset(0): using drv /dev/dri/card0
[  4085.334] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  4085.334] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  4085.334] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[  4085.334] (==) modeset(0): RGB weight 888
[  4085.334] (==) modeset(0): Default visual is TrueColor
[  4085.334] (II) Loading sub module "glamoregl"
[  4085.334] (II) LoadModule: "glamoregl"
[  4085.334] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  4085.338] (II) Module glamoregl: vendor="X.Org Foundation"
[  4085.338] 	compiled for 1.21.1.8, module version = 1.0.1
[  4085.338] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4085.370] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 620 (KBL GT2)
[  4085.370] (II) modeset(0): glamor initialized
[  4085.370] (==) modeset(0): VariableRefresh: disabled
[  4085.370] (==) modeset(0): AsyncFlipSecondaries: disabled
[  4085.371] (II) modeset(0): Output eDP-1 has no monitor section
[  4085.371] (II) modeset(0): Output DP-1 has no monitor section
[  4085.374] (II) modeset(0): Output HDMI-1 has no monitor section
[  4085.374] (II) modeset(0): Output DP-2 has no monitor section
[  4085.378] (II) modeset(0): Output HDMI-2 has no monitor section
[  4085.379] (II) modeset(0): EDID for output eDP-1
[  4085.379] (II) modeset(0): Manufacturer: AUO  Model: 223d  Serial#: 0
[  4085.379] (II) modeset(0): Year: 2017  Week: 0
[  4085.379] (II) modeset(0): EDID Version: 1.4
[  4085.379] (II) modeset(0): Digital Display Input
[  4085.379] (II) modeset(0): 6 bits per channel
[  4085.379] (II) modeset(0): Digital interface is DisplayPort
[  4085.379] (II) modeset(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[  4085.379] (II) modeset(0): Gamma: 2.20
[  4085.379] (II) modeset(0): No DPMS capabilities specified
[  4085.379] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[  4085.379] (II) modeset(0): First detailed timing is preferred mode
[  4085.379] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[  4085.379] (II) modeset(0): redX: 0.631 redY: 0.336   greenX: 0.323 greenY: 0.614
[  4085.379] (II) modeset(0): blueX: 0.156 blueY: 0.040   whiteX: 0.313 whiteY: 0.329
[  4085.379] (II) modeset(0): Manufacturer's mask: 0
[  4085.379] (II) modeset(0): Supported detailed timing:
[  4085.379] (II) modeset(0): clock: 141.0 MHz   Image Size:  309 x 174 mm
[  4085.379] (II) modeset(0): h_active: 1920  h_sync: 1936  h_sync_end 1952 h_blank_end 2104 h_border: 0
[  4085.379] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1097 v_blanking: 1116 v_border: 0
[  4085.379] (II) modeset(0): Supported detailed timing:
[  4085.379] (II) modeset(0): clock: 112.8 MHz   Image Size:  309 x 174 mm
[  4085.379] (II) modeset(0): h_active: 1920  h_sync: 1936  h_sync_end 1952 h_blank_end 2104 h_border: 0
[  4085.379] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1097 v_blanking: 1116 v_border: 0
[  4085.379] (II) modeset(0):  RVFT5€B140HAK
[  4085.379] (II) modeset(0): Unknown vendor-specific block 0
[  4085.379] (II) modeset(0): EDID (in hex):
[  4085.379] (II) modeset(0): 	00ffffffffffff0006af3d2200000000
[  4085.379] (II) modeset(0): 	001b0104951f1178028d15a156529d28
[  4085.379] (II) modeset(0): 	0a505400000001010101010101010101
[  4085.379] (II) modeset(0): 	010101010101143780b8703824401010
[  4085.379] (II) modeset(0): 	3e0035ae1000001a102c80b870382440
[  4085.379] (II) modeset(0): 	10103e0035ae1000001a000000fe0052
[  4085.379] (II) modeset(0): 	56465435804231343048414b00000000
[  4085.379] (II) modeset(0): 	000081029e001100000a010a20200019
[  4085.379] (II) modeset(0): Printing probed modes for output eDP-1
[  4085.379] (II) modeset(0): Modeline "1920x1080"x60.0  141.00  1920 1936 1952 2104  1080 1083 1097 1116 +hsync -vsync (67.0 kHz eP)
[  4085.379] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[  4085.379] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[  4085.379] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[  4085.379] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[  4085.379] (II) modeset(0): Modeline "1920x1080"x48.0  112.80  1920 1936 1952 2104  1080 1083 1097 1116 +hsync -vsync (53.6 kHz e)
[  4085.379] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[  4085.379] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[  4085.379] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[  4085.379] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[  4085.379] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[  4085.379] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[  4085.379] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[  4085.379] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[  4085.379] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[  4085.379] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[  4085.379] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[  4085.379] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[  4085.379] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[  4085.379] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[  4085.379] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[  4085.379] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[  4085.379] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[  4085.379] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[  4085.379] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[  4085.379] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[  4085.379] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[  4085.379] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[  4085.379] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[  4085.379] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[  4085.379] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  4085.379] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[  4085.379] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[  4085.379] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[  4085.379] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[  4085.379] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[  4085.379] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[  4085.379] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[  4085.379] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[  4085.379] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[  4085.379] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[  4085.380] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[  4085.380] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[  4085.380] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[  4085.380] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  4085.380] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  4085.380] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  4085.380] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[  4085.380] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[  4085.380] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[  4085.380] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[  4085.380] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  4085.380] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[  4085.380] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[  4085.380] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  4085.380] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[  4085.380] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[  4085.380] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  4085.380] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  4085.380] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[  4085.380] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[  4085.380] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[  4085.380] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[  4085.380] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[  4085.380] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[  4085.380] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[  4085.380] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[  4085.380] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[  4085.380] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[  4085.380] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  4085.380] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[  4085.380] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[  4085.380] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[  4085.380] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[  4085.380] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  4085.380] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  4085.380] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[  4085.380] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[  4085.380] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  4085.380] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[  4085.380] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[  4085.380] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[  4085.380] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[  4085.380] (II) modeset(0): EDID for output DP-1
[  4085.383] (II) modeset(0): EDID for output HDMI-1
[  4085.383] (II) modeset(0): EDID for output DP-2
[  4085.386] (II) modeset(0): EDID for output HDMI-2
[  4085.386] (II) modeset(0): Output eDP-1 connected
[  4085.386] (II) modeset(0): Output DP-1 disconnected
[  4085.386] (II) modeset(0): Output HDMI-1 disconnected
[  4085.386] (II) modeset(0): Output DP-2 disconnected
[  4085.386] (II) modeset(0): Output HDMI-2 disconnected
[  4085.386] (II) modeset(0): Using exact sizes for initial modes
[  4085.386] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[  4085.386] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[  4085.386] (==) modeset(0): DPI set to (96, 96)
[  4085.386] (II) Loading sub module "fb"
[  4085.386] (II) LoadModule: "fb"
[  4085.386] (II) Module "fb" already built-in
[  4085.400] (==) modeset(0): Backing store enabled
[  4085.400] (==) modeset(0): Silken mouse enabled
[  4085.484] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[  4085.484] (==) modeset(0): DPMS enabled
[  4085.485] (II) modeset(0): [DRI2] Setup complete
[  4085.485] (II) modeset(0): [DRI2]   DRI driver: iris
[  4085.485] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[  4085.485] (II) Initializing extension Generic Event Extension
[  4085.485] (II) Initializing extension SHAPE
[  4085.485] (II) Initializing extension MIT-SHM
[  4085.485] (II) Initializing extension XInputExtension
[  4085.486] (II) Initializing extension XTEST
[  4085.486] (II) Initializing extension BIG-REQUESTS
[  4085.486] (II) Initializing extension SYNC
[  4085.486] (II) Initializing extension XKEYBOARD
[  4085.487] (II) Initializing extension XC-MISC
[  4085.487] (II) Initializing extension SECURITY
[  4085.487] (II) Initializing extension XFIXES
[  4085.487] (II) Initializing extension RENDER
[  4085.487] (II) Initializing extension RANDR
[  4085.488] (II) Initializing extension COMPOSITE
[  4085.488] (II) Initializing extension DAMAGE
[  4085.488] (II) Initializing extension MIT-SCREEN-SAVER
[  4085.488] (II) Initializing extension DOUBLE-BUFFER
[  4085.489] (II) Initializing extension RECORD
[  4085.489] (II) Initializing extension DPMS
[  4085.489] (II) Initializing extension Present
[  4085.489] (II) Initializing extension DRI3
[  4085.490] (II) Initializing extension X-Resource
[  4085.490] (II) Initializing extension XVideo
[  4085.490] (II) Initializing extension XVideo-MotionCompensation
[  4085.490] (II) Initializing extension GLX
[  4085.505] (II) AIGLX: Loaded and initialized iris
[  4085.505] (II) GLX: Initialized DRI2 GL provider for screen 0
[  4085.505] (II) Initializing extension XFree86-VidModeExtension
[  4085.505] (II) Initializing extension XFree86-DGA
[  4085.505] (II) Initializing extension XFree86-DRI
[  4085.505] (II) Initializing extension DRI2
[  4085.506] (II) modeset(0): Damage tracking initialized
[  4085.506] (II) modeset(0): Setting screen physical size to 508 x 285
[  4085.641] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  4085.641] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  4085.641] (II) LoadModule: "libinput"
[  4085.641] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  4085.643] (II) Module libinput: vendor="X.Org Foundation"
[  4085.643] 	compiled for 1.21.1.8, module version = 1.3.0
[  4085.643] 	Module class: X.Org XInput Driver
[  4085.643] 	ABI class: X.Org XInput driver, version 24.4
[  4085.643] (II) Using input driver 'libinput' for 'Power Button'
[  4085.643] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 28 paused 0
[  4085.643] (**) Power Button: always reports core events
[  4085.643] (**) Option "Device" "/dev/input/event3"
[  4085.645] (II) event3  - Power Button: is tagged by udev as: Keyboard
[  4085.645] (II) event3  - Power Button: device is a keyboard
[  4085.645] (II) event3  - Power Button: device removed
[  4085.645] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[  4085.645] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  4085.646] (II) event3  - Power Button: is tagged by udev as: Keyboard
[  4085.646] (II) event3  - Power Button: device is a keyboard
[  4085.646] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[  4085.646] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  4085.646] (II) Using input driver 'libinput' for 'Video Bus'
[  4085.647] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 31 paused 0
[  4085.647] (**) Video Bus: always reports core events
[  4085.647] (**) Option "Device" "/dev/input/event5"
[  4085.648] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[  4085.648] (II) event5  - Video Bus: device is a keyboard
[  4085.648] (II) event5  - Video Bus: device removed
[  4085.648] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event5"
[  4085.648] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  4085.649] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[  4085.649] (II) event5  - Video Bus: device is a keyboard
[  4085.649] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  4085.649] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  4085.649] (II) Using input driver 'libinput' for 'Power Button'
[  4085.650] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 32 paused 0
[  4085.650] (**) Power Button: always reports core events
[  4085.650] (**) Option "Device" "/dev/input/event1"
[  4085.650] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  4085.650] (II) event1  - Power Button: device is a keyboard
[  4085.650] (II) event1  - Power Button: device removed
[  4085.650] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  4085.650] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  4085.651] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  4085.651] (II) event1  - Power Button: device is a keyboard
[  4085.652] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  4085.652] (II) No input driver specified, ignoring this device.
[  4085.652] (II) This device may have been added with another device file.
[  4085.652] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[  4085.652] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  4085.652] (II) Using input driver 'libinput' for 'Sleep Button'
[  4085.652] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 33 paused 0
[  4085.653] (**) Sleep Button: always reports core events
[  4085.653] (**) Option "Device" "/dev/input/event2"
[  4085.653] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[  4085.653] (II) event2  - Sleep Button: device is a keyboard
[  4085.653] (II) event2  - Sleep Button: device removed
[  4085.653] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[  4085.653] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  4085.654] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[  4085.654] (II) event2  - Sleep Button: device is a keyboard
[  4085.655] (II) config/udev: Adding input device ELAN25B6:00 04F3:0732 (/dev/input/event10)
[  4085.655] (**) ELAN25B6:00 04F3:0732: Applying InputClass "libinput touchscreen catchall"
[  4085.655] (II) Using input driver 'libinput' for 'ELAN25B6:00 04F3:0732'
[  4085.656] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 34 paused 0
[  4085.656] (**) ELAN25B6:00 04F3:0732: always reports core events
[  4085.656] (**) Option "Device" "/dev/input/event10"
[  4085.657] (II) event10 - ELAN25B6:00 04F3:0732: is tagged by udev as: Touchscreen
[  4085.657] (II) event10 - ELAN25B6:00 04F3:0732: device is a touch device
[  4085.657] (II) event10 - ELAN25B6:00 04F3:0732: device removed
[  4085.657] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-6/i2c-ELAN25B6:00/0018:04F3:0732.0001/input/input17/event10"
[  4085.657] (II) XINPUT: Adding extended input device "ELAN25B6:00 04F3:0732" (type: TOUCHSCREEN, id 10)
[  4085.657] (**) Option "AccelerationScheme" "none"
[  4085.657] (**) ELAN25B6:00 04F3:0732: (accel) selected scheme none/0
[  4085.657] (**) ELAN25B6:00 04F3:0732: (accel) acceleration factor: 2.000
[  4085.657] (**) ELAN25B6:00 04F3:0732: (accel) acceleration threshold: 4
[  4085.658] (II) event10 - ELAN25B6:00 04F3:0732: is tagged by udev as: Touchscreen
[  4085.658] (II) event10 - ELAN25B6:00 04F3:0732: device is a touch device
[  4085.659] (II) config/udev: Adding input device ELAN25B6:00 04F3:0732 (/dev/input/mouse0)
[  4085.659] (II) No input driver specified, ignoring this device.
[  4085.659] (II) This device may have been added with another device file.
[  4085.659] (II) config/udev: Adding input device ELAN25B6:00 04F3:0732 UNKNOWN (/dev/input/event11)
[  4085.659] (II) No input driver specified, ignoring this device.
[  4085.659] (II) This device may have been added with another device file.
[  4085.660] (II) config/udev: Adding input device ELAN25B6:00 04F3:0732 UNKNOWN (/dev/input/event15)
[  4085.660] (II) No input driver specified, ignoring this device.
[  4085.660] (II) This device may have been added with another device file.
[  4085.660] (II) config/udev: Adding input device DELL081C:00 044E:121F Mouse (/dev/input/event12)
[  4085.660] (**) DELL081C:00 044E:121F Mouse: Applying InputClass "libinput pointer catchall"
[  4085.660] (II) Using input driver 'libinput' for 'DELL081C:00 044E:121F Mouse'
[  4085.661] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 35 paused 0
[  4085.661] (**) DELL081C:00 044E:121F Mouse: always reports core events
[  4085.661] (**) Option "Device" "/dev/input/event12"
[  4085.662] (II) event12 - DELL081C:00 044E:121F Mouse: is tagged by udev as: Mouse Pointingstick
[  4085.662] (II) event12 - DELL081C:00 044E:121F Mouse: trackpoint multiplier is 0.30
[  4085.662] (II) event12 - DELL081C:00 044E:121F Mouse: device is a pointer
[  4085.663] (II) event12 - DELL081C:00 044E:121F Mouse: device removed
[  4085.663] (II) libinput: DELL081C:00 044E:121F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  4085.663] (II) libinput: DELL081C:00 044E:121F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  4085.663] (II) libinput: DELL081C:00 044E:121F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  4085.663] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-DELL081C:00/0018:044E:121F.0002/input/input21/event12"
[  4085.663] (II) XINPUT: Adding extended input device "DELL081C:00 044E:121F Mouse" (type: MOUSE, id 11)
[  4085.663] (**) Option "AccelerationScheme" "none"
[  4085.663] (**) DELL081C:00 044E:121F Mouse: (accel) selected scheme none/0
[  4085.663] (**) DELL081C:00 044E:121F Mouse: (accel) acceleration factor: 2.000
[  4085.663] (**) DELL081C:00 044E:121F Mouse: (accel) acceleration threshold: 4
[  4085.664] (II) event12 - DELL081C:00 044E:121F Mouse: is tagged by udev as: Mouse Pointingstick
[  4085.664] (II) event12 - DELL081C:00 044E:121F Mouse: trackpoint multiplier is 0.30
[  4085.664] (II) event12 - DELL081C:00 044E:121F Mouse: device is a pointer
[  4085.665] (II) config/udev: Adding input device DELL081C:00 044E:121F Mouse (/dev/input/mouse1)
[  4085.665] (II) No input driver specified, ignoring this device.
[  4085.665] (II) This device may have been added with another device file.
[  4085.666] (II) config/udev: Adding input device DELL081C:00 044E:121F Touchpad (/dev/input/event13)
[  4085.666] (**) DELL081C:00 044E:121F Touchpad: Applying InputClass "libinput touchpad catchall"
[  4085.666] (II) Using input driver 'libinput' for 'DELL081C:00 044E:121F Touchpad'
[  4085.666] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 36 paused 0
[  4085.666] (**) DELL081C:00 044E:121F Touchpad: always reports core events
[  4085.666] (**) Option "Device" "/dev/input/event13"
[  4085.667] (II) event13 - DELL081C:00 044E:121F Touchpad: is tagged by udev as: Touchpad
[  4085.668] (II) event13 - DELL081C:00 044E:121F Touchpad: device is a touchpad
[  4085.668] (II) event13 - DELL081C:00 044E:121F Touchpad: device removed
[  4085.668] (II) libinput: DELL081C:00 044E:121F Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[  4085.668] (II) libinput: DELL081C:00 044E:121F Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[  4085.668] (II) libinput: DELL081C:00 044E:121F Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[  4085.668] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-DELL081C:00/0018:044E:121F.0002/input/input22/event13"
[  4085.668] (II) XINPUT: Adding extended input device "DELL081C:00 044E:121F Touchpad" (type: TOUCHPAD, id 12)
[  4085.669] (**) Option "AccelerationScheme" "none"
[  4085.669] (**) DELL081C:00 044E:121F Touchpad: (accel) selected scheme none/0
[  4085.669] (**) DELL081C:00 044E:121F Touchpad: (accel) acceleration factor: 2.000
[  4085.669] (**) DELL081C:00 044E:121F Touchpad: (accel) acceleration threshold: 4
[  4085.670] (II) event13 - DELL081C:00 044E:121F Touchpad: is tagged by udev as: Touchpad
[  4085.671] (II) event13 - DELL081C:00 044E:121F Touchpad: device is a touchpad
[  4085.672] (II) config/udev: Adding input device DELL081C:00 044E:121F Touchpad (/dev/input/mouse2)
[  4085.672] (II) No input driver specified, ignoring this device.
[  4085.672] (II) This device may have been added with another device file.
[  4085.672] (II) config/udev: Adding input device DELL081C:00 044E:121F UNKNOWN (/dev/input/event14)
[  4085.672] (**) DELL081C:00 044E:121F UNKNOWN: Applying InputClass "libinput keyboard catchall"
[  4085.672] (II) Using input driver 'libinput' for 'DELL081C:00 044E:121F UNKNOWN'
[  4085.673] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 37 paused 0
[  4085.673] (**) DELL081C:00 044E:121F UNKNOWN: always reports core events
[  4085.673] (**) Option "Device" "/dev/input/event14"
[  4085.674] (II) event14 - DELL081C:00 044E:121F UNKNOWN: is tagged by udev as: Keyboard
[  4085.674] (II) event14 - DELL081C:00 044E:121F UNKNOWN: device is a keyboard
[  4085.674] (II) event14 - DELL081C:00 044E:121F UNKNOWN: device removed
[  4085.674] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-DELL081C:00/0018:044E:121F.0002/input/input23/event14"
[  4085.674] (II) XINPUT: Adding extended input device "DELL081C:00 044E:121F UNKNOWN" (type: KEYBOARD, id 13)
[  4085.675] (II) event14 - DELL081C:00 044E:121F UNKNOWN: is tagged by udev as: Keyboard
[  4085.675] (II) event14 - DELL081C:00 044E:121F UNKNOWN: device is a keyboard
[  4085.676] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event16)
[  4085.676] (II) No input driver specified, ignoring this device.
[  4085.676] (II) This device may have been added with another device file.
[  4085.676] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
[  4085.676] (II) No input driver specified, ignoring this device.
[  4085.676] (II) This device may have been added with another device file.
[  4085.676] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event18)
[  4085.676] (II) No input driver specified, ignoring this device.
[  4085.676] (II) This device may have been added with another device file.
[  4085.677] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event19)
[  4085.677] (II) No input driver specified, ignoring this device.
[  4085.677] (II) This device may have been added with another device file.
[  4085.677] (II) config/udev: Adding input device Intel HID events (/dev/input/event6)
[  4085.677] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[  4085.677] (II) Using input driver 'libinput' for 'Intel HID events'
[  4085.678] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 38 paused 0
[  4085.678] (**) Intel HID events: always reports core events
[  4085.678] (**) Option "Device" "/dev/input/event6"
[  4085.678] (II) event6  - Intel HID events: is tagged by udev as: Keyboard
[  4085.678] (II) event6  - Intel HID events: device is a keyboard
[  4085.678] (II) event6  - Intel HID events: device removed
[  4085.678] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input6/event6"
[  4085.678] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 14)
[  4085.679] (II) event6  - Intel HID events: is tagged by udev as: Keyboard
[  4085.679] (II) event6  - Intel HID events: device is a keyboard
[  4085.680] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event7)
[  4085.680] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[  4085.680] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[  4085.680] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 39 paused 0
[  4085.680] (**) Intel HID 5 button array: always reports core events
[  4085.680] (**) Option "Device" "/dev/input/event7"
[  4085.681] (II) event7  - Intel HID 5 button array: is tagged by udev as: Keyboard
[  4085.681] (II) event7  - Intel HID 5 button array: device is a keyboard
[  4085.681] (II) event7  - Intel HID 5 button array: device removed
[  4085.681] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input7/event7"
[  4085.681] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 15)
[  4085.681] (II) event7  - Intel HID 5 button array: is tagged by udev as: Keyboard
[  4085.681] (II) event7  - Intel HID 5 button array: device is a keyboard
[  4085.682] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event9)
[  4085.682] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  4085.682] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[  4085.683] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 40 paused 0
[  4085.683] (**) Dell WMI hotkeys: always reports core events
[  4085.683] (**) Option "Device" "/dev/input/event9"
[  4085.684] (II) event9  - Dell WMI hotkeys: is tagged by udev as: Keyboard
[  4085.684] (II) event9  - Dell WMI hotkeys: device is a keyboard
[  4085.684] (II) event9  - Dell WMI hotkeys: device removed
[  4085.684] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input16/event9"
[  4085.684] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 16)
[  4085.685] (II) event9  - Dell WMI hotkeys: is tagged by udev as: Keyboard
[  4085.685] (II) event9  - Dell WMI hotkeys: device is a keyboard
[  4085.686] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[  4085.686] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  4085.686] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  4085.686] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 41 paused 0
[  4085.686] (**) AT Translated Set 2 keyboard: always reports core events
[  4085.686] (**) Option "Device" "/dev/input/event4"
[  4085.687] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  4085.687] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[  4085.688] (II) event4  - AT Translated Set 2 keyboard: device removed
[  4085.688] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[  4085.688] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 17)
[  4085.688] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  4085.688] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[  4085.690] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[  4085.690] (II) No input driver specified, ignoring this device.
[  4085.690] (II) This device may have been added with another device file.
[  4092.959] (II) modeset(0): EDID vendor "AUO", prod id 8765
[  4092.959] (II) modeset(0): Printing DDC gathered Modelines:
[  4092.959] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1936 1952 2104  1080 1083 1097 1116 +hsync -vsync (67.0 kHz eP)
[  4092.959] (II) modeset(0): Modeline "1920x1080"x0.0  112.80  1920 1936 1952 2104  1080 1083 1097 1116 +hsync -vsync (53.6 kHz e)
[  4112.133] (**) Option "fd" "28"
[  4112.133] (II) event3  - Power Button: device removed
[  4112.134] (**) Option "fd" "31"
[  4112.134] (II) event5  - Video Bus: device removed
[  4112.134] (**) Option "fd" "32"
[  4112.134] (II) event1  - Power Button: device removed
[  4112.134] (**) Option "fd" "33"
[  4112.134] (II) event2  - Sleep Button: device removed
[  4112.134] (**) Option "fd" "34"
[  4112.134] (II) event10 - ELAN25B6:00 04F3:0732: device removed
[  4112.135] (**) Option "fd" "35"
[  4112.135] (II) event12 - DELL081C:00 044E:121F Mouse: device removed
[  4112.135] (**) Option "fd" "36"
[  4112.135] (II) event13 - DELL081C:00 044E:121F Touchpad: device removed
[  4112.135] (**) Option "fd" "37"
[  4112.135] (II) event14 - DELL081C:00 044E:121F UNKNOWN: device removed
[  4112.135] (**) Option "fd" "38"
[  4112.135] (II) event6  - Intel HID events: device removed
[  4112.136] (**) Option "fd" "39"
[  4112.136] (II) event7  - Intel HID 5 button array: device removed
[  4112.136] (**) Option "fd" "40"
[  4112.136] (II) event9  - Dell WMI hotkeys: device removed
[  4112.136] (**) Option "fd" "41"
[  4112.136] (II) event4  - AT Translated Set 2 keyboard: device removed
[  4112.136] (II) AIGLX: Suspending AIGLX clients for VT switch
[  4112.182] (II) systemd-logind: got pause for 13:70
[  4112.183] (II) systemd-logind: got pause for 13:67
[  4112.183] (II) systemd-logind: got pause for 13:73
[  4112.183] (II) systemd-logind: got pause for 13:74
[  4112.183] (II) systemd-logind: got pause for 13:65
[  4112.183] (II) systemd-logind: got pause for 13:77
[  4112.183] (II) systemd-logind: got pause for 13:69
[  4112.183] (II) systemd-logind: got pause for 13:68
[  4112.183] (II) systemd-logind: got pause for 13:71
[  4112.183] (II) systemd-logind: got pause for 13:76
[  4112.183] (II) systemd-logind: got pause for 13:78
[  4112.183] (II) systemd-logind: got pause for 13:66
[  4113.723] (II) UnloadModule: "libinput"
[  4113.723] (II) systemd-logind: releasing fd for 13:68
[  4113.757] (II) UnloadModule: "libinput"
[  4113.757] (II) systemd-logind: releasing fd for 13:73
[  4113.790] (II) UnloadModule: "libinput"
[  4113.790] (II) systemd-logind: releasing fd for 13:71
[  4113.820] (II) UnloadModule: "libinput"
[  4113.820] (II) systemd-logind: releasing fd for 13:70
[  4113.840] (II) UnloadModule: "libinput"
[  4113.840] (II) systemd-logind: releasing fd for 13:78
[  4113.857] (II) UnloadModule: "libinput"
[  4113.857] (II) systemd-logind: releasing fd for 13:77
[  4113.890] (II) UnloadModule: "libinput"
[  4113.890] (II) systemd-logind: releasing fd for 13:76
[  4113.924] (II) UnloadModule: "libinput"
[  4113.924] (II) systemd-logind: releasing fd for 13:74
[  4113.960] (II) UnloadModule: "libinput"
[  4113.960] (II) systemd-logind: releasing fd for 13:66
[  4113.977] (II) UnloadModule: "libinput"
[  4113.977] (II) systemd-logind: releasing fd for 13:65
[  4113.994] (II) UnloadModule: "libinput"
[  4113.994] (II) systemd-logind: releasing fd for 13:69
[  4114.011] (II) UnloadModule: "libinput"
[  4114.011] (II) systemd-logind: releasing fd for 13:67
[  4114.035] (II) Server terminated successfully (0). Closing log file.

Offline

#4 2023-08-02 21:09:01

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,783

Re: [Solved] X11 image freezes a few seconds after logging in (Dropbox)

the screen freezes (but not the mouse)

Do you run a compositor next to openbox?
Wht exactly do you use as indicator for the freeze?
Can you

xrandr -display :0

from the other terminal?
Is any of the X11 processes stopped? ("ps aux" status includes "T")

Offline

#5 2023-08-02 21:44:29

punk_physicist
Member
From: ~/
Registered: 2012-01-29
Posts: 39

Re: [Solved] X11 image freezes a few seconds after logging in (Dropbox)

seth wrote:

the screen freezes (but not the mouse)

Do you run a compositor next to openbox?
Wht exactly do you use as indicator for the freeze?
Can you

xrandr -display :0

from the other terminal?
Is any of the X11 processes stopped? ("ps aux" status includes "T")

Output from the xrandr command is unchanged before and after freeze (and looks perfectly normal).

I use xcompmgr as my compositor (run from my openbox autostart file). The output from "ps aux" after a freeze (output copied below) shows xcompmgr as status "T" along with a number of other graphics related processes.


When I don't run xcompmgr the behavior changes (it seems like the screen "freeze" is actually xcompmgr stopping). Now individual programs freeze (and in a T state in the "ps aux" list) but I can still move the window around (and I get a weird effect where what's shown in the program's window is replaced by what was drawn behind the window such as the desktop or another window when moved).

Output from "ps aux" before freeze:

USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.2  0.0  21352 12656 ?        Ss   17:17   0:01 /sbin/init
root           2  0.0  0.0      0     0 ?        S    17:17   0:00 [kthreadd]
root           3  0.0  0.0      0     0 ?        I<   17:17   0:00 [rcu_gp]
root           4  0.0  0.0      0     0 ?        I<   17:17   0:00 [rcu_par_gp]
root           5  0.0  0.0      0     0 ?        I<   17:17   0:00 [slub_flushwq]
root           6  0.0  0.0      0     0 ?        I<   17:17   0:00 [netns]
root           8  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/0:0H-events_highpri]
root          11  0.0  0.0      0     0 ?        I<   17:17   0:00 [mm_percpu_wq]
root          12  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:1-events_unbound]
root          13  0.0  0.0      0     0 ?        I    17:17   0:00 [rcu_tasks_kthread]
root          14  0.0  0.0      0     0 ?        I    17:17   0:00 [rcu_tasks_rude_kthread]
root          15  0.0  0.0      0     0 ?        I    17:17   0:00 [rcu_tasks_trace_kthread]
root          16  0.0  0.0      0     0 ?        S    17:17   0:00 [ksoftirqd/0]
root          17  0.0  0.0      0     0 ?        I    17:17   0:00 [rcu_preempt]
root          18  0.0  0.0      0     0 ?        S    17:17   0:00 [rcub/0]
root          19  0.0  0.0      0     0 ?        S    17:17   0:00 [migration/0]
root          20  0.0  0.0      0     0 ?        S    17:17   0:00 [idle_inject/0]
root          21  0.0  0.0      0     0 ?        S    17:17   0:00 [cpuhp/0]
root          22  0.0  0.0      0     0 ?        S    17:17   0:00 [cpuhp/1]
root          23  0.0  0.0      0     0 ?        S    17:17   0:00 [idle_inject/1]
root          24  0.0  0.0      0     0 ?        S    17:17   0:00 [migration/1]
root          25  0.0  0.0      0     0 ?        S    17:17   0:00 [ksoftirqd/1]
root          26  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/1:0-mm_percpu_wq]
root          27  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/1:0H-events_highpri]
root          28  0.0  0.0      0     0 ?        S    17:17   0:00 [cpuhp/2]
root          29  0.0  0.0      0     0 ?        S    17:17   0:00 [idle_inject/2]
root          30  0.0  0.0      0     0 ?        S    17:17   0:00 [migration/2]
root          31  0.0  0.0      0     0 ?        S    17:17   0:00 [ksoftirqd/2]
root          33  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/2:0H-events_highpri]
root          34  0.0  0.0      0     0 ?        S    17:17   0:00 [cpuhp/3]
root          35  0.0  0.0      0     0 ?        S    17:17   0:00 [idle_inject/3]
root          36  0.0  0.0      0     0 ?        S    17:17   0:00 [migration/3]
root          37  0.0  0.0      0     0 ?        S    17:17   0:00 [ksoftirqd/3]
root          39  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/3:0H-events_highpri]
root          40  0.0  0.0      0     0 ?        S    17:17   0:00 [cpuhp/4]
root          41  0.0  0.0      0     0 ?        S    17:17   0:00 [idle_inject/4]
root          42  0.0  0.0      0     0 ?        S    17:17   0:00 [migration/4]
root          43  0.0  0.0      0     0 ?        S    17:17   0:00 [ksoftirqd/4]
root          45  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/4:0H-events_highpri]
root          46  0.0  0.0      0     0 ?        S    17:17   0:00 [cpuhp/5]
root          47  0.0  0.0      0     0 ?        S    17:17   0:00 [idle_inject/5]
root          48  0.0  0.0      0     0 ?        S    17:17   0:00 [migration/5]
root          49  0.0  0.0      0     0 ?        S    17:17   0:00 [ksoftirqd/5]
root          51  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/5:0H-events_highpri]
root          52  0.0  0.0      0     0 ?        S    17:17   0:00 [cpuhp/6]
root          53  0.0  0.0      0     0 ?        S    17:17   0:00 [idle_inject/6]
root          54  0.0  0.0      0     0 ?        S    17:17   0:00 [migration/6]
root          55  0.0  0.0      0     0 ?        S    17:17   0:00 [ksoftirqd/6]
root          56  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/6:0-events]
root          57  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/6:0H-events_highpri]
root          58  0.0  0.0      0     0 ?        S    17:17   0:00 [cpuhp/7]
root          59  0.0  0.0      0     0 ?        S    17:17   0:00 [idle_inject/7]
root          60  0.0  0.0      0     0 ?        S    17:17   0:00 [migration/7]
root          61  0.0  0.0      0     0 ?        S    17:17   0:00 [ksoftirqd/7]
root          62  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/7:0-events]
root          63  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/7:0H-events_highpri]
root          64  0.0  0.0      0     0 ?        S    17:17   0:00 [kdevtmpfs]
root          65  0.0  0.0      0     0 ?        I<   17:17   0:00 [inet_frag_wq]
root          66  0.0  0.0      0     0 ?        S    17:17   0:00 [kauditd]
root          67  0.0  0.0      0     0 ?        S    17:17   0:00 [khungtaskd]
root          68  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:2-kcryptd/254:0]
root          69  0.0  0.0      0     0 ?        S    17:17   0:00 [oom_reaper]
root          70  0.0  0.0      0     0 ?        I<   17:17   0:00 [writeback]
root          71  0.0  0.0      0     0 ?        S    17:17   0:00 [kcompactd0]
root          72  0.0  0.0      0     0 ?        SN   17:17   0:00 [ksmd]
root          73  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/2:1-events]
root          74  0.0  0.0      0     0 ?        SN   17:17   0:00 [khugepaged]
root          75  0.0  0.0      0     0 ?        I<   17:17   0:00 [kintegrityd]
root          76  0.0  0.0      0     0 ?        I<   17:17   0:00 [kblockd]
root          77  0.0  0.0      0     0 ?        I<   17:17   0:00 [blkcg_punt_bio]
root          78  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/6:1-events]
root          79  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/4:1-kec_query]
root          80  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/5:1-mm_percpu_wq]
root          81  0.1  0.0      0     0 ?        I    17:17   0:00 [kworker/0:2-cgroup_destroy]
root          82  0.0  0.0      0     0 ?        I<   17:17   0:00 [tpm_dev_wq]
root          83  0.0  0.0      0     0 ?        I<   17:17   0:00 [ata_sff]
root          85  0.0  0.0      0     0 ?        I<   17:17   0:00 [edac-poller]
root          86  0.0  0.0      0     0 ?        I<   17:17   0:00 [devfreq_wq]
root          87  0.0  0.0      0     0 ?        S    17:17   0:00 [watchdogd]
root          88  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/3:1-events]
root          89  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/1:2-kec_query]
root          90  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/2:1H-events_highpri]
root          91  0.0  0.0      0     0 ?        S    17:17   0:00 [kswapd0]
root          92  0.0  0.0      0     0 ?        I<   17:17   0:00 [kthrotld]
root          93  0.0  0.0      0     0 ?        I<   17:17   0:00 [acpi_thermal_pm]
root          94  0.0  0.0      0     0 ?        S    17:17   0:00 [xenbus_probe]
root          95  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:3-events_unbound]
root          96  0.0  0.0      0     0 ?        S    17:17   0:00 [hwrng]
root          97  0.0  0.0      0     0 ?        I<   17:17   0:00 [mld]
root          98  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/5:1H-events_highpri]
root          99  0.0  0.0      0     0 ?        I<   17:17   0:00 [ipv6_addrconf]
root         106  0.0  0.0      0     0 ?        I<   17:17   0:00 [kstrp]
root         108  0.0  0.0      0     0 ?        I<   17:17   0:00 [zswap-shrink]
root         109  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/u17:0-rb_allocator]
root         110  0.0  0.0      0     0 ?        I<   17:17   0:00 [charger_manager]
root         139  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/6:1H-kblockd]
root         140  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/7:1H-events_highpri]
root         141  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/0:1H-kblockd]
root         142  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/4:1H-kblockd]
root         144  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/3:1H-events_highpri]
root         145  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/5:2-cgroup_destroy]
root         149  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/1:1H-kblockd]
root         152  0.0  0.0      0     0 ?        I<   17:17   0:00 [cryptd]
root         154  0.0  0.0      0     0 ?        I<   17:17   0:00 [nvme-wq]
root         155  0.0  0.0      0     0 ?        I<   17:17   0:00 [nvme-reset-wq]
root         156  0.0  0.0      0     0 ?        I<   17:17   0:00 [nvme-delete-wq]
root         157  0.0  0.0      0     0 ?        I<   17:17   0:00 [nvme-auth-wq]
root         175  0.0  0.0      0     0 ?        I<   17:17   0:00 [ttm]
root         176  0.0  0.0      0     0 ?        S    17:17   0:00 [card0-crtc0]
root         177  0.0  0.0      0     0 ?        S    17:17   0:00 [card0-crtc1]
root         178  0.0  0.0      0     0 ?        S    17:17   0:00 [card0-crtc2]
root         179  0.1  0.0      0     0 ?        I    17:17   0:00 [kworker/7:2-events]
root         415  0.0  0.0      0     0 ?        I<   17:17   0:00 [kdmflush/254:0]
root         419  0.0  0.0      0     0 ?        I<   17:17   0:00 [kcryptd_io/254:]
root         420  0.0  0.0      0     0 ?        I<   17:17   0:00 [kcryptd/254:0]
root         421  0.0  0.0      0     0 ?        S    17:17   0:00 [dmcrypt_write/254:0]
root         425  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:4-kcryptd/254:0]
root         435  0.0  0.0      0     0 ?        S    17:17   0:00 [jbd2/dm-0-8]
root         436  0.0  0.0      0     0 ?        I<   17:17   0:00 [ext4-rsv-conver]
root         442  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:5-kcryptd/254:0]
root         444  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:6-kcryptd/254:0]
root         445  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:7-kcryptd/254:0]
root         446  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:8-kcryptd/254:0]
root         478  0.1  0.1  49880 17120 ?        Ss   17:17   0:00 /usr/lib/systemd/systemd-journald
root         499  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/0:3-events]
root         518  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/4:3-events]
root         520  0.0  0.0  34252  9984 ?        Ss   17:17   0:00 /usr/lib/systemd/systemd-udevd
root         521  0.0  0.0      0     0 ?        S    17:17   0:00 [psimon]
root         565  0.0  0.0      0     0 ?        S    17:17   0:00 [irq/47-ELAN25B6:00]
root         566  0.0  0.0      0     0 ?        S    17:17   0:00 [irq/51-DELL081C:00]
root         570  0.0  0.0      0     0 ?        I<   17:17   0:00 [cfg80211]
root         583  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/3:2-events]
root         586  0.0  0.0      0     0 ?        S    17:17   0:00 [irq/127-mei_me]
root         588  0.0  0.0      0     0 ?        S    17:17   0:00 [irq/128-iwlwifi]
root         589  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/6:2-mm_percpu_wq]
root         596  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/2:3-events]
root         599  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/u17:2-rb_allocator]
root         613  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:9-events_power_efficient]
root         620  0.0  0.0      0     0 ?        I<   17:17   0:00 [USBC000:00-con1]
root         641  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/6:3-cgroup_destroy]
systemd+     642  0.0  0.0  21472 12928 ?        Ss   17:17   0:00 /usr/lib/systemd/systemd-resolved
root         649  0.0  0.0   2536  1536 ?        Ss   17:17   0:00 /usr/bin/acpid --foreground --netlink
dbus         651  0.0  0.0   9156  4352 ?        Ss   17:17   0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
root         652  0.0  0.0  16040  4864 ?        Ss   17:17   0:00 /usr/lib/iwd/iwd
root         653  0.0  0.0  17812  8576 ?        Ss   17:17   0:00 /usr/lib/systemd/systemd-logind
root         741  0.0  0.0   8032  5376 ?        Ss   17:18   0:00 login -- brandon
root         748  0.0  0.0      0     0 ?        S    17:18   0:00 [psimon]
brandon      750  0.0  0.0  20464 11776 ?        Ss   17:18   0:00 /usr/lib/systemd/systemd --user
brandon      751  0.0  0.0  24880  5396 ?        S    17:18   0:00 (sd-pam)
brandon      757  0.0  0.0  11180  4352 ?        Ss   17:18   0:00 batsignal
brandon      759  0.0  0.0   9736  6144 tty2     Ss   17:18   0:00 -bash
brandon      776  0.0  0.0  12344  4864 tty2     S+   17:18   0:00 tmux
brandon      778  0.2  0.0  13400  4124 ?        Ss   17:18   0:00 tmux
brandon      900  0.0  0.0   9808  6400 pts/0    Ss   17:18   0:00 -bash
brandon      915  0.0  0.1  93956 18052 pts/0    Sl+  17:18   0:00 nvim .config/openbox/autostart
brandon      922  0.0  0.1  40396 26448 ?        Ss   17:18   0:00 /usr/bin/python3 -c import sys; sys.path = [p for p in sys.path if p != ""]; import neovim; neovim.start_host() /home/brandon/Dropbox/backup/LinuxConfigFiles/dotfiles/vim/bundle/deoplete.nvim/rplugin/python3/deoplete
brandon      980  0.0  0.0   8816  4608 ?        Ss   17:18   0:00 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
polkitd     1016  0.0  0.0 386748  9788 ?        Ssl  17:18   0:00 /usr/lib/polkit-1/polkitd --no-debug
brandon     1053  0.0  0.2 503520 33336 ?        S<sl 17:18   0:00 /usr/bin/pulseaudio --daemonize=no --log-target=journal
rtkit       1077  0.0  0.0  23088  3328 ?        SNsl 17:18   0:00 /usr/lib/rtkit-daemon
brandon     1091  0.0  0.0 316564 12628 ?        Ssl  17:18   0:00 /usr/lib/gvfsd
brandon     1107  0.0  0.0 455972  8320 ?        Sl   17:18   0:00 /usr/lib/gvfsd-fuse /run/user/1000/gvfs -f
brandon     1118  0.0  0.0 382100  7680 ?        Ssl  17:18   0:00 /usr/lib/at-spi-bus-launcher
brandon     1125  0.0  0.0   8532  4480 ?        S    17:18   0:00 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 11 --address=unix:path=/run/user/1000/at-spi/bus_0
brandon     1144  0.0  0.0 311892  8064 ?        Sl   17:18   0:00 /usr/lib/pulse/gsettings-helper
brandon     1306  0.0  0.0 305668  7628 ?        Sl   17:18   0:00 /usr/lib/xfce4/xfconf/xfconfd
brandon     2603  0.0  0.0   9876  6272 pts/4    Ss   17:21   0:00 -bash
brandon     3775  0.0  0.0   9808  6400 pts/2    Ss+  17:21   0:00 -bash
root        3823  0.0  0.0      0     0 ?        I    17:23   0:00 [kworker/5:0]
root        3824  0.0  0.0      0     0 ?        I    17:23   0:00 [kworker/7:1-events]
root        3833  0.0  0.0      0     0 ?        I    17:23   0:00 [kworker/3:0-events]
root        3834  0.1  0.0      0     0 ?        I    17:23   0:00 [kworker/2:0-mm_percpu_wq]
root        4034  0.0  0.0      0     0 ?        I    17:23   0:00 [kworker/0:0-mm_percpu_wq]
root        4435  0.0  0.0      0     0 ?        I    17:23   0:00 [kworker/1:1]
brandon     4729  0.0  0.0   9808  6400 pts/3    Ss+  17:23   0:00 -bash
root        4744  0.0  0.0      0     0 ?        I    17:23   0:00 [kworker/u16:0]
root        4772  0.0  0.0   8032  4992 ?        Ss   17:24   0:00 login -- brandon
root        4775  0.0  0.0      0     0 ?        I    17:24   0:00 [kworker/3:3-events]
brandon     4804  0.3  0.0   7640  3968 tty1     Ss+  17:25   0:00 /bin/sh /usr/bin/startx
brandon     4833  0.0  0.0   4020  2304 tty1     S+   17:25   0:00 xinit /home/brandon/.xinitrc -- /etc/X11/xinit/xserverrc :0 vt1 -keeptty -auth /tmp/serverauth.KggFSNo2ji
brandon     4834  5.8  0.6 1540932 107380 tty1   Sl   17:25   0:00 /usr/lib/Xorg -nolisten tcp :0 vt1 -keeptty -auth /tmp/serverauth.KggFSNo2ji
brandon     4853  1.8  0.1 218708 21552 tty1     S    17:25   0:00 /usr/bin/openbox --startup /usr/lib/openbox/openbox-autostart OPENBOX
brandon     4876  0.1  0.0   5336  3072 tty1     S    17:25   0:00 xcompmgr
brandon     4877  0.0  0.0   7508  1664 tty1     S    17:25   0:00 sh /home/brandon/.config/openbox/autostart
brandon     4878  0.7  0.1 223832 19168 tty1     S    17:25   0:00 tint2
brandon     4879  3.5  0.6 1138756 106192 tty1   Sl   17:25   0:00 clipit
brandon     4881 56.1  1.0 2306388 171656 tty1   Sl   17:25   0:02 dropbox
brandon     4885  0.0  0.0   7508  1412 tty1     S    17:25   0:00 sh /home/brandon/.config/openbox/autostart
brandon     4886  3.7  0.6 1138764 108048 tty1   Sl   17:25   0:00 cbatticon
brandon     4887  0.0  0.0 305804  7680 tty1     Sl   17:25   0:00 xss-lock -l ScreenLock
brandon     4891  0.0  0.0   5496  1664 tty1     S    17:25   0:00 sleep 7s
brandon     4897  2.6  0.6 1133728 98540 tty1    Sl   17:25   0:00 thunar --daemon
brandon     4912 56.2  1.0 2306384 167340 tty1   Sl   17:25   0:02 dropbox
brandon     4916  2.6  0.6 1204944 101612 tty1   Sl   17:25   0:00 iwgtk -i
brandon     4982  0.0  0.0 235152  7424 ?        Sl   17:25   0:00 /usr/lib/at-spi2-registryd --use-gnome-session
brandon     4997  1.1  0.0 519420 13936 tty1     Sl   17:25   0:00 conky -c /home/brandon/.dotfiles/conkyrc
brandon     5000  0.2  0.0 149772 10940 tty1     Sl   17:25   0:00 conky -c /home/brandon/.dotfiles/conkyrc.todo
brandon     5172 99.5  0.8 580068 138328 tty1    Rl   17:25   0:02 /home/brandon/.dropbox-dist/dropbox-lnx.x86_64-179.3.4830/dropbox /newerversion
brandon     5204 98.6  0.8 578756 137160 tty1    Rl   17:25   0:02 /home/brandon/.dropbox-dist/dropbox-lnx.x86_64-179.3.4830/dropbox /newerversion
brandon     5233  0.0  0.0  11580  4736 pts/4    R+   17:25   0:00 ps aux

Output from "ps aux" after freeze:

USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.2  0.0  21352 12656 ?        Ss   17:17   0:01 /sbin/init
root           2  0.0  0.0      0     0 ?        S    17:17   0:00 [kthreadd]
root           3  0.0  0.0      0     0 ?        I<   17:17   0:00 [rcu_gp]
root           4  0.0  0.0      0     0 ?        I<   17:17   0:00 [rcu_par_gp]
root           5  0.0  0.0      0     0 ?        I<   17:17   0:00 [slub_flushwq]
root           6  0.0  0.0      0     0 ?        I<   17:17   0:00 [netns]
root           8  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/0:0H-events_highpri]
root          11  0.0  0.0      0     0 ?        I<   17:17   0:00 [mm_percpu_wq]
root          12  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:1-kcryptd/254:0]
root          13  0.0  0.0      0     0 ?        I    17:17   0:00 [rcu_tasks_kthread]
root          14  0.0  0.0      0     0 ?        I    17:17   0:00 [rcu_tasks_rude_kthread]
root          15  0.0  0.0      0     0 ?        I    17:17   0:00 [rcu_tasks_trace_kthread]
root          16  0.0  0.0      0     0 ?        S    17:17   0:00 [ksoftirqd/0]
root          17  0.0  0.0      0     0 ?        I    17:17   0:00 [rcu_preempt]
root          18  0.0  0.0      0     0 ?        S    17:17   0:00 [rcub/0]
root          19  0.0  0.0      0     0 ?        S    17:17   0:00 [migration/0]
root          20  0.0  0.0      0     0 ?        S    17:17   0:00 [idle_inject/0]
root          21  0.0  0.0      0     0 ?        S    17:17   0:00 [cpuhp/0]
root          22  0.0  0.0      0     0 ?        S    17:17   0:00 [cpuhp/1]
root          23  0.0  0.0      0     0 ?        S    17:17   0:00 [idle_inject/1]
root          24  0.0  0.0      0     0 ?        S    17:17   0:00 [migration/1]
root          25  0.0  0.0      0     0 ?        S    17:17   0:00 [ksoftirqd/1]
root          26  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/1:0-mm_percpu_wq]
root          27  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/1:0H-events_highpri]
root          28  0.0  0.0      0     0 ?        S    17:17   0:00 [cpuhp/2]
root          29  0.0  0.0      0     0 ?        S    17:17   0:00 [idle_inject/2]
root          30  0.0  0.0      0     0 ?        S    17:17   0:00 [migration/2]
root          31  0.0  0.0      0     0 ?        S    17:17   0:00 [ksoftirqd/2]
root          33  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/2:0H-events_highpri]
root          34  0.0  0.0      0     0 ?        S    17:17   0:00 [cpuhp/3]
root          35  0.0  0.0      0     0 ?        S    17:17   0:00 [idle_inject/3]
root          36  0.0  0.0      0     0 ?        S    17:17   0:00 [migration/3]
root          37  0.0  0.0      0     0 ?        S    17:17   0:00 [ksoftirqd/3]
root          39  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/3:0H-events_highpri]
root          40  0.0  0.0      0     0 ?        S    17:17   0:00 [cpuhp/4]
root          41  0.0  0.0      0     0 ?        S    17:17   0:00 [idle_inject/4]
root          42  0.0  0.0      0     0 ?        S    17:17   0:00 [migration/4]
root          43  0.0  0.0      0     0 ?        S    17:17   0:00 [ksoftirqd/4]
root          45  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/4:0H-events_highpri]
root          46  0.0  0.0      0     0 ?        S    17:17   0:00 [cpuhp/5]
root          47  0.0  0.0      0     0 ?        S    17:17   0:00 [idle_inject/5]
root          48  0.0  0.0      0     0 ?        S    17:17   0:00 [migration/5]
root          49  0.0  0.0      0     0 ?        S    17:17   0:00 [ksoftirqd/5]
root          51  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/5:0H-events_highpri]
root          52  0.0  0.0      0     0 ?        S    17:17   0:00 [cpuhp/6]
root          53  0.0  0.0      0     0 ?        S    17:17   0:00 [idle_inject/6]
root          54  0.0  0.0      0     0 ?        S    17:17   0:00 [migration/6]
root          55  0.0  0.0      0     0 ?        S    17:17   0:00 [ksoftirqd/6]
root          56  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/6:0-events]
root          57  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/6:0H-events_highpri]
root          58  0.0  0.0      0     0 ?        S    17:17   0:00 [cpuhp/7]
root          59  0.0  0.0      0     0 ?        S    17:17   0:00 [idle_inject/7]
root          60  0.0  0.0      0     0 ?        S    17:17   0:00 [migration/7]
root          61  0.0  0.0      0     0 ?        S    17:17   0:00 [ksoftirqd/7]
root          62  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/7:0-events]
root          63  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/7:0H-events_highpri]
root          64  0.0  0.0      0     0 ?        S    17:17   0:00 [kdevtmpfs]
root          65  0.0  0.0      0     0 ?        I<   17:17   0:00 [inet_frag_wq]
root          66  0.0  0.0      0     0 ?        S    17:17   0:00 [kauditd]
root          67  0.0  0.0      0     0 ?        S    17:17   0:00 [khungtaskd]
root          68  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:2-kcryptd/254:0]
root          69  0.0  0.0      0     0 ?        S    17:17   0:00 [oom_reaper]
root          70  0.0  0.0      0     0 ?        I<   17:17   0:00 [writeback]
root          71  0.0  0.0      0     0 ?        S    17:17   0:00 [kcompactd0]
root          72  0.0  0.0      0     0 ?        SN   17:17   0:00 [ksmd]
root          73  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/2:1-events]
root          74  0.0  0.0      0     0 ?        SN   17:17   0:00 [khugepaged]
root          75  0.0  0.0      0     0 ?        I<   17:17   0:00 [kintegrityd]
root          76  0.0  0.0      0     0 ?        I<   17:17   0:00 [kblockd]
root          77  0.0  0.0      0     0 ?        I<   17:17   0:00 [blkcg_punt_bio]
root          78  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/6:1-events]
root          79  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/4:1-kec_query]
root          80  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/5:1-events]
root          81  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/0:2-cgroup_destroy]
root          82  0.0  0.0      0     0 ?        I<   17:17   0:00 [tpm_dev_wq]
root          83  0.0  0.0      0     0 ?        I<   17:17   0:00 [ata_sff]
root          85  0.0  0.0      0     0 ?        I<   17:17   0:00 [edac-poller]
root          86  0.0  0.0      0     0 ?        I<   17:17   0:00 [devfreq_wq]
root          87  0.0  0.0      0     0 ?        S    17:17   0:00 [watchdogd]
root          88  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/3:1-events]
root          89  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/1:2-events_freezable]
root          90  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/2:1H-kblockd]
root          91  0.0  0.0      0     0 ?        S    17:17   0:00 [kswapd0]
root          92  0.0  0.0      0     0 ?        I<   17:17   0:00 [kthrotld]
root          93  0.0  0.0      0     0 ?        I<   17:17   0:00 [acpi_thermal_pm]
root          94  0.0  0.0      0     0 ?        S    17:17   0:00 [xenbus_probe]
root          95  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:3-events_unbound]
root          96  0.0  0.0      0     0 ?        S    17:17   0:00 [hwrng]
root          97  0.0  0.0      0     0 ?        I<   17:17   0:00 [mld]
root          98  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/5:1H-kblockd]
root          99  0.0  0.0      0     0 ?        I<   17:17   0:00 [ipv6_addrconf]
root         106  0.0  0.0      0     0 ?        I<   17:17   0:00 [kstrp]
root         108  0.0  0.0      0     0 ?        I<   17:17   0:00 [zswap-shrink]
root         109  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/u17:0-rb_allocator]
root         110  0.0  0.0      0     0 ?        I<   17:17   0:00 [charger_manager]
root         139  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/6:1H-kblockd]
root         140  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/7:1H-kblockd]
root         141  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/0:1H-kblockd]
root         142  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/4:1H-kblockd]
root         144  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/3:1H-kblockd]
root         145  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/5:2-cgroup_destroy]
root         149  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/1:1H-kblockd]
root         152  0.0  0.0      0     0 ?        I<   17:17   0:00 [cryptd]
root         154  0.0  0.0      0     0 ?        I<   17:17   0:00 [nvme-wq]
root         155  0.0  0.0      0     0 ?        I<   17:17   0:00 [nvme-reset-wq]
root         156  0.0  0.0      0     0 ?        I<   17:17   0:00 [nvme-delete-wq]
root         157  0.0  0.0      0     0 ?        I<   17:17   0:00 [nvme-auth-wq]
root         175  0.0  0.0      0     0 ?        I<   17:17   0:00 [ttm]
root         176  0.0  0.0      0     0 ?        S    17:17   0:00 [card0-crtc0]
root         177  0.0  0.0      0     0 ?        S    17:17   0:00 [card0-crtc1]
root         178  0.0  0.0      0     0 ?        S    17:17   0:00 [card0-crtc2]
root         179  0.1  0.0      0     0 ?        I    17:17   0:00 [kworker/7:2-events]
root         415  0.0  0.0      0     0 ?        I<   17:17   0:00 [kdmflush/254:0]
root         419  0.0  0.0      0     0 ?        I<   17:17   0:00 [kcryptd_io/254:]
root         420  0.0  0.0      0     0 ?        I<   17:17   0:00 [kcryptd/254:0]
root         421  0.0  0.0      0     0 ?        S    17:17   0:00 [dmcrypt_write/254:0]
root         425  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:4-kcryptd/254:0]
root         435  0.0  0.0      0     0 ?        S    17:17   0:00 [jbd2/dm-0-8]
root         436  0.0  0.0      0     0 ?        I<   17:17   0:00 [ext4-rsv-conver]
root         442  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:5-kcryptd/254:0]
root         444  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:6-kcryptd/254:0]
root         445  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:7-kcryptd/254:0]
root         446  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:8-kcryptd/254:0]
root         478  0.0  0.1  49880 17120 ?        Ss   17:17   0:00 /usr/lib/systemd/systemd-journald
root         499  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/0:3-events]
root         518  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/4:3-events]
root         520  0.0  0.0  34252  9984 ?        Ss   17:17   0:00 /usr/lib/systemd/systemd-udevd
root         521  0.0  0.0      0     0 ?        S    17:17   0:00 [psimon]
root         565  0.0  0.0      0     0 ?        S    17:17   0:00 [irq/47-ELAN25B6:00]
root         566  0.0  0.0      0     0 ?        S    17:17   0:00 [irq/51-DELL081C:00]
root         570  0.0  0.0      0     0 ?        I<   17:17   0:00 [cfg80211]
root         583  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/3:2-events]
root         586  0.0  0.0      0     0 ?        S    17:17   0:00 [irq/127-mei_me]
root         588  0.0  0.0      0     0 ?        S    17:17   0:00 [irq/128-iwlwifi]
root         589  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/6:2-events]
root         596  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/2:3-events]
root         599  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/u17:2-rb_allocator]
root         613  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:9-kcryptd/254:0]
root         620  0.0  0.0      0     0 ?        I<   17:17   0:00 [USBC000:00-con1]
root         641  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/6:3-cgroup_destroy]
systemd+     642  0.0  0.0  21472 12928 ?        Ss   17:17   0:00 /usr/lib/systemd/systemd-resolved
root         649  0.0  0.0   2536  1536 ?        Ss   17:17   0:00 /usr/bin/acpid --foreground --netlink
dbus         651  0.0  0.0   9156  4352 ?        Ss   17:17   0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
root         652  0.0  0.0  16040  4864 ?        Ss   17:17   0:00 /usr/lib/iwd/iwd
root         653  0.0  0.0  17812  8576 ?        Ss   17:17   0:00 /usr/lib/systemd/systemd-logind
root         741  0.0  0.0   8032  5376 ?        Ss   17:18   0:00 login -- brandon
root         748  0.0  0.0      0     0 ?        S    17:18   0:00 [psimon]
brandon      750  0.0  0.0  20464 11776 ?        Ss   17:18   0:00 /usr/lib/systemd/systemd --user
brandon      751  0.0  0.0  24880  5396 ?        S    17:18   0:00 (sd-pam)
brandon      757  0.0  0.0  11180  4352 ?        Ss   17:18   0:00 batsignal
brandon      759  0.0  0.0   9736  6144 tty2     Ss   17:18   0:00 -bash
brandon      776  0.0  0.0  12344  4864 tty2     S+   17:18   0:00 tmux
brandon      778  0.2  0.0  13400  4124 ?        Ss   17:18   0:00 tmux
brandon      900  0.0  0.0   9808  6400 pts/0    Ss   17:18   0:00 -bash
brandon      915  0.0  0.1  93956 18052 pts/0    Sl+  17:18   0:00 nvim .config/openbox/autostart
brandon      922  0.0  0.1  40396 26448 ?        Ss   17:18   0:00 /usr/bin/python3 -c import sys; sys.path = [p for p in sys.path if p != ""]; import neovim; neovim.start_host() /home/brandon/Dropbox/backup/LinuxConfigFiles/dotfiles/vim/bundle/deoplete.nvim/rplugin/python3/deoplete
brandon      980  0.0  0.0   8816  4608 ?        Ss   17:18   0:00 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
polkitd     1016  0.0  0.0 386748  9788 ?        Ssl  17:18   0:00 /usr/lib/polkit-1/polkitd --no-debug
brandon     1053  0.0  0.2 765664 33336 ?        S<sl 17:18   0:00 /usr/bin/pulseaudio --daemonize=no --log-target=journal
rtkit       1077  0.0  0.0  23088  3328 ?        SNsl 17:18   0:00 /usr/lib/rtkit-daemon
brandon     1091  0.0  0.0 316564 12628 ?        Ssl  17:18   0:00 /usr/lib/gvfsd
brandon     1107  0.0  0.0 455972  8320 ?        Sl   17:18   0:00 /usr/lib/gvfsd-fuse /run/user/1000/gvfs -f
brandon     1118  0.0  0.0 382100  7680 ?        Ssl  17:18   0:00 /usr/lib/at-spi-bus-launcher
brandon     1125  0.0  0.0   8532  4480 ?        S    17:18   0:00 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 11 --address=unix:path=/run/user/1000/at-spi/bus_0
brandon     1144  0.0  0.0 311892  8064 ?        Sl   17:18   0:00 /usr/lib/pulse/gsettings-helper
brandon     1306  0.0  0.0 305668  7628 ?        Sl   17:18   0:00 /usr/lib/xfce4/xfconf/xfconfd
brandon     2603  0.0  0.0   9876  6272 pts/4    Ss   17:21   0:00 -bash
brandon     3775  0.0  0.0   9808  6400 pts/2    Ss+  17:21   0:00 -bash
root        3823  0.0  0.0      0     0 ?        I    17:23   0:00 [kworker/5:0]
root        3824  0.0  0.0      0     0 ?        I    17:23   0:00 [kworker/7:1-events]
root        3833  0.0  0.0      0     0 ?        I    17:23   0:00 [kworker/3:0-events]
root        3834  0.1  0.0      0     0 ?        I    17:23   0:00 [kworker/2:0-events]
root        4034  0.0  0.0      0     0 ?        I    17:23   0:00 [kworker/0:0-events]
root        4435  0.0  0.0      0     0 ?        I    17:23   0:00 [kworker/1:1]
brandon     4729  0.0  0.0   9808  6400 pts/3    Ss+  17:23   0:00 -bash
root        4744  0.0  0.0      0     0 ?        I    17:23   0:00 [kworker/u16:0-kcryptd/254:0]
root        4772  0.0  0.0   8032  4992 ?        Ss   17:24   0:00 login -- brandon
root        4775  0.0  0.0      0     0 ?        I    17:24   0:00 [kworker/3:3-events]
brandon     4804  0.0  0.0   7640  3968 tty1     Ss+  17:25   0:00 /bin/sh /usr/bin/startx
brandon     4833  0.0  0.0   4020  2304 tty1     S+   17:25   0:00 xinit /home/brandon/.xinitrc -- /etc/X11/xinit/xserverrc :0 vt1 -keeptty -auth /tmp/serverauth.KggFSNo2ji
brandon     4834  1.7  0.6 1568340 108148 tty1   Sl   17:25   0:00 /usr/lib/Xorg -nolisten tcp :0 vt1 -keeptty -auth /tmp/serverauth.KggFSNo2ji
brandon     4853  0.4  0.1 218840 21552 tty1     S    17:25   0:00 /usr/bin/openbox --startup /usr/lib/openbox/openbox-autostart OPENBOX
brandon     4876  0.0  0.0   5336  3072 tty1     T    17:25   0:00 xcompmgr
brandon     4877  0.0  0.0   7508  1664 tty1     T    17:25   0:00 sh /home/brandon/.config/openbox/autostart
brandon     4878  0.2  0.1 223832 19424 tty1     T    17:25   0:00 tint2
brandon     4879  0.5  0.6 1138756 106192 tty1   Tl   17:25   0:00 clipit
brandon     4885  0.0  0.0   7508  1540 tty1     T    17:25   0:00 sh /home/brandon/.config/openbox/autostart
brandon     4886  0.6  0.6 1138764 108048 tty1   Tl   17:25   0:00 cbatticon
brandon     4887  0.0  0.0 305804  7808 tty1     Tl   17:25   0:00 xss-lock -l ScreenLock
brandon     4897  0.4  0.6 1133728 98540 tty1    Tl   17:25   0:00 thunar --daemon
brandon     4916  0.4  0.6 1204944 101612 tty1   Tl   17:25   0:00 iwgtk -i
brandon     4982  0.0  0.0 235152  7424 ?        Sl   17:25   0:00 /usr/lib/at-spi2-registryd --use-gnome-session
brandon     4997  0.3  0.0 519420 13936 tty1     Tl   17:25   0:00 conky -c /home/brandon/.dotfiles/conkyrc
brandon     5000  0.0  0.0 149772 10940 tty1     Tl   17:25   0:00 conky -c /home/brandon/.dotfiles/conkyrc.todo
brandon     5172 63.9  2.2 5216300 362264 tty1   Tl   17:25   0:19 /home/brandon/.dropbox-dist/dropbox-lnx.x86_64-179.3.4830/dropbox /newerversion
brandon     5383  0.2  0.2 794800 37732 tty1     Tl   17:25   0:00 volumeicon
brandon     5393  0.1  0.1  29244 19644 tty1     T    17:25   0:00 urxvt
brandon     5394  0.0  0.0   9788  6656 pts/1    Ss+  17:25   0:00 bash
root        5593  0.0  0.0 306812  8832 tty1     Tl   17:25   0:00 pkexec /bin/sh /tmp/tmpcugtvxx8
root        5601  0.0  0.0  15688  6784 tty1     T    17:25   0:00 /usr/lib/polkit-1/polkit-agent-helper-1 brandon
brandon     5619  100  0.0  11580  4736 pts/4    R+   17:25   0:00 ps aux

Output from "ps aux" after freeze without running xcompmgr:

USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.1  0.0  21352 12656 ?        Ss   17:17   0:01 /sbin/init
root           2  0.0  0.0      0     0 ?        S    17:17   0:00 [kthreadd]
root           3  0.0  0.0      0     0 ?        I<   17:17   0:00 [rcu_gp]
root           4  0.0  0.0      0     0 ?        I<   17:17   0:00 [rcu_par_gp]
root           5  0.0  0.0      0     0 ?        I<   17:17   0:00 [slub_flushwq]
root           6  0.0  0.0      0     0 ?        I<   17:17   0:00 [netns]
root           8  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/0:0H-events_highpri]
root          11  0.0  0.0      0     0 ?        I<   17:17   0:00 [mm_percpu_wq]
root          12  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:1-kcryptd/254:0]
root          13  0.0  0.0      0     0 ?        I    17:17   0:00 [rcu_tasks_kthread]
root          14  0.0  0.0      0     0 ?        I    17:17   0:00 [rcu_tasks_rude_kthread]
root          15  0.0  0.0      0     0 ?        I    17:17   0:00 [rcu_tasks_trace_kthread]
root          16  0.0  0.0      0     0 ?        S    17:17   0:00 [ksoftirqd/0]
root          17  0.0  0.0      0     0 ?        I    17:17   0:00 [rcu_preempt]
root          18  0.0  0.0      0     0 ?        S    17:17   0:00 [rcub/0]
root          19  0.0  0.0      0     0 ?        S    17:17   0:00 [migration/0]
root          20  0.0  0.0      0     0 ?        S    17:17   0:00 [idle_inject/0]
root          21  0.0  0.0      0     0 ?        S    17:17   0:00 [cpuhp/0]
root          22  0.0  0.0      0     0 ?        S    17:17   0:00 [cpuhp/1]
root          23  0.0  0.0      0     0 ?        S    17:17   0:00 [idle_inject/1]
root          24  0.0  0.0      0     0 ?        S    17:17   0:00 [migration/1]
root          25  0.0  0.0      0     0 ?        S    17:17   0:00 [ksoftirqd/1]
root          26  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/1:0-events_freezable]
root          27  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/1:0H-events_highpri]
root          28  0.0  0.0      0     0 ?        S    17:17   0:00 [cpuhp/2]
root          29  0.0  0.0      0     0 ?        S    17:17   0:00 [idle_inject/2]
root          30  0.0  0.0      0     0 ?        S    17:17   0:00 [migration/2]
root          31  0.0  0.0      0     0 ?        S    17:17   0:00 [ksoftirqd/2]
root          33  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/2:0H-events_highpri]
root          34  0.0  0.0      0     0 ?        S    17:17   0:00 [cpuhp/3]
root          35  0.0  0.0      0     0 ?        S    17:17   0:00 [idle_inject/3]
root          36  0.0  0.0      0     0 ?        S    17:17   0:00 [migration/3]
root          37  0.0  0.0      0     0 ?        S    17:17   0:00 [ksoftirqd/3]
root          39  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/3:0H-events_highpri]
root          40  0.0  0.0      0     0 ?        S    17:17   0:00 [cpuhp/4]
root          41  0.0  0.0      0     0 ?        S    17:17   0:00 [idle_inject/4]
root          42  0.0  0.0      0     0 ?        S    17:17   0:00 [migration/4]
root          43  0.0  0.0      0     0 ?        S    17:17   0:00 [ksoftirqd/4]
root          45  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/4:0H-events_highpri]
root          46  0.0  0.0      0     0 ?        S    17:17   0:00 [cpuhp/5]
root          47  0.0  0.0      0     0 ?        S    17:17   0:00 [idle_inject/5]
root          48  0.0  0.0      0     0 ?        S    17:17   0:00 [migration/5]
root          49  0.0  0.0      0     0 ?        S    17:17   0:00 [ksoftirqd/5]
root          51  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/5:0H-events_highpri]
root          52  0.0  0.0      0     0 ?        S    17:17   0:00 [cpuhp/6]
root          53  0.0  0.0      0     0 ?        S    17:17   0:00 [idle_inject/6]
root          54  0.0  0.0      0     0 ?        S    17:17   0:00 [migration/6]
root          55  0.0  0.0      0     0 ?        S    17:17   0:00 [ksoftirqd/6]
root          57  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/6:0H-events_highpri]
root          58  0.0  0.0      0     0 ?        S    17:17   0:00 [cpuhp/7]
root          59  0.0  0.0      0     0 ?        S    17:17   0:00 [idle_inject/7]
root          60  0.0  0.0      0     0 ?        S    17:17   0:00 [migration/7]
root          61  0.0  0.0      0     0 ?        S    17:17   0:00 [ksoftirqd/7]
root          63  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/7:0H-events_highpri]
root          64  0.0  0.0      0     0 ?        S    17:17   0:00 [kdevtmpfs]
root          65  0.0  0.0      0     0 ?        I<   17:17   0:00 [inet_frag_wq]
root          66  0.0  0.0      0     0 ?        S    17:17   0:00 [kauditd]
root          67  0.0  0.0      0     0 ?        S    17:17   0:00 [khungtaskd]
root          68  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:2-kcryptd/254:0]
root          69  0.0  0.0      0     0 ?        S    17:17   0:00 [oom_reaper]
root          70  0.0  0.0      0     0 ?        I<   17:17   0:00 [writeback]
root          71  0.0  0.0      0     0 ?        S    17:17   0:00 [kcompactd0]
root          72  0.0  0.0      0     0 ?        SN   17:17   0:00 [ksmd]
root          73  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/2:1-cgroup_destroy]
root          74  0.0  0.0      0     0 ?        SN   17:17   0:00 [khugepaged]
root          75  0.0  0.0      0     0 ?        I<   17:17   0:00 [kintegrityd]
root          76  0.0  0.0      0     0 ?        I<   17:17   0:00 [kblockd]
root          77  0.0  0.0      0     0 ?        I<   17:17   0:00 [blkcg_punt_bio]
root          80  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/5:1-events]
root          82  0.0  0.0      0     0 ?        I<   17:17   0:00 [tpm_dev_wq]
root          83  0.0  0.0      0     0 ?        I<   17:17   0:00 [ata_sff]
root          85  0.0  0.0      0     0 ?        I<   17:17   0:00 [edac-poller]
root          86  0.0  0.0      0     0 ?        I<   17:17   0:00 [devfreq_wq]
root          87  0.0  0.0      0     0 ?        S    17:17   0:00 [watchdogd]
root          88  0.0  0.0      0     0 ?        I    17:17   0:01 [kworker/3:1-events]
root          90  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/2:1H-kblockd]
root          91  0.0  0.0      0     0 ?        S    17:17   0:00 [kswapd0]
root          92  0.0  0.0      0     0 ?        I<   17:17   0:00 [kthrotld]
root          93  0.0  0.0      0     0 ?        I<   17:17   0:00 [acpi_thermal_pm]
root          94  0.0  0.0      0     0 ?        S    17:17   0:00 [xenbus_probe]
root          95  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:3-kcryptd/254:0]
root          96  0.0  0.0      0     0 ?        S    17:17   0:00 [hwrng]
root          97  0.0  0.0      0     0 ?        I<   17:17   0:00 [mld]
root          98  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/5:1H-events_highpri]
root          99  0.0  0.0      0     0 ?        I<   17:17   0:00 [ipv6_addrconf]
root         106  0.0  0.0      0     0 ?        I<   17:17   0:00 [kstrp]
root         108  0.0  0.0      0     0 ?        I<   17:17   0:00 [zswap-shrink]
root         109  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/u17:0-rb_allocator]
root         110  0.0  0.0      0     0 ?        I<   17:17   0:00 [charger_manager]
root         139  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/6:1H-kblockd]
root         140  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/7:1H-kblockd]
root         141  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/0:1H-events_highpri]
root         142  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/4:1H-kblockd]
root         144  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/3:1H-kblockd]
root         149  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/1:1H-kblockd]
root         152  0.0  0.0      0     0 ?        I<   17:17   0:00 [cryptd]
root         154  0.0  0.0      0     0 ?        I<   17:17   0:00 [nvme-wq]
root         155  0.0  0.0      0     0 ?        I<   17:17   0:00 [nvme-reset-wq]
root         156  0.0  0.0      0     0 ?        I<   17:17   0:00 [nvme-delete-wq]
root         157  0.0  0.0      0     0 ?        I<   17:17   0:00 [nvme-auth-wq]
root         175  0.0  0.0      0     0 ?        I<   17:17   0:00 [ttm]
root         176  0.0  0.0      0     0 ?        S    17:17   0:00 [card0-crtc0]
root         177  0.0  0.0      0     0 ?        S    17:17   0:00 [card0-crtc1]
root         178  0.0  0.0      0     0 ?        S    17:17   0:00 [card0-crtc2]
root         179  0.1  0.0      0     0 ?        I    17:17   0:01 [kworker/7:2-events]
root         415  0.0  0.0      0     0 ?        I<   17:17   0:00 [kdmflush/254:0]
root         419  0.0  0.0      0     0 ?        I<   17:17   0:00 [kcryptd_io/254:]
root         420  0.0  0.0      0     0 ?        I<   17:17   0:00 [kcryptd/254:0]
root         421  0.0  0.0      0     0 ?        S    17:17   0:00 [dmcrypt_write/254:0]
root         435  0.0  0.0      0     0 ?        S    17:17   0:00 [jbd2/dm-0-8]
root         436  0.0  0.0      0     0 ?        I<   17:17   0:00 [ext4-rsv-conver]
root         442  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:5-kcryptd/254:0]
root         444  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:6-kcryptd/254:0]
root         445  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:7-kcryptd/254:0]
root         478  0.0  0.0  50016 15096 ?        Ss   17:17   0:00 /usr/lib/systemd/systemd-journald
root         518  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/4:3-mm_percpu_wq]
root         520  0.0  0.0  34252  9984 ?        Ss   17:17   0:00 /usr/lib/systemd/systemd-udevd
root         521  0.0  0.0      0     0 ?        S    17:17   0:00 [psimon]
root         565  0.0  0.0      0     0 ?        S    17:17   0:00 [irq/47-ELAN25B6:00]
root         566  0.0  0.0      0     0 ?        S    17:17   0:00 [irq/51-DELL081C:00]
root         570  0.0  0.0      0     0 ?        I<   17:17   0:00 [cfg80211]
root         586  0.0  0.0      0     0 ?        S    17:17   0:00 [irq/127-mei_me]
root         588  0.0  0.0      0     0 ?        S    17:17   0:00 [irq/128-iwlwifi]
root         589  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/6:2-events]
root         599  0.0  0.0      0     0 ?        I<   17:17   0:00 [kworker/u17:2-rb_allocator]
root         613  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/u16:9-kcryptd/254:0]
root         620  0.0  0.0      0     0 ?        I<   17:17   0:00 [USBC000:00-con1]
root         641  0.0  0.0      0     0 ?        I    17:17   0:00 [kworker/6:3-events]
systemd+     642  0.0  0.0  21748 13184 ?        Ss   17:17   0:00 /usr/lib/systemd/systemd-resolved
root         649  0.0  0.0   2536  1536 ?        Ss   17:17   0:00 /usr/bin/acpid --foreground --netlink
dbus         651  0.0  0.0   9244  4352 ?        Ss   17:17   0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
root         652  0.0  0.0  16040  4864 ?        Ss   17:17   0:00 /usr/lib/iwd/iwd
root         653  0.0  0.0  17812  8576 ?        Ss   17:17   0:00 /usr/lib/systemd/systemd-logind
root         741  0.0  0.0   8032  5376 ?        Ss   17:18   0:00 login -- brandon
root         748  0.0  0.0      0     0 ?        S    17:18   0:00 [psimon]
brandon      750  0.0  0.0  20464 11776 ?        Ss   17:18   0:00 /usr/lib/systemd/systemd --user
brandon      751  0.0  0.0  24880  5396 ?        S    17:18   0:00 (sd-pam)
brandon      757  0.0  0.0  11180  4352 ?        Ss   17:18   0:00 batsignal
brandon      759  0.0  0.0   9736  6144 tty2     Ss   17:18   0:00 -bash
brandon      776  0.0  0.0  12344  4864 tty2     S+   17:18   0:00 tmux
brandon      778  0.0  0.0  13652  4252 ?        Ss   17:18   0:01 tmux
brandon      980  0.0  0.0   8968  4608 ?        Ss   17:18   0:00 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
polkitd     1016  0.0  0.0 386748  9788 ?        Ssl  17:18   0:00 /usr/lib/polkit-1/polkitd --no-debug
brandon     1053  0.0  0.2 1289952 33336 ?       S<sl 17:18   0:00 /usr/bin/pulseaudio --daemonize=no --log-target=journal
rtkit       1077  0.0  0.0  23088  3328 ?        SNsl 17:18   0:00 /usr/lib/rtkit-daemon
brandon     1091  0.0  0.0 316564 10612 ?        Ssl  17:18   0:00 /usr/lib/gvfsd
brandon     1107  0.0  0.0 455972  8320 ?        Sl   17:18   0:00 /usr/lib/gvfsd-fuse /run/user/1000/gvfs -f
brandon     1118  0.0  0.0 382100  7680 ?        Ssl  17:18   0:00 /usr/lib/at-spi-bus-launcher
brandon     1125  0.0  0.0   8532  4480 ?        S    17:18   0:00 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 11 --address=unix:path=/run/user/1000/at-spi/bus_0
brandon     1144  0.0  0.0 311892  8064 ?        Sl   17:18   0:00 /usr/lib/pulse/gsettings-helper
brandon     2603  0.0  0.0   9876  6272 pts/4    Ss+  17:21   0:00 -bash
brandon     3775  0.0  0.0   9808  6400 pts/2    Ss+  17:21   0:00 -bash
root        3824  0.0  0.0      0     0 ?        I    17:23   0:00 [kworker/7:1-events]
root        3833  0.0  0.0      0     0 ?        I    17:23   0:00 [kworker/3:0-events]
root        3834  0.0  0.0      0     0 ?        I    17:23   0:00 [kworker/2:0-mm_percpu_wq]
root        4034  0.0  0.0      0     0 ?        I    17:23   0:00 [kworker/0:0-mm_percpu_wq]
brandon     4729  0.0  0.0   9808  6400 pts/3    Ss+  17:23   0:00 -bash
root        5644  0.0  0.0      0     0 ?        I    17:26   0:00 [kworker/1:3-mm_percpu_wq]
brandon     5652  0.0  0.0   9808  6400 pts/0    Ss+  17:26   0:00 -bash
brandon     6894  0.0  0.0   9808  6656 pts/5    Ss   17:27   0:00 -bash
brandon     6927  0.0  0.1  93944 18104 pts/5    Sl+  17:27   0:00 nvim .config/openbox/autostart
brandon     6934  0.0  0.1  40396 26692 ?        Ss   17:27   0:00 /usr/bin/python3 -c import sys; sys.path = [p for p in sys.path if p != ""]; import neovim; neovim.start_host() /home/brandon/Dropbox/backup/LinuxConfigFiles/dotfiles/vim/bundle/deoplete.nvim/rplugin/python3/deoplete
brandon     6936  0.0  0.0   9808  6400 pts/6    Ss+  17:27   0:00 -bash
root        6960  0.0  0.0   8032  5376 ?        Ss   17:27   0:00 login -- brandon
root        6963  0.0  0.0      0     0 ?        I    17:27   0:00 [kworker/2:2-events]
brandon     6968  0.0  0.0   7640  4096 tty1     Ss+  17:27   0:00 /bin/sh /usr/bin/startx
brandon     6997  0.0  0.0   4020  2304 tty1     S+   17:27   0:00 xinit /home/brandon/.xinitrc -- /etc/X11/xinit/xserverrc :0 vt1 -keeptty -auth /tmp/serverauth.9dpOZxeYd2
brandon     6998  0.5  0.7 1573708 114016 tty1   Sl   17:27   0:03 /usr/lib/Xorg -nolisten tcp :0 vt1 -keeptty -auth /tmp/serverauth.9dpOZxeYd2
brandon     7017  0.0  0.1 220376 23652 tty1     S    17:27   0:00 /usr/bin/openbox --startup /usr/lib/openbox/openbox-autostart OPENBOX
brandon     7040  0.0  0.0   7508  1408 tty1     T    17:27   0:00 sh /home/brandon/.config/openbox/autostart
brandon     7041  0.0  0.1 233804 22844 tty1     T    17:27   0:00 tint2
brandon     7042  0.0  0.5 1212484 96476 tty1    Tl   17:27   0:00 clipit
brandon     7047  0.0  0.0   7508  1540 tty1     T    17:27   0:00 sh /home/brandon/.config/openbox/autostart
brandon     7050  0.0  0.5 1138764 96572 tty1    Tl   17:27   0:00 cbatticon
brandon     7051  0.0  0.0 305804  7808 tty1     Tl   17:27   0:00 xss-lock -l ScreenLock
brandon     7061  0.1  0.6 1482712 105492 tty1   Tl   17:27   0:00 thunar --daemon
brandon     7073  0.0  0.5 1204944 95332 tty1    Tl   17:27   0:00 iwgtk -i
brandon     7148  0.0  0.0 235152  7808 ?        Sl   17:27   0:00 /usr/lib/at-spi2-registryd --use-gnome-session
brandon     7161  0.0  0.1 433636 16896 ?        Ssl  17:27   0:00 /usr/lib/gvfs-udisks2-volume-monitor
root        7165  0.0  0.1 468292 16948 ?        Ssl  17:27   0:00 /usr/lib/udisks2/udisksd
brandon     7180  0.0  0.0 232544  8052 ?        Ssl  17:27   0:00 /usr/lib/gvfsd-metadata
brandon     7184  0.0  0.0 390816 11788 ?        Sl   17:27   0:00 /usr/lib/gvfsd-trash --spawner :1.5 /org/gtk/gvfs/exec_spaw/0
brandon     7193  0.0  0.0 149780 10828 tty1     Tl   17:27   0:00 conky -c /home/brandon/.dotfiles/conkyrc.todo
brandon     7194  0.0  0.0 519420 14132 tty1     Tl   17:27   0:00 conky -c /home/brandon/.dotfiles/conkyrc
brandon     7230  1.5  3.0 12229864 497140 tty1  Tl   17:27   0:09 /usr/lib/firefox/firefox
brandon     7447  0.0  0.3 262076 57088 tty1     Tl   17:27   0:00 /usr/lib/firefox/firefox -contentproc -parentBuildID 20230727224807 -prefsLen 35603 -prefMapSize 238316 -appDir /usr/lib/firefox/browser {e15c2db5-b431-47c9-a264-de88978d8fa1} 7230 true socket
brandon     7472  0.1  0.8 2529440 143196 tty1   Tl   17:28   0:00 /usr/lib/firefox/firefox -contentproc -childID 1 -isForBrowser -prefsLen 35679 -prefMapSize 238316 -jsInitLen 240908 -parentBuildID 20230727224807 -appDir /usr/lib/firefox/browser {1c2b9779-43b5-4f1b-b417-2dfe345caa64} 7230 true tab
brandon     7522  0.5  1.5 11313916 251700 tty1  Tl   17:28   0:03 /usr/lib/firefox/firefox -contentproc -childID 2 -isForBrowser -prefsLen 40647 -prefMapSize 238316 -jsInitLen 240908 -parentBuildID 20230727224807 -appDir /usr/lib/firefox/browser {694387d9-22c7-4cdd-95f6-6258eb0d0197} 7230 true tab
brandon     7617  0.1  0.9 2533372 147588 tty1   Tl   17:28   0:00 /usr/lib/firefox/firefox -contentproc -childID 3 -isForBrowser -prefsLen 32487 -prefMapSize 238316 -jsInitLen 240908 -parentBuildID 20230727224807 -appDir /usr/lib/firefox/browser {2f9b2d9f-77e9-4ef4-9e59-3bd983e7cdd5} 7230 true tab
brandon     7619  0.1  0.9 2529256 150368 tty1   Tl   17:28   0:00 /usr/lib/firefox/firefox -contentproc -childID 4 -isForBrowser -prefsLen 32487 -prefMapSize 238316 -jsInitLen 240908 -parentBuildID 20230727224807 -appDir /usr/lib/firefox/browser {860befbb-e08f-4550-bc64-494f6302b552} 7230 true tab
brandon     7660  0.0  0.4 480696 68732 tty1     Tl   17:28   0:00 /usr/lib/firefox/firefox -contentproc -parentBuildID 20230727224807 -prefsLen 41585 -prefMapSize 238316 -appDir /usr/lib/firefox/browser {235525f5-c433-4dc1-9e3e-37d2402ff820} 7230 true rdd
brandon     7661  0.0  0.4 482236 72872 tty1     Tl   17:28   0:00 /usr/lib/firefox/firefox -contentproc -parentBuildID 20230727224807 -sandboxingKind 0 -prefsLen 41585 -prefMapSize 238316 -appDir /usr/lib/firefox/browser {000ebbe7-f248-4ee4-8eb0-ea429f67a0a1} 7230 true utility
brandon     7680  0.0  0.5 2458596 86612 tty1    Tl   17:28   0:00 /usr/lib/firefox/firefox -contentproc -childID 5 -isForBrowser -prefsLen 32487 -prefMapSize 238316 -jsInitLen 240908 -parentBuildID 20230727224807 -appDir /usr/lib/firefox/browser {fa0e0113-f53f-4a7b-9f57-b68af255fc1a} 7230 true tab
brandon     7715  0.0  0.1 155268 21680 tty1     TLl  17:28   0:00 /usr/bin/keepassxc-proxy /home/brandon/.mozilla/native-messaging-hosts/org.keepassxc.keepassxc_browser.json keepassxc-browser@keepassxc.org
brandon     7755  3.5  2.2 5215020 364608 tty1   Tl   17:28   0:21 /home/brandon/.dropbox-dist/dropbox-lnx.x86_64-179.3.4830/dropbox /newerversion
brandon     7874  0.0  0.5 2458596 87176 tty1    Tl   17:28   0:00 /usr/lib/firefox/firefox -contentproc -childID 6 -isForBrowser -prefsLen 32487 -prefMapSize 238316 -jsInitLen 240908 -parentBuildID 20230727224807 -appDir /usr/lib/firefox/browser {95fcc56f-017d-4b6c-bbdf-218ce1dfbb3b} 7230 true tab
brandon     8008  0.0  0.2 794800 38264 tty1     Tl   17:28   0:00 volumeicon
brandon     8090  0.0  0.5 2459508 87216 tty1    Tl   17:28   0:00 /usr/lib/firefox/firefox -contentproc -childID 7 -isForBrowser -prefsLen 32487 -prefMapSize 238316 -jsInitLen 240908 -parentBuildID 20230727224807 -appDir /usr/lib/firefox/browser {e5930576-249e-49f7-bcd4-9d8da9a5f963} 7230 true tab
root        8503  0.0  0.0 306812  6656 tty1     Tl   17:28   0:00 pkexec /bin/sh /tmp/tmpaviss6k6
root        8511  0.0  0.0  15688  6912 tty1     T    17:28   0:00 /usr/lib/polkit-1/polkit-agent-helper-1 brandon
brandon     8512  0.0  0.1  32576 22348 tty1     S    17:28   0:00 urxvt
brandon     8513  0.0  0.0   9788  6656 pts/1    Ss   17:28   0:00 bash
root        8528  0.0  0.0      0     0 ?        I    17:28   0:00 [kworker/5:0-events]
root        8606  0.0  0.0      0     0 ?        I    17:28   0:00 [kworker/4:0-cgroup_destroy]
root        8612  0.0  0.0      0     0 ?        I    17:28   0:00 [kworker/0:1-events]
root        8792  0.0  0.0      0     0 ?        I    17:33   0:00 [kworker/6:0-mm_percpu_wq]
root        8793  0.0  0.0      0     0 ?        I    17:35   0:00 [kworker/3:2-events]
root        8794  0.0  0.0      0     0 ?        I    17:36   0:00 [kworker/5:2-mm_percpu_wq]
root        8892  0.0  0.0      0     0 ?        I    17:36   0:00 [kworker/0:2-events]
root        8897  0.0  0.0      0     0 ?        I    17:37   0:00 [kworker/1:1-events_freezable]
root        8902  0.0  0.0      0     0 ?        I    17:37   0:00 [kworker/u16:0-kcryptd/254:0]
root        8903  0.0  0.0      0     0 ?        I    17:37   0:00 [kworker/u16:4-events_unbound]
brandon     8937  0.0  0.0  11580  4736 pts/1    R+   17:37   0:00 ps aux

Offline

#6 2023-08-02 21:49:24

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,783

Re: [Solved] X11 image freezes a few seconds after logging in (Dropbox)

Post your xinitrc, anything ~/.bash* and ~/.*profile and  /home/brandon/.config/openbox/autostart
Something sigstops most of your session processes (that's why everything's "frozen", the X11 server is fine)

Offline

#7 2023-08-02 22:09:58

punk_physicist
Member
From: ~/
Registered: 2012-01-29
Posts: 39

Re: [Solved] X11 image freezes a few seconds after logging in (Dropbox)

seth wrote:

Post your xinitrc, anything ~/.bash* and ~/.*profile and  /home/brandon/.config/openbox/autostart
Something sigstops most of your session processes (that's why everything's "frozen", the X11 server is fine)

~/.xinit:

#!/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 openbox-session

~/.bash_profile:

export PATH=$PATH:~/bin
HISTFILESIZE=5000

[[ -f ~/.bashrc ]] && . ~/.bashrc

[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx

~/.bashrc

#
# ~/.bashrc
#

# If not running interactively, don't do anything
[[ $- != *i* ]] && return
#[[ -f ~/bin/bashnotes ]] && . ~/bin/bashnotes


## Aliases
# Use neovim instead of vim
alias vim='nvim'
alias vimdiff='nvim -d'

#colorize outputs
alias ls='ls -h -F --color=auto'
alias grep='grep --color=auto'
alias less='less -iR'

# Use 'exa -F' and 'exa -lF' as ls and ls -l
alias l='exa -F'
alias ll='exa -lF'
alias lla='exa -lFa'

# python
alias py='ipython'
alias ipy='ipython --pylab'
alias py2='ipython2'

# tmux
alias tm='tmux'
_completion_loader tmux
complete -F _tmux tm

# vpn
alias vpn='protonvpn-cli'

# tma = "tmux attach", while tma session = "tmux attach -t session"
tma() {
    if [[ -z $@ ]]; then
        tmux attach
    else
        tmux attach -t "$@"
    fi
}

# Alias todo.sh with completion
alias t='todo.sh'
alias tt='todo.sh projectview'
_completion_loader todo.sh
complete -F _todo t

# 'vimsym alpha' will find how to create digraph α in vim
alias vimsym='cat ~/notes/software/vim/digraphs.txt | grep -i'

# Passphrase generator. Outputs 20 random words 
alias passphrase='shuf -n 20 /home/brandon/Dropbox/Documents/wiki-100k.txt && echo $RANDOM'

                          ### Bash customizations ###
# vi keybindings
set -o vi

# needed for vim-ipython
stty stop undef # to unmap ctrl-s

# Allow sudo vim using my .vimrc configurations
svim () {
    sudo nvim -u /home/brandon/.config/nvim/init.vim "$*"
}

# Simple prompt
#PS1='[\u@\h]\$ '
# Special prompt for git directories
#[[ -f /usr/share/git/completion/git-prompt.sh ]] && . /usr/share/git/completion/git-prompt.sh
#PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ '

# May help with multiline text mangling
shopt -s checkwinsize

# Append bash_history after each command and set title to include PWD rather
# than just username + host
PROMPT_COMMAND='history -a && echo -ne "\033]0;$PWD\007"'

# Display PWD prominantly after cd
cd() {
    if [[ $@ == '-' ]]; then
        builtin cd "$@" > /dev/null  # We'll handle pwd.
    else
        builtin cd "$@"
    fi
    echo -e "\033[1;31m"`pwd`"\033[0m"
}

# What to do on startup
# State working directory
echo -e "\033[1;31m"`pwd`"\033[0m"
# Reload last set color scheme
export DYNAMIC_COLORS_ROOT=~/.dotfiles/dynamic-colors
dynamic-colors init

                          ### system preferences ###
# Bash history stuff
# History size
HISTFILESIZE=100000
HISTSIZE=100000
# Append rather than overwrite
shopt -s histappend
# No commands that are the same command 2x or begin with a space are saved
# ignoreboth = ignorespace and ignoredups 
HISTCONTROL=ignoreboth
# Commands to ignore/not save to bash_history
HISTIGNORE='ls:cd:fg:history*:htop:tmux:urxvt*:clear:ipython:ipython2'
# Timestamp commands for 'history' command output
HISTTIMEFORMAT='%F %T '
# Multi-line commands get stored on one line in bash_history
shopt -s cmdhist

export EDITOR="nvim"
export DE="xfce"
export PDFVIEWER="zathura"
#export PDFVIEWER="evince"
#export BROWSER="google-chrome-stable"
export BROWSER="firefox"
export PATH=$PATH:~/bin
# export MATLAB_JAVA="/usr/lib/jvm/java-7-openjdk/jre"
# export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=gasp'
# export JAVA_FONTS=/usr/share/fonts/TTF
export PATH=$PATH:/home/brandon/bin
# export TERM="screen-256color"
export TEXMFHOME="~/.texmf"
# Use gtk2 theme in Qt5
export QT_QPA_PLATFORMTHEME=gtk2

~/.bash_completion

#! /bin/bash

# Bash completion for BashNotes
NOTES=$HOME/Dropbox/notes/
NOTES_SH=note

_BashNotes() {
    local cur prev  # Pointer to current completion word.
    local _notes=$NOTES
    COMPREPLY=()    # Array variable storing the possible completions.

    prev="${COMP_WORDS[COMP_CWORD-1]}"
    cur=${COMP_WORDS[COMP_CWORD]}

    case "$prev" in
        --MITRE|-M)
            _notes=$HOME/MITRE/
            ;;
    esac

    case "$prev" in
    # For all -ls* or -s* complete with tags (as search terms)
        -ls|-s|--search)
            local names=`grep -RiI "tags:.\?#" $_notes --exclude-dir=Archive --color=never |
            sed -e 's/^.*:.ags:.\?#/\"#/g' -e 's/ #/"\n\"#/g' -e 's/$/"/g'`
            COMPREPLY=( $(compgen -W "${names}" -- ${cur}) )
            return 0
            ;;
        -lsall|-sall|--searchall)
            local names=`grep -RiI "tags:.\?#" $_notes --color=never |
            sed -e 's/^.*:.ags:.\?#/\"#/g' -e 's/ #/"\n\"#/g' -e 's/$/"/g'`
            COMPREPLY=( $(compgen -W "${names}" -- ${cur}) )
            return 0
            ;;
        -lsarchive|-sa|--searcharchive)
            local names=`grep -RiI "tags:.\?#" $_notes"Archive" --color=never |
            sed -e 's/^.*:.ags:.\?#/\"#/g' -e 's/ #/"\n\"#/g' -e 's/$/"/g'`
            COMPREPLY=( $(compgen -W "${names}" -- ${cur}) )
            return 0
            ;;
        --lsnew|-lsn|-sn|--searchnew)
            local names=`grep -RiI "tags:.\?#" $_notes*.txt --color=never |
            sed -e 's/^.*:.ags:.\?#/\"#/g' -e 's/ #/"\n\"#/g' -e 's/$/"/g'`
            COMPREPLY=( $(compgen -W "${names}" -- ${cur}) )
            return 0
            ;;
    esac

    case "$cur" in
        -*)
            local options="-h --help -ls -lsall -lsarchive --lsnew -lsn
            --lstags -lst --lstagsall -lstall -s --search -sall -sn --searchnew
            -sa --searcharchive -cat -less --archive -a --date -d --meeting -m
            -M --MITRE"
            COMPREPLY=( $(compgen -W "${options}" -- ${cur}) )
            return 0
            ;;
        *)
            cur2=$(echo $cur|sed "s/\//\\\\\//g")
            local names=$(fd . $_notes -t f -e "txt"| 
            # fd is faster than find but needs to be installed
            # local names=$(find $_notes -type f -name "*.txt"| 
            sed -e 's/.txt$//g' -e 's\'$_notes'\\g' -e "s/\(^$cur2[a-zA-Z_0-9]*\/\).*/\1/g"|grep "$cur")
            COMPREPLY=( $(compgen -W "${names}" -- ${cur}) )
            return 0
            ;;
    esac
}

complete -o nospace -F _BashNotes $NOTES_SH


_tma() {
    TMUX_SESSIONS=$(tmux ls -F '#S' | xargs)

    local cur=${COMP_WORDS[COMP_CWORD]}
    COMPREPLY=( $(compgen -W "$TMUX_SESSIONS" -- $cur) )
}
complete -F _tma tma

# Source tmuxinator completions
source /usr/lib/ruby/gems/*/gems/tmuxinator*/completion/tmuxinator.bash

# Source todo.txt completions (No longer needed)
# source /usr/share/bash-completion/completions/todo

# For fzf completion of **<Tab>
source /usr/share/fzf/completion.bash 
# For fzf key-bindings Ctrl-T Ctrl-R Alt-C
source /usr/share/fzf/key-bindings.bash 

~/.config/openbox/autostart

nitrogen --restore &
# xcompmgr &
(until pgrep gvfs>/dev/null; do sleep 2; done && thunar --daemon ) & #wait till gvfs starts for trash support
tint2 &
clipit &
dropbox &
(sleep 1s && conky -c /home/brandon/.dotfiles/conkyrc) &
(sleep 1s && conky -c /home/brandon/.dotfiles/conkyrc.todo) &
(sleep 7s && volumeicon) &
cbatticon &
xss-lock -l ScreenLock & 

Offline

#8 2023-08-02 22:19:11

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,783

Re: [Solved] X11 image freezes a few seconds after logging in (Dropbox)

Skip the 4 forked subshells in openbox/autostart

Offline

#9 2023-08-03 15:00:39

punk_physicist
Member
From: ~/
Registered: 2012-01-29
Posts: 39

Re: [Solved] X11 image freezes a few seconds after logging in (Dropbox)

seth wrote:

Skip the 4 forked subshells in openbox/autostart

I assume you mean the lines with the "&&" command?

I still have the problem after commenting out those four lines. Even if I have a blank autostart file, it doesn't fix the problem.

Offline

#10 2023-08-03 15:02:34

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,783

Re: [Solved] X11 image freezes a few seconds after logging in (Dropbox)

You do get the same behavior when using just "xinit" instead of "startx"?

Edit: those four here (only three have an "&&")

(until pgrep gvfs>/dev/null; do sleep 2; done && thunar --daemon ) & #wait till gvfs starts for trash support
(sleep 1s && conky -c /home/brandon/.dotfiles/conkyrc) &
(sleep 1s && conky -c /home/brandon/.dotfiles/conkyrc.todo) &
(sleep 7s && volumeicon) &

The braces open a subshell.

Last edited by seth (2023-08-03 15:06:17)

Offline

#11 2023-08-03 15:42:39

punk_physicist
Member
From: ~/
Registered: 2012-01-29
Posts: 39

Re: [Solved] X11 image freezes a few seconds after logging in (Dropbox)

seth wrote:

You do get the same behavior when using just "xinit" instead of "startx"?

Edit: those four here (only three have an "&&")

(until pgrep gvfs>/dev/null; do sleep 2; done && thunar --daemon ) & #wait till gvfs starts for trash support
(sleep 1s && conky -c /home/brandon/.dotfiles/conkyrc) &
(sleep 1s && conky -c /home/brandon/.dotfiles/conkyrc.todo) &
(sleep 7s && volumeicon) &

The braces open a subshell.

Yes, those were the four lines I thought you meant.

Same behavior when using "xinit" instead of "startx." I needed to add an ~/.xserverrc file to run xinit as user, per the wiki I used (in case it matters):

#!/bin/sh
exec /usr/bin/Xorg -nolisten tcp "$@" vt$XDG_VTNR

Last edited by punk_physicist (2023-08-03 15:43:26)

Offline

#12 2023-08-03 16:22:03

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,783

Re: [Solved] X11 image freezes a few seconds after logging in (Dropbox)

"Yay"
Comment all lines in openbox/autostart or just move that file away.

The next contenders are in your bashrc:
- dynamic-colors init # mostly because idk what that does
- stty stop undef # to unmap ctrl-s # because it's obviously very relevant, but I don't see how that'd cause this effect

If it's sth. in the openbox autostart, just bisect that (enable half the lines until you narrowed down the offender)

Offline

#13 2023-08-03 20:00:56

punk_physicist
Member
From: ~/
Registered: 2012-01-29
Posts: 39

Re: [Solved] X11 image freezes a few seconds after logging in (Dropbox)

seth wrote:

"Yay"
Comment all lines in openbox/autostart or just move that file away.

The next contenders are in your bashrc:
- dynamic-colors init # mostly because idk what that does
- stty stop undef # to unmap ctrl-s # because it's obviously very relevant, but I don't see how that'd cause this effect

If it's sth. in the openbox autostart, just bisect that (enable half the lines until you narrowed down the offender)

Commented out openbox/autostart and the two lines in the bashrc and still no change in behavior

Offline

#14 2023-08-03 20:31:18

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,783

Re: [Solved] X11 image freezes a few seconds after logging in (Dropbox)

*grumpf*

Do you have any custom stuff in /etc/profile* ?
Try to "exec urxvt" instead of "exec openbox-session" and start openbox-session from there.

I'm pretty sure some background process tries to read stdin…
You could also

<&- # close stdin

before "exec openbox-session"

Offline

#15 2023-08-03 21:13:23

punk_physicist
Member
From: ~/
Registered: 2012-01-29
Posts: 39

Re: [Solved] X11 image freezes a few seconds after logging in (Dropbox)

It looks like the problem is Dropbox (or at least triggered by Dropbox running). There was an additional desktop file in ~/.config/autostart so was autostarted by XDG's autostart even when commented out in the openbox/autostart file.

With the ~/.xserverrc file from above, everything freezes even if I start dropbox manually after loading openbox but does not seem to have this issue if I delete this file (or rather fallback to the /etc/X11/xinit/xserverrc). The only difference being the term "vt$XDG_VTNR."

Note this does not totally fix the problem as I do not want to have to manually load dropbox for it to work (defeats the purpose of automated syncing of files).

Last edited by punk_physicist (2023-08-03 21:13:50)

Offline

#16 2023-08-04 07:01:31

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,783

Re: [Solved] X11 image freezes a few seconds after logging in (Dropbox)

Try to remove the autostart file and use

dropbox <&- > /tmp/dropbox_sucks.log 2>&1 &

in your openbox/autostart (you also might want to redirect the output into /dev/null if dropbox ends up being super-chatty

Alternatively you can try

dropbox & disown

Offline

#17 2023-08-04 16:23:18

punk_physicist
Member
From: ~/
Registered: 2012-01-29
Posts: 39

Re: [Solved] X11 image freezes a few seconds after logging in (Dropbox)

I seem to have solved the problem. It seems that I had the Dropbox based problem listed here. Somehow when run during autostart, this caused things to crash (I'm still not exactly sure why though).

For future reference, if Dropbox finds files in its directory that aren't owned by your user, it will try to run a script with super user privileges to change the ownership of those files to your user. When run from a terminal you will see the output "Authentication is needed to run `/usr/sh' as the super user."

To verify that there are files with the "wrong" ownership, you can run

find ~/Dropbox/ ! -user $USER 

to list all the problematic files.

The solution was to change the ownership of these files, i.e. to run

find ~/Dropbox/ ! -user $USER -exec sudo chown $USER:$USER "{}" \;

Now I can autostart Dropbox without issue. Thank you seth for all the help in debugging.

Offline

#18 2023-08-04 18:04:29

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,783

Re: [Solved] X11 image freezes a few seconds after logging in (Dropbox)

You probably want to generally close the stdin in the openbox/autostart script.

Offline

#19 2023-08-05 06:11:34

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,783

Re: [Solved] X11 image freezes a few seconds after logging in (Dropbox)

For clarificatio, to generally close the stdin you've to

exec <&-

(My brains post-processed stuff last night to the realization that I had never explained that here wink

Offline

Board footer

Powered by FluxBB