[BUG] webtop:latest not working
melwinek opened this issue · 11 comments
melwinek commented
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
On webtop:latest is there is only a black screen.
And for example :alpine-icewm works fine.
Expected Behavior
No response
Steps To Reproduce
docker-compose up
Environment
- OS:
- How docker service was installed:
CPU architecture
x86-64
Docker creation
version: '2.1'
services:
alpine:
image: lscr.io/linuxserver/webtop:latest
container_name: alpine
security_opt:
- seccomp:unconfined #optional
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /1/alpine/config:/config
ports:
- 3700:3000
devices:
- /dev/dri:/dev/dri #optional
shm_size: "1gb" #optional
restart: unless-stopped
Container logs
alpine | [migrations] started
alpine | [migrations] no migrations found
alpine | ───────────────────────────────────────
alpine |
alpine | ██╗ ███████╗██╗ ██████╗
alpine | ██║ ██╔════╝██║██╔═══██╗
alpine | ██║ ███████╗██║██║ ██║
alpine | ██║ ╚════██║██║██║ ██║
alpine | ███████╗███████║██║╚██████╔╝
alpine | ╚══════╝╚══════╝╚═╝ ╚═════╝
alpine |
alpine | Brought to you by linuxserver.io
alpine | ───────────────────────────────────────
alpine |
alpine |
alpine | To support LSIO projects visit:
alpine | https://www.linuxserver.io/donate/
alpine |
alpine | ───────────────────────────────────────
alpine | GID/UID
alpine | ───────────────────────────────────────
alpine |
alpine |
alpine | User UID: 1000
alpine | User GID: 1000
alpine | ───────────────────────────────────────
alpine |
alpine |
alpine | **** creating video group videoj5d9 with id 989 ****
alpine | **** adding /dev/dri/renderD128 to video group videoj5d9 with id 989 ****
alpine | **** creating video group videot0x5 with id 986 ****
alpine | **** adding /dev/dri/card0 to video group videot0x5 with id 986 ****
alpine | [custom-init] No custom files found, skipping...
alpine | _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
alpine |
alpine | Xvnc KasmVNC 1.2.0 - built May 4 2024 18:54:50
alpine | Copyright (C) 1999-2018 KasmVNC Team and many others (see README.me)
alpine | See http://kasmweb.com for information on KasmVNC.
alpine |
alpine | Underlying X server release 12014000, The X.Org Foundation
alpine |
alpine |
alpine | [ls.io-init] done.
alpine | The XKEYBOARD keymap compiler (xkbcomp) reports:
alpine | > Warning: Could not resolve keysym XF86CameraAccessEnable
alpine | > Warning: Could not resolve keysym XF86CameraAccessDisable
alpine | > Warning: Could not resolve keysym XF86CameraAccessToggle
alpine | > Warning: Could not resolve keysym XF86NextElement
alpine | > Warning: Could not resolve keysym XF86PreviousElement
alpine | > Warning: Could not resolve keysym XF86AutopilotEngageToggle
alpine | > Warning:
alpine | Could not resolve keysym XF86MarkWaypoint
alpine | >
alpine | Warning:
alpine | Could not resolve keysym XF86Sos
alpine | >
alpine | Warning:
alpine | Could not resolve keysym XF86NavChart
alpine | >
alpine | Warning:
alpine | Could not resolve keysym XF86FishingChart
alpine | > Warning:
alpine | Could not resolve keysym XF86SingleRangeRadar
alpine | >
alpine | Warning:
alpine | Could not resolve keysym XF86DualRangeRadar
alpine | >
alpine | Warning:
alpine | Could not resolve keysym XF86RadarOverlay
alpine | >
alpine | Warning:
alpine | Could not resolve keysym XF86TraditionalSonar
alpine | >
alpine | Warning:
alpine | Could not resolve keysym XF86ClearvuSonar
alpine | >
alpine | Warning:
alpine | Could not resolve keysym XF86SidevuSonar
alpine | >
alpine | Warning:
alpine | Could not resolve keysym XF86NavInfo
alpine | Errors from xkbcomp are not fatal to the X server
alpine | 2024-05-17 07:18:42,490 [INFO] websocket 0: got client connection from 127.0.0.1
alpine | 2024-05-17 07:18:42,505 [PRIO] Connections: accepted: @10.0.0.2_1715930322.491216::websocket
github-actions commented
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
melwinek commented
Anyone encountered this problem? What could be wrong?
thelamer commented
what kind of video card are you mounting in ? Also try without the volume mount just to test if that directory is messing it up.
allmors commented