-
-
Notifications
You must be signed in to change notification settings - Fork 177
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
Monitor is almost totally transparent #3987
Comments
Still happens in
Serverlog is similar to #3996 |
Can you run with |
|
How strange! These should never have any transparency applied when painting. As an aside, it seems that the Can you confirm that this problem is limited to webp by running with |
I don't think so 😕
However, server still has this I do have the |
@stdedos do you have the full |
2023-09-19 22:33:38,604 no uinput module (not usually needed)
2023-09-19 22:33:38,797 serving html content from '/usr/share/xpra/www'
2023-09-19 22:33:38,797 wrote pid 2715546 to '/run/user/1000/xpra/1/server.pid'
2023-09-19 22:33:38,897 created unix domain socket '/run/user/1000/xpra/main-pc-1'
2023-09-19 22:33:38,897 cannot create group socket '/run/xpra/main-pc-1'
2023-09-19 22:33:38,897 [Errno 13] Permission denied
2023-09-19 22:33:38,897 created unix domain socket '/home/u/.xpra/main-pc-1'
2023-09-19 22:33:38,898 created unix domain socket '/run/user/1000/xpra/1/socket'
2023-09-19 22:33:38,915 python-zeroconf: '::' IPv6 loopback address is not supported
2023-09-19 22:33:38,916 notification forwarding is not available
2023-09-19 22:33:38,916 the interface is already claimed
2023-09-19 22:33:38,949 capture using XImageCapture
2023-09-19 22:33:38,962 xpra is ready.
2023-09-19 22:33:38,962 xpra shadow server version 5.0.2-r0
2023-09-19 22:33:38,999 uid=1000 (u), gid=1000 (u)
2023-09-19 22:33:39,000 running with pid 2715546 on Linux Ubuntu 20.04 focal
2023-09-19 22:33:39,000 watching for applications menu changes in:
2023-09-19 22:33:39,000 '/home/u/.local/share/flatpak/exports/share/applications'
2023-09-19 22:33:39,000 '/var/lib/flatpak/exports/share/applications'
2023-09-19 22:33:39,000 '/usr/share/applications'
2023-09-19 22:33:39,000 '/var/lib/snapd/desktop/applications'
2023-09-19 22:33:39,000 on X11 display :1 of size 1920x1200
2023-09-19 22:33:39,096 GStreamer version 1.16.3
2023-09-19 22:33:39,134 New socket connection received
2023-09-19 22:33:39,134 on '/home/u/.xpra/main-pc-1'
2023-09-19 22:33:39,237 New socket connection received
2023-09-19 22:33:39,238 on '/home/u/.xpra/main-pc-1'
2023-09-19 22:33:39,243 Handshake complete; enabling connection
2023-09-19 22:33:39,365 Python/GTK3 Microsoft Windows aero client version 6.0
2023-09-19 22:33:39,366 connected as 'u'
2023-09-19 22:33:39,366 OpenGL is enabled with NVIDIA GeForce RTX 2080 SUPER/PCIe/SSE2
2023-09-19 22:33:39,371 shadow server: setting default keymap translation
2023-09-19 22:33:39,432 client root window size is 4480x1516
2023-09-19 22:33:39,476 client 1 @06.390 Xpra shadow server version 5.0
2023-09-19 22:33:39,492 client 1 @06.390 remote desktop size is 1920x1200
2023-09-19 22:33:39,492 client 1 @06.390 :1.0 (508x318 mm - DPI: 96x96) workarea: 1848x1173 at 72x27
2023-09-19 22:33:39,492 client 1 @06.390 LGD eDP-1 (336x210 mm - DPI: 145x145)
2023-09-19 22:33:39,925 shadow server: setting default keymap translation
2023-09-19 22:33:40,019 client 1 @06.890 running, 1 windows
2023-09-19 22:33:40,535 the keymap has been changed: us,gr,us
2023-09-19 22:33:41,381 loaded 76 start menu entries from 13 sub-menus in 2.4 seconds
2023-09-19 22:33:41,984 Warning: not adding duplicate printer 'PDFCreator'
2023-09-19 22:33:41,985 Warning: not adding duplicate printer 'OneNote (Desktop)'
2023-09-19 22:33:46,551 printer forwarding enabled using postscript and pdf
2023-09-19 22:33:46,553 Error: video helper modules have already been initialized
2023-09-19 22:33:46,553 from:
2023-09-19 22:33:46,553 File "/usr/bin/xpra", line 17, in <module>
sys.exit(main(sys.argv[0], sys.argv))
2023-09-19 22:33:46,553 File "/usr/lib/python3/dist-packages/xpra/scripts/main.py", line 121, in main
return run_mode(script_file, cmdline, err, options, args, mode, defaults)
2023-09-19 22:33:46,553 File "/usr/lib/python3/dist-packages/xpra/scripts/main.py", line 455, in run_mode
return do_run_mode(script_file, cmdline, error_cb, options, args, mode, defaults)
2023-09-19 22:33:46,553 File "/usr/lib/python3/dist-packages/xpra/scripts/main.py", line 520, in do_run_mode
return run_server(script_file, cmdline, error_cb, options, args, mode, defaults)
2023-09-19 22:33:46,553 File "/usr/lib/python3/dist-packages/xpra/scripts/main.py", line 1919, in run_server
return do_run_server(script_file, cmdline, error_cb, options, args, mode, str(display or ""), defaults)
2023-09-19 22:33:46,553 File "/usr/lib/python3/dist-packages/xpra/scripts/server.py", line 724, in do_run_server
return _do_run_server(script_file, cmdline,
2023-09-19 22:33:46,553 File "/usr/lib/python3/dist-packages/xpra/scripts/server.py", line 1533, in _do_run_server
r = app.run()
2023-09-19 22:33:46,553 File "/usr/lib/python3/dist-packages/xpra/server/shadow/shadow_server_base.py", line 80, in run
return super().run()
2023-09-19 22:33:46,553 File "/usr/lib/python3/dist-packages/xpra/server/server_core.py", line 460, in run
self.do_run()
2023-09-19 22:33:46,553 File "/usr/lib/python3/dist-packages/xpra/server/gtk_server_base.py", line 140, in do_run
Gtk.main()
2023-09-19 22:33:46,553 File "/usr/lib/python3/dist-packages/gi/overrides/Gtk.py", line 1632, in main
return _Gtk_main(*args, **kwargs)
2023-09-19 22:33:46,553 File "/usr/lib/python3/dist-packages/xpra/server/server_core.py", line 2245, in call_hello_oked
self.hello_oked(proto, c, auth_caps)
2023-09-19 22:33:46,553 File "/usr/lib/python3/dist-packages/xpra/server/server_base.py", line 406, in hello_oked
ss = cc_class(proto, drop_client,
2023-09-19 22:33:46,553 File "/usr/lib/python3/dist-packages/xpra/server/source/client_connection_factory.py", line 108, in __init__
c.init_state(self)
2023-09-19 22:33:46,553 File "/usr/lib/python3/dist-packages/xpra/server/source/encodings.py", line 69, in init_state
self.video_helper = getVideoHelper().clone()
2023-09-19 22:33:46,553 File "/usr/lib/python3/dist-packages/xpra/codecs/video_helper.py", line 204, in clone
self.init()
2023-09-19 22:33:46,553 File "/usr/lib/python3/dist-packages/xpra/codecs/video_helper.py", line 254, in init
self._init_from.append(traceback.format_stack())
2023-09-19 22:33:46,553 Error during threaded setup of <class 'xpra.server.mixins.encoding.EncodingServer'>
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/xpra/server/server_base.py", line 190, in threaded_init
c.threaded_setup(self)
File "/usr/lib/python3/dist-packages/xpra/server/mixins/encoding.py", line 96, in threaded_setup
getVideoHelper().set_modules(video_encoders=self.video_encoders, csc_modules=self.csc_modules)
File "/usr/lib/python3/dist-packages/xpra/codecs/video_helper.py", line 173, in set_modules
raise RuntimeError("too late to set modules, the helper is already initialized")
RuntimeError: too late to set modules, the helper is already initialized
2023-09-19 22:33:46,557 31.1GB of system memory
2023-09-19 22:33:46,659 some GStreamer elements are missing or unavailable on this system:
2023-09-19 22:33:46,659 amfh264enc, amfh265enc
2023-09-19 22:33:47,069 OpenGL is supported on display ':1'
2023-09-19 22:33:47,069 using 'Mesa Intel(R) UHD Graphics (TGL GT1)' renderer
2023-09-19 22:33:47,075 started command `nohup systemd-inhibit --what=handle-lid-switch sleep 1d >/dev/null 2>&1 & inhibit_pid=$! ; xpra xwait ; kill -9 $inhibit_pid ; nohup systemd-inhibit --what=handle-lid-switch sleep 5m >/dev/null 2>&1 &` with pid 2715871
2023-09-19 22:33:47,076 automatic picture encoding enabled, also available:
2023-09-19 22:33:47,076 png, png/P, png/L, rgb24, rgb32, jpeg, jpega, scroll
0;1;31mFailed to inhibit: Access denied
2023-09-19 22:33:51,818 the keymap has been changed: us,gr,us
2023-09-19 22:34:01,496 client 1 @28.406 server is not responding, drawing spinners over the windows
2023-09-19 22:34:01,746 client 1 @28.672 server is OK again |
The |
Yeah; also tracked here #3996 ik 😕 "I'm afraid" something is happening with the beta repository. "Year(s) ago" every 5-10-15 commits there was a new xpra-beta coming up. ... but I didn't want to bring that up, since your overloading and de-commissioning and stuff ... |
New datapoint: in trying to force enable opengl acceleration in a virtualbox win10 VM ( I have added the environment variable |
I'll download it and test tonight 🖖 Hopefully all necessary parts are/will be uploaded (Windows Client and Ubuntu Server) |
The only part that's changed is the client side, and the new Windows client is available in ZIP and EXE formats. |
Can't test 😢 #4109 |
Ha. Talk about "magically closing bug". It seems that I cannot replicate it 🙃 Something between 1e3ef89..4829278 (6.0-r35043) fixed it |
Could also be a driver bug that's been fixed. |
Does |
Describe the bug
To Reproduce
System Information (please complete the following information):
Additional context
Add any other context about the problem here.
Please see "reporting bugs" in the wiki section.
The text was updated successfully, but these errors were encountered: