You are not logged in.
Pages: 1
Hello everyone!
Today i encountered with problem like "could not load kernel32.dll". Already tried google it, but no solution found. I hope you will help me.
Thanks!
P.S. Yes i tried already reinstall it, but it didn't help
Last edited by DemonLord (2022-01-30 00:08:43)
Offline

Don't post a video (or screenshot) of terminal output, post the output itself .
try
$ WINEARCH=win32 WINEPREFIX=~/clean_win32 winecfg
$ WINEPREFIX=~/clean_win64 winecfgThose commands will (attempt to) create 2 new wine prefixes .
Post the output as TEXT  .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
 Try clean chroot manager by graysky
Online
I ran the command and it just paused after it, nothing is happen
$ WINEARCH=win32 WINEPREFIX=~/clean_win32 winecfg
wine: created the configuration directory '/home/user/clean_win32'
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Micro
-Controls" (6.0.0.0)
0050:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Micro
-Controls" (6.0.0.0)
0048:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Micro
-Controls" (6.0.0.0)
0048:err:winediag:nodrv_CreateWindow Application tried to create a window, but no
ded.
0048:err:winediag:nodrv_CreateWindow Unknown error (998).
0048:err:systray:initialize_systray Could not create tray window
0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x8000400
0048:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11c
}, hr 0x80004002
0048:err:ole:apartment_get_local_server_stream Failed: 0x800040Also
$ WINEPREFIX=~/clean_win64 winecfg                                                
wine: created the configuration directory '/home/user/clean_win64'
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0048:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0050:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0050:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0050:err:winediag:nodrv_CreateWindow Unknown error (998).
0050:err:systray:initialize_systray Could not create tray window
0050:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0050:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0050:err:ole:apartment_get_local_server_stream Failed: 0x80004002Offline

Not sure what goes wrong, but both 32 and 64 bit show similar errors.
let's try to take the gui out of things for testing.
$ env WINEPREFIX=~/.customprefix wineboot -uDisliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
 Try clean chroot manager by graysky
Online
Not sure what goes wrong, but both 32 and 64 bit show similar errors.
let's try to take the gui out of things for testing.
$ env WINEPREFIX=~/.customprefix wineboot -u
Not sure if i'm doing it right, but get the error
$ env WINEPREFIX=~/.customprefix wineboot -u                         
wine: invalid directory ~/.customprefix in WINEPREFIX: not an absolute pathOffline

Normally ~/.customprefix is converted to /home/your-username/.customprefix by your shell .
I am beginning to think the problem is not with wine but something in your user setup.
To verify that please create a fresh temporary user[1], login as that user then try the wineboot command as that user.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
 Try clean chroot manager by graysky
Online
Normally ~/.customprefix is converted to /home/your-username/.customprefix by your shell .
I am beginning to think the problem is not with wine but something in your user setup.
To verify that please create a fresh temporary user[1], login as that user then try the wineboot command as that user.
Well, i created a new user, but the problem is the same:
$ winecfg
wine: created the configuration directory '/home/newuser/.wine'
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Micro
0048:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Micro
0050:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Micro
0050:err:winediag:nodrv_CreateWindow Application tried to create a window, but no
0050:err:winediag:nodrv_CreateWindow Unknown error (998).
0050:err:systray:initialize_systray Could not create tray window
0050:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x8000400
0050:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11c
0050:err:ole:apartment_get_local_server_stream Failed: 0x80004002Offline

I compared your output with my own and found I don't get the winediag:nodrv lines.
Searches showed several possible causes : 
- no valid logind sesssion 
- graphics driver issues
What is the last version of wine that did work on your system ?
How are you starting X : display manager (sddm, gdm, lightdm etc) or xinit / startx ?
Incase you are running wayland, does the issue occur also under X ?
Please post output of
$ loginctl show-session $XDG_VTNR
$ lspci -k
$ glxinfo -B    # comes with mesa-demos
$ glxinfo32 -B  # comes with lib32-mesa-demosDisliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
 Try clean chroot manager by graysky
Online
I compared your output with my own and found I don't get the winediag:nodrv lines.
Searches showed several possible causes :
- no valid logind sesssion
- graphics driver issuesWhat is the last version of wine that did work on your system ?
Well, don't remember, but i was using wine-staging. I launched wine and perfectly works about month ago. 
My laptop is muxless. Integrated UHD 630 and 1050ti Mobile.
How are you starting X : display manager (sddm, gdm, lightdm etc) or xinit / startx ?
Incase you are running wayland, does the issue occur also under X ?
SDDM, also i'm using DWM and there is .xsession with the following:
#!/bin/bash
exec dwmPlease post output of
$ loginctl show-session $XDG_VTNR $ lspci -k $ glxinfo -B # comes with mesa-demos $ glxinfo32 -B # comes with lib32-mesa-demos
I get an error with $XDG_VTNR
$ loginctl show-session $XDG_VTNR                                      
Failed to get session path: No session '1' knownBut here is without $XDG_VTNR
$loginctl show-session                                                                                                                                                 
EnableWallMessages=no
NAutoVTs=6
KillUserProcesses=no
RebootToFirmwareSetup=no
RebootToBootLoaderMenu=18446744073709551615
IdleHint=no
IdleSinceHint=0
IdleSinceHintMonotonic=0
InhibitDelayMaxUSec=5s
UserStopDelayUSec=10s
HandlePowerKey=poweroff
HandleSuspendKey=suspend
HandleHibernateKey=hibernate
HandleLidSwitch=suspend
HandleLidSwitchDocked=ignore
HoldoffTimeoutUSec=30s
IdleAction=ignore
IdleActionUSec=30min
PreparingForShutdown=no
PreparingForSleep=no
Docked=no
LidClosed=no
OnExternalPower=yes
RemoveIPC=yes
RuntimeDirectorySize=817561600
RuntimeDirectoryInodesMax=199600
InhibitorsMax=8192
NCurrentInhibitors=0
SessionsMax=8192
NCurrentSessions=1lspci:
$ lspci -k
00:00.0 Host bridge: Intel Corporation 8th Gen Core Processor Host Bridge/DRAM Registers (rev 07)
	DeviceName: Onboard - Other
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 121a
	Kernel driver in use: skl_uncore
00:01.0 PCI bridge: Intel Corporation 6th-10th Gen Core Processor PCIe Controller (x16) (rev 07)
	Kernel driver in use: pcieport
00:02.0 VGA compatible controller: Intel Corporation CoffeeLake-H GT2 [UHD Graphics 630]
	DeviceName: Onboard - Video
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 121a
	Kernel driver in use: i915
	Kernel modules: i915
00:12.0 Signal processing controller: Intel Corporation Cannon Lake PCH Thermal Controller (rev 10)
	DeviceName: Onboard - Other
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 121a
	Kernel driver in use: intel_pch_thermal
	Kernel modules: intel_pch_thermal
00:14.0 USB controller: Intel Corporation Cannon Lake PCH USB 3.1 xHCI Host Controller (rev 10)
	DeviceName: Onboard - Other
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 121a
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
00:14.2 RAM memory: Intel Corporation Cannon Lake PCH Shared SRAM (rev 10)
	DeviceName: Onboard - Other
	Subsystem: Intel Corporation Device 7270
00:14.3 Network controller: Intel Corporation Cannon Lake PCH CNVi WiFi (rev 10)
	DeviceName: Onboard - Ethernet
	Subsystem: Intel Corporation Device 02a4
	Kernel driver in use: iwlwifi
	Kernel modules: iwlwifi
00:16.0 Communication controller: Intel Corporation Cannon Lake PCH HECI Controller (rev 10)
	DeviceName: Onboard - Other
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 121a
	Kernel driver in use: mei_me
	Kernel modules: mei_me
00:17.0 SATA controller: Intel Corporation Cannon Lake Mobile PCH SATA AHCI Controller (rev 10)
	DeviceName: Onboard - SATA
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 121a
	Kernel driver in use: ahci
00:1d.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #16 (rev f0)
	Kernel driver in use: pcieport
00:1e.0 Communication controller: Intel Corporation Cannon Lake PCH Serial IO UART Host Controller (rev 10)
	DeviceName: Onboard - Other
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 121a
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
00:1f.0 ISA bridge: Intel Corporation HM470 Chipset LPC/eSPI Controller (rev 10)
	DeviceName: Onboard - Other
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 121a
00:1f.3 Audio device: Intel Corporation Cannon Lake PCH cAVS (rev 10)
	DeviceName: Onboard - Sound
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 121a
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel, snd_soc_skl, snd_sof_pci
00:1f.4 SMBus: Intel Corporation Cannon Lake PCH SMBus Controller (rev 10)
	DeviceName: Onboard - Other
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 121a
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801
00:1f.5 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH SPI Controller (rev 10)
	DeviceName: Onboard - Other
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 121a
	Kernel driver in use: intel-spi
	Kernel modules: intel_spi_pci
01:00.0 3D controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Ti Mobile] (rev a1)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 121a
	Kernel driver in use: nvidia
	Kernel modules: nouveau, nvidia_drm, nvidia
02:00.0 Ethernet controller: Qualcomm Atheros QCA8171 Gigabit Ethernet (rev 10)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 121a
	Kernel driver in use: alx
	Kernel modules: alxGlxinfo
$ glxinfo -B
name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel (0x8086)
    Device: Mesa Intel(R) UHD Graphics 630 (CFL GT2) (0x3e9b)
    Version: 21.1.5
    Accelerated: yes
    Video memory: 3072MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) UHD Graphics 630 (CFL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 21.1.5
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.6 (Compatibility Profile) Mesa 21.1.5
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.1.5
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20Glxinfo32
name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel (0x8086)
    Device: Mesa Intel(R) UHD Graphics 630 (CFL GT2) (0x3e9b)
    Version: 21.1.5
    Accelerated: yes
    Video memory: 3072MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) UHD Graphics 630 (CFL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 21.1.5
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.6 (Compatibility Profile) Mesa 21.1.5
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.1.5
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20Offline

It seems $XDG_VNTR may not be set when using a display manager, try
$ loginctl show-session $XDG_SESSION_IDIf that also fails run loginctl --list-sessions to determine the id of the active session and add it manually to loginctl --show-session .
Just in Case : Are you using xf86-video-intel ?
If yes, remove it temporarily
what is the output of pacman -Qs nvidia ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
 Try clean chroot manager by graysky
Online
It seems $XDG_VNTR may not be set when using a display manager, try
$ loginctl show-session $XDG_SESSION_ID
loginctl
loginctl show-session $XDG_SESSION_ID                                     
Id=2
User=1000
Name=username
Timestamp=Tue 2021-07-27 18:39:49 EEST
TimestampMonotonic=16212977
VTNr=1
Seat=seat0
Display=:0
Remote=no
Service=sddm
Scope=session-2.scope
Leader=654
Audit=2
Type=x11
Class=user
Active=yes
State=active
IdleHint=no
IdleSinceHint=0
IdleSinceHintMonotonic=0
LockedHint=noIf that also fails run loginctl --list-sessions to determine the id of the active session and add it manually to loginctl --show-session .
loginctl list-sessions
 loginctl list-sessions                                   
SESSION  UID USER       SEAT  TTY
      2 1000 username seat0
1 sessions listed.loginctl show-session
EnableWallMessages=no
NAutoVTs=6
KillUserProcesses=no
RebootToFirmwareSetup=no
RebootToBootLoaderMenu=18446744073709551615
IdleHint=no
IdleSinceHint=0
IdleSinceHintMonotonic=0
DelayInhibited=sleep
InhibitDelayMaxUSec=5s
UserStopDelayUSec=10s
HandlePowerKey=poweroff
HandleSuspendKey=suspend
HandleHibernateKey=hibernate
HandleLidSwitch=suspend
HandleLidSwitchDocked=ignore
HoldoffTimeoutUSec=30s
IdleAction=ignore
IdleActionUSec=30min
PreparingForShutdown=no
PreparingForSleep=no
Docked=no
LidClosed=no
OnExternalPower=yes
RemoveIPC=yes
RuntimeDirectorySize=817561600
RuntimeDirectoryInodesMax=199600
InhibitorsMax=8192
NCurrentInhibitors=1
SessionsMax=8192
NCurrentSessions=1Just in Case : Are you using xf86-video-intel ?
If yes, remove it temporarily
It is not installed
 pacman -Ss xf86-video-intel                            
extra/xf86-video-intel 1:2.99.917+916+g31486f40-1 (xorg-drivers)
    X.org Intel i810/i830/i915/945G/G965+ video driverswhat is the output of pacman -Qs nvidia ?
# pacman -Qs nvidia
local/bumblebee 3.2.1-21
    NVIDIA Optimus support for Linux through VirtualGL
local/egl-wayland 1.1.7-1
    EGLStream-based Wayland external platform
local/lib32-nvidia-utils 470.57.02-1
    NVIDIA drivers utilities (32-bit)
local/lib32-opencl-nvidia 470.57.02-1
    OpenCL implemention for NVIDIA (32-bit)
local/libvdpau 1.4-1
    Nvidia VDPAU library
local/nvidia-dkms 470.57.02-3
    NVIDIA drivers - module sources
local/nvidia-lts 1:470.57.02-3
    NVIDIA drivers for linux-lts
local/nvidia-utils 470.57.02-3
    NVIDIA drivers utilitiesOffline

session looks fine, and nvidia drivers are all same version.
wine should be using the intelcard.
Are wine-gecko and wine-mono installed ?
If yes, remove them and run WINEPREFIX=~/test_win64 winecfg again.
If not present, install wine-gecko and run WINEPREFIX=~/test_win64 winecfg
for both cases : if wine shows a window telling you it can't find wine-gecko and/or wine-mono , cancel installing them .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
 Try clean chroot manager by graysky
Online
session looks fine, and nvidia drivers are all same version.
wine should be using the intelcard.
Are wine-gecko and wine-mono installed ?
If yes, remove them and run WINEPREFIX=~/test_win64 winecfg again.
If not present, install wine-gecko and run WINEPREFIX=~/test_win64 winecfg
for both cases : if wine shows a window telling you it can't find wine-gecko and/or wine-mono , cancel installing them .
I installed wine-mono and it works! Thanks!!!
Offline
Well, the same problem appeared. Earlier it fixed if i installed another version of wine or just reinstall it, but now it doesn't work 
I'm trying to start winecfg and here's the output
 
$winecfg
wine: Unhandled page fault on execute access to 00007FDB662449F0 at address 00007FDB662449F0 (thread 0068Nothing works for me, i even tried previously reinstall arch, but it didn't  help
Hope for u help
Last edited by DemonLord (2022-01-30 00:12:32)
Offline

Looks like a different error on a clean install, I think you should switch to a new thread.
In the first post put the following info
xorg or wayland ?
Which WM /DE / compositor ?
output of
$ lspci -knn
$ pacman -Qs wine
$ pacman -Qs vulkan
$ glxinfo -B    #comes with mesa-utils packageDisliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
 Try clean chroot manager by graysky
Online
Looks like a different error on a clean install, I think you should switch to a new thread.
In the first post put the following info
xorg or wayland ?
Which WM /DE / compositor ?output of
$ lspci -knn $ pacman -Qs wine $ pacman -Qs vulkan $ glxinfo -B #comes with mesa-utils package
DWM
lspci -knn
00:00.0 Host bridge [0600]: Intel Corporation 8th Gen Core Processor Host Bridge/DRAM Registers [8086:3ec4] (rev 07)
	DeviceName: Onboard - Other
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:121a]
	Kernel driver in use: skl_uncore
00:01.0 PCI bridge [0604]: Intel Corporation 6th-10th Gen Core Processor PCIe Controller (x16) [8086:1901] (rev 07)
	Kernel driver in use: pcieport
00:02.0 VGA compatible controller [0300]: Intel Corporation CoffeeLake-H GT2 [UHD Graphics 630] [8086:3e9b]
	DeviceName: Onboard - Video
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:121a]
	Kernel driver in use: i915
	Kernel modules: i915
00:12.0 Signal processing controller [1180]: Intel Corporation Cannon Lake PCH Thermal Controller [8086:a379] (rev 10)
	DeviceName: Onboard - Other
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:121a]
	Kernel driver in use: intel_pch_thermal
	Kernel modules: intel_pch_thermal
00:14.0 USB controller [0c03]: Intel Corporation Cannon Lake PCH USB 3.1 xHCI Host Controller [8086:a36d] (rev 10)
	DeviceName: Onboard - Other
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:121a]
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
00:14.2 RAM memory [0500]: Intel Corporation Cannon Lake PCH Shared SRAM [8086:a36f] (rev 10)
	DeviceName: Onboard - Other
	Subsystem: Intel Corporation Device [8086:7270]
00:14.3 Network controller [0280]: Intel Corporation Cannon Lake PCH CNVi WiFi [8086:a370] (rev 10)
	DeviceName: Onboard - Ethernet
	Subsystem: Intel Corporation Device [8086:02a4]
	Kernel driver in use: iwlwifi
	Kernel modules: iwlwifi
00:16.0 Communication controller [0780]: Intel Corporation Cannon Lake PCH HECI Controller [8086:a360] (rev 10)
	DeviceName: Onboard - Other
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:121a]
	Kernel driver in use: mei_me
	Kernel modules: mei_me
00:17.0 SATA controller [0106]: Intel Corporation Cannon Lake Mobile PCH SATA AHCI Controller [8086:a353] (rev 10)
	DeviceName: Onboard - SATA
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:121a]
	Kernel driver in use: ahci
00:1d.0 PCI bridge [0604]: Intel Corporation Cannon Lake PCH PCI Express Root Port #16 [8086:a337] (rev f0)
	Kernel driver in use: pcieport
00:1e.0 Communication controller [0780]: Intel Corporation Cannon Lake PCH Serial IO UART Host Controller [8086:a328] (rev 10)
	DeviceName: Onboard - Other
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:121a]
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
00:1f.0 ISA bridge [0601]: Intel Corporation HM470 Chipset LPC/eSPI Controller [8086:a30d] (rev 10)
	DeviceName: Onboard - Other
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:121a]
00:1f.3 Audio device [0403]: Intel Corporation Cannon Lake PCH cAVS [8086:a348] (rev 10)
	DeviceName: Onboard - Sound
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:121a]
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel, snd_soc_skl, snd_sof_pci_intel_cnl
00:1f.4 SMBus [0c05]: Intel Corporation Cannon Lake PCH SMBus Controller [8086:a323] (rev 10)
	DeviceName: Onboard - Other
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:121a]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801
00:1f.5 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH SPI Controller [8086:a324] (rev 10)
	DeviceName: Onboard - Other
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:121a]
	Kernel driver in use: intel-spi
	Kernel modules: intel_spi_pci
01:00.0 3D controller [0302]: NVIDIA Corporation GP107M [GeForce GTX 1050 Ti Mobile] [10de:1c8c] (rev a1)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:121a]
	Kernel driver in use: nvidia
	Kernel modules: nouveau, nvidia_drm, nvidia
02:00.0 Ethernet controller [0200]: Qualcomm Atheros QCA8171 Gigabit Ethernet [1969:10a1] (rev 10)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:121a]
	Kernel driver in use: alx
	Kernel modules: alxpacman -Qs wine
local/wine-gecko 2.47.2-2
    Wine's built-in replacement for Microsoft's Internet Explorer
local/wine-mono 7.0.0-1
    Wine's built-in replacement for Microsoft's .NET Framework
local/wine-staging 7.0-1
    A compatibility layer for running Windows programs - Staging branch
local/winetricks 20210825-1
    Script to install various redistributable runtime libraries in Wine.pacman -Qs vulkan
local/lib32-nvidia-utils 495.46-1
    NVIDIA drivers utilities (32-bit)
local/lib32-vulkan-icd-loader 1.2.203-1
    Vulkan Installable Client Driver (ICD) Loader (32-bit)
local/nvidia-utils 495.46-2
    NVIDIA drivers utilities
local/spirv-tools 2021.4-1 (vulkan-devel)
    API and commands for processing SPIR-V modules
local/vulkan-headers 1:1.3.204-1 (vulkan-devel)
    Vulkan header files
local/vulkan-icd-loader 1.2.203-1
    Vulkan Installable Client Driver (ICD) Loaderglxinfo -B
name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel (0x8086)
    Device: Mesa Intel(R) UHD Graphics 630 (CFL GT2) (0x3e9b)
    Version: 21.3.5
    Accelerated: yes
    Video memory: 3072MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) UHD Graphics 630 (CFL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 21.3.5
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.6 (Compatibility Profile) Mesa 21.3.5
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.3.5
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20Offline
Looks like a different error on a clean install, I think you should switch to a new thread.
In the first post put the following info
xorg or wayland ?
Which WM /DE / compositor ?output of
$ lspci -knn $ pacman -Qs wine $ pacman -Qs vulkan $ glxinfo -B #comes with mesa-utils package
Now it works somehow... i did nothing
but i suppose after reboot it again will not work
Offline

Unless you only run wine on the nvidia card, you should install vulkan-intel & lib32-vulkan-intel (probably won't solve the issue)
Does installing wine-mono change anything ?
Is xf86-video-intel installed ?
I'd also like to to see your xorg log .
(Check https://wiki.archlinux.org/title/Xorg#General for where that log can be found)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
 Try clean chroot manager by graysky
Online
Unless you only run wine on the nvidia card, you should install vulkan-intel & lib32-vulkan-intel (probably won't solve the issue)
Does installing wine-mono change anything ?
Is xf86-video-intel installed ?
I'd also like to to see your xorg log .(Check https://wiki.archlinux.org/title/Xorg#General for where that log can be found)
Yes, wine-mono installed
x86-video-intel not installed
$ cat /var/log/Xorg.0.log
[     4.483] (--) Log file renamed from "/var/log/Xorg.pid-585.log" to "/var/log/Xorg.0.log"
[     4.489] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[     4.489] Current Operating System: Linux unknown 5.15.17-1-lts #1 SMP Thu, 27 Jan 2022 10:31:15 +0000 x86_64
[     4.489] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=6f08651d-02b5-425e-a6d3-284bcdbb43e4 rw loglevel=3 quite
[     4.489]  
[     4.489] Current version of pixman: 0.40.0
[     4.489] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     4.489] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.489] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb  5 15:07:48 2022
[     4.502] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.503] (==) No Layout section.  Using the first Screen section.
[     4.503] (==) No screen section available. Using defaults.
[     4.503] (**) |-->Screen "Default Screen Section" (0)
[     4.503] (**) |   |-->Monitor "<default monitor>"
[     4.504] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     4.504] (==) Automatically adding devices
[     4.504] (==) Automatically enabling devices
[     4.504] (==) Automatically adding GPU devices
[     4.504] (==) Automatically binding GPU devices
[     4.504] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.507] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     4.507] 	Entry deleted from font path.
[     4.512] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     4.512] 	Entry deleted from font path.
[     4.512] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     4.512] 	Entry deleted from font path.
[     4.512] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     4.512] 	Entry deleted from font path.
[     4.512] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     4.512] 	Entry deleted from font path.
[     4.512] (==) FontPath set to:
	/usr/share/fonts/TTF
[     4.512] (==) ModulePath set to "/usr/lib/xorg/modules"
[     4.512] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     4.512] (II) Module ABI versions:
[     4.512] 	X.Org ANSI C Emulation: 0.4
[     4.512] 	X.Org Video Driver: 25.2
[     4.512] 	X.Org XInput driver : 24.4
[     4.512] 	X.Org Server Extension : 10.0
[     4.512] (++) using VT number 1
[     4.512] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.513] (II) xfree86: Adding drm device (/dev/dri/card0)
[     4.513] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     4.527] (--) PCI:*(0@0:2:0) 8086:3e9b:1462:121a rev 0, Mem @ 0xa2000000/16777216, 0x80000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     4.527] (--) PCI: (1@0:0:0) 10de:1c8c:1462:121a rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[     4.527] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     4.527] (II) LoadModule: "glx"
[     4.534] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     4.549] (II) Module glx: vendor="X.Org Foundation"
[     4.549] 	compiled for 1.21.1.3, module version = 1.0.0
[     4.549] 	ABI class: X.Org Server Extension, version 10.0
[     4.549] (==) Matched intel as autoconfigured driver 0
[     4.549] (==) Matched modesetting as autoconfigured driver 1
[     4.549] (==) Matched fbdev as autoconfigured driver 2
[     4.549] (==) Matched vesa as autoconfigured driver 3
[     4.549] (==) Assigned the driver to the xf86ConfigLayout
[     4.549] (II) LoadModule: "intel"
[     4.552] (WW) Warning, couldn't open module intel
[     4.552] (EE) Failed to load module "intel" (module does not exist, 0)
[     4.552] (II) LoadModule: "modesetting"
[     4.552] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     4.564] (II) Module modesetting: vendor="X.Org Foundation"
[     4.564] 	compiled for 1.21.1.3, module version = 1.21.1
[     4.564] 	Module class: X.Org Video Driver
[     4.564] 	ABI class: X.Org Video Driver, version 25.2
[     4.564] (II) LoadModule: "fbdev"
[     4.564] (WW) Warning, couldn't open module fbdev
[     4.564] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     4.564] (II) LoadModule: "vesa"
[     4.564] (WW) Warning, couldn't open module vesa
[     4.564] (EE) Failed to load module "vesa" (module does not exist, 0)
[     4.564] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     4.574] (II) modeset(0): using drv /dev/dri/card0
[     4.574] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     4.574] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     4.575] (==) modeset(0): RGB weight 888
[     4.575] (==) modeset(0): Default visual is TrueColor
[     4.575] (II) Loading sub module "glamoregl"
[     4.575] (II) LoadModule: "glamoregl"
[     4.575] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     4.588] (II) Module glamoregl: vendor="X.Org Foundation"
[     4.588] 	compiled for 1.21.1.3, module version = 1.0.1
[     4.588] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     7.180] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 630 (CFL GT2)
[     7.180] (II) modeset(0): glamor initialized
[     7.180] (==) modeset(0): VariableRefresh: disabled
[     7.180] (==) modeset(0): AsyncFlipSecondaries: disabled
[     7.182] (II) modeset(0): Output eDP-1 has no monitor section
[     7.182] (II) modeset(0): Output DP-1 has no monitor section
[     7.188] (II) modeset(0): Output HDMI-1 has no monitor section
[     7.196] (II) modeset(0): Output HDMI-2 has no monitor section
[     7.198] (II) modeset(0): EDID for output eDP-1
[     7.198] (II) modeset(0): Manufacturer: CMN  Model: 1735  Serial#: 0
[     7.198] (II) modeset(0): Year: 2014  Week: 39
[     7.198] (II) modeset(0): EDID Version: 1.4
[     7.198] (II) modeset(0): Digital Display Input
[     7.198] (II) modeset(0): 6 bits per channel
[     7.198] (II) modeset(0): Digital interface is DisplayPort
[     7.198] (II) modeset(0): Max Image Size [cm]: horiz.: 38  vert.: 22
[     7.198] (II) modeset(0): Gamma: 2.20
[     7.198] (II) modeset(0): No DPMS capabilities specified
[     7.198] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[     7.198] (II) modeset(0): First detailed timing is preferred mode
[     7.198] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     7.198] (II) modeset(0): redX: 0.640 redY: 0.333   greenX: 0.313 greenY: 0.613
[     7.198] (II) modeset(0): blueX: 0.154 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[     7.198] (II) modeset(0): Manufacturer's mask: 0
[     7.198] (II) modeset(0): Supported detailed timing:
[     7.198] (II) modeset(0): clock: 140.0 MHz   Image Size:  382 x 215 mm
[     7.198] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2102 h_border: 0
[     7.198] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1110 v_border: 0
[     7.198] (II) modeset(0):  N173HGE-E11
[     7.198] (II) modeset(0):  CMN
[     7.198] (II) modeset(0):  N173HGE-E11
[     7.198] (II) modeset(0): EDID (in hex):
[     7.198] (II) modeset(0): 	00ffffffffffff000dae351700000000
[     7.198] (II) modeset(0): 	271801049526167802d495a355509d27
[     7.198] (II) modeset(0): 	0f505400000001010101010101010101
[     7.198] (II) modeset(0): 	010101010101b03680b670381e403020
[     7.198] (II) modeset(0): 	35007ed710000018000000fe004e3137
[     7.198] (II) modeset(0): 	334847452d4531310a20000000fe0043
[     7.198] (II) modeset(0): 	4d4e0a202020202020202020000000fe
[     7.198] (II) modeset(0): 	004e3137334847452d4531310a20009c
[     7.198] (II) modeset(0): Printing probed modes for output eDP-1
[     7.198] (II) modeset(0): Modeline "1920x1080"x60.0  140.00  1920 1968 2000 2102  1080 1083 1088 1110 -hsync -vsync (66.6 kHz eP)
[     7.198] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     7.198] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     7.198] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     7.198] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     7.198] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     7.198] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     7.198] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     7.198] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     7.198] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     7.198] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     7.198] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     7.198] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     7.198] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     7.198] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     7.198] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     7.198] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     7.198] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     7.198] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     7.198] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     7.198] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     7.198] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     7.198] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     7.198] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     7.198] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     7.198] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     7.198] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     7.198] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     7.198] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     7.198] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     7.198] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     7.198] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     7.198] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     7.198] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     7.198] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     7.198] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     7.198] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     7.198] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     7.198] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     7.198] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     7.198] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     7.198] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     7.198] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     7.198] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     7.198] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     7.198] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     7.198] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     7.198] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     7.198] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     7.198] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     7.198] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     7.198] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     7.198] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     7.198] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     7.198] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     7.198] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     7.198] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     7.198] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     7.198] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     7.198] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     7.198] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     7.198] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     7.198] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     7.198] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     7.198] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     7.198] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     7.198] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     7.198] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     7.198] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     7.198] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     7.198] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     7.198] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     7.198] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     7.198] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     7.198] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     7.198] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     7.198] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     7.198] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     7.198] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     7.198] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     7.198] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     7.198] (II) modeset(0): EDID for output DP-1
[     7.204] (II) modeset(0): EDID for output HDMI-1
[     7.213] (II) modeset(0): EDID for output HDMI-2
[     7.213] (II) modeset(0): Output eDP-1 connected
[     7.213] (II) modeset(0): Output DP-1 disconnected
[     7.213] (II) modeset(0): Output HDMI-1 disconnected
[     7.213] (II) modeset(0): Output HDMI-2 disconnected
[     7.213] (II) modeset(0): Using exact sizes for initial modes
[     7.213] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[     7.213] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     7.213] (==) modeset(0): DPI set to (96, 96)
[     7.213] (II) Loading sub module "fb"
[     7.213] (II) LoadModule: "fb"
[     7.213] (II) Module "fb" already built-in
[     7.258] (==) modeset(0): Backing store enabled
[     7.258] (==) modeset(0): Silken mouse enabled
[     7.341] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     7.341] (==) modeset(0): DPMS enabled
[     7.341] (II) modeset(0): [DRI2] Setup complete
[     7.341] (II) modeset(0): [DRI2]   DRI driver: iris
[     7.341] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[     7.341] (II) Initializing extension Generic Event Extension
[     7.342] (II) Initializing extension SHAPE
[     7.342] (II) Initializing extension MIT-SHM
[     7.342] (II) Initializing extension XInputExtension
[     7.342] (II) Initializing extension XTEST
[     7.342] (II) Initializing extension BIG-REQUESTS
[     7.342] (II) Initializing extension SYNC
[     7.342] (II) Initializing extension XKEYBOARD
[     7.342] (II) Initializing extension XC-MISC
[     7.342] (II) Initializing extension SECURITY
[     7.342] (II) Initializing extension XFIXES
[     7.342] (II) Initializing extension RENDER
[     7.342] (II) Initializing extension RANDR
[     7.343] (II) Initializing extension COMPOSITE
[     7.343] (II) Initializing extension DAMAGE
[     7.343] (II) Initializing extension MIT-SCREEN-SAVER
[     7.343] (II) Initializing extension DOUBLE-BUFFER
[     7.343] (II) Initializing extension RECORD
[     7.343] (II) Initializing extension DPMS
[     7.343] (II) Initializing extension Present
[     7.343] (II) Initializing extension DRI3
[     7.343] (II) Initializing extension X-Resource
[     7.343] (II) Initializing extension XVideo
[     7.343] (II) Initializing extension XVideo-MotionCompensation
[     7.343] (II) Initializing extension GLX
[     7.348] (II) AIGLX: Loaded and initialized iris
[     7.348] (II) GLX: Initialized DRI2 GL provider for screen 0
[     7.348] (II) Initializing extension XFree86-VidModeExtension
[     7.348] (II) Initializing extension XFree86-DGA
[     7.348] (II) Initializing extension XFree86-DRI
[     7.348] (II) Initializing extension DRI2
[     7.348] (II) modeset(0): Damage tracking initialized
[     7.348] (II) modeset(0): Setting screen physical size to 508 x 285
[     7.403] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     7.403] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     7.403] (II) LoadModule: "libinput"
[     7.404] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     7.407] (II) Module libinput: vendor="X.Org Foundation"
[     7.407] 	compiled for 1.21.1.3, module version = 1.2.1
[     7.407] 	Module class: X.Org XInput Driver
[     7.407] 	ABI class: X.Org XInput driver, version 24.4
[     7.407] (II) Using input driver 'libinput' for 'Power Button'
[     7.407] (**) Power Button: always reports core events
[     7.407] (**) Option "Device" "/dev/input/event3"
[     7.429] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     7.429] (II) event3  - Power Button: device is a keyboard
[     7.430] (II) event3  - Power Button: device removed
[     7.532] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[     7.532] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     7.532] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     7.533] (II) event3  - Power Button: device is a keyboard
[     7.533] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[     7.533] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     7.533] (II) Using input driver 'libinput' for 'Video Bus'
[     7.533] (**) Video Bus: always reports core events
[     7.533] (**) Option "Device" "/dev/input/event7"
[     7.534] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[     7.534] (II) event7  - Video Bus: device is a keyboard
[     7.534] (II) event7  - Video Bus: device removed
[     7.642] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event7"
[     7.642] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     7.643] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[     7.643] (II) event7  - Video Bus: device is a keyboard
[     7.643] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[     7.643] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     7.643] (II) Using input driver 'libinput' for 'Video Bus'
[     7.643] (**) Video Bus: always reports core events
[     7.643] (**) Option "Device" "/dev/input/event8"
[     7.644] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[     7.644] (II) event8  - Video Bus: device is a keyboard
[     7.644] (II) event8  - Video Bus: device removed
[     7.802] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input10/event8"
[     7.802] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     7.803] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[     7.803] (II) event8  - Video Bus: device is a keyboard
[     7.803] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     7.803] (II) No input driver specified, ignoring this device.
[     7.803] (II) This device may have been added with another device file.
[     7.804] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     7.804] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     7.804] (II) Using input driver 'libinput' for 'Power Button'
[     7.804] (**) Power Button: always reports core events
[     7.804] (**) Option "Device" "/dev/input/event2"
[     7.804] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     7.804] (II) event2  - Power Button: device is a keyboard
[     7.804] (II) event2  - Power Button: device removed
[     7.872] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[     7.872] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[     7.873] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     7.873] (II) event2  - Power Button: device is a keyboard
[     7.873] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     7.873] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     7.873] (II) Using input driver 'libinput' for 'Sleep Button'
[     7.873] (**) Sleep Button: always reports core events
[     7.873] (**) Option "Device" "/dev/input/event1"
[     7.874] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     7.874] (II) event1  - Sleep Button: device is a keyboard
[     7.874] (II) event1  - Sleep Button: device removed
[     7.952] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[     7.952] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[     7.953] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     7.953] (II) event1  - Sleep Button: device is a keyboard
[     7.953] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event5)
[     7.954] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[     7.954] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
[     7.954] (**) Logitech USB Optical Mouse: always reports core events
[     7.954] (**) Option "Device" "/dev/input/event5"
[     7.954] (II) event5  - Logitech USB Optical Mouse: is tagged by udev as: Mouse
[     7.954] (II) event5  - Logitech USB Optical Mouse: device is a pointer
[     7.955] (II) event5  - Logitech USB Optical Mouse: device removed
[     8.172] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:046D:C077.0001/input/input6/event5"
[     8.172] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 11)
[     8.172] (**) Option "AccelerationScheme" "none"
[     8.172] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0
[     8.172] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[     8.172] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[     8.173] (II) event5  - Logitech USB Optical Mouse: is tagged by udev as: Mouse
[     8.173] (II) event5  - Logitech USB Optical Mouse: device is a pointer
[     8.174] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[     8.174] (II) No input driver specified, ignoring this device.
[     8.174] (II) This device may have been added with another device file.
[     8.174] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[     8.174] (II) No input driver specified, ignoring this device.
[     8.174] (II) This device may have been added with another device file.
[     8.174] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[     8.174] (II) No input driver specified, ignoring this device.
[     8.174] (II) This device may have been added with another device file.
[     8.174] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[     8.174] (II) No input driver specified, ignoring this device.
[     8.174] (II) This device may have been added with another device file.
[     8.175] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[     8.175] (II) No input driver specified, ignoring this device.
[     8.175] (II) This device may have been added with another device file.
[     8.175] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
[     8.175] (II) No input driver specified, ignoring this device.
[     8.175] (II) This device may have been added with another device file.
[     8.175] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event16)
[     8.175] (II) No input driver specified, ignoring this device.
[     8.175] (II) This device may have been added with another device file.
[     8.175] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event17)
[     8.175] (II) No input driver specified, ignoring this device.
[     8.175] (II) This device may have been added with another device file.
[     8.176] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[     8.176] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     8.176] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     8.176] (**) AT Translated Set 2 keyboard: always reports core events
[     8.176] (**) Option "Device" "/dev/input/event4"
[     8.176] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     8.176] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     8.177] (II) event4  - AT Translated Set 2 keyboard: device removed
[     8.272] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[     8.272] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[     8.273] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     8.273] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     8.274] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
[     8.274] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[     8.274] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[     8.274] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     8.274] (**) Option "Device" "/dev/input/event10"
[     8.274] (II) event10 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     8.275] (II) event10 - SynPS/2 Synaptics TouchPad: device is a touchpad
[     8.275] (II) event10 - SynPS/2 Synaptics TouchPad: device removed
[     8.402] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event10"
[     8.402] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[     8.403] (**) Option "AccelerationScheme" "none"
[     8.403] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[     8.403] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     8.403] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     8.403] (II) event10 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     8.404] (II) event10 - SynPS/2 Synaptics TouchPad: device is a touchpad
[     8.404] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[     8.404] (II) No input driver specified, ignoring this device.
[     8.404] (II) This device may have been added with another device file.
[     8.405] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[     8.405] (II) No input driver specified, ignoring this device.
[     8.405] (II) This device may have been added with another device file.
[     8.406] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event9)
[     8.406] (**) MSI WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     8.406] (II) Using input driver 'libinput' for 'MSI WMI hotkeys'
[     8.406] (**) MSI WMI hotkeys: always reports core events
[     8.406] (**) Option "Device" "/dev/input/event9"
[     8.407] (II) event9  - MSI WMI hotkeys: is tagged by udev as: Keyboard
[     8.407] (II) event9  - MSI WMI hotkeys: device is a keyboard
[     8.407] (II) event9  - MSI WMI hotkeys: device removed
[     8.562] (**) Option "config_info" "udev:/sys/devices/virtual/input/input11/event9"
[     8.562] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 14)
[     8.562] (II) event9  - MSI WMI hotkeys: is tagged by udev as: Keyboard
[     8.563] (II) event9  - MSI WMI hotkeys: device is a keyboard
[     8.641] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[     8.641] (II) No input driver specified, ignoring this device.
[     8.641] (II) This device may have been added with another device file.
[     8.642] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[     8.642] (II) No input driver specified, ignoring this device.
[     8.642] (II) This device may have been added with another device file.
[     8.642] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[     8.642] (II) No input driver specified, ignoring this device.
[     8.642] (II) This device may have been added with another device file.
[     8.643] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event16)
[     8.643] (II) No input driver specified, ignoring this device.
[     8.643] (II) This device may have been added with another device file.
[     8.643] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
[     8.643] (II) No input driver specified, ignoring this device.
[     8.643] (II) This device may have been added with another device file.
[     8.643] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[     8.643] (II) No input driver specified, ignoring this device.
[     8.643] (II) This device may have been added with another device file.
[     8.643] (II) config/udev: removing device SynPS/2 Synaptics TouchPad
[     8.643] (II) event10 - SynPS/2 Synaptics TouchPad: device removed
[     8.822] (II) UnloadModule: "libinput"
[     8.822] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
[     8.822] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[     8.822] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[     8.822] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     8.822] (**) Option "Device" "/dev/input/event10"
[     8.823] (II) event10 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     8.824] (II) event10 - SynPS/2 Synaptics TouchPad: device is a touchpad
[     8.824] (II) event10 - SynPS/2 Synaptics TouchPad: device removed
[     8.962] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event10"
[     8.962] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[     8.963] (**) Option "AccelerationScheme" "none"
[     8.963] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[     8.963] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     8.963] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     8.964] (II) event10 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     8.965] (II) event10 - SynPS/2 Synaptics TouchPad: device is a touchpad
[     8.965] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event17)
[     8.965] (II) No input driver specified, ignoring this device.
[     8.965] (II) This device may have been added with another device file.
[   419.320] (II) modeset(0): EDID vendor "CMN", prod id 5941
[   419.320] (II) modeset(0): Printing DDC gathered Modelines:
[   419.320] (II) modeset(0): Modeline "1920x1080"x0.0  140.00  1920 1968 2000 2102  1080 1083 1088 1110 -hsync -vsync (66.6 kHz eP)
[   453.185] (II) modeset(0): EDID vendor "CMN", prod id 5941
[   453.185] (II) modeset(0): Printing DDC gathered Modelines:
[   453.185] (II) modeset(0): Modeline "1920x1080"x0.0  140.00  1920 1968 2000 2102  1080 1083 1088 1110 -hsync -vsync (66.6 kHz eP)
[   694.395] (EE) event10 - SynPS/2 Synaptics TouchPad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.19.3/touchpad-jumping-cursors.html for details
[  2308.146] (EE) event10 - SynPS/2 Synaptics TouchPad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.19.3/touchpad-jumping-cursors.html for details
[  2440.985] (EE) event5  - Logitech USB Optical Mouse: client bug: event processing lagging behind by 11ms, your system is too slow
[  7787.018] (II) Axis 0x35 value 0 is outside expected range [1065, 5874]
See https://wayland.freedesktop.org/libinput/doc/1.19.3/absolute_coordinate_ranges.html for details
[ 10108.997] (EE) event10 - SynPS/2 Synaptics TouchPad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.19.3/touchpad-jumping-cursors.html for details
[ 10788.214] (EE) event5  - Logitech USB Optical Mouse: client bug: event processing lagging behind by 16ms, your system is too slow
[ 13326.049] (EE) event10 - SynPS/2 Synaptics TouchPad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.19.3/touchpad-jumping-cursors.html for details
[ 13605.142] (EE) event10 - SynPS/2 Synaptics TouchPad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.19.3/touchpad-jumping-cursors.html for details
[ 13605.142] (EE) event10 - SynPS/2 Synaptics TouchPad: WARNING: log rate limit exceeded (5 msgs per 24h). Discarding future messages.
[ 13947.321] (EE) event5  - Logitech USB Optical Mouse: client bug: event processing lagging behind by 17ms, your system is too slowWell, sometime wine worked, but even without reboot it stops working, don't know why, but here's new error
00f8:err:sync:RtlpWaitForCriticalSection section 7BC66460 "../wine-staging/dlls/ntdll/loader.c: loader_section" wait timed out in thread 00f8, blocked by 0024, retrying (60 sec)
00f0:err:sync:RtlpWaitForCriticalSection section 0000000170067620 "../wine-staging/dlls/ntdll/loader.c: loader_section" wait timed out in thread 00f0, blocked by 002c, retrying (60 sec)
00f4:err:sync:RtlpWaitForCriticalSection section 0000000170067620 "../wine-staging/dlls/ntdll/loader.c: loader_section" wait timed out in thread 00f4, blocked by 0034, retrying (60 sec)
00e8:err:sync:RtlpWaitForCriticalSection section 0000000170067620 "../wine-staging/dlls/ntdll/loader.c: loader_section" wait timed out in thread 00e8, blocked by 009c, retrying (60 sec)
00ec:err:sync:RtlpWaitForCriticalSection section 0000000170067620 "../wine-staging/dlls/ntdll/loader.c: loader_section" wait timed out in thread 00ec, blocked by 00d8, retrying (60 sec)Offline

[     4.513] (II) xfree86: Adding drm device (/dev/dri/card0)
[     4.513] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     4.527] (--) PCI:*(0@0:2:0) 8086:3e9b:1462:121a rev 0, Mem @ 0xa2000000/16777216, 0x80000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     4.527] (--) PCI: (1@0:0:0) 10de:1c8c:1462:121a rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288This is very weird. 
lspci does show your nvidia card and the 2nd line in xorg log also shows it, but it doesn't seem to have a /dev/dri entry .
Are you using something like bbswitch / bumblebee to manage the nvidia card ?
better post a full dmesg and/or journal .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
 Try clean chroot manager by graysky
Online
[ 4.513] (II) xfree86: Adding drm device (/dev/dri/card0) [ 4.513] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0 [ 4.527] (--) PCI:*(0@0:2:0) 8086:3e9b:1462:121a rev 0, Mem @ 0xa2000000/16777216, 0x80000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072 [ 4.527] (--) PCI: (1@0:0:0) 10de:1c8c:1462:121a rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288This is very weird.
lspci does show your nvidia card and the 2nd line in xorg log also shows it, but it doesn't seem to have a /dev/dri entry .Are you using something like bbswitch / bumblebee to manage the nvidia card ?
better post a full dmesg and/or journal .
I'm using bumlebee, but now it doesn't work.
The problem:
$ optirun glxgears                                                                                                    [17:21:17]
[  256.874776] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) No devices detected.
[  256.874846] [ERROR]Aborting because fallback start is disabled.
FAILMaybe i'll figure out later why it doesn't work, but i think it doesn't related with wine, because i don't use nvidia card to start wine (only intel)
Updated:
Added in /etc/bumlebee/xorg.conf.nvidia
BusID "PCI:01:00:0"and bumlebee works, but problem with wine still remained
Last edited by DemonLord (2022-02-08 12:27:53)
Offline
Pages: 1