Skip to content

Instantly share code, notes, and snippets.

@stratosgear
Created April 26, 2024 22:17
Show Gist options
  • Select an option

  • Save stratosgear/f0a1644f138bfee36b4b32005ec3a6a4 to your computer and use it in GitHub Desktop.

Select an option

Save stratosgear/f0a1644f138bfee36b4b32005ec3a6a4 to your computer and use it in GitHub Desktop.

Revisions

  1. stratosgear created this gist Apr 26, 2024.
    43 changes: 43 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,43 @@

    ➜ strace -t -o i3lock.strace i3lock -n --debug
    [i3lock-debug] device = 3
    [i3lock-debug] Resource Xft.dpi not specified, skipping.
    [i3lock-debug] Using fallback for calculating DPI.
    [i3lock-debug] Using dpi = 96
    [i3lock-debug] Querying monitors using RandR 1.5
    [i3lock-debug] 1 RandR monitors found (timestamp 8083)
    [i3lock-debug] found RandR monitor: 2256 x 1504 at 0 x 0
    [i3lock-debug] scaling_factor is 1, physical diameter is 190 px
    [i3lock-debug] device = 3
    [i3lock-debug] Watching window 0x04000004
    [i3lock-debug] redraw_screen(unlock_state = 0, auth_state = 0)
    [i3lock-debug] allocating pixmap for 2256 x 1504 px
    [i3lock-debug] scaling_factor is 1, physical diameter is 190 px
    [i3lock-debug] current password = t
    [i3lock-debug] redraw_screen(unlock_state = 2, auth_state = 0)
    [i3lock-debug] scaling_factor is 1, physical diameter is 190 px
    [i3lock-debug] current password = te
    [i3lock-debug] redraw_screen(unlock_state = 2, auth_state = 0)
    [i3lock-debug] scaling_factor is 1, physical diameter is 190 px
    [i3lock-debug] redraw_screen(unlock_state = 1, auth_state = 0)
    [i3lock-debug] scaling_factor is 1, physical diameter is 190 px
    [i3lock-debug] current password = tes
    [i3lock-debug] redraw_screen(unlock_state = 2, auth_state = 0)
    [i3lock-debug] scaling_factor is 1, physical diameter is 190 px
    [i3lock-debug] redraw_screen(unlock_state = 1, auth_state = 0)
    [i3lock-debug] scaling_factor is 1, physical diameter is 190 px
    [i3lock-debug] current password = test
    [i3lock-debug] redraw_screen(unlock_state = 2, auth_state = 0)
    [i3lock-debug] scaling_factor is 1, physical diameter is 190 px
    [i3lock-debug] redraw_screen(unlock_state = 1, auth_state = 0)
    [i3lock-debug] scaling_factor is 1, physical diameter is 190 px
    [i3lock-debug] redraw_screen(unlock_state = 1, auth_state = 0)
    [i3lock-debug] scaling_factor is 1, physical diameter is 190 px
    [i3lock-debug] redraw_screen(unlock_state = 1, auth_state = 0)
    [i3lock-debug] scaling_factor is 1, physical diameter is 190 px
    [i3lock-debug] redraw_screen(unlock_state = 0, auth_state = 1)
    [i3lock-debug] scaling_factor is 1, physical diameter is 190 px
    [i3lock-debug] successfully authenticated
    [i3lock-debug] restoring focus to X11 window 0x03e0000e
    [i3lock-debug] Read event of type 18
    [i3lock-debug] UnmapNotify for 0x04000004
    3,051 changes: 3,051 additions & 0 deletions i3lock.strace
    3,051 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.