alacritty: Alacritty freezes/stops responding when on a secondary monitor

Expected Behavior

When moving a terminal window from my primary monitor to my secondary monitor or when opening a terminal window on my secondary monitor it should react normally.

Observed Behavior

As soon as the terminal window is on the secondary monitor, it freezes and does not accept any further input. The “X” on the decoration also does nothing, until the window manager detects that the application is not responding and offers to kill it.

A downgrade to alacritty 0.12.3 prevents this issue.

If you want me to run any short experiments, let me know. But this is my work account so I’ll only see messages during the week.

System

  • OS: Linux Debian Bookworm
  • Version: Version 0.13.1 (fe2a3c56)
    • Build from source with rust 1.75, but the version from cargo install has the same issue
    • Both Debug and Release builds are effected
    • Version 0.13.0 (also build from source) exibits the same behavior
  • Linux/BSD: X11/xfce

Logs

Version 0.13.1 Debug Build

zsh ❯ ./target/debug/alacritty --print-events -vvv
Created log file at "/tmp/Alacritty-47507.log"
[0.000015903s] [INFO ] [alacritty] Welcome to Alacritty
[0.000165786s] [INFO ] [alacritty] Version 0.13.1 (fe2a3c56)
[0.000193877s] [INFO ] [alacritty] Running on X11
[0.000385870s] [INFO ] [alacritty_config_derive] No config file found; using default
[0.005873722s] [INFO ] [alacritty] winit event: NewEvents(Init)
[0.005923367s] [INFO ] [alacritty] winit event: Resumed
[0.007852303s] [INFO ] [alacritty] Using GLX 1.4
[0.053971365s] [DEBUG] [alacritty] Picked GL Config:
                                     buffer_type: Some(Rgb { r_size: 8, g_size: 8, b_size: 8 })
                                     alpha_size: 8
                                     num_samples: 0
                                     hardware_accelerated: true
                                     supports_transparency: Some(true)
                                     config_api: Api(OPENGL | GLES1 | GLES2)
                                     srgb_capable: false
[0.060362963s] [INFO ] [alacritty] Window scale factor: 1.6666666666666667
[0.061454503s] [DEBUG] [alacritty] Loading "monospace" font
[0.079537123s] [TRACE] [crossfont] Number of fonts is 203
[0.079611560s] [TRACE] [crossfont] Got font path="/usr/share/fonts/truetype/noto/NotoSansMono-Regular.ttf", index=0
[0.079695888s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Regular, load_flags: TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.087161936s] [TRACE] [crossfont] Number of fonts is 213
[0.087249518s] [TRACE] [crossfont] Got font path="/usr/share/fonts/truetype/noto/NotoSansMono-Bold.ttf", index=0
[0.087344189s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Bold, load_flags: TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.094523392s] [TRACE] [crossfont] Number of fonts is 213
[0.094608391s] [TRACE] [crossfont] Got font path="/usr/share/fonts/truetype/noto/NotoSansMono-Regular.ttf", index=0
[0.094637470s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Regular, load_flags: NO_BITMAP | TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.102422969s] [TRACE] [crossfont] Number of fonts is 220
[0.102505867s] [TRACE] [crossfont] Got font path="/usr/share/fonts/truetype/noto/NotoSansMono-Bold.ttf", index=0
[0.102533042s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Bold, load_flags: NO_BITMAP | TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.110064821s] [INFO ] [alacritty] Running on Mesa Intel(R) UHD Graphics 620 (WHL GT2)
[0.110103999s] [INFO ] [alacritty] OpenGL version 4.6 (Core Profile) Mesa 22.3.6, shader_version 4.60
[0.110113854s] [INFO ] [alacritty] Using OpenGL 3.3 renderer
[0.116253186s] [DEBUG] [alacritty] Enabled debug logging for OpenGL
[0.116403586s] [DEBUG] [alacritty] Filling glyph cache with common glyphs
[0.129895397s] [INFO ] [alacritty] Cell size: 15 x 35
[0.129943297s] [INFO ] [alacritty] Padding: 0 x 0
[0.129956060s] [INFO ] [alacritty] Width: 800, Height: 600
[0.146181854s] [TRACE] [alacritty] Deriving dim colors from normal colors
[0.146249455s] [INFO ] [alacritty] PTY dimensions: 17 x 53
[0.148841567s] [INFO ] [alacritty] Initialisation complete
[0.148915064s] [INFO ] [alacritty] winit event: DeviceEvent { device_id: DeviceId(X(DeviceId(16))), event: Key(RawKeyEvent { physical_key: Code(Enter), state: Released }) }
[0.148954378s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(125829125)), event: Ime(Enabled) }
[0.155268750s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(125829125)), event: Resized(PhysicalSize { width: 800, height: 600 }) }
[0.155377128s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(125829125)), event: Moved(PhysicalPosition { x: 2795, y: 415 }) }
[0.155854085s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(125829125)), event: ScaleFactorChanged { scale_factor: 1.1666666666666667, inner_size_writer: InnerSizeWriter { new_inner_size: (Weak) } } }
[0.192491862s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.192531500s] [TRACE] [alacritty_terminal] Setting attribute: Reverse
[0.192558294s] [TRACE] [alacritty_terminal] Setting attribute: CancelReverse
[0.192573574s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.192585583s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.192604318s] [TRACE] [alacritty_terminal] Carriage return
[0.192615706s] [TRACE] [alacritty_terminal] Carriage return
[0.210647878s] [TRACE] [alacritty_terminal] Carriage return
[0.210697282s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.210712775s] [TRACE] [alacritty_terminal] Setting attribute: CancelReverse
[0.210722640s] [TRACE] [alacritty_terminal] Setting attribute: CancelUnderline
[0.210731599s] [TRACE] [alacritty_terminal] Clearing screen: Below
[0.210752311s] [TRACE] [alacritty_terminal] Carriage return
[0.210761324s] [TRACE] [alacritty_terminal] Linefeed
[0.210771048s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.210778933s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Cyan))
[0.210792684s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.210803106s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.210814597s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Green))
[0.210829148s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.210843265s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.210853745s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Green))
[0.210864937s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.210877269s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.210890507s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Green))
[0.210905567s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.210920132s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.210928339s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Red))
[0.210940104s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.210949878s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.210957645s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Red))
[0.210967413s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.210976678s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.210984348s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Red))
[0.210993601s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.211002117s] [TRACE] [alacritty_terminal] Carriage return
[0.211010534s] [TRACE] [alacritty_terminal] Linefeed
[0.211020167s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.211028208s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(White))
[0.211037767s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.211047567s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.211055577s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Green))
[0.211065432s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.211075038s] [TRACE] [alacritty_terminal] Clearing line: Right
[0.211088529s] [TRACE] [alacritty_terminal] Setting private mode: CursorKeys
[0.211098371s] [TRACE] [alacritty_terminal] Setting keypad application mode
[0.211107469s] [TRACE] [alacritty_terminal] Setting private mode: CursorKeys
[0.211115950s] [TRACE] [alacritty_terminal] Setting keypad application mode
[0.211124609s] [TRACE] [alacritty_terminal] Setting private mode: BracketedPaste
^C

Version 0.13.0 Debug Build

zsh ❯ ./target/debug/alacritty --print-events -vvv
Created log file at "/tmp/Alacritty-52223.log"
[0.000014655s] [INFO ] [alacritty] Welcome to Alacritty
[0.000152910s] [INFO ] [alacritty] Version 0.13.0 (78fa4d6f)
[0.000175741s] [INFO ] [alacritty] Running on X11
[0.000367611s] [INFO ] [alacritty_config_derive] No config file found; using default
[0.006560352s] [INFO ] [alacritty] winit event: NewEvents(Init)
[0.006619599s] [INFO ] [alacritty] winit event: Resumed
[0.011598907s] [INFO ] [alacritty] Using GLX 1.4
[0.060958061s] [DEBUG] [alacritty] Picked GL Config:
                                     buffer_type: Some(Rgb { r_size: 8, g_size: 8, b_size: 8 })
                                     alpha_size: 8
                                     num_samples: 0
                                     hardware_accelerated: true
                                     supports_transparency: Some(true)
                                     config_api: Api(OPENGL | GLES1 | GLES2)
                                     srgb_capable: false
[0.178282444s] [INFO ] [alacritty] Window scale factor: 1.6666666666666667
[0.182196117s] [DEBUG] [alacritty] Loading "monospace" font
[0.268230380s] [TRACE] [crossfont] Number of fonts is 203
[0.268324704s] [TRACE] [crossfont] Got font path="/usr/share/fonts/truetype/noto/NotoSansMono-Regular.ttf", index=0
[0.268425151s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Regular, load_flags: TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.277592120s] [TRACE] [crossfont] Number of fonts is 213
[0.277682216s] [TRACE] [crossfont] Got font path="/usr/share/fonts/truetype/noto/NotoSansMono-Bold.ttf", index=0
[0.277770369s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Bold, load_flags: TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.285419822s] [TRACE] [crossfont] Number of fonts is 213
[0.285510674s] [TRACE] [crossfont] Got font path="/usr/share/fonts/truetype/noto/NotoSansMono-Regular.ttf", index=0
[0.285535499s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Regular, load_flags: NO_BITMAP | TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.292842561s] [TRACE] [crossfont] Number of fonts is 220
[0.292906011s] [TRACE] [crossfont] Got font path="/usr/share/fonts/truetype/noto/NotoSansMono-Bold.ttf", index=0
[0.292927104s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Bold, load_flags: NO_BITMAP | TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.299375644s] [INFO ] [alacritty] Running on Mesa Intel(R) UHD Graphics 620 (WHL GT2)
[0.299416789s] [INFO ] [alacritty] OpenGL version 4.6 (Core Profile) Mesa 22.3.6, shader_version 4.60
[0.299427087s] [INFO ] [alacritty] Using OpenGL 3.3 renderer
[0.305050843s] [DEBUG] [alacritty] Enabled debug logging for OpenGL
[0.305367893s] [DEBUG] [alacritty] Filling glyph cache with common glyphs
[0.318998014s] [INFO ] [alacritty] Cell size: 15 x 35
[0.319044092s] [INFO ] [alacritty] Padding: 0 x 0
[0.319053572s] [INFO ] [alacritty] Width: 800, Height: 600
[0.329517608s] [TRACE] [alacritty] Deriving dim colors from normal colors
[0.329574108s] [INFO ] [alacritty] PTY dimensions: 17 x 53
[0.332890769s] [INFO ] [alacritty] Initialisation complete
[0.332964828s] [INFO ] [alacritty] winit event: DeviceEvent { device_id: DeviceId(X(DeviceId(16))), event: Key(RawKeyEvent { physical_key: Code(Enter), state: Released }) }
[0.333003676s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(106954757)), event: Ime(Enabled) }
[0.337040542s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(106954757)), event: Resized(PhysicalSize { width: 800, height: 600 }) }
[0.337219018s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(106954757)), event: Moved(PhysicalPosition { x: 2795, y: 415 }) }
[0.339683314s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(106954757)), event: ScaleFactorChanged { scale_factor: 1.1666666666666667, inner_size_writer: InnerSizeWriter { new_inner_size: (Weak) } } }
[0.380011050s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.380052635s] [TRACE] [alacritty_terminal] Setting attribute: Reverse
[0.380082406s] [TRACE] [alacritty_terminal] Setting attribute: CancelReverse
[0.380097499s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.380109700s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.380134013s] [TRACE] [alacritty_terminal] Carriage return
[0.380150270s] [TRACE] [alacritty_terminal] Carriage return
[0.398260559s] [TRACE] [alacritty_terminal] Carriage return
[0.398346039s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.398370519s] [TRACE] [alacritty_terminal] Setting attribute: CancelReverse
[0.398388418s] [TRACE] [alacritty_terminal] Setting attribute: CancelUnderline
[0.398410575s] [TRACE] [alacritty_terminal] Clearing screen: Below
[0.398448043s] [TRACE] [alacritty_terminal] Carriage return
[0.398458958s] [TRACE] [alacritty_terminal] Linefeed
[0.398474172s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.398487939s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Cyan))
[0.398511182s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.398527890s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.398540061s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Green))
[0.398551006s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.398564638s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.398576744s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Green))
[0.398594418s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.398610191s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.398623309s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Green))
[0.398639971s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.398657019s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.398669636s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Red))
[0.398692870s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.398708854s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.398721232s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Red))
[0.398737957s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.398752105s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.398764501s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Red))
[0.398779900s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.398793535s] [TRACE] [alacritty_terminal] Carriage return
[0.398807024s] [TRACE] [alacritty_terminal] Linefeed
[0.398836354s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.398851109s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(White))
[0.398867395s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.398882413s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.398894762s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Green))
[0.398911260s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.398925995s] [TRACE] [alacritty_terminal] Clearing line: Right
[0.398945539s] [TRACE] [alacritty_terminal] Setting private mode: CursorKeys
[0.398959705s] [TRACE] [alacritty_terminal] Setting keypad application mode
[0.398973411s] [TRACE] [alacritty_terminal] Setting private mode: CursorKeys
[0.398986702s] [TRACE] [alacritty_terminal] Setting keypad application mode
[0.399000305s] [TRACE] [alacritty_terminal] Setting private mode: BracketedPaste
^C

Version 0.13.1 Release Build

zsh ❯ ./target/debug/alacritty --print-events -vvv
Created log file at "/tmp/Alacritty-56068.log"
[0.000029791s] [INFO ] [alacritty] Welcome to Alacritty
[0.000255235s] [INFO ] [alacritty] Version 0.13.0 (78fa4d6f)
[0.000301684s] [INFO ] [alacritty] Running on X11
[0.000658929s] [INFO ] [alacritty_config_derive] No config file found; using default
[0.010628780s] [INFO ] [alacritty] winit event: NewEvents(Init)
[0.010694676s] [INFO ] [alacritty] winit event: Resumed
[0.012833525s] [INFO ] [alacritty] Using GLX 1.4
[0.058442738s] [DEBUG] [alacritty] Picked GL Config:
                                     buffer_type: Some(Rgb { r_size: 8, g_size: 8, b_size: 8 })
                                     alpha_size: 8
                                     num_samples: 0
                                     hardware_accelerated: true
                                     supports_transparency: Some(true)
                                     config_api: Api(OPENGL | GLES1 | GLES2)
                                     srgb_capable: false
[0.180053262s] [INFO ] [alacritty] Window scale factor: 1.6666666666666667
[0.184238700s] [DEBUG] [alacritty] Loading "monospace" font
[0.276098455s] [TRACE] [crossfont] Number of fonts is 203
[0.276317043s] [TRACE] [crossfont] Got font path="/usr/share/fonts/truetype/noto/NotoSansMono-Regular.ttf", index=0
[0.276496255s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Regular, load_flags: TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.288868665s] [TRACE] [crossfont] Number of fonts is 213
[0.288960750s] [TRACE] [crossfont] Got font path="/usr/share/fonts/truetype/noto/NotoSansMono-Bold.ttf", index=0
[0.289062033s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Bold, load_flags: TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.298992615s] [TRACE] [crossfont] Number of fonts is 213
[0.299098962s] [TRACE] [crossfont] Got font path="/usr/share/fonts/truetype/noto/NotoSansMono-Regular.ttf", index=0
[0.299127491s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Regular, load_flags: NO_BITMAP | TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.307098567s] [TRACE] [crossfont] Number of fonts is 220
[0.307158286s] [TRACE] [crossfont] Got font path="/usr/share/fonts/truetype/noto/NotoSansMono-Bold.ttf", index=0
[0.307180726s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Bold, load_flags: NO_BITMAP | TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.314642794s] [INFO ] [alacritty] Running on Mesa Intel(R) UHD Graphics 620 (WHL GT2)
[0.314686984s] [INFO ] [alacritty] OpenGL version 4.6 (Core Profile) Mesa 22.3.6, shader_version 4.60
[0.314697944s] [INFO ] [alacritty] Using OpenGL 3.3 renderer
[0.320625471s] [DEBUG] [alacritty] Enabled debug logging for OpenGL
[0.320765422s] [DEBUG] [alacritty] Filling glyph cache with common glyphs
[0.334902025s] [INFO ] [alacritty] Cell size: 15 x 35
[0.334949938s] [INFO ] [alacritty] Padding: 0 x 0
[0.334960086s] [INFO ] [alacritty] Width: 800, Height: 600
[0.337489928s] [TRACE] [alacritty] Deriving dim colors from normal colors
[0.337533632s] [INFO ] [alacritty] PTY dimensions: 17 x 53
[0.339920671s] [INFO ] [alacritty] Initialisation complete
[0.339975306s] [INFO ] [alacritty] winit event: DeviceEvent { device_id: DeviceId(X(DeviceId(16))), event: Key(RawKeyEvent { physical_key: Code(Enter), state: Released }) }
[0.340005316s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(106954757)), event: Ime(Enabled) }
[0.345933796s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(106954757)), event: Resized(PhysicalSize { width: 800, height: 600 }) }
[0.346029631s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(106954757)), event: Moved(PhysicalPosition { x: 2795, y: 415 }) }
[0.346386203s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(106954757)), event: ScaleFactorChanged { scale_factor: 1.1666666666666667, inner_size_writer: InnerSizeWriter { new_inner_size: (Weak) } } }
[0.385357744s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.385397886s] [TRACE] [alacritty_terminal] Setting attribute: Reverse
[0.385426327s] [TRACE] [alacritty_terminal] Setting attribute: CancelReverse
[0.385444923s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.385459022s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.385486556s] [TRACE] [alacritty_terminal] Carriage return
[0.385502501s] [TRACE] [alacritty_terminal] Carriage return
[0.403518243s] [TRACE] [alacritty_terminal] Carriage return
[0.403568336s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.403588527s] [TRACE] [alacritty_terminal] Setting attribute: CancelReverse
[0.403605329s] [TRACE] [alacritty_terminal] Setting attribute: CancelUnderline
[0.403621574s] [TRACE] [alacritty_terminal] Clearing screen: Below
[0.403656562s] [TRACE] [alacritty_terminal] Carriage return
[0.403670944s] [TRACE] [alacritty_terminal] Linefeed
[0.403686232s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.403699446s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Cyan))
[0.403718982s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.403734660s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.403747382s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Green))
[0.403762902s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.403778481s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.403790741s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Green))
[0.403808596s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.403822048s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.403831645s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Green))
[0.403847297s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.403864231s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.403877419s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Red))
[0.403894764s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.403908882s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.403922277s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Red))
[0.403939885s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.403955176s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.403971866s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Red))
[0.403988534s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.404002785s] [TRACE] [alacritty_terminal] Carriage return
[0.404016921s] [TRACE] [alacritty_terminal] Linefeed
[0.404032499s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.404046151s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(White))
[0.404062990s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.404079506s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.404092970s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Green))
[0.404110094s] [TRACE] [alacritty_terminal] Setting attribute: Reset
[0.404126181s] [TRACE] [alacritty_terminal] Clearing line: Right
[0.404146791s] [TRACE] [alacritty_terminal] Setting private mode: CursorKeys
[0.404161439s] [TRACE] [alacritty_terminal] Setting keypad application mode
[0.404176745s] [TRACE] [alacritty_terminal] Setting private mode: CursorKeys
[0.404191252s] [TRACE] [alacritty_terminal] Setting keypad application mode
[0.404205992s] [TRACE] [alacritty_terminal] Setting private mode: BracketedPaste
^C

About this issue

  • Original URL
  • State: closed
  • Created 6 months ago
  • Reactions: 4
  • Comments: 48 (19 by maintainers)

Commits related to this issue

Most upvoted comments

@przepompownia alacritty never stopped rendering in your logs after entering other monitor, so sounds like not our bug but either a compositor bug or graphics driver bug.

Do you have multi GPU system?

You can just cp it over.

@przepompownia you’re issue is likely that https://github.com/alacritty/alacritty/issues/7465 . In general you should open a separate thread of it’s not related to gnome suspension stuff, which you can verify with alacritty --print-events | grep Occluded, once you get Occluded(true) alacritty will stop rendering until Occluded(false).