Home
last modified time | relevance | path

Searched refs:wlr_log (Results 1 – 25 of 112) sorted by relevance

12345

/dports/x11-wm/cage/cage-0.1.2.1/
H A Dcage.c63 wlr_log(WLR_DEBUG, "Child process closed normally"); in sigchld_handler()
65 wlr_log(WLR_DEBUG, "Connection closed by server"); in sigchld_handler()
96 wlr_log(WLR_ERROR, "Unable to create pipe"); in spawn_primary_client()
128 wlr_log(WLR_DEBUG, "Child process created with pid %d", pid); in spawn_primary_client()
158 wlr_log(WLR_ERROR, in drop_permissions()
303 wlr_log(WLR_ERROR, "Cannot allocate a Wayland display");
331 wlr_log(WLR_ERROR, "Unable to create output layout");
358 wlr_log(WLR_ERROR, "Unable to create the seat");
365 wlr_log(WLR_ERROR, "Unable to create the idle tracker");
372 wlr_log(WLR_ERROR, "Cannot create the idle inhibitor");
[all …]
H A Doutput.c247 wlr_log(WLR_DEBUG, "Enabling output %s", wlr_output->name); in output_enable()
260 wlr_log(WLR_DEBUG, "Not disabling already disabled output %s", wlr_output->name); in output_disable()
264 wlr_log(WLR_DEBUG, "Disabling output %s", wlr_output->name); in output_disable()
302 wlr_log(WLR_DEBUG, "Not adding damage for disabled output %s", output->wlr_output->name); in output_damage_surface()
326 wlr_log(WLR_DEBUG, "Scanning out primary view"); in handle_output_damage_frame()
329 wlr_log(WLR_DEBUG, "Stopping primary view scan out"); in handle_output_damage_frame()
341 wlr_log(WLR_ERROR, "Cannot make damage output current"); in handle_output_damage_frame()
444 wlr_log(WLR_ERROR, "Failed to allocate output"); in handle_new_output()
478 wlr_log(WLR_ERROR, "Cannot load XCursor theme for output '%s' with scale %f", wlr_output->name, in handle_new_output()
496 wlr_log(WLR_DEBUG, "Not setting window title for disabled output %s", wlr_output->name); in output_set_window_title()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/backend/session/
H A Dlogind.c64 wlr_log(WLR_ERROR, "Failed to stat '%s'", path); in logind_take_device()
76 wlr_log(WLR_ERROR, "Failed to take device '%s': %s", path, in logind_take_device()
109 wlr_log(WLR_ERROR, "Failed to stat device '%d': %s", fd, in logind_release_device()
122 wlr_log(WLR_ERROR, "Failed to release device '%d': %s", fd, in logind_release_device()
146 wlr_log(WLR_ERROR, "Failed to change to vt '%u'", vt); in logind_change_vt()
236 wlr_log(WLR_ERROR, "Failed to take control of session: %s", in take_control()
303 wlr_log(WLR_INFO, "SessionRemoved signal received"); in session_removed()
474 wlr_log(WLR_ERROR, "Failed to get 'Active' property: %s", in session_properties_changed()
660 wlr_log(WLR_ERROR, "Failed to get sessions"); in get_greeter_session()
665 wlr_log(WLR_ERROR, "User has no sessions"); in get_greeter_session()
[all …]
H A Dsession.c45 wlr_log(WLR_DEBUG, "udev event for %s (%s)", in udev_event()
88 wlr_log(WLR_ERROR, "wlroots is not compiled with libseat support"); in wlr_session_create()
95 wlr_log(WLR_ERROR, "wlroots is not compiled with logind support"); in wlr_session_create()
102 wlr_log(WLR_ERROR, "Unsupported WLR_SESSION: %s", in wlr_session_create()
113 wlr_log(WLR_ERROR, "Failed to load session backend"); in wlr_session_create()
210 wlr_log(WLR_ERROR, "Tried to use fd %d not opened by session", fd); in find_device()
283 wlr_log(WLR_ERROR, "Unable to open %s as DRM device", ptr); in explicit_find_gpus()
305 wlr_log(WLR_ERROR, "Failed to create udev enumeration"); in wlr_session_find_gpus()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/xwayland/selection/
H A Doutgoing.c74 wlr_log(WLR_DEBUG, "Destroying transfer %p", transfer); in xwm_selection_transfer_destroy_outgoing()
118 wlr_log(WLR_DEBUG, "got %zu bytes, starting incr", in xwm_data_source_read()
146 wlr_log(WLR_DEBUG, "non-incr transfer complete"); in xwm_data_source_read()
151 wlr_log(WLR_DEBUG, "incr transfer complete"); in xwm_data_source_read()
165 wlr_log(WLR_DEBUG, "nothing happened, buffered the bytes"); in xwm_data_source_read()
177 wlr_log(WLR_DEBUG, "property deleted"); in xwm_send_incr_chunk()
181 wlr_log(WLR_DEBUG, "setting new property, %zu bytes", in xwm_send_incr_chunk()
235 wlr_log(WLR_DEBUG, "Starting transfer %p", transfer); in xwm_selection_transfer_start_outgoing()
288 wlr_log(WLR_ERROR, "not sending selection: " in xwm_selection_send_data()
296 wlr_log(WLR_ERROR, "Allocation failed"); in xwm_selection_send_data()
[all …]
H A Dincoming.c30 wlr_log(WLR_ERROR, "write error to target fd: %m"); in xwm_data_source_write()
34 wlr_log(WLR_DEBUG, "wrote %zd (chunk size %zd) of %d bytes", in xwm_data_source_write()
44 wlr_log(WLR_DEBUG, "deleting property"); in xwm_data_source_write()
49 wlr_log(WLR_DEBUG, "transfer complete"); in xwm_data_source_write()
77 wlr_log(WLR_DEBUG, "xwm_get_incr_chunk"); in xwm_get_incr_chunk()
91 wlr_log(WLR_ERROR, "cannot get selection property"); in xwm_get_incr_chunk()
101 wlr_log(WLR_DEBUG, "transfer complete"); in xwm_get_incr_chunk()
122 wlr_log(WLR_ERROR, "Cannot get selection property"); in xwm_selection_get_data()
159 wlr_log(WLR_DEBUG, "Cannot send X11 selection to Wayland: " in source_send()
395 wlr_log(WLR_ERROR, "convert selection failed"); in xwm_handle_selection_notify()
[all …]
H A Ddnd.c169 wlr_log(WLR_DEBUG, "ignoring XdndStatus client message because " in xwm_handle_selection_client_message()
181 wlr_log(WLR_DEBUG, "ignoring XdndStatus client message because " in xwm_handle_selection_client_message()
195 wlr_log(WLR_DEBUG, "DND_STATUS window=%" PRIu32 " accepted=%d action=%d", in xwm_handle_selection_client_message()
203 wlr_log(WLR_DEBUG, "ignoring XdndFinished client message because " in xwm_handle_selection_client_message()
217 wlr_log(WLR_DEBUG, "ignoring XdndFinished client message because " in xwm_handle_selection_client_message()
229 wlr_log(WLR_DEBUG, "DND_FINISH window=%" PRIu32 " performed=%d action=%d", in xwm_handle_selection_client_message()
291 wlr_log(WLR_DEBUG, "Wayland drag dropped over an Xwayland window"); in seat_handle_drag_drop()
301 wlr_log(WLR_DEBUG, "Wayland drag cancelled over an Xwayland window"); in seat_handle_drag_destroy()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/render/
H A Degl.c15 wlr_log(WLR_ERROR, "eglGetConfigs returned no configs"); in egl_get_config()
23 wlr_log(WLR_ERROR, "eglChooseConfig failed"); in egl_get_config()
40 wlr_log(WLR_ERROR, "no valid egl config found"); in egl_get_config()
225 wlr_log(WLR_ERROR, "Failed to create EGL display"); in wlr_egl_init()
233 wlr_log(WLR_ERROR, "Failed to initialize EGL"); in wlr_egl_init()
293 wlr_log(WLR_ERROR, "Failed to get EGL config"); in wlr_egl_init()
329 wlr_log(WLR_ERROR, "Failed to create EGL context"); in wlr_egl_init()
431 wlr_log(WLR_ERROR, "eglMakeCurrent failed"); in wlr_egl_make_current()
444 wlr_log(WLR_ERROR, "eglMakeCurrent failed"); in wlr_egl_unset_current()
525 wlr_log(WLR_ERROR, "eglSwapBuffers failed"); in wlr_egl_swap_buffers()
[all …]
/dports/x11-toolkits/wlroots/wlroots-0.12.0/backend/drm/
H A Ddrm.c37 wlr_log(WLR_ERROR, in check_drm_features()
44 wlr_log(WLR_ERROR, in check_drm_features()
62 wlr_log(WLR_DEBUG, in check_drm_features()
66 wlr_log(WLR_DEBUG, in check_drm_features()
70 wlr_log(WLR_DEBUG, "Using atomic DRM interface"); in check_drm_features()
715 wlr_log(WLR_DEBUG, in drm_connector_init_renderer()
860 wlr_log(WLR_INFO, "Registered custom mode " in wlr_drm_connector_add_mode()
1088 wlr_log(WLR_DEBUG, "Reallocating CRTCs"); in realloc_crtcs()
1256 wlr_log(WLR_INFO, "Scanning DRM connectors"); in scan_drm_connectors()
1352 wlr_log(WLR_DEBUG, "Current CRTC: %d", in scan_drm_connectors()
[all …]
H A Dbackend.c91 wlr_log(WLR_INFO, "DRM fd resumed"); in session_signal()
103 wlr_log(WLR_INFO, "DRM fd paused"); in session_signal()
112 wlr_log(WLR_DEBUG, "%s invalidated", name); in drm_invalidated()
138 wlr_log(WLR_INFO, "Initializing DRM backend for %s (%s)", name, version->name); in wlr_drm_backend_create()
166 wlr_log(WLR_ERROR, "Failed to create DRM event source"); in wlr_drm_backend_create()
182 wlr_log(WLR_ERROR, "Failed to initialize renderer"); in wlr_drm_backend_create()
H A Drenderer.c20 wlr_log(WLR_ERROR, "Failed to create GBM device"); in init_drm_renderer()
43 wlr_log(WLR_ERROR, "Failed to create EGL/WLR renderer"); in init_drm_renderer()
102 wlr_log(WLR_ERROR, "Failed to create EGL surface"); in init_drm_surface()
217 wlr_log(WLR_ERROR, "Plane %"PRIu32" doesn't support format 0x%"PRIX32, in drm_plane_init_surface()
278 wlr_log(WLR_ERROR, "Failed to swap buffers"); in drm_fb_lock_surface()
284 wlr_log(WLR_ERROR, "Failed to lock front buffer"); in drm_fb_lock_surface()
381 wlr_log(WLR_ERROR, "Tried to acquire an FB with a NULL BO"); in drm_fb_acquire()
414 wlr_log(WLR_ERROR, "Failed to swap buffers"); in drm_fb_acquire()
420 wlr_log(WLR_ERROR, "Failed to lock front buffer"); in drm_fb_acquire()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/backend/
H A Dbackend.c157 wlr_log(WLR_INFO, "Found %zu GPUs", num_gpus); in attempt_drm_backend()
163 wlr_log(WLR_ERROR, "Failed to open DRM device %d", gpus[i]); in attempt_drm_backend()
195 wlr_log(WLR_ERROR, "failed to start a session"); in attempt_backend_by_name()
207 wlr_log(WLR_ERROR, "unrecognized backend '%s'", name); in attempt_backend_by_name()
216 wlr_log(WLR_ERROR, "could not allocate multibackend"); in wlr_backend_autocreate()
224 wlr_log(WLR_ERROR, "allocation failed"); in wlr_backend_autocreate()
235 wlr_log(WLR_ERROR, "failed to start backend '%s'", name); in wlr_backend_autocreate()
243 wlr_log(WLR_ERROR, "failed to add backend '%s'", name); in wlr_backend_autocreate()
285 wlr_log(WLR_ERROR, "Failed to start a DRM session"); in wlr_backend_autocreate()
293 wlr_log(WLR_ERROR, "Failed to start libinput backend"); in wlr_backend_autocreate()
[all …]
/dports/x11-wm/phoc/phoc-f26fa0123742ba95d303ad552fc1f8d2d0117288/src/
H A Dsettings.c89 wlr_log(WLR_ERROR, "Invalid switch action %s for switch %s:%s", in add_switch_config()
123 wlr_log(WLR_ERROR, "got unknown cursor config: %s", name); in config_handle_cursor()
145 wlr_log(WLR_ERROR, "got unknown xwayland value: %s", value); in config_ini_handler()
148 wlr_log(WLR_ERROR, "got unknown core config: %s", name); in config_ini_handler()
221 wlr_log(WLR_DEBUG, "Configured output %s with mode %dx%d@%f", in config_ini_handler()
231 wlr_log(WLR_ERROR, "Invalid modeline: %s", value); in config_ini_handler()
268 wlr_log(WLR_ERROR, in config_ini_handler()
273 wlr_log(WLR_ERROR, "got unknown device config: %s", name); in config_ini_handler()
306 wlr_log(WLR_ERROR, "config path too long"); in roots_config_create()
311 wlr_log(WLR_ERROR, "could not get cwd"); in roots_config_create()
[all …]
/dports/x11-toolkits/wlroots/wlroots-0.12.0/backend/libinput/
H A Dbackend.c35 wlr_log(WLR_ERROR, "Failed to dispatch libinput"); in handle_libinput_readable()
70 wlr_log(WLR_DEBUG, "Initializing libinput"); in backend_start()
75 wlr_log(WLR_ERROR, "Failed to create libinput context"); in backend_start()
81 wlr_log(WLR_ERROR, "Failed to assign libinput seat"); in backend_start()
99 wlr_log(WLR_ERROR, "libinput initialization failed, no input devices"); in backend_start()
100 wlr_log(WLR_ERROR, "Set WLR_LIBINPUT_NO_DEVICES=1 to suppress this check"); in backend_start()
113 wlr_log(WLR_ERROR, "Failed to create input event on event loop"); in backend_start()
116 wlr_log(WLR_DEBUG, "libinput successfully initialized"); in backend_start()
192 wlr_log(WLR_ERROR, "Allocation failed: %s", strerror(errno)); in wlr_libinput_backend_create()
198 wlr_log(WLR_ERROR, "Allocation failed: %s", strerror(errno)); in wlr_libinput_backend_create()
H A Dpointer.c16 wlr_log(WLR_ERROR, "Unable to allocate wlr_pointer"); in create_libinput_pointer()
28 wlr_log(WLR_DEBUG, "Got a pointer event for a device with no pointers?"); in handle_pointer_motion()
50 wlr_log(WLR_DEBUG, "Got a pointer event for a device with no pointers?"); in handle_pointer_motion_abs()
70 wlr_log(WLR_DEBUG, "Got a pointer event for a device with no pointers?"); in handle_pointer_button()
97 wlr_log(WLR_DEBUG, "Got a pointer event for a device with no pointers?"); in handle_pointer_axis()
149 wlr_log(WLR_DEBUG, "Got a pointer gesture event for a device with no pointers?"); in handle_pointer_swipe_begin()
168 wlr_log(WLR_DEBUG, "Got a pointer gesture event for a device with no pointers?"); in handle_pointer_swipe_update()
189 wlr_log(WLR_DEBUG, "Got a pointer gesture event for a device with no pointers?"); in handle_pointer_swipe_end()
208 wlr_log(WLR_DEBUG, "Got a pointer gesture event for a device with no pointers?"); in handle_pointer_pinch_begin()
227 wlr_log(WLR_DEBUG, "Got a pointer gesture event for a device with no pointers?"); in handle_pointer_pinch_update()
[all …]
H A Dtouch.c16 wlr_log(WLR_ERROR, "Unable to allocate wlr_touch"); in create_libinput_touch()
28 wlr_log(WLR_DEBUG, "Got a touch event for a device with no touch?"); in handle_touch_down()
48 wlr_log(WLR_DEBUG, "Got a touch event for a device with no touch?"); in handle_touch_up()
66 wlr_log(WLR_DEBUG, "Got a touch event for a device with no touch?"); in handle_touch_motion()
86 wlr_log(WLR_DEBUG, "Got a touch event for a device with no touch?"); in handle_touch_cancel()
H A Dswitch.c16 wlr_log(WLR_ERROR, "Unable to allocate wlr_switch"); in create_libinput_switch()
20 wlr_log(WLR_DEBUG, "Created switch for device %s", libinput_device_get_name(libinput_dev)); in create_libinput_switch()
29 wlr_log(WLR_DEBUG, "Got a switch event for a device with no switch?"); in handle_switch_toggle()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/backend/headless/
H A Dinput_device.c43 wlr_log(WLR_ERROR, "Unable to allocate wlr_keyboard"); in wlr_headless_add_input_device()
51 wlr_log(WLR_ERROR, "Unable to allocate wlr_pointer"); in wlr_headless_add_input_device()
59 wlr_log(WLR_ERROR, "Unable to allocate wlr_touch"); in wlr_headless_add_input_device()
67 wlr_log(WLR_ERROR, "Unable to allocate wlr_tablet"); in wlr_headless_add_input_device()
75 wlr_log(WLR_ERROR, "Unable to allocate wlr_tablet_pad"); in wlr_headless_add_input_device()
83 wlr_log(WLR_ERROR, "Unable to allocate wlr_switch"); in wlr_headless_add_input_device()
H A Dbackend.c21 wlr_log(WLR_INFO, "Starting headless backend"); in backend_start()
113 wlr_log(WLR_INFO, "GL_RGBA8_OES not supported, " in backend_init()
129 wlr_log(WLR_INFO, "Creating headless backend"); in wlr_headless_backend_create()
134 wlr_log(WLR_ERROR, "Failed to allocate wlr_headless_backend"); in wlr_headless_backend_create()
155 wlr_log(WLR_ERROR, "Failed to create renderer"); in wlr_headless_backend_create()
171 wlr_log(WLR_INFO, "Creating headless backend"); in wlr_headless_backend_create_with_renderer()
176 wlr_log(WLR_ERROR, "Failed to allocate wlr_headless_backend"); in wlr_headless_backend_create_with_renderer()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/xwayland/
H A Dserver.c51 wlr_log(WLR_ERROR, "Failed to unset CLOEXEC on FD"); in exec_xwayland()
55 wlr_log(WLR_ERROR, "Failed to unset CLOEXEC on FD"); in exec_xwayland()
92wlr_log(WLR_INFO, "WAYLAND_SOCKET=%d Xwayland :%d -rootless -terminate -listen %d -listen %d -wm %… in exec_xwayland()
112 wlr_log(WLR_INFO, "Using Xwayland binary '%s' due to WLR_XWAYLAND", in exec_xwayland()
200 wlr_log(WLR_INFO, "Restarting Xwayland (lazy)"); in handle_client_destroy()
203 wlr_log(WLR_INFO, "Restarting Xwayland"); in handle_client_destroy()
234 wlr_log(WLR_ERROR, "Xwayland startup failed, not setting up xwm"); in xserver_handle_ready()
237 wlr_log(WLR_DEBUG, "Xserver is ready"); in xserver_handle_ready()
281 wlr_log(WLR_ERROR, "Failed to set O_CLOEXEC on socket"); in server_start()
293 wlr_log(WLR_ERROR, "Failed to set O_CLOEXEC on socket"); in server_start()
[all …]
H A Dxwm.c428 wlr_log(WLR_DEBUG, "XCB_ATOM_WM_CLASS: %s %s", in read_surface_class()
452 wlr_log(WLR_DEBUG, "XCB_ATOM_WM_WINDOW_ROLE: %s", in read_surface_role()
540 wlr_log(WLR_DEBUG, "NET_WM_PID %d", xsurface->pid); in read_surface_pid()
586 wlr_log(WLR_DEBUG, "WM_PROTOCOLS (%zu)", atoms_len); in read_surface_protocols()
1020 wlr_log(WLR_DEBUG, "XCB_MAP_NOTIFY (%u)", ev->window); in xwm_handle_map_notify()
1059 wlr_log(WLR_DEBUG, in xwm_handle_surface_id_message()
1427 wlr_log(WLR_ERROR, in xwm_handle_xcb_error()
1685 wlr_log(WLR_DEBUG, "xfixes not available"); in xwm_get_resources()
1774 wlr_log(WLR_DEBUG, "No 32 bit visualtype\n"); in xwm_get_visual_and_colormap()
1809 wlr_log(WLR_DEBUG, "No 32 bit render format"); in xwm_get_render_format()
[all …]
/dports/x11-toolkits/wlroots/wlroots-0.12.0/render/gles2/
H A Dtexture.c49 wlr_log(WLR_ERROR, "Cannot write pixels to immutable texture"); in gles2_texture_write_pixels()
146 wlr_log(WLR_ERROR, "Unsupported pixel format %"PRIu32, wl_fmt); in gles2_texture_from_pixels()
153 wlr_log(WLR_ERROR, "Allocation failed"); in gles2_texture_from_pixels()
196 wlr_log(WLR_ERROR, "Failed to create EGL image from wl_drm resource"); in gles2_texture_from_wl_drm()
203 wlr_log(WLR_ERROR, "Allocation failed"); in gles2_texture_from_wl_drm()
223 wlr_log(WLR_ERROR, "Invalid or unsupported EGL buffer format"); in gles2_texture_from_wl_drm()
256 wlr_log(WLR_ERROR, "Cannot create DMA-BUF texture: EGL extension " in gles2_texture_from_dmabuf()
276 wlr_log(WLR_ERROR, "Allocation failed"); in gles2_texture_from_dmabuf()
291 wlr_log(WLR_ERROR, "Failed to create EGL image from DMA-BUF"); in gles2_texture_from_dmabuf()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/backend/wayland/
H A Dbackend.c38 wlr_log(WLR_ERROR, "Failed to read from remote Wayland display"); in dispatch_events()
57 wlr_log(WLR_ERROR, "Failed to dispatch remote Wayland display"); in dispatch_events()
100 wlr_log(WLR_DEBUG, "Remote wayland global: %s v%" PRIu32, iface, version); in registry_global()
156 wlr_log(WLR_INFO, "Initializating wayland backend"); in backend_start()
253 wlr_log(WLR_INFO, "Creating wayland backend"); in wlr_wl_backend_create()
283 wlr_log(WLR_ERROR, in wlr_wl_backend_create()
288 wlr_log(WLR_ERROR, in wlr_wl_backend_create()
299 wlr_log(WLR_ERROR, "Failed to create event source"); in wlr_wl_backend_create()
322 wlr_log(WLR_ERROR, "Could not create renderer"); in wlr_wl_backend_create()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/backend/x11/
H A Dbackend.c185 wlr_log(WLR_ERROR, "Failed to open X connection"); in wlr_x11_backend_create()
191 wlr_log(WLR_ERROR, "Failed to open xcb connection"); in wlr_x11_backend_create()
230 wlr_log(WLR_ERROR, "X11 does not support Xfixes extension"); in wlr_x11_backend_create()
240 wlr_log(WLR_ERROR, "X11 does not support required Xfixes version"); in wlr_x11_backend_create()
248 wlr_log(WLR_ERROR, "X11 does not support Xinput extension"); in wlr_x11_backend_create()
259 wlr_log(WLR_ERROR, "X11 does not support required Xinput version"); in wlr_x11_backend_create()
270 wlr_log(WLR_ERROR, "Could not create event source"); in wlr_x11_backend_create()
295 wlr_log(WLR_ERROR, "Failed to create renderer"); in wlr_x11_backend_create()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/backend/noop/
H A Dbackend.c16 wlr_log(WLR_INFO, "Starting noop backend"); in backend_start()
51 wlr_log(WLR_INFO, "Creating noop backend"); in wlr_noop_backend_create()
56 wlr_log(WLR_ERROR, "Failed to allocate wlr_noop_backend"); in wlr_noop_backend_create()

12345