rmview icon indicating copy to clipboard operation
rmview copied to clipboard

libGL error: MESA-LOADER: failed to retrieve device information

Open fosterlynch opened this issue 2 months ago • 3 comments

Remarkable 2 SW version 3.11.2.5

Using VNC branch of rmview,

along with rmview -v inside sh docker-run.sh results in the following behavior


[INFO] STARTING: Wed May  1 00:46:19 2024                                                                                                                                                                          
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
[INFO] Searching configuration in rmview.json, /root/.config/rmview.json
[INFO] Fetching configuration from /root/.config/rmview.json
[WARNING] Config file "/root/.config/rmview.json" is readable by others (permissions=644). If your config file contains secrets (e.g. password) you are strongly encouraged to make sure it's not readable by other users (chmod 600 /root/.config/rmview.json)
libGL error: MESA-LOADER: failed to retrieve device information
[intel_init_bufmgr:1009] Error initializing buffer manager.
libGL error: failed to create dri screen
libGL error: failed to load driver: i915
libGL error: failed to open drm device: No such file or directory
libGL error: failed to load driver: iris

I have the same issues people have described in #156 (red dot but stuck on connecting) I wonder if they were to run rmview -v if maybe they are also having libGL issues?

additional docker info

Client: Docker Engine - Community                                                                                                                                                                                  
 Version:    26.0.1                                                                                                                                                                                                
 Context:    default                                                                                                                                                                                               
 Debug Mode: false                                                                                                                                                                                                 
 Plugins:
  buildx: Docker Buildx (Docker Inc.)
    Version:  v0.13.1
    Path:     /usr/libexec/docker/cli-plugins/docker-buildx
  compose: Docker Compose (Docker Inc.)
    Version:  v2.26.1
    Path:     /usr/libexec/docker/cli-plugins/docker-compose

Server:
 Containers: 372
  Running: 0
  Paused: 0
  Stopped: 372
 Images: 399
 Server Version: 26.0.1
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Using metacopy: false
  Native Overlay Diff: true
  userxattr: false
 Logging Driver: json-file
 Cgroup Driver: cgroupfs
 Cgroup Version: 1
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
 Swarm: inactive
 Runtimes: io.containerd.runc.v2 nvidia runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: e377cd56a71523140ca6ae87e30244719194a521
 runc version: v1.1.12-0-g51d5e94
 init version: de40ad0
 Security Options:
  apparmor
  seccomp
   Profile: builtin
 Kernel Version: 5.15.0-105-generic
 Operating System: Ubuntu 20.04.6 LTS
 OSType: linux
 Architecture: x86_64
 CPUs: 16
 Total Memory: 31.05GiB
 Name: 76383lx
 ID: f3065bf7-6a51-4a6c-8ab5-59d30ce98a67
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false

fosterlynch avatar May 01 '24 00:05 fosterlynch