This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function checkUsbDrive() { | |
var STORAGED_SERVICE = "org.freedesktop.UDisks2"; | |
var STORAGED_OPATH_PFX = "/org/freedesktop/UDisks2"; | |
var STORAGED_IFACE_PFX = "org.freedesktop.UDisks2"; | |
var udisks = cockpit.dbus(STORAGED_SERVICE); | |
var udisks_manager = udisks.proxy(STORAGED_IFACE_PFX, | |
STORAGED_OPATH_PFX + "/Manager", { watch: true }); | |
udisks_manager.wait(); | |
console.log(udisks_manager.valid); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: GLSL IR for shader 35: | |
( | |
(declare (location=2 shader_out ) vec4 gl_FragColor) | |
(declare (location=24 shader_in ) bool gl_FrontFacing) | |
(declare (location=0 shader_in ) vec4 gl_FragCoord) | |
(declare (location=2 shader_in ) vec4 gl_SecondaryColor) | |
(declare (location=1 shader_in ) vec4 gl_Color) | |
(declare (location=3 shader_in ) float gl_FogFragCoord) | |
(declare (location=4 shader_in ) (array vec4 0) gl_TexCoord) | |
(declare (uniform ) (array mat4 8) gl_TextureMatrixInverseTranspose) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: | |
: NIR IR for linked fragment program 36: | |
shader: MESA_SHADER_FRAGMENT | |
name: GLSL36 | |
label: composite | |
inputs: 0 | |
outputs: 0 | |
uniforms: 0 | |
shared: 0 | |
decl_var uniform INTERP_MODE_NONE int source_repeat_mode (0, 0, 0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kf5idletime_kwayland: This plugin does not support polling idle time | |
kwayland-client: Wayland Interface: wl_compositor / 1 / 3 | |
kwayland-client: Wayland Interface: wl_shell / 2 / 1 | |
kwayland-client: Wayland Interface: xdg_shell / 3 / 1 | |
kwayland-client: Wayland Interface: zxdg_shell_v6 / 4 / 1 | |
kwayland-client: Wayland Interface: wl_shm / 5 / 1 | |
kwayland-client: Wayland Interface: wl_seat / 6 / 5 | |
kwayland-client: Wayland Interface: zwp_pointer_gestures_v1 / 7 / 1 | |
kwayland-client: Wayland Interface: zwp_pointer_constraints_v1 / 8 / 1 | |
kwayland-client: Wayland Interface: wl_data_device_manager / 9 / 3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
neon@neon:~$ sudo gdb -p $(pidof kwin_wayland) | |
GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git | |
Copyright (C) 2018 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
and "show warranty" for details. | |
This GDB was configured as "aarch64-linux-gnu". | |
Type "show configuration" for configuration details. | |
For bug reporting instructions, please see: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thread 1 "kwin_wayland" hit Breakpoint 2, lima_draw_vbo (pctx=0xaaaaec9696f0, info=0xffffe44d9e18) at ../../../../.././src/gallium/drivers/lima/lima_draw.c:962 | |
962 debug_checkpoint(); | |
(gdb) | |
964 struct lima_context *ctx = lima_context(pctx); | |
(gdb) | |
966 if (!ctx->vs || !ctx->fs) { | |
(gdb) | |
971 if (!lima_update_vs_state(ctx) || !lima_update_fs_state(ctx)) | |
(gdb) | |
975 ctx->vs->bo->map, ctx->vs->shader_size, false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
u_vbuf_draw_vbo (mgr=0xaaaae1e4fdf0, info=0xffffe9cb5e58) at ../../../.././src/gallium/auxiliary/util/u_vbuf.c:1160 | |
1160 return; | |
(gdb) | |
1296 } | |
(gdb) | |
cso_draw_vbo (cso=0xaaaae1e4e340, info=0xffffe9cb5e58) at ../../../.././src/gallium/auxiliary/cso_cache/cso_context.c:1720 | |
1720 } | |
(gdb) | |
st_draw_vbo (ctx=0xaaaae1e16590, prims=0xffffe9cb5ee0, nr_prims=1, ib=0x0, index_bounds_valid=1 '\001', min_index=0, max_index=3, tfb_vertcount=0x0, stream=0, indirect=0x0) at ../../.././src/mesa/state_tracker/st_draw.c:215 | |
215 for (i = 0; i < nr_prims; i++) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
u_vbuf_draw_vbo (mgr=0xaaaae1e4fdf0, info=0xffffe9cb5e58) at ../../../.././src/gallium/auxiliary/util/u_vbuf.c:1160 | |
1160 return; | |
(gdb) | |
1296 } | |
(gdb) | |
cso_draw_vbo (cso=0xaaaae1e4e340, info=0xffffe9cb5e58) at ../../../.././src/gallium/auxiliary/cso_cache/cso_context.c:1720 | |
1720 } | |
(gdb) | |
st_draw_vbo (ctx=0xaaaae1e16590, prims=0xffffe9cb5ee0, nr_prims=1, ib=0x0, index_bounds_valid=1 '\001', min_index=0, max_index=3, tfb_vertcount=0x0, stream=0, indirect=0x0) at ../../.././src/mesa/state_tracker/st_draw.c:215 | |
215 for (i = 0; i < nr_prims; i++) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
org.kde.kactivities.lib.core: Killing the consumer | |
org.kde.klipper: Checking clip data | |
org.kde.klipper: was empty. Retried, now still empty | |
lima_pipe_flush: flags=0 | |
lima_pipe_flush: do nothing | |
lima_pipe_flush: flags=0 | |
lima_pipe_flush: do nothing | |
lima_flush_resource | |
flush res=0xaaaac71c3320 | |
lima_surface_create: pres=0xaaaac6742940 psurf=0xaaaac724cee0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thread 11 (Thread 0xffff535fe0c0 (LWP 944)): | |
#0 0x0000ffff81d7b22c in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0xffff80cbb6a8) at ../sysdeps/unix/sysv/linux/futex-internal.h:88 | |
#1 0x0000ffff81d7b22c in __pthread_cond_wait_common (abstime=0x0, mutex=0xffff80cbb650, cond=0xffff80cbb680) at pthread_cond_wait.c:502 | |
#2 0x0000ffff81d7b22c in __pthread_cond_wait (cond=0xffff80cbb680, mutex=0xffff80cbb650) at pthread_cond_wait.c:655 | |
#3 0x0000ffff80c142bc in () at /usr/lib/aarch64-linux-gnu/libQt5Script.so.5 | |
#4 0x0000ffffcce5b550 in () | |
Thread 10 (Thread 0xffff53fff0c0 (LWP 937)): | |
#0 0x0000ffff81d7b544 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0xffff00000000, expected=0, futex_word=0xaaaae20d29ec) |