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

version 3.0.1 is broken #2469

Closed
totaam opened this issue Nov 2, 2019 · 15 comments
Closed

version 3.0.1 is broken #2469

totaam opened this issue Nov 2, 2019 · 15 comments
Labels

Comments

@totaam
Copy link
Collaborator

totaam commented Nov 2, 2019

Issue migrated from trac ticket # 2469

component: android | priority: blocker | resolution: duplicate

2019-11-02 09:13:58: ndias created the issue


The rendering of the window in the client is broken (see screenshot), because of this xpra is not usable anymore.

In the server I have this version
xpra-common-server-3.0.1-0.r24252.fc30.noarch
In the client
xpra-3.0.1-0.r24252.fc31.x86_64

@totaam
Copy link
Collaborator Author

totaam commented Nov 2, 2019

2019-11-02 09:14:34: ndias uploaded file Screenshot.png (101.8 KiB)

Screenshot.png

@totaam
Copy link
Collaborator Author

totaam commented Nov 2, 2019

2019-11-02 09:18:34: ndias commented


Forgot to say, the client has a 3200 x 1800 screen resolution, don't know if this info is important.

@totaam
Copy link
Collaborator Author

totaam commented Nov 2, 2019

2019-11-02 11:07:29: antoine changed status from new to closed

@totaam
Copy link
Collaborator Author

totaam commented Nov 2, 2019

2019-11-02 11:07:29: antoine set resolution to duplicate

@totaam
Copy link
Collaborator Author

totaam commented Nov 2, 2019

2019-11-02 11:07:29: antoine commented


Duplicate of #2466.

Until 3.0.2 is released, turn off opengl and things should work.

@totaam totaam closed this as completed Nov 2, 2019
@totaam
Copy link
Collaborator Author

totaam commented Nov 2, 2019

2019-11-02 11:09:23: antoine commented


Please post the output of

XPRA_ALL_DEBUG=1 xpra opengl-probe

And try running the client with:

XPRA_REPAINT_ALL=1 xpra attach

Does that help?

You can also use the python2 builds to workaround this issue:

python2 /usr/bin/xpra attach ..

@totaam
Copy link
Collaborator Author

totaam commented Nov 3, 2019

2019-11-03 14:54:01: antoine commented


This may work for you:

XPRA_OPENGL_DRAW_REFRESH=1 xpra attach ...

@totaam
Copy link
Collaborator Author

totaam commented Nov 3, 2019

2019-11-03 18:32:31: ndias uploaded file xpra.log (34.3 KiB)

@totaam
Copy link
Collaborator Author

totaam commented Nov 3, 2019

2019-11-03 18:35:11: ndias commented


The output of XPRA_ALL_DEBUG=1 xpra opengl-probe is in xpra.log attach
The other options don't work, and running python2 client is not also an option because when I try to install python2-xpra-client I have this error

nothing provides pygtkglext needed by python2-xpra-client-3.0-0.24048.fc31.x86_64

@totaam
Copy link
Collaborator Author

totaam commented Nov 4, 2019

2019-11-04 03:21:05: antoine commented


The other options don't work
Have you tried --opengl=no?

nothing provides pygtkglext needed by python2-xpra-client-3.0-0.24048.fc31.x86_64
That's fixed in 24361 (24362 was also needed), dnf should now pick it up, you may need to force the refresh if not.

From your log:

vendor: Intel Open Source Technology Center
renderer: Mesa DRI Intel(R) Haswell Mobile

The command line should have given you a greylist warning about that.

Intel drivers are known to cause problems, we even have a wiki entry dedicated to them: ClientRendering OpenGL

@totaam
Copy link
Collaborator Author

totaam commented Nov 4, 2019

2019-11-04 23:41:47: ndias commented


Sorry forgot about the --opengl=no, with that options works.

With the install of the python2-xpra now I have another error
nothing provides python2-rencode needed by python2-xpra-3.0-0.24048.fc31.x86_64

@totaam
Copy link
Collaborator Author

totaam commented Nov 5, 2019

2019-11-05 03:15:34: antoine uploaded file blacklist-intel.patch (0.6 KiB)

hopefully not needed

@totaam
Copy link
Collaborator Author

totaam commented Nov 5, 2019

2019-11-05 08:23:03: antoine commented


r24384 blacklists old Intel drivers: Ivybridge, Haswell

@totaam
Copy link
Collaborator Author

totaam commented Nov 5, 2019

2019-11-05 17:45:03: antoine commented


nothing provides python2-rencode needed by python2-xpra-3.0-0.24048.fc31.x86_64

That's also fixed, thanks for reporting it.
Xpra 3.0.2 has been released with the fixes from this ticket and #2466.

@totaam
Copy link
Collaborator Author

totaam commented Nov 7, 2019

2019-11-07 21:24:44: ndias commented


Thanks, everything works now.

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

No branches or pull requests

1 participant