You are not logged in.
I noticed for 3 apps that have a very glitched ui:
Git: When the window for github auth pops up, everything is messed up
VSCode: All dropdown-menus don't work and big parts of the ui don't load at all
JetBrains Toolbox: All the letters are just straight vertical lines and you can't click anything
Thanks in advance
Last edited by n0c_ (2024-08-25 21:05:40)
Offline
Are you using the intel driver according to the config in https://bbs.archlinux.org/viewtopic.php … 1#p2191041 ? these kind of artifacts are very typical of xf86-video-intel which is why the initial suggestion was to not use it and instead opt for picom or so.
If you're using picom and not xf86-video-intel driver, what's your picom config? Are you using the GLX renderer instead of the xrender renderer?
Offline
If that's not it, please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General and link some screenshots "messed up", "don't work" and "vertical lines" isn't a usable description of anything.
Do you maybe simply lack some fonts?
Online
I'm using picom with the driver, I think that's a big mistake on my side. I didn't change anything about the renderer.
Yes, that's a very bad way to describe it, sorry. That's my log:
[ 7.551]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[ 7.551] Current Operating System: Linux arch-george 6.10.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 19 Aug 2024 17:02:39 +0000 x86_64
[ 7.551] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=66f42cfe-8376-4883-bf39-c31baf88a6bc rw systemd.unit=multi-user.target nvidia_drm.modeset=1 loglevel=3 quiet
[ 7.551]
[ 7.551] Current version of pixman: 0.43.4
[ 7.551] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 7.551] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 7.551] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 23 23:01:15 2024
[ 7.553] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 7.553] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 7.554] (==) No Layout section. Using the first Screen section.
[ 7.554] (==) No screen section available. Using defaults.
[ 7.554] (**) |-->Screen "Default Screen Section" (0)
[ 7.554] (**) | |-->Monitor "<default monitor>"
[ 7.555] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 7.555] (**) Allowing byte-swapped clients
[ 7.555] (==) Automatically adding devices
[ 7.555] (==) Automatically enabling devices
[ 7.555] (==) Automatically adding GPU devices
[ 7.555] (==) Automatically binding GPU devices
[ 7.555] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 7.556] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 7.556] Entry deleted from font path.
[ 7.556] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 7.556] Entry deleted from font path.
[ 7.556] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 7.556] Entry deleted from font path.
[ 7.556] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 7.556] Entry deleted from font path.
[ 7.557] (**) FontPath set to:
/usr/share/fonts/ttf/,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 7.557] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 7.557] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 7.557] (II) Module ABI versions:
[ 7.557] X.Org ANSI C Emulation: 0.4
[ 7.557] X.Org Video Driver: 25.2
[ 7.557] X.Org XInput driver : 24.4
[ 7.557] X.Org Server Extension : 10.0
[ 7.558] (--) using VT number 2
[ 7.558] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 7.560] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 7.560] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 7.570] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 7.570] (II) Platform probe for /sys/devices/pci0000:00/0000:00:06.0/0000:01:00.0/drm/card0
[ 7.572] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 7.575] (--) PCI:*(0@0:2:0) 8086:a7a1:103c:8b7c rev 4, Mem @ 0x6102000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 7.575] (--) PCI: (1@0:0:0) 10de:25a9:103c:8b79 rev 161, Mem @ 0x81000000/16777216, 0x6000000000/4294967296, 0x6100000000/33554432, I/O @ 0x00004000/128
[ 7.575] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 7.575] (II) LoadModule: "glx"
[ 7.575] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 7.581] (II) Module glx: vendor="X.Org Foundation"
[ 7.581] compiled for 1.21.1.13, module version = 1.0.0
[ 7.581] ABI class: X.Org Server Extension, version 10.0
[ 7.581] (II) Applying OutputClass "intel" to /dev/dri/card1
[ 7.581] loading driver: intel
[ 7.581] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 7.581] loading driver: nvidia
[ 7.581] (==) Matched intel as autoconfigured driver 0
[ 7.581] (==) Matched nvidia as autoconfigured driver 1
[ 7.581] (==) Matched nouveau as autoconfigured driver 2
[ 7.581] (==) Matched nv as autoconfigured driver 3
[ 7.581] (==) Matched modesetting as autoconfigured driver 4
[ 7.581] (==) Matched fbdev as autoconfigured driver 5
[ 7.581] (==) Matched vesa as autoconfigured driver 6
[ 7.581] (==) Assigned the driver to the xf86ConfigLayout
[ 7.581] (II) LoadModule: "intel"
[ 7.582] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 7.584] (II) Module intel: vendor="X.Org Foundation"
[ 7.584] compiled for 1.21.1.11, module version = 2.99.917
[ 7.584] Module class: X.Org Video Driver
[ 7.584] ABI class: X.Org Video Driver, version 25.2
[ 7.584] (II) LoadModule: "nvidia"
[ 7.584] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 7.588] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 7.588] compiled for 1.6.99.901, module version = 1.0.0
[ 7.588] Module class: X.Org Video Driver
[ 7.589] (II) LoadModule: "nouveau"
[ 7.589] (WW) Warning, couldn't open module nouveau
[ 7.589] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 7.589] (II) LoadModule: "nv"
[ 7.590] (WW) Warning, couldn't open module nv
[ 7.590] (EE) Failed to load module "nv" (module does not exist, 0)
[ 7.590] (II) LoadModule: "modesetting"
[ 7.590] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 7.593] (II) Module modesetting: vendor="X.Org Foundation"
[ 7.593] compiled for 1.21.1.13, module version = 1.21.1
[ 7.593] Module class: X.Org Video Driver
[ 7.593] ABI class: X.Org Video Driver, version 25.2
[ 7.593] (II) LoadModule: "fbdev"
[ 7.593] (WW) Warning, couldn't open module fbdev
[ 7.593] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 7.593] (II) LoadModule: "vesa"
[ 7.593] (WW) Warning, couldn't open module vesa
[ 7.593] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 7.593] (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
[ 7.593] (II) intel: Driver for Intel(R) HD Graphics
[ 7.593] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 7.593] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 7.593] (II) NVIDIA dlloader X Driver 555.58.02 Tue Jun 25 01:14:56 UTC 2024
[ 7.593] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 7.594] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 7.607] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20230929
[ 7.607] (II) intel(0): SNA compiled from 2.99.917-923-gb74b67f0
[ 7.608] (WW) Falling back to old probe method for modesetting
[ 7.609] (II) Loading sub module "fb"
[ 7.609] (II) LoadModule: "fb"
[ 7.609] (II) Module "fb" already built-in
[ 7.609] (II) Loading sub module "wfb"
[ 7.609] (II) LoadModule: "wfb"
[ 7.609] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 7.610] (II) Module wfb: vendor="X.Org Foundation"
[ 7.610] compiled for 1.21.1.13, module version = 1.0.0
[ 7.610] ABI class: X.Org ANSI C Emulation, version 0.4
[ 7.612] (WW) intel(0): Unknown chipset
[ 7.612] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 10 threads
[ 7.612] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 7.612] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 7.612] (==) intel(0): RGB weight 888
[ 7.612] (==) intel(0): Default visual is TrueColor
[ 7.612] (II) Applying OutputClass "intel" options to /dev/dri/card1
[ 7.612] (**) intel(0): Option "DRI" "iris"
[ 7.612] (**) intel(0): Option "TearFree" "true"
[ 7.613] (II) intel(0): Output eDP1 has no monitor section
[ 7.614] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[ 7.614] (II) intel(0): Enabled output eDP1
[ 7.614] (II) intel(0): Output HDMI1 has no monitor section
[ 7.614] (II) intel(0): Enabled output HDMI1
[ 7.614] (II) intel(0): Output DP1 has no monitor section
[ 7.614] (II) intel(0): Enabled output DP1
[ 7.614] (II) intel(0): Output DP2 has no monitor section
[ 7.614] (II) intel(0): Enabled output DP2
[ 7.614] (II) intel(0): Output DP3 has no monitor section
[ 7.614] (II) intel(0): Enabled output DP3
[ 7.614] (II) intel(0): Output DP4 has no monitor section
[ 7.614] (II) intel(0): Enabled output DP4
[ 7.614] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 7.614] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 7.614] (II) intel(0): Enabled output VIRTUAL1
[ 7.614] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[ 7.614] (**) intel(0): TearFree enabled
[ 7.614] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[ 7.614] (==) intel(0): DPI set to (96, 96)
[ 7.614] (II) Loading sub module "dri3"
[ 7.614] (II) LoadModule: "dri3"
[ 7.614] (II) Module "dri3" already built-in
[ 7.614] (II) Loading sub module "dri2"
[ 7.614] (II) LoadModule: "dri2"
[ 7.614] (II) Module "dri2" already built-in
[ 7.614] (II) Loading sub module "present"
[ 7.614] (II) LoadModule: "present"
[ 7.614] (II) Module "present" already built-in
[ 7.614] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[ 7.614] (==) NVIDIA(G0): RGB weight 888
[ 7.614] (==) NVIDIA(G0): Default visual is TrueColor
[ 7.614] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 7.615] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 7.615] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 7.615] (**) NVIDIA(G0): Enabling 2D acceleration
[ 7.615] (II) Loading sub module "glxserver_nvidia"
[ 7.615] (II) LoadModule: "glxserver_nvidia"
[ 7.615] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 7.671] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 7.671] compiled for 1.6.99.901, module version = 1.0.0
[ 7.671] Module class: X.Org Server Extension
[ 7.671] (II) NVIDIA GLX Module 555.58.02 Tue Jun 25 01:12:27 UTC 2024
[ 7.672] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 7.688] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 2050 (GA107-A) at PCI:1:0:0
[ 7.688] (II) NVIDIA(G0): (GPU-0)
[ 7.688] (--) NVIDIA(G0): Memory: 4194304 kBytes
[ 7.688] (--) NVIDIA(G0): VideoBIOS: 94.07.82.00.cc
[ 7.688] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[ 7.688] (II) NVIDIA(G0): Validated MetaModes:
[ 7.688] (II) NVIDIA(G0): "NULL"
[ 7.688] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 7.688] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[ 7.688] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 7.688] (II) UnloadModule: "modesetting"
[ 7.688] (II) Unloading modesetting
[ 7.689] (II) intel(0): SNA initialized with generic backend
[ 7.689] (==) intel(0): Backing store enabled
[ 7.689] (==) intel(0): Silken mouse enabled
[ 7.689] (II) intel(0): HW Cursor enabled
[ 7.689] (==) intel(0): DPMS enabled
[ 7.689] (==) intel(0): Display hotplug detection enabled
[ 7.689] (II) intel(0): Textured video not supported on this hardware or backend
[ 7.689] (II) intel(0): [DRI2] Setup complete
[ 7.689] (II) intel(0): [DRI2] DRI driver: iris
[ 7.689] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 7.689] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[ 7.689] (II) intel(0): hardware support for Present enabled
[ 7.690] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 7.690] (II) NVIDIA: access.
[ 7.706] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 7.706] (II) NVIDIA(G0): may not be running or the "AcpidSocketPath" X
[ 7.706] (II) NVIDIA(G0): configuration option may not be set correctly. When the
[ 7.706] (II) NVIDIA(G0): ACPI event daemon is available, the NVIDIA X driver will
[ 7.706] (II) NVIDIA(G0): try to use it to receive ACPI event notifications. For
[ 7.706] (II) NVIDIA(G0): details, please see the "ConnectToAcpid" and
[ 7.706] (II) NVIDIA(G0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 7.706] (II) NVIDIA(G0): Config Options in the README.
[ 7.721] (II) NVIDIA(G0): Setting mode "NULL"
[ 7.742] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 7.742] (==) NVIDIA(G0): Backing store enabled
[ 7.742] (==) NVIDIA(G0): Silken mouse enabled
[ 7.742] (==) NVIDIA(G0): DPMS enabled
[ 7.742] (II) Loading sub module "dri2"
[ 7.742] (II) LoadModule: "dri2"
[ 7.742] (II) Module "dri2" already built-in
[ 7.742] (II) NVIDIA(G0): [DRI2] Setup complete
[ 7.742] (II) NVIDIA(G0): [DRI2] VDPAU driver: nvidia
[ 7.742] (II) Initializing extension Generic Event Extension
[ 7.742] (II) Initializing extension SHAPE
[ 7.742] (II) Initializing extension MIT-SHM
[ 7.742] (II) Initializing extension XInputExtension
[ 7.743] (II) Initializing extension XTEST
[ 7.743] (II) Initializing extension BIG-REQUESTS
[ 7.743] (II) Initializing extension SYNC
[ 7.743] (II) Initializing extension XKEYBOARD
[ 7.743] (II) Initializing extension XC-MISC
[ 7.743] (II) Initializing extension SECURITY
[ 7.743] (II) Initializing extension XFIXES
[ 7.743] (II) Initializing extension RENDER
[ 7.744] (II) Initializing extension RANDR
[ 7.744] (II) Initializing extension COMPOSITE
[ 7.744] (II) Initializing extension DAMAGE
[ 7.744] (II) Initializing extension MIT-SCREEN-SAVER
[ 7.744] (II) Initializing extension DOUBLE-BUFFER
[ 7.744] (II) Initializing extension RECORD
[ 7.744] (II) Initializing extension DPMS
[ 7.744] (II) Initializing extension Present
[ 7.744] (II) Initializing extension DRI3
[ 7.744] (II) Initializing extension X-Resource
[ 7.744] (II) Initializing extension XVideo
[ 7.744] (II) Initializing extension XVideo-MotionCompensation
[ 7.744] (II) Initializing extension GLX
[ 7.744] (II) Initializing extension GLX
[ 7.744] (II) Indirect GLX disabled.
[ 7.833] (II) AIGLX: Loaded and initialized iris
[ 7.833] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 7.833] (II) Initializing extension XFree86-VidModeExtension
[ 7.833] (II) Initializing extension XFree86-DGA
[ 7.833] (II) Initializing extension XFree86-DRI
[ 7.833] (II) Initializing extension DRI2
[ 7.834] (II) Initializing extension NV-GLX
[ 7.834] (II) Initializing extension NV-CONTROL
[ 7.837] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[ 7.837] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 7.852] (II) intel(0): Setting screen physical size to 508 x 285
[ 7.922] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 7.922] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 7.922] (**) Power Button: Applying InputClass "system-keyboard"
[ 7.922] (II) LoadModule: "libinput"
[ 7.922] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 7.924] (II) Module libinput: vendor="X.Org Foundation"
[ 7.924] compiled for 1.21.1.13, module version = 1.4.0
[ 7.924] Module class: X.Org XInput Driver
[ 7.924] ABI class: X.Org XInput driver, version 24.4
[ 7.924] (II) Using input driver 'libinput' for 'Power Button'
[ 7.924] (**) Power Button: always reports core events
[ 7.924] (**) Option "Device" "/dev/input/event2"
[ 7.926] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 7.927] (II) event2 - Power Button: device is a keyboard
[ 7.927] (II) event2 - Power Button: device removed
[ 7.980] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 7.980] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 7.980] (**) Option "xkb_model" "pc104"
[ 7.980] (**) Option "xkb_layout" "de"
[ 7.980] (**) Option "xkb_options" "grp:win_space_toggle"
[ 8.004] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 8.004] (II) event2 - Power Button: device is a keyboard
[ 8.004] (II) config/udev: Adding input device Video Bus (/dev/input/event16)
[ 8.004] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 8.004] (**) Video Bus: Applying InputClass "system-keyboard"
[ 8.004] (II) Using input driver 'libinput' for 'Video Bus'
[ 8.004] (**) Video Bus: always reports core events
[ 8.004] (**) Option "Device" "/dev/input/event16"
[ 8.005] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[ 8.005] (II) event16 - Video Bus: device is a keyboard
[ 8.005] (II) event16 - Video Bus: device removed
[ 8.037] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input20/event16"
[ 8.037] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 8.037] (**) Option "xkb_model" "pc104"
[ 8.037] (**) Option "xkb_layout" "de"
[ 8.037] (**) Option "xkb_options" "grp:win_space_toggle"
[ 8.039] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[ 8.039] (II) event16 - Video Bus: device is a keyboard
[ 8.040] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[ 8.040] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 8.040] (**) Video Bus: Applying InputClass "system-keyboard"
[ 8.040] (II) Using input driver 'libinput' for 'Video Bus'
[ 8.040] (**) Video Bus: always reports core events
[ 8.040] (**) Option "Device" "/dev/input/event15"
[ 8.041] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[ 8.041] (II) event15 - Video Bus: device is a keyboard
[ 8.041] (II) event15 - Video Bus: device removed
[ 8.083] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input19/event15"
[ 8.083] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 8.083] (**) Option "xkb_model" "pc104"
[ 8.083] (**) Option "xkb_layout" "de"
[ 8.083] (**) Option "xkb_options" "grp:win_space_toggle"
[ 8.085] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[ 8.086] (II) event15 - Video Bus: device is a keyboard
[ 8.087] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 8.087] (II) No input driver specified, ignoring this device.
[ 8.087] (II) This device may have been added with another device file.
[ 8.087] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 8.087] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 8.087] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 8.087] (II) Using input driver 'libinput' for 'Sleep Button'
[ 8.087] (**) Sleep Button: always reports core events
[ 8.087] (**) Option "Device" "/dev/input/event0"
[ 8.088] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 8.088] (II) event0 - Sleep Button: device is a keyboard
[ 8.088] (II) event0 - Sleep Button: device removed
[ 8.130] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 8.130] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 8.130] (**) Option "xkb_model" "pc104"
[ 8.130] (**) Option "xkb_layout" "de"
[ 8.130] (**) Option "xkb_options" "grp:win_space_toggle"
[ 8.132] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 8.132] (II) event0 - Sleep Button: device is a keyboard
[ 8.134] (II) config/udev: Adding input device Razer Razer Basilisk V3 X HyperSpeed (/dev/input/event7)
[ 8.134] (**) Razer Razer Basilisk V3 X HyperSpeed: Applying InputClass "libinput pointer catchall"
[ 8.134] (II) Using input driver 'libinput' for 'Razer Razer Basilisk V3 X HyperSpeed'
[ 8.134] (**) Razer Razer Basilisk V3 X HyperSpeed: always reports core events
[ 8.134] (**) Option "Device" "/dev/input/event7"
[ 8.192] (II) event7 - Razer Razer Basilisk V3 X HyperSpeed: is tagged by udev as: Mouse
[ 8.193] (II) event7 - Razer Razer Basilisk V3 X HyperSpeed: device is a pointer
[ 8.193] (II) event7 - Razer Razer Basilisk V3 X HyperSpeed: device removed
[ 8.263] (II) libinput: Razer Razer Basilisk V3 X HyperSpeed: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8.263] (II) libinput: Razer Razer Basilisk V3 X HyperSpeed: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8.263] (II) libinput: Razer Razer Basilisk V3 X HyperSpeed: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8.263] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/0003:1532:00B9.0001/input/input8/event7"
[ 8.263] (II) XINPUT: Adding extended input device "Razer Razer Basilisk V3 X HyperSpeed" (type: MOUSE, id 10)
[ 8.264] (**) Option "AccelerationScheme" "none"
[ 8.264] (**) Razer Razer Basilisk V3 X HyperSpeed: (accel) selected scheme none/0
[ 8.264] (**) Razer Razer Basilisk V3 X HyperSpeed: (accel) acceleration factor: 2.000
[ 8.264] (**) Razer Razer Basilisk V3 X HyperSpeed: (accel) acceleration threshold: 4
[ 8.322] (II) event7 - Razer Razer Basilisk V3 X HyperSpeed: is tagged by udev as: Mouse
[ 8.322] (II) event7 - Razer Razer Basilisk V3 X HyperSpeed: device is a pointer
[ 8.324] (II) config/udev: Adding input device Razer Razer Basilisk V3 X HyperSpeed (/dev/input/mouse0)
[ 8.324] (II) No input driver specified, ignoring this device.
[ 8.324] (II) This device may have been added with another device file.
[ 8.325] (II) config/udev: Adding input device Razer Razer Basilisk V3 X HyperSpeed Mouse (/dev/input/event10)
[ 8.325] (**) Razer Razer Basilisk V3 X HyperSpeed Mouse: Applying InputClass "libinput pointer catchall"
[ 8.325] (II) Using input driver 'libinput' for 'Razer Razer Basilisk V3 X HyperSpeed Mouse'
[ 8.325] (**) Razer Razer Basilisk V3 X HyperSpeed Mouse: always reports core events
[ 8.325] (**) Option "Device" "/dev/input/event10"
[ 8.326] (II) event10 - Razer Razer Basilisk V3 X HyperSpeed Mouse: is tagged by udev as: Mouse
[ 8.327] (II) event10 - Razer Razer Basilisk V3 X HyperSpeed Mouse: device is a pointer
[ 8.327] (II) event10 - Razer Razer Basilisk V3 X HyperSpeed Mouse: device removed
[ 8.393] (II) libinput: Razer Razer Basilisk V3 X HyperSpeed Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8.393] (II) libinput: Razer Razer Basilisk V3 X HyperSpeed Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8.393] (II) libinput: Razer Razer Basilisk V3 X HyperSpeed Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8.393] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.1/0003:1532:00B9.0002/input/input10/event10"
[ 8.393] (II) XINPUT: Adding extended input device "Razer Razer Basilisk V3 X HyperSpeed Mouse" (type: MOUSE, id 11)
[ 8.394] (**) Option "AccelerationScheme" "none"
[ 8.394] (**) Razer Razer Basilisk V3 X HyperSpeed Mouse: (accel) selected scheme none/0
[ 8.394] (**) Razer Razer Basilisk V3 X HyperSpeed Mouse: (accel) acceleration factor: 2.000
[ 8.394] (**) Razer Razer Basilisk V3 X HyperSpeed Mouse: (accel) acceleration threshold: 4
[ 8.396] (II) event10 - Razer Razer Basilisk V3 X HyperSpeed Mouse: is tagged by udev as: Mouse
[ 8.397] (II) event10 - Razer Razer Basilisk V3 X HyperSpeed Mouse: device is a pointer
[ 8.398] (II) config/udev: Adding input device Razer Razer Basilisk V3 X HyperSpeed Mouse (/dev/input/mouse1)
[ 8.398] (II) No input driver specified, ignoring this device.
[ 8.398] (II) This device may have been added with another device file.
[ 8.399] (II) config/udev: Adding input device Razer Razer Basilisk V3 X HyperSpeed (/dev/input/event11)
[ 8.399] (II) No input driver specified, ignoring this device.
[ 8.399] (II) This device may have been added with another device file.
[ 8.400] (II) config/udev: Adding input device Razer Razer Basilisk V3 X HyperSpeed Keyboard (/dev/input/event8)
[ 8.400] (**) Razer Razer Basilisk V3 X HyperSpeed Keyboard: Applying InputClass "libinput keyboard catchall"
[ 8.400] (**) Razer Razer Basilisk V3 X HyperSpeed Keyboard: Applying InputClass "system-keyboard"
[ 8.400] (II) Using input driver 'libinput' for 'Razer Razer Basilisk V3 X HyperSpeed Keyboard'
[ 8.400] (**) Razer Razer Basilisk V3 X HyperSpeed Keyboard: always reports core events
[ 8.400] (**) Option "Device" "/dev/input/event8"
[ 8.401] (II) event8 - Razer Razer Basilisk V3 X HyperSpeed Keyboard: is tagged by udev as: Keyboard
[ 8.401] (II) event8 - Razer Razer Basilisk V3 X HyperSpeed Keyboard: device is a keyboard
[ 8.401] (II) event8 - Razer Razer Basilisk V3 X HyperSpeed Keyboard: device removed
[ 8.440] (II) libinput: Razer Razer Basilisk V3 X HyperSpeed Keyboard: needs a virtual subdevice
[ 8.440] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.1/0003:1532:00B9.0002/input/input9/event8"
[ 8.440] (II) XINPUT: Adding extended input device "Razer Razer Basilisk V3 X HyperSpeed Keyboard" (type: MOUSE, id 12)
[ 8.440] (**) Option "AccelerationScheme" "none"
[ 8.440] (**) Razer Razer Basilisk V3 X HyperSpeed Keyboard: (accel) selected scheme none/0
[ 8.440] (**) Razer Razer Basilisk V3 X HyperSpeed Keyboard: (accel) acceleration factor: 2.000
[ 8.440] (**) Razer Razer Basilisk V3 X HyperSpeed Keyboard: (accel) acceleration threshold: 4
[ 8.443] (II) event8 - Razer Razer Basilisk V3 X HyperSpeed Keyboard: is tagged by udev as: Keyboard
[ 8.443] (II) event8 - Razer Razer Basilisk V3 X HyperSpeed Keyboard: device is a keyboard
[ 8.444] (II) config/udev: Adding input device Razer Razer Basilisk V3 X HyperSpeed (/dev/input/event12)
[ 8.444] (**) Razer Razer Basilisk V3 X HyperSpeed: Applying InputClass "libinput keyboard catchall"
[ 8.444] (**) Razer Razer Basilisk V3 X HyperSpeed: Applying InputClass "system-keyboard"
[ 8.444] (II) Using input driver 'libinput' for 'Razer Razer Basilisk V3 X HyperSpeed'
[ 8.444] (**) Razer Razer Basilisk V3 X HyperSpeed: always reports core events
[ 8.444] (**) Option "Device" "/dev/input/event12"
[ 8.446] (II) event12 - Razer Razer Basilisk V3 X HyperSpeed: is tagged by udev as: Keyboard
[ 8.446] (II) event12 - Razer Razer Basilisk V3 X HyperSpeed: device is a keyboard
[ 8.446] (II) event12 - Razer Razer Basilisk V3 X HyperSpeed: device removed
[ 8.487] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.2/0003:1532:00B9.0003/input/input12/event12"
[ 8.487] (II) XINPUT: Adding extended input device "Razer Razer Basilisk V3 X HyperSpeed" (type: KEYBOARD, id 13)
[ 8.487] (**) Option "xkb_model" "pc104"
[ 8.487] (**) Option "xkb_layout" "de"
[ 8.487] (**) Option "xkb_options" "grp:win_space_toggle"
[ 8.490] (II) event12 - Razer Razer Basilisk V3 X HyperSpeed: is tagged by udev as: Keyboard
[ 8.490] (II) event12 - Razer Razer Basilisk V3 X HyperSpeed: device is a keyboard
[ 8.491] (II) config/udev: Adding input device SYNA30FB:00 06CB:CEAC Mouse (/dev/input/event13)
[ 8.491] (**) SYNA30FB:00 06CB:CEAC Mouse: Applying InputClass "libinput pointer catchall"
[ 8.491] (II) Using input driver 'libinput' for 'SYNA30FB:00 06CB:CEAC Mouse'
[ 8.491] (**) SYNA30FB:00 06CB:CEAC Mouse: always reports core events
[ 8.491] (**) Option "Device" "/dev/input/event13"
[ 8.493] (II) event13 - SYNA30FB:00 06CB:CEAC Mouse: is tagged by udev as: Mouse Pointingstick
[ 8.493] (II) event13 - SYNA30FB:00 06CB:CEAC Mouse: device is a pointer
[ 8.494] (II) event13 - SYNA30FB:00 06CB:CEAC Mouse: device removed
[ 8.533] (II) libinput: SYNA30FB:00 06CB:CEAC Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8.533] (II) libinput: SYNA30FB:00 06CB:CEAC Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8.533] (II) libinput: SYNA30FB:00 06CB:CEAC Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8.533] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-2/i2c-SYNA30FB:00/0018:06CB:CEAC.0004/input/input16/event13"
[ 8.533] (II) XINPUT: Adding extended input device "SYNA30FB:00 06CB:CEAC Mouse" (type: MOUSE, id 14)
[ 8.533] (**) Option "AccelerationScheme" "none"
[ 8.533] (**) SYNA30FB:00 06CB:CEAC Mouse: (accel) selected scheme none/0
[ 8.533] (**) SYNA30FB:00 06CB:CEAC Mouse: (accel) acceleration factor: 2.000
[ 8.533] (**) SYNA30FB:00 06CB:CEAC Mouse: (accel) acceleration threshold: 4
[ 8.535] (II) event13 - SYNA30FB:00 06CB:CEAC Mouse: is tagged by udev as: Mouse Pointingstick
[ 8.535] (II) event13 - SYNA30FB:00 06CB:CEAC Mouse: device is a pointer
[ 8.537] (II) config/udev: Adding input device SYNA30FB:00 06CB:CEAC Mouse (/dev/input/mouse2)
[ 8.537] (II) No input driver specified, ignoring this device.
[ 8.537] (II) This device may have been added with another device file.
[ 8.538] (II) config/udev: Adding input device SYNA30FB:00 06CB:CEAC Touchpad (/dev/input/event14)
[ 8.538] (**) SYNA30FB:00 06CB:CEAC Touchpad: Applying InputClass "libinput touchpad catchall"
[ 8.538] (**) SYNA30FB:00 06CB:CEAC Touchpad: Applying InputClass "touchpad catchall"
[ 8.538] (**) SYNA30FB:00 06CB:CEAC Touchpad: Applying InputClass "Default clickpad buttons"
[ 8.538] (**) SYNA30FB:00 06CB:CEAC Touchpad: Applying InputClass "touchpad"
[ 8.538] (II) LoadModule: "synaptics"
[ 8.538] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 8.538] (II) Module synaptics: vendor="X.Org Foundation"
[ 8.538] compiled for 1.21.1.13, module version = 1.9.2
[ 8.538] Module class: X.Org XInput Driver
[ 8.538] ABI class: X.Org XInput driver, version 24.4
[ 8.538] (II) Using input driver 'synaptics' for 'SYNA30FB:00 06CB:CEAC Touchpad'
[ 8.538] (**) SYNA30FB:00 06CB:CEAC Touchpad: always reports core events
[ 8.538] (**) Option "Device" "/dev/input/event14"
[ 8.600] (II) synaptics: SYNA30FB:00 06CB:CEAC Touchpad: found clickpad property
[ 8.600] (--) synaptics: SYNA30FB:00 06CB:CEAC Touchpad: x-axis range 0 - 1344 (res 12)
[ 8.600] (--) synaptics: SYNA30FB:00 06CB:CEAC Touchpad: y-axis range 0 - 805 (res 12)
[ 8.600] (II) synaptics: SYNA30FB:00 06CB:CEAC Touchpad: device does not report pressure, will use touch data.
[ 8.600] (II) synaptics: SYNA30FB:00 06CB:CEAC Touchpad: device does not report finger width.
[ 8.600] (--) synaptics: SYNA30FB:00 06CB:CEAC Touchpad: buttons: left double triple
[ 8.600] (--) synaptics: SYNA30FB:00 06CB:CEAC Touchpad: Vendor 0x6cb Product 0xceac
[ 8.600] (--) synaptics: SYNA30FB:00 06CB:CEAC Touchpad: invalid pressure range. defaulting to 0 - 255
[ 8.600] (--) synaptics: SYNA30FB:00 06CB:CEAC Touchpad: invalid finger width range. defaulting to 0 - 15
[ 8.600] (**) Option "VertScrollDelta" "-111"
[ 8.600] (**) Option "HorizScrollDelta" "-111"
[ 8.600] (**) Option "VertEdgeScroll" "on"
[ 8.600] (**) Option "HorizEdgeScroll" "on"
[ 8.600] (**) Option "VertTwoFingerScroll" "on"
[ 8.600] (**) Option "HorizTwoFingerScroll" "On"
[ 8.600] (**) Option "TapButton1" "1"
[ 8.600] (**) Option "TapButton2" "3"
[ 8.600] (**) Option "TapButton3" "2"
[ 8.600] (**) Option "CircularScrolling" "on"
[ 8.600] (**) Option "CircScrollTrigger" "2"
[ 8.600] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[ 8.600] (--) synaptics: SYNA30FB:00 06CB:CEAC Touchpad: touchpad found
[ 8.600] (**) SYNA30FB:00 06CB:CEAC Touchpad: always reports core events
[ 8.653] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-2/i2c-SYNA30FB:00/0018:06CB:CEAC.0004/input/input17/event14"
[ 8.653] (II) XINPUT: Adding extended input device "SYNA30FB:00 06CB:CEAC Touchpad" (type: TOUCHPAD, id 15)
[ 8.653] (**) synaptics: SYNA30FB:00 06CB:CEAC Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[ 8.653] (**) synaptics: SYNA30FB:00 06CB:CEAC Touchpad: (accel) MaxSpeed is now 1.75
[ 8.653] (**) synaptics: SYNA30FB:00 06CB:CEAC Touchpad: (accel) AccelFactor is now 0.128
[ 8.653] (**) SYNA30FB:00 06CB:CEAC Touchpad: (accel) keeping acceleration scheme 1
[ 8.653] (**) SYNA30FB:00 06CB:CEAC Touchpad: (accel) acceleration profile 1
[ 8.654] (**) SYNA30FB:00 06CB:CEAC Touchpad: (accel) acceleration factor: 2.000
[ 8.654] (**) SYNA30FB:00 06CB:CEAC Touchpad: (accel) acceleration threshold: 4
[ 8.654] (--) synaptics: SYNA30FB:00 06CB:CEAC Touchpad: touchpad found
[ 8.655] (II) config/udev: Adding input device SYNA30FB:00 06CB:CEAC Touchpad (/dev/input/mouse3)
[ 8.655] (**) SYNA30FB:00 06CB:CEAC Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 8.656] (II) config/udev: Adding input device Intel HID events (/dev/input/event4)
[ 8.656] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 8.656] (**) Intel HID events: Applying InputClass "system-keyboard"
[ 8.656] (II) Using input driver 'libinput' for 'Intel HID events'
[ 8.656] (**) Intel HID events: always reports core events
[ 8.656] (**) Option "Device" "/dev/input/event4"
[ 8.657] (II) event4 - Intel HID events: is tagged by udev as: Keyboard
[ 8.657] (II) event4 - Intel HID events: device is a keyboard
[ 8.657] (II) event4 - Intel HID events: device removed
[ 8.700] (**) Option "config_info" "udev:/sys/devices/platform/INTC1078:00/input/input4/event4"
[ 8.700] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 16)
[ 8.700] (**) Option "xkb_model" "pc104"
[ 8.700] (**) Option "xkb_layout" "de"
[ 8.700] (**) Option "xkb_options" "grp:win_space_toggle"
[ 8.702] (II) event4 - Intel HID events: is tagged by udev as: Keyboard
[ 8.702] (II) event4 - Intel HID events: device is a keyboard
[ 8.703] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event5)
[ 8.703] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[ 8.703] (**) Intel HID 5 button array: Applying InputClass "system-keyboard"
[ 8.703] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[ 8.703] (**) Intel HID 5 button array: always reports core events
[ 8.703] (**) Option "Device" "/dev/input/event5"
[ 8.704] (II) event5 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 8.704] (II) event5 - Intel HID 5 button array: device is a keyboard
[ 8.704] (II) event5 - Intel HID 5 button array: device removed
[ 8.746] (**) Option "config_info" "udev:/sys/devices/platform/INTC1078:00/input/input5/event5"
[ 8.746] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 17)
[ 8.746] (**) Option "xkb_model" "pc104"
[ 8.746] (**) Option "xkb_layout" "de"
[ 8.747] (**) Option "xkb_options" "grp:win_space_toggle"
[ 8.748] (II) event5 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 8.748] (II) event5 - Intel HID 5 button array: device is a keyboard
[ 8.750] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 8.750] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 8.750] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[ 8.750] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 8.750] (**) AT Translated Set 2 keyboard: always reports core events
[ 8.750] (**) Option "Device" "/dev/input/event3"
[ 8.751] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 8.751] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 8.753] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 8.793] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 8.793] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 18)
[ 8.793] (**) Option "xkb_model" "pc104"
[ 8.793] (**) Option "xkb_layout" "de"
[ 8.793] (**) Option "xkb_options" "grp:win_space_toggle"
[ 8.795] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 8.795] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 8.798] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 8.798] (II) No input driver specified, ignoring this device.
[ 8.798] (II) This device may have been added with another device file.
[ 8.801] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event9)
[ 8.801] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 8.801] (**) HP WMI hotkeys: Applying InputClass "system-keyboard"
[ 8.801] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[ 8.801] (**) HP WMI hotkeys: always reports core events
[ 8.801] (**) Option "Device" "/dev/input/event9"
[ 8.801] (II) event9 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[ 8.801] (II) event9 - HP WMI hotkeys: device is a keyboard
[ 8.802] (II) event9 - HP WMI hotkeys: device removed
[ 8.840] (**) Option "config_info" "udev:/sys/devices/virtual/input/input7/event9"
[ 8.840] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 19)
[ 8.840] (**) Option "xkb_model" "pc104"
[ 8.840] (**) Option "xkb_layout" "de"
[ 8.840] (**) Option "xkb_options" "grp:win_space_toggle"
[ 8.842] (II) event9 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[ 8.842] (II) event9 - HP WMI hotkeys: device is a keyboard
[ 8.945] (**) Razer Razer Basilisk V3 X HyperSpeed Keyboard: Applying InputClass "libinput keyboard catchall"
[ 8.945] (**) Razer Razer Basilisk V3 X HyperSpeed Keyboard: Applying InputClass "system-keyboard"
[ 8.945] (II) Using input driver 'libinput' for 'Razer Razer Basilisk V3 X HyperSpeed Keyboard'
[ 8.945] (**) Razer Razer Basilisk V3 X HyperSpeed Keyboard: always reports core events
[ 8.945] (**) Option "Device" "/dev/input/event8"
[ 8.945] (II) libinput: Razer Razer Basilisk V3 X HyperSpeed Keyboard: is a virtual subdevice
[ 8.945] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.1/0003:1532:00B9.0002/input/input9/event8"
[ 8.945] (II) XINPUT: Adding extended input device "Razer Razer Basilisk V3 X HyperSpeed Keyboard" (type: KEYBOARD, id 20)
[ 8.945] (**) Option "xkb_model" "pc104"
[ 8.945] (**) Option "xkb_layout" "de"
[ 8.945] (**) Option "xkb_options" "grp:win_space_toggle"
[ 9.692] (II) intel(0): EDID vendor "AUO", prod id 15779
[ 9.692] (II) intel(0): Printing DDC gathered Modelines:
[ 9.692] (II) intel(0): Modeline "1920x1080"x0.0 142.30 1920 2028 2076 2120 1080 1090 1100 1118 -hsync -vsync (67.1 kHz eP)
[ 9.692] (II) intel(0): Modeline "1920x1080"x0.0 94.87 1920 2028 2076 2120 1080 1090 1100 1118 -hsync -vsync (44.8 kHz e)Offline
Ah, https://bbs.archlinux.org/viewtopic.php?id=298677
You've a raptor lake chip - remove xf86-video-intel and the config referencing it.
For picom, nb. that it defaults to xrender which cannot vsync so that won't do much about any tearing - you'll have to configure it to use the glx backend.
Online
Okay I removed the driver and setup picom with glx,
VScodium seems to work, but jetbrains-toolbox still looks like this
Last edited by n0c_ (2024-08-24 07:48:33)
Offline
Please replace the oversized image w/ a link - the colon gets properly rendered so I guess that's the font and assume CJK coverage specifically?
Can you copy-paste some of the text from there into the browser (and post it)?
Online
Wait so from were should I it?
Offline
Errr… what?
Copy some "text" from vscodium (the cheezeburgers there, I'm pretty sure that's just a unusable cjk glyph) and paste it here so we can know what codepoints are affected.
Online
Oh sry, all the charcters in vscodium are working, only in jetbrians they weren't. Turns out the default language was set to Chinese. I changed it to English and now it works. But the git-login window still looks like this
Last edited by n0c_ (2024-08-24 09:48:07)
Offline
What "git-login" window, where?
Browser? URL? Some ssh agent? Which?
As for cjk
fc-list :charset=6e6f
FC_DEBUG=4 pango-view --font="sans" -t "湯" | grep family:and probably install noto-cjk or something like that.
Online
I've set gcm to cached, so I have to login each time after a reboot through the browser when pushing to a repo
Offline
So this (the only remaining problem) is https://aur.archlinux.org/packages/gnom … anager-bin ?
https://kuthulu.com/gcm/screenshots.html doesn't look anything like the screenshot you posted, though - you'll have to be more explicit about the troublesome process than just
Online
What should I post? I only get that
Offline
Start with identifying the process that this window belongs to.
xprop; xwininfo # click the window, it'll print some information into the shellOnline
Thanks, that's the output I get, so it is from gcm:
WM_STATE(WM_STATE):
window state: Normal
icon window: 0x0
WM_NAME(STRING) = "Connect to GitHub"
_NET_WM_NAME(UTF8_STRING) = "Connect to GitHub"
_NET_WM_STATE(ATOM) =
_NET_WM_SYNC_REQUEST_COUNTER(CARDINAL) = 18874772
WM_NORMAL_HINTS(WM_SIZE_HINTS):
program specified location: 0, 0
program specified size: 0 by 0
program specified minimum size: 420 by 210
program specified maximum size: 420 by 210
program specified resize increment: 1 by 1
_MOTIF_WM_HINTS(_MOTIF_WM_HINTS) = 0x3, 0x2c, 0x3a, 0x0, 0x0
WM_CLASS(STRING) = "git-credential-manager", "git-credential-manager"
_NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_NORMAL
WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW, _NET_WM_SYNC_REQUESTOffline
https://github.com/git-ecosystem/git-cr … ssues/1256
Seems it's picky about which fonts it's gonna use but noto should do?
Online
Thanks a lot, I fixed it like told in the issue, by installing the fonts through ttf-ms-win10-auto
Offline
\o/
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Online