You are not logged in.

#1 2023-02-26 10:18:38

yees7
Member
Registered: 2023-01-23
Posts: 11

[SOLVED] Alacritty does not work on i3 (switching from GNOME)

I have just begun to setup my i3 desktop to switch from GNOME. I press Mod1+enter and i3-sensible-terminal opens (defaults to gnome-shell). Gnome-shell works, but when I open Alacritty it gets stuck on a white cursor. Kitty does this too but also acts strangely, it only shows half of the neofetch (I put a neofetch line in my .zshrc to automatically show it up when I open a terminal). I also tested uxrvt and somehow it works but the others don't. Is there any reason behind this?

Last edited by yees7 (2023-03-02 05:30:23)

Offline

#2 2023-02-26 12:13:20

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

Re: [SOLVED] Alacritty does not work on i3 (switching from GNOME)

alacritty and kitty render in opengl
=>

glxinfo -B

and please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Online

#3 2023-02-27 05:12:12

yees7
Member
Registered: 2023-01-23
Posts: 11

Re: [SOLVED] Alacritty does not work on i3 (switching from GNOME)

Sorry for the late reply.
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) Graphics (ADL GT2) (0x46a8)
    Version: 22.3.6
    Accelerated: yes
    Video memory: 15672MB
    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) Graphics (ADL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 22.3.6
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 22.3.6
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 22.3.6
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

journalctl output when I open Kitty (I use GDM and the link you sent said to check out journalctl):

Feb 27 16:02:47 hp-laptop polkitd[504]: Registered Authentication Agent for unix-process:4045:62780 (system bus name :1.140 [flatpak list], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale C)
Feb 27 16:02:47 hp-laptop polkitd[504]: Unregistered Authentication Agent for unix-process:4045:62780 (system bus name :1.140, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale C)

I do have the drivers installed because it works on GNOME. Am I missing something?

Last edited by yees7 (2023-02-27 05:13:27)

Offline

#4 2023-02-27 06:49:20

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

Re: [SOLVED] Alacritty does not work on i3 (switching from GNOME)

locale C

Configure a utf-8 locale, https://wiki.archlinux.org/title/Locale

Otherwise

seth wrote:

Online

#5 2023-02-28 05:51:42

yees7
Member
Registered: 2023-01-23
Posts: 11

Re: [SOLVED] Alacritty does not work on i3 (switching from GNOME)

I didn't know what you meant by configuring a utf-8 locale? The currently set locale is en_US.UTF-8.
Here is my xorg log (~/.local/share/xorg/Xorg.0.log):

[    16.274] (--) Log file renamed from "/home/josia/.local/share/xorg/Xorg.pid-1037.log" to "/home/josia/.local/share/xorg/Xorg.0.log"
[    16.274] 
X.Org X Server 1.21.1.7
X Protocol Version 11, Revision 0
[    16.274] Current Operating System: Linux hp-laptop 6.1.12-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 14 Feb 2023 22:08:08 +0000 x86_64
[    16.274] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=eb387213-cee1-4a3b-be45-bf60440906b6 rw loglevel=3 quiet ibt=off
[    16.274]  
[    16.274] Current version of pixman: 0.42.2
[    16.274] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    16.274] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    16.274] (==) Log file: "/home/josia/.local/share/xorg/Xorg.0.log", Time: Tue Feb 28 16:39:51 2023
[    16.274] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    16.275] (==) No Layout section.  Using the first Screen section.
[    16.275] (==) No screen section available. Using defaults.
[    16.275] (**) |-->Screen "Default Screen Section" (0)
[    16.275] (**) |   |-->Monitor "<default monitor>"
[    16.275] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    16.275] (==) Automatically adding devices
[    16.275] (==) Automatically enabling devices
[    16.275] (==) Automatically adding GPU devices
[    16.275] (==) Automatically binding GPU devices
[    16.275] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    16.275] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    16.275] 	Entry deleted from font path.
[    16.275] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    16.275] 	Entry deleted from font path.
[    16.275] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    16.275] (==) ModulePath set to "/usr/lib/xorg/modules"
[    16.275] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    16.275] (II) Module ABI versions:
[    16.275] 	X.Org ANSI C Emulation: 0.4
[    16.275] 	X.Org Video Driver: 25.2
[    16.275] 	X.Org XInput driver : 24.4
[    16.275] 	X.Org Server Extension : 10.0
[    16.276] (++) using VT number 2

[    16.277] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[    16.277] (II) xfree86: Adding drm device (/dev/dri/card0)
[    16.277] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    16.278] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[    16.279] (--) PCI:*(0@0:2:0) 8086:46a8:103c:8a20 rev 12, Mem @ 0x6000000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[    16.279] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    16.279] (II) LoadModule: "glx"
[    16.279] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    16.281] (II) Module glx: vendor="X.Org Foundation"
[    16.281] 	compiled for 1.21.1.7, module version = 1.0.0
[    16.281] 	ABI class: X.Org Server Extension, version 10.0
[    16.281] (==) Matched intel as autoconfigured driver 0
[    16.281] (==) Matched modesetting as autoconfigured driver 1
[    16.281] (==) Matched fbdev as autoconfigured driver 2
[    16.281] (==) Matched vesa as autoconfigured driver 3
[    16.281] (==) Assigned the driver to the xf86ConfigLayout
[    16.281] (II) LoadModule: "intel"
[    16.281] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    16.282] (II) Module intel: vendor="X.Org Foundation"
[    16.282] 	compiled for 1.21.1.6, module version = 2.99.917
[    16.282] 	Module class: X.Org Video Driver
[    16.282] 	ABI class: X.Org Video Driver, version 25.2
[    16.282] (II) LoadModule: "modesetting"
[    16.282] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    16.283] (II) Module modesetting: vendor="X.Org Foundation"
[    16.283] 	compiled for 1.21.1.7, module version = 1.21.1
[    16.283] 	Module class: X.Org Video Driver
[    16.283] 	ABI class: X.Org Video Driver, version 25.2
[    16.283] (II) LoadModule: "fbdev"
[    16.283] (WW) Warning, couldn't open module fbdev
[    16.283] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    16.283] (II) LoadModule: "vesa"
[    16.283] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    16.284] (II) Module vesa: vendor="X.Org Foundation"
[    16.284] 	compiled for 1.21.1.4, module version = 2.6.0
[    16.284] 	Module class: X.Org Video Driver
[    16.284] 	ABI class: X.Org Video Driver, version 25.2
[    16.284] (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
[    16.284] (II) intel: Driver for Intel(R) HD Graphics
[    16.284] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    16.284] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    16.284] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    16.284] (II) VESA: driver for VESA chipsets: vesa
[    16.284] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[    16.284] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[    16.284] (II) intel(0): SNA compiled from 2.99.917-923-gb74b67f0
[    16.285] (WW) Falling back to old probe method for modesetting
[    16.285] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    16.285] (WW) intel(0): Unknown chipset
[    16.285] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 10 threads
[    16.285] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    16.285] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    16.285] (==) intel(0): RGB weight 888
[    16.285] (==) intel(0): Default visual is TrueColor
[    16.286] (II) intel(0): Output eDP1 has no monitor section
[    16.286] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[    16.286] (II) intel(0): Enabled output eDP1
[    16.286] (II) intel(0): Output HDMI1 has no monitor section
[    16.286] (II) intel(0): Enabled output HDMI1
[    16.286] (II) intel(0): Output DP1 has no monitor section
[    16.286] (II) intel(0): Enabled output DP1
[    16.286] (II) intel(0): Output DP2 has no monitor section
[    16.286] (II) intel(0): Enabled output DP2
[    16.286] (II) intel(0): Output DP3 has no monitor section
[    16.286] (II) intel(0): Enabled output DP3
[    16.286] (II) intel(0): Output DP4 has no monitor section
[    16.286] (II) intel(0): Enabled output DP4
[    16.286] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    16.287] (II) intel(0): Output VIRTUAL1 has no monitor section
[    16.287] (II) intel(0): Enabled output VIRTUAL1
[    16.287] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[    16.287] (==) intel(0): TearFree enabled
[    16.287] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    16.287] (==) intel(0): DPI set to (96, 96)
[    16.287] (II) Loading sub module "dri3"
[    16.287] (II) LoadModule: "dri3"
[    16.287] (II) Module "dri3" already built-in
[    16.287] (II) Loading sub module "dri2"
[    16.287] (II) LoadModule: "dri2"
[    16.287] (II) Module "dri2" already built-in
[    16.287] (II) Loading sub module "present"
[    16.287] (II) LoadModule: "present"
[    16.287] (II) Module "present" already built-in
[    16.287] (II) UnloadModule: "modesetting"
[    16.287] (II) Unloading modesetting
[    16.287] (II) UnloadModule: "vesa"
[    16.287] (II) Unloading vesa
[    16.288] (II) intel(0): SNA initialized with generic backend
[    16.288] (==) intel(0): Backing store enabled
[    16.288] (==) intel(0): Silken mouse enabled
[    16.288] (II) intel(0): HW Cursor enabled
[    16.288] (==) intel(0): DPMS enabled
[    16.288] (==) intel(0): Display hotplug detection enabled
[    16.288] (II) intel(0): Textured video not supported on this hardware or backend
[    16.289] (II) intel(0): [DRI2] Setup complete
[    16.289] (II) intel(0): [DRI2]   DRI driver: i965
[    16.289] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    16.289] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[    16.289] (II) intel(0): hardware support for Present enabled
[    16.289] (II) Initializing extension Generic Event Extension
[    16.289] (II) Initializing extension SHAPE
[    16.289] (II) Initializing extension MIT-SHM
[    16.289] (II) Initializing extension XInputExtension
[    16.289] (II) Initializing extension XTEST
[    16.289] (II) Initializing extension BIG-REQUESTS
[    16.289] (II) Initializing extension SYNC
[    16.289] (II) Initializing extension XKEYBOARD
[    16.289] (II) Initializing extension XC-MISC
[    16.289] (II) Initializing extension SECURITY
[    16.289] (II) Initializing extension XFIXES
[    16.290] (II) Initializing extension RENDER
[    16.290] (II) Initializing extension RANDR
[    16.290] (II) Initializing extension COMPOSITE
[    16.290] (II) Initializing extension DAMAGE
[    16.290] (II) Initializing extension MIT-SCREEN-SAVER
[    16.290] (II) Initializing extension DOUBLE-BUFFER
[    16.290] (II) Initializing extension RECORD
[    16.290] (II) Initializing extension DPMS
[    16.290] (II) Initializing extension Present
[    16.290] (II) Initializing extension DRI3
[    16.290] (II) Initializing extension X-Resource
[    16.290] (II) Initializing extension XVideo
[    16.290] (II) Initializing extension XVideo-MotionCompensation
[    16.290] (II) Initializing extension GLX
[    16.290] (EE) AIGLX error: dlopen of /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
[    16.290] (EE) AIGLX error: unable to load driver i965
[    16.313] (II) IGLX: Loaded and initialized swrast
[    16.313] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    16.313] (II) Initializing extension XFree86-VidModeExtension
[    16.313] (II) Initializing extension XFree86-DGA
[    16.313] (II) Initializing extension XFree86-DRI
[    16.313] (II) Initializing extension DRI2
[    16.315] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[    16.331] (II) intel(0): Setting screen physical size to 508 x 285
[    16.361] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    16.361] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    16.361] (II) LoadModule: "libinput"
[    16.361] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    16.362] (II) Module libinput: vendor="X.Org Foundation"
[    16.362] 	compiled for 1.21.1.3, module version = 1.2.1
[    16.362] 	Module class: X.Org XInput Driver
[    16.362] 	ABI class: X.Org XInput driver, version 24.4
[    16.362] (II) Using input driver 'libinput' for 'Power Button'
[    16.363] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 24 paused 0
[    16.363] (**) Power Button: always reports core events
[    16.363] (**) Option "Device" "/dev/input/event2"
[    16.364] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    16.364] (II) event2  - Power Button: device is a keyboard
[    16.364] (II) event2  - Power Button: device removed
[    16.364] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    16.364] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    16.364] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    16.364] (II) event2  - Power Button: device is a keyboard
[    16.364] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[    16.364] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    16.364] (II) Using input driver 'libinput' for 'Video Bus'
[    16.365] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 27 paused 0
[    16.365] (**) Video Bus: always reports core events
[    16.365] (**) Option "Device" "/dev/input/event9"
[    16.366] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[    16.366] (II) event9  - Video Bus: device is a keyboard
[    16.366] (II) event9  - Video Bus: device removed
[    16.366] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event9"
[    16.366] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    16.366] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[    16.366] (II) event9  - Video Bus: device is a keyboard
[    16.366] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    16.366] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    16.366] (II) Using input driver 'libinput' for 'Power Button'
[    16.367] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 28 paused 0
[    16.367] (**) Power Button: always reports core events
[    16.367] (**) Option "Device" "/dev/input/event1"
[    16.368] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    16.368] (II) event1  - Power Button: device is a keyboard
[    16.368] (II) event1  - Power Button: device removed
[    16.368] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    16.368] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    16.368] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    16.368] (II) event1  - Power Button: device is a keyboard
[    16.368] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    16.368] (II) No input driver specified, ignoring this device.
[    16.368] (II) This device may have been added with another device file.
[    16.369] (II) config/udev: Adding input device Razer Razer Cynosa Chroma (/dev/input/event14)
[    16.369] (**) Razer Razer Cynosa Chroma: Applying InputClass "libinput keyboard catchall"
[    16.369] (II) Using input driver 'libinput' for 'Razer Razer Cynosa Chroma'
[    16.369] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 29 paused 0
[    16.369] (**) Razer Razer Cynosa Chroma: always reports core events
[    16.369] (**) Option "Device" "/dev/input/event14"
[    16.370] (II) event14 - Razer Razer Cynosa Chroma: is tagged by udev as: Keyboard
[    16.370] (II) event14 - Razer Razer Cynosa Chroma: device is a keyboard
[    16.370] (II) event14 - Razer Razer Cynosa Chroma: device removed
[    16.370] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:1532:022A.0001/input/input16/event14"
[    16.370] (II) XINPUT: Adding extended input device "Razer Razer Cynosa Chroma" (type: KEYBOARD, id 9)
[    16.371] (II) event14 - Razer Razer Cynosa Chroma: is tagged by udev as: Keyboard
[    16.371] (II) event14 - Razer Razer Cynosa Chroma: device is a keyboard
[    16.371] (II) config/udev: Adding input device Razer Razer Cynosa Chroma (/dev/input/event12)
[    16.371] (**) Razer Razer Cynosa Chroma: Applying InputClass "libinput keyboard catchall"
[    16.371] (II) Using input driver 'libinput' for 'Razer Razer Cynosa Chroma'
[    16.371] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 30 paused 0
[    16.372] (**) Razer Razer Cynosa Chroma: always reports core events
[    16.372] (**) Option "Device" "/dev/input/event12"
[    16.372] (II) event12 - Razer Razer Cynosa Chroma: is tagged by udev as: Keyboard
[    16.372] (II) event12 - Razer Razer Cynosa Chroma: device is a keyboard
[    16.372] (II) event12 - Razer Razer Cynosa Chroma: device removed
[    16.372] (II) libinput: Razer Razer Cynosa Chroma: needs a virtual subdevice
[    16.372] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:1532:022A.0002/input/input21/event12"
[    16.372] (II) XINPUT: Adding extended input device "Razer Razer Cynosa Chroma" (type: MOUSE, id 10)
[    16.372] (**) Option "AccelerationScheme" "none"
[    16.372] (**) Razer Razer Cynosa Chroma: (accel) selected scheme none/0
[    16.372] (**) Razer Razer Cynosa Chroma: (accel) acceleration factor: 2.000
[    16.372] (**) Razer Razer Cynosa Chroma: (accel) acceleration threshold: 4
[    16.373] (II) event12 - Razer Razer Cynosa Chroma: is tagged by udev as: Keyboard
[    16.373] (II) event12 - Razer Razer Cynosa Chroma: device is a keyboard
[    16.373] (II) config/udev: Adding input device Razer Razer Cynosa Chroma (/dev/input/event6)
[    16.373] (**) Razer Razer Cynosa Chroma: Applying InputClass "libinput pointer catchall"
[    16.373] (II) Using input driver 'libinput' for 'Razer Razer Cynosa Chroma'
[    16.430] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 31 paused 0
[    16.430] (**) Razer Razer Cynosa Chroma: always reports core events
[    16.430] (**) Option "Device" "/dev/input/event6"
[    16.432] (II) event6  - Razer Razer Cynosa Chroma: is tagged by udev as: Mouse
[    16.432] (II) event6  - Razer Razer Cynosa Chroma: device is a pointer
[    16.433] (II) event6  - Razer Razer Cynosa Chroma: device removed
[    16.433] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:1532:022A.0003/input/input19/event6"
[    16.433] (II) XINPUT: Adding extended input device "Razer Razer Cynosa Chroma" (type: MOUSE, id 11)
[    16.433] (**) Option "AccelerationScheme" "none"
[    16.433] (**) Razer Razer Cynosa Chroma: (accel) selected scheme none/0
[    16.433] (**) Razer Razer Cynosa Chroma: (accel) acceleration factor: 2.000
[    16.433] (**) Razer Razer Cynosa Chroma: (accel) acceleration threshold: 4
[    16.435] (II) event6  - Razer Razer Cynosa Chroma: is tagged by udev as: Mouse
[    16.435] (II) event6  - Razer Razer Cynosa Chroma: device is a pointer
[    16.435] (II) config/udev: Adding input device Razer Razer Cynosa Chroma (/dev/input/mouse0)
[    16.435] (II) No input driver specified, ignoring this device.
[    16.435] (II) This device may have been added with another device file.
[    16.435] (II) config/udev: Adding input device GeneralPlus USB Audio Device (/dev/input/event8)
[    16.435] (**) GeneralPlus USB Audio Device: Applying InputClass "libinput keyboard catchall"
[    16.435] (II) Using input driver 'libinput' for 'GeneralPlus USB Audio Device'
[    16.436] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 32 paused 0
[    16.436] (**) GeneralPlus USB Audio Device: always reports core events
[    16.436] (**) Option "Device" "/dev/input/event8"
[    16.438] (II) event8  - GeneralPlus USB Audio Device: is tagged by udev as: Keyboard
[    16.438] (II) event8  - GeneralPlus USB Audio Device: device is a keyboard
[    16.438] (II) event8  - GeneralPlus USB Audio Device: device removed
[    16.438] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.3/0003:1B3F:2008.0004/input/input8/event8"
[    16.438] (II) XINPUT: Adding extended input device "GeneralPlus USB Audio Device" (type: KEYBOARD, id 12)
[    16.439] (II) event8  - GeneralPlus USB Audio Device: is tagged by udev as: Keyboard
[    16.439] (II) event8  - GeneralPlus USB Audio Device: device is a keyboard
[    16.440] (II) config/udev: Adding input device HP True Vision HD Camera: HP Tr (/dev/input/event7)
[    16.440] (**) HP True Vision HD Camera: HP Tr: Applying InputClass "libinput keyboard catchall"
[    16.440] (II) Using input driver 'libinput' for 'HP True Vision HD Camera: HP Tr'
[    16.441] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 33 paused 0
[    16.441] (**) HP True Vision HD Camera: HP Tr: always reports core events
[    16.441] (**) Option "Device" "/dev/input/event7"
[    16.442] (II) event7  - HP True Vision HD Camera: HP Tr: is tagged by udev as: Keyboard
[    16.442] (II) event7  - HP True Vision HD Camera: HP Tr: device is a keyboard
[    16.442] (II) event7  - HP True Vision HD Camera: HP Tr: device removed
[    16.442] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/input/input20/event7"
[    16.442] (II) XINPUT: Adding extended input device "HP True Vision HD Camera: HP Tr" (type: KEYBOARD, id 13)
[    16.443] (II) event7  - HP True Vision HD Camera: HP Tr: is tagged by udev as: Keyboard
[    16.443] (II) event7  - HP True Vision HD Camera: HP Tr: device is a keyboard
[    16.444] (II) config/udev: Adding input device PixArt Dell MS116 USB Optical Mouse (/dev/input/event10)
[    16.444] (**) PixArt Dell MS116 USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[    16.444] (II) Using input driver 'libinput' for 'PixArt Dell MS116 USB Optical Mouse'
[    16.444] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 34 paused 0
[    16.444] (**) PixArt Dell MS116 USB Optical Mouse: always reports core events
[    16.444] (**) Option "Device" "/dev/input/event10"
[    16.445] (II) event10 - PixArt Dell MS116 USB Optical Mouse: is tagged by udev as: Mouse
[    16.445] (II) event10 - PixArt Dell MS116 USB Optical Mouse: device set to 1000 DPI
[    16.445] (II) event10 - PixArt Dell MS116 USB Optical Mouse: device is a pointer
[    16.445] (II) event10 - PixArt Dell MS116 USB Optical Mouse: device removed
[    16.445] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:413C:301A.0005/input/input10/event10"
[    16.445] (II) XINPUT: Adding extended input device "PixArt Dell MS116 USB Optical Mouse" (type: MOUSE, id 14)
[    16.445] (**) Option "AccelerationScheme" "none"
[    16.445] (**) PixArt Dell MS116 USB Optical Mouse: (accel) selected scheme none/0
[    16.445] (**) PixArt Dell MS116 USB Optical Mouse: (accel) acceleration factor: 2.000
[    16.445] (**) PixArt Dell MS116 USB Optical Mouse: (accel) acceleration threshold: 4
[    16.446] (II) event10 - PixArt Dell MS116 USB Optical Mouse: is tagged by udev as: Mouse
[    16.446] (II) event10 - PixArt Dell MS116 USB Optical Mouse: device set to 1000 DPI
[    16.446] (II) event10 - PixArt Dell MS116 USB Optical Mouse: device is a pointer
[    16.446] (II) config/udev: Adding input device PixArt Dell MS116 USB Optical Mouse (/dev/input/mouse1)
[    16.446] (II) No input driver specified, ignoring this device.
[    16.446] (II) This device may have been added with another device file.
[    16.446] (II) config/udev: Adding input device ELAN0791:00 04F3:30FD Mouse (/dev/input/event13)
[    16.446] (**) ELAN0791:00 04F3:30FD Mouse: Applying InputClass "libinput pointer catchall"
[    16.446] (II) Using input driver 'libinput' for 'ELAN0791:00 04F3:30FD Mouse'
[    16.447] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 35 paused 0
[    16.447] (**) ELAN0791:00 04F3:30FD Mouse: always reports core events
[    16.447] (**) Option "Device" "/dev/input/event13"
[    16.448] (II) event13 - ELAN0791:00 04F3:30FD Mouse: is tagged by udev as: Mouse Pointingstick
[    16.448] (II) event13 - ELAN0791:00 04F3:30FD Mouse: device is a pointer
[    16.448] (II) event13 - ELAN0791:00 04F3:30FD Mouse: device removed
[    16.448] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-16/i2c-ELAN0791:00/0018:04F3:30FD.0006/input/input22/event13"
[    16.448] (II) XINPUT: Adding extended input device "ELAN0791:00 04F3:30FD Mouse" (type: MOUSE, id 15)
[    16.448] (**) Option "AccelerationScheme" "none"
[    16.448] (**) ELAN0791:00 04F3:30FD Mouse: (accel) selected scheme none/0
[    16.448] (**) ELAN0791:00 04F3:30FD Mouse: (accel) acceleration factor: 2.000
[    16.448] (**) ELAN0791:00 04F3:30FD Mouse: (accel) acceleration threshold: 4
[    16.449] (II) event13 - ELAN0791:00 04F3:30FD Mouse: is tagged by udev as: Mouse Pointingstick
[    16.449] (II) event13 - ELAN0791:00 04F3:30FD Mouse: device is a pointer
[    16.449] (II) config/udev: Adding input device ELAN0791:00 04F3:30FD Mouse (/dev/input/mouse2)
[    16.449] (II) No input driver specified, ignoring this device.
[    16.449] (II) This device may have been added with another device file.
[    16.450] (II) config/udev: Adding input device ELAN0791:00 04F3:30FD Touchpad (/dev/input/event16)
[    16.450] (**) ELAN0791:00 04F3:30FD Touchpad: Applying InputClass "libinput touchpad catchall"
[    16.450] (II) Using input driver 'libinput' for 'ELAN0791:00 04F3:30FD Touchpad'
[    16.450] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 36 paused 0
[    16.450] (**) ELAN0791:00 04F3:30FD Touchpad: always reports core events
[    16.450] (**) Option "Device" "/dev/input/event16"
[    16.451] (II) event16 - ELAN0791:00 04F3:30FD Touchpad: is tagged by udev as: Touchpad
[    16.451] (II) event16 - ELAN0791:00 04F3:30FD Touchpad: device is a touchpad
[    16.452] (II) event16 - ELAN0791:00 04F3:30FD Touchpad: device removed
[    16.452] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-16/i2c-ELAN0791:00/0018:04F3:30FD.0006/input/input24/event16"
[    16.452] (II) XINPUT: Adding extended input device "ELAN0791:00 04F3:30FD Touchpad" (type: TOUCHPAD, id 16)
[    16.452] (**) Option "AccelerationScheme" "none"
[    16.452] (**) ELAN0791:00 04F3:30FD Touchpad: (accel) selected scheme none/0
[    16.452] (**) ELAN0791:00 04F3:30FD Touchpad: (accel) acceleration factor: 2.000
[    16.452] (**) ELAN0791:00 04F3:30FD Touchpad: (accel) acceleration threshold: 4
[    16.453] (II) event16 - ELAN0791:00 04F3:30FD Touchpad: is tagged by udev as: Touchpad
[    16.453] (II) event16 - ELAN0791:00 04F3:30FD Touchpad: device is a touchpad
[    16.454] (II) config/udev: Adding input device ELAN0791:00 04F3:30FD Touchpad (/dev/input/mouse3)
[    16.454] (II) No input driver specified, ignoring this device.
[    16.454] (II) This device may have been added with another device file.
[    16.454] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event17)
[    16.454] (II) No input driver specified, ignoring this device.
[    16.454] (II) This device may have been added with another device file.
[    16.454] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event18)
[    16.454] (II) No input driver specified, ignoring this device.
[    16.454] (II) This device may have been added with another device file.
[    16.454] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event19)
[    16.454] (II) No input driver specified, ignoring this device.
[    16.454] (II) This device may have been added with another device file.
[    16.454] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event20)
[    16.454] (II) No input driver specified, ignoring this device.
[    16.454] (II) This device may have been added with another device file.
[    16.454] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event21)
[    16.454] (II) No input driver specified, ignoring this device.
[    16.454] (II) This device may have been added with another device file.
[    16.455] (II) config/udev: Adding input device Intel HID events (/dev/input/event4)
[    16.455] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    16.455] (II) Using input driver 'libinput' for 'Intel HID events'
[    16.455] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 37 paused 0
[    16.455] (**) Intel HID events: always reports core events
[    16.455] (**) Option "Device" "/dev/input/event4"
[    16.455] (II) event4  - Intel HID events: is tagged by udev as: Keyboard
[    16.455] (II) event4  - Intel HID events: device is a keyboard
[    16.456] (II) event4  - Intel HID events: device removed
[    16.456] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input11/event4"
[    16.456] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 17)
[    16.456] (II) event4  - Intel HID events: is tagged by udev as: Keyboard
[    16.456] (II) event4  - Intel HID events: device is a keyboard
[    16.456] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event11)
[    16.456] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[    16.456] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[    16.456] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 38 paused 0
[    16.456] (**) Intel HID 5 button array: always reports core events
[    16.456] (**) Option "Device" "/dev/input/event11"
[    16.457] (II) event11 - Intel HID 5 button array: is tagged by udev as: Keyboard
[    16.457] (II) event11 - Intel HID 5 button array: device is a keyboard
[    16.457] (II) event11 - Intel HID 5 button array: device removed
[    16.457] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input12/event11"
[    16.457] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 18)
[    16.457] (II) event11 - Intel HID 5 button array: is tagged by udev as: Keyboard
[    16.457] (II) event11 - Intel HID 5 button array: device is a keyboard
[    16.457] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    16.457] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    16.457] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    16.458] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 39 paused 0
[    16.458] (**) AT Translated Set 2 keyboard: always reports core events
[    16.458] (**) Option "Device" "/dev/input/event3"
[    16.458] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    16.458] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    16.459] (II) event3  - AT Translated Set 2 keyboard: device removed
[    16.459] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    16.459] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 19)
[    16.459] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    16.459] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    16.460] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    16.460] (II) No input driver specified, ignoring this device.
[    16.460] (II) This device may have been added with another device file.
[    16.461] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event15)
[    16.461] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    16.461] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[    16.461] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 40 paused 0
[    16.461] (**) HP WMI hotkeys: always reports core events
[    16.461] (**) Option "Device" "/dev/input/event15"
[    16.461] (II) event15 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    16.461] (II) event15 - HP WMI hotkeys: device is a keyboard
[    16.462] (II) event15 - HP WMI hotkeys: device removed
[    16.462] (**) Option "config_info" "udev:/sys/devices/virtual/input/input18/event15"
[    16.462] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 20)
[    16.462] (II) event15 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    16.462] (II) event15 - HP WMI hotkeys: device is a keyboard
[    16.465] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[    16.482] (**) Razer Razer Cynosa Chroma: Applying InputClass "libinput keyboard catchall"
[    16.482] (II) Using input driver 'libinput' for 'Razer Razer Cynosa Chroma'
[    16.482] (II) systemd-logind: returning pre-existing fd for /dev/input/event12 13:76
[    16.482] (**) Razer Razer Cynosa Chroma: always reports core events
[    16.482] (**) Option "Device" "/dev/input/event12"
[    16.482] (II) libinput: Razer Razer Cynosa Chroma: is a virtual subdevice
[    16.482] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:1532:022A.0002/input/input21/event12"
[    16.482] (II) XINPUT: Adding extended input device "Razer Razer Cynosa Chroma" (type: KEYBOARD, id 21)
[    18.290] (II) intel(0): EDID vendor "CMN", prod id 5435
[    18.290] (II) intel(0): Printing DDC gathered Modelines:
[    18.290] (II) intel(0): Modeline "1920x1080"x0.0  152.82  1920 2000 2060 2250  1080 1086 1094 1132 +hsync -vsync (67.9 kHz eP)
[    18.290] (II) intel(0): Modeline "1920x1080"x0.0  101.89  1920 2000 2060 2250  1080 1086 1094 1132 +hsync -vsync (45.3 kHz e)

Nothing changes when I open kitty. I also noticed that when I used glxgears the gears are rendered but are not rotating. Kitty has some similar strange behaviour, when I resize the kitty window it refreshes one time. I was able to type things on it but could only see it when resizing.

Offline

#6 2023-02-28 07:09:20

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

Re: [SOLVED] Alacritty does not work on i3 (switching from GNOME)

, locale C

localectl
locale
locale -a

To maek sure it's not sth. in your shell rc

alacritty -e top

And for the TigerLake IGP, get rid of xf86-video-intel

grep -ri intel /{etc,usr/share}/X11/xorg.conf*

to make sure there're no referencing configlets around.

Online

#7 2023-03-01 05:15:51

yees7
Member
Registered: 2023-01-23
Posts: 11

Re: [SOLVED] Alacritty does not work on i3 (switching from GNOME)

I used your suggestions and it gives the same output. localectl and locale say that the system locale is en_US.UTF-8, but somehow the error in journalctl still says locale C? Why is it doing this?
localectl output:

System Locale: LANG=en_US.UTF-8
    VC Keymap: (unset)         
   X11 Layout: (unset)

locale output:

LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

locale -a output:

C
C.UTF-8
en_US
en_US.iso88591
en_US.utf8
POSIX

Offline

#8 2023-03-01 07:08:49

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

Re: [SOLVED] Alacritty does not work on i3 (switching from GNOME)

The message could be misleading. The locale setup looks ok.
"alacritty -e top" leads to the same symptoms as the regular invocation?

Did you drop xf86-video-intel?

Online

#9 2023-03-01 07:30:29

yees7
Member
Registered: 2023-01-23
Posts: 11

Re: [SOLVED] Alacritty does not work on i3 (switching from GNOME)

alacritty -e top did something a little different, the cursor didn't show and there was no error in the journalctl log. I did the command to drop the xf86-video-intel like you said, still same results. I might have a theory to why alacritty only shows a white cursor but kitty shows half of the neofetch, it may be because I configured it in my GNOME setup. I removed the top bar on it and made it transparent by default, and probably some other things.

Offline

#10 2023-03-01 07:42:03

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

Re: [SOLVED] Alacritty does not work on i3 (switching from GNOME)

Should be easy enough to test: move away your custom configs.

Online

#11 2023-03-01 08:12:47

yees7
Member
Registered: 2023-01-23
Posts: 11

Re: [SOLVED] Alacritty does not work on i3 (switching from GNOME)

Okay, I have removed the configs and running alacritty does the exact same thing as kitty. Refreshes when I resize it. alacritty -e top just becomes a grey screen but the background is supposed to be black.

Offline

#12 2023-03-01 09:08:31

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

Re: [SOLVED] Alacritty does not work on i3 (switching from GNOME)

I did the command to drop the xf86-video-intel like you said

What exact command was that? The grep seth posted is for checking whether any file still references it, the command to drop would be

pacman -R xf86-video-intel

Offline

#13 2023-03-01 10:00:07

yees7
Member
Registered: 2023-01-23
Posts: 11

Re: [SOLVED] Alacritty does not work on i3 (switching from GNOME)

I just ran the pacman -r command and everything is still the same. Got a new error when trying to run kitty:

[060 20:56:23.605871] [PARSE ERROR] Unknown OSC code: 13
[060 20:56:23.605956] [PARSE ERROR] Unknown OSC code: 708

This might be unrelated because I just setup pywal on i3 and it may be trying to parse colors or something. The text seems to be big on alacritty when showing half the neofetch (this happened before). I also tried to open vscode (the official microsoft one, not OSS) and it just freezes on opening, much like what happens on alacritty and kitty.

Offline

#14 2023-03-01 11:27:41

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

Re: [SOLVED] Alacritty does not work on i3 (switching from GNOME)

Post an updated xorg log and please also the output of "printenv".

Online

#15 2023-03-02 05:28:15

yees7
Member
Registered: 2023-01-23
Posts: 11

Re: [SOLVED] Alacritty does not work on i3 (switching from GNOME)

Nevermind, I was just going to reboot to show my xorg log and now everything works. xf86-video-intel must have been the problem for me. I just didn't reboot afterwards. Thank you for your help!

Offline

Board footer

Powered by FluxBB