Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Black Screen with GPU + KDE #274

Open
1 task done
Ashkaan opened this issue Nov 16, 2024 · 5 comments
Open
1 task done

[BUG] Black Screen with GPU + KDE #274

Ashkaan opened this issue Nov 16, 2024 · 5 comments

Comments

@Ashkaan
Copy link

Ashkaan commented Nov 16, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I just get a black screen when accessing the webtop when I use any distro with KDE. I can't control anything or make anything happen on screen.

Expected Behavior

I should see a desktop.

Steps To Reproduce

docker compose up

Environment

- OS: TrueNAS 24.10
- How docker service was installed: built-in

CPU architecture

x86-64

Docker creation

name: webtop
services:
  webtop:
    container_name: webtop
    deploy:
      resources:
        reservations:
          devices:
            - driver: nvidia
              count: all
              capabilities:
                - compute
                - video
                - graphics
                - utility
    environment:
      - PUID=3000
      - PGID=3000
      - TZ=America/Los_Angeles
      - TITLE=Ashkaan's Fedora
    image: lscr.io/linuxserver/webtop:ubuntu-kde
    network_mode: bridge
    ports:
      - 3000:3000
    restart: unless-stopped
    security_opt:
      - seccomp:unconfined
    shm_size: 1gb
    volumes:
      - /mnt/pool/docker/webtop:/config
      - /etc/resolv.conf:/etc/resolv.conf:ro
networks:
  bridge: {}


### Container logs

```bash
_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@dfldylan
Copy link

dfldylan commented Nov 21, 2024

I have the same issue. After cancel nvidia setup, this issue disappear.

Or downgrade webtop to ubuntu-jammy (before 22.04.24)

I guess my host is ubuntu-jammy(instead of noble), so maybe run high-version ubuntu will cause this?

@dfldylan
Copy link

#243 same here

@thelamer
Copy link
Member

Does debian-kde work with the same settings?

@Ashkaan
Copy link
Author

Ashkaan commented Dec 6, 2024

No, it doesn't. In fact, neither does ubuntu-xfce anymore, which did work on a previous version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Issues
Development

No branches or pull requests

3 participants