This file contains 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
#!/usr/bin/env python3 | |
""" | |
ACEBase Python Client | |
usage: | |
pip3 install websocket-client | |
./acebase-demo-client.py | |
""" |
This file contains 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
Jul 19 15:58:28 orac systemd[8114]: Starting GNOME Shell on Wayland... | |
Jul 19 15:58:28 orac gnome-shell[691728]: Running GNOME Shell (using mutter 42.2) as a Wayland display server | |
Jul 19 15:58:28 orac gnome-shell[691728]: Device '/dev/dri/card0' prefers shadow buffer | |
Jul 19 15:58:28 orac gnome-shell[691728]: Added device '/dev/dri/card0' (i915) using atomic mode setting. | |
Jul 19 15:58:28 orac gnome-shell[691728]: Enabling experimental feature 'scale-monitor-framebuffer' | |
Jul 19 15:58:28 orac gnome-shell[691728]: Created gbm renderer for '/dev/dri/card0' | |
Jul 19 15:58:28 orac gnome-shell[691728]: Boot VGA GPU /dev/dri/card0 selected as primary | |
Jul 19 15:58:28 orac gnome-shell[691728]: Using public X11 display :0, (using :1 for managed services) | |
Jul 19 15:58:28 orac gnome-shell[691728]: Using Wayland display name 'wayland-0' | |
Jul 19 15:58:28 orac gnome-shell[691728]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly. |
OlderNewer