Is there an existing issue for this?
Current Behavior
I want to report a problem with DRI3 and AMD GPU (happens with composite on and off)
- I have Debian host with installed AMD Ryzen 7 2700X and AMD Radeon RX 560
- I start the docker container in privileged
- I can see the GFX Card within the container (nvtop)
- I start xtern and type something
- I can see that the load on the GFX card is going through the roof and the framerate is going down so the desktop is nearly unusable
- only a restart helps to bring it back to normal
I reported that issue before with my intel GPU and the conclusion was it could be related to my old 6gen Skylake CPU. So I was hoping this is going away when I use AMD GPU and CPU but the problem is the same. So I guess there is a general problem somehow?
before using xtern:
after typing something in xterm
Expected Behavior
No response
Steps To Reproduce
see above
Environment
Docker creation
docker run --rm --privileged --name=webtop -p 3001:3001 --shm-size="1gb" lscr.io/linuxserver/webtop:debian-xfce-e7098cba-ls189
Container logs
VAAPI Encoder Initialized successfully.
X Shared Memory Extension available.
XShm setup complete for 2560x1252.
CPU cores available: 16
Stream settings active -> Res: 2560x1252 | FPS: 60.0 | Stripes: 1 | Mode: H264 (VAAPI) FullFrame | CRF: 25 | PaintOver CRF: 18 (Burst: 5f) | Colorspace: I420 (Limited Range) | Damage Thresh: 10f | Damage Dur: 20f
[pcmflux] First non-silent audio chunk detected! Encoding...
dbus-daemon[333]: [system] Activating service name='org.freedesktop.login1' requested by ':1.22' (uid=0 pid=1644 comm="apt install nvtop") (using servicehelper)
dbus-daemon[333]: [system] Activated service 'org.freedesktop.login1' failed: Failed to execute program org.freedesktop.login1: Permission denied
WARNING:webrtc_input:Error reading clipboard with xclip:
Is there an existing issue for this?
Current Behavior
I want to report a problem with DRI3 and AMD GPU (happens with composite on and off)
I reported that issue before with my intel GPU and the conclusion was it could be related to my old 6gen Skylake CPU. So I was hoping this is going away when I use AMD GPU and CPU but the problem is the same. So I guess there is a general problem somehow?
before using xtern:
after typing something in xterm
Expected Behavior
No response
Steps To Reproduce
see above
Environment
Docker creation
docker run --rm --privileged --name=webtop -p 3001:3001 --shm-size="1gb" lscr.io/linuxserver/webtop:debian-xfce-e7098cba-ls189Container logs