Skip to content

Instantly share code, notes, and snippets.

View skrat's full-sized avatar

Dušan Maliarik skrat

View GitHub Profile
~/D/gyroflow-1.0.0-rc1 45.5s $ cargo run --release
Compiling gyroflow v1.0.0-rc1 (/home/skrat/Downloads/gyroflow-1.0.0-rc1)
Compiling qml-video-rs v0.1.0 (https://github.com/AdrianEddy/qml-video-rs.git#09d68194)
The following warnings were emitted during compilation:
warning: In file included from src/qt_gpu/qrhi_undistort.rs:13:
warning: /home/skrat/Downloads/gyroflow-1.0.0-rc1/src/qt_gpu/qrhi_undistort.cpp: In member function ‘bool QtRHIUndistort::init(MDKPlayer*, QSize, QSizeF, QSize)’:
warning: /home/skrat/Downloads/gyroflow-1.0.0-rc1/src/qt_gpu/qrhi_undistort.cpp:77:19: error: ‘class QRhiTexture’ has no member named ‘create’
warning: 77 | m_texOut->create();
warning: | ^~~~~~
[ 0.828][d][vo/gpu/vaapi-egl] p010
[ 0.828][d][vo/gpu/vaapi-egl] argb
[ 0.828][d][vo/gpu/vaapi-egl] abgr
[ 0.828][d][vo/gpu/vaapi-egl] rgb30
[ 0.828][v][vo/gpu/vaapi-egl] Done probing surface formats.
[ 0.828][v][vo/gpu] Loading hwdec driver 'cuda-nvdec'
[ 10.687][v][vo/gpu/cuda-nvdec] cu->cuInit(0) failed -> CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
[ 10.688][v][vo/gpu] Loading failed.
[ 10.688][v][vo/gpu] Loading hwdec driver 'drmprime-drm'
[ 10.688][v][vo/gpu/drmprime-drm] Failed to retrieve DRM fd from native display.
const template = document.createElement('template');
template.innerHTML = `
<style>
.loading {
font-weight: bold;
animation: Pulsate 4s linear infinite;
}
@keyframes Pulsate {
# i3 config file (v4)
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
set $mod Mod4
set $term termite
set $out_laptop LVDS-1
set $out_monitor HDMI-A-1
PID: 401531 (sway)
UID: 1000 (skrat)
GID: 1000 (skrat)
Signal: 11 (SEGV)
Timestamp: Tue 2020-12-15 19:50:24 MST (1 months 18 days ago)
Command Line: sway
Executable: /usr/bin/sway
Control Group: /user.slice/user-1000.slice/session-12.scope
Unit: session-12.scope
Slice: user-1000.slice
00:00:00.792 [ERROR] [sway/config/output.c:265] Configured mode for HDMI-A-1 not available
2021-02-02 15:58:25 - [swaybg/main.c:299] Found config HDMI-A-1 for output HDMI-A-1 (BenQ Corporation BenQ EL2870U D4J03604SL0)
2021-02-02 15:58:25 - [swaybg/main.c:299] Found config LVDS-1 for output LVDS-1 (Unknown 0x0382 0x00000000)
** Message: 15:58:25.320: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
** Message: 15:58:25.321: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
[2021-02-02 15:58:25.492] [info] Resources files: /home/skrat/.config/waybar/config, /home/skrat/.config/waybar/style.css
[2021-02-02 15:58:25.530] [warning] For a functional tray you must have libappindicator-* installed and export XDG_CURRENT_DESKTOP=Unity
(WW) Option "-listen" for file descriptors is deprecated
Please use "-listenfd" instead.
PID: 401531 (sway)
UID: 1000 (skrat)
GID: 1000 (skrat)
Signal: 11 (SEGV)
Timestamp: Tue 2020-12-15 19:50:24 MST (1 months 18 days ago)
Command Line: sway
Executable: /usr/bin/sway
Control Group: /user.slice/user-1000.slice/session-12.scope
Unit: session-12.scope
Slice: user-1000.slice
00:00:01.086 [sway/config/output.c:262] Configured mode for HDMI-A-1 not available
2021-01-29 22:58:38 - [swaybg-1.0/main.c:299] Found config HDMI-A-1 for output HDMI-A-1 (BenQ Corporation BenQ EL2870U D4J03604SL0)
2021-01-29 22:58:38 - [swaybg-1.0/main.c:299] Found config LVDS-1 for output LVDS-1 (Unknown 0x0382 0x00000000)
** Message: 22:58:38.702: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
** Message: 22:58:38.705: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
** Message: 22:58:38.710: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
(WW) Option "-listen" for file descriptors is deprecated
Please use "-listenfd" instead.
# i3 config file (v4)
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
set $mod Mod4
set $out_laptop LVDS-1
set $out_monitor HDMI-A-1
output $out_laptop pos 0 0
150c150
< .setStorage(1, GL::TextureFormat::RGB8, size)
---
> .setStorage(1, GL::TextureFormat::RGB, size)
154,155c154
< Shaders::MeshVisualizer3D::Flag::Wireframe|
< Shaders::MeshVisualizer3D::Flag::VertexId};
---
> Shaders::MeshVisualizer3D::Flag::Wireframe};
160,162c159