-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
Xpra can't start a server. #1777
Comments
2018-03-01 03:09:25: antoine changed owner from antoine to xaviermerino |
Maybe your version of Xorg is missing some bits (the dummy driver?), try generating an xpra config with xvfb instead. You can inspect Either tweak it by hand or run setup.py with Note: a rpi is slow and you may want to tune the list of encodings to try to get better performance. |
2018-03-01 03:55:48: xaviermerino commented
|
This command should always work (you may need to adjust the path to xpra's xorg.conf): Xorg -logfile /tmp/Xlog%s -config /etc/xpra/xorg.conf -displayfd 2 If that fails somehow, then there's nothing xpra can do to make it work and this would be a question for your distribution. |
2018-03-01 04:48:04: xaviermerino commented
|
Please always specify what you did to "make it work" so that others can benefit when reading this ticket. |
2018-03-01 05:16:01: xaviermerino commented
|
If the command in comment:3 fails then you should file a bug with your distribution against the Xorg package. |
2018-03-01 05:34:57: xaviermerino commented
|
2018-03-01 05:46:40: antoine commented
|
2018-03-01 10:21:30: xaviermerino commented
|
Correct.
No, that won't work. You need to change the path found in the xvfb command line option, not replace it altogether. See |
2018-03-01 16:39:45: xaviermerino commented
|
From your previous posts, you seem to have installed everything into the But what you did should have worked, and since I don't have time to boot up a rpi, it's probably best to leave it there, sorry. |
2018-03-01 21:36:33: xaviermerino commented
|
That could very well be the case. XPRA_DISPLAY_FD_TIMEOUT=30 xpra start ...
Maybe the |
2018-03-25 14:59:09: xaviermerino commented
|
Thanks, I've created a wiki page based on this Building Raspbian with only some minor changes. Please check if r18848+r18853 fixes the Xorg paths problems, then the corresponding section of the new wiki page can be removed.
Keep the speed / min-speed settings high, and maybe avoid the video encodings. |
Even a rpi should be able to start an Xorg server quickly enough, we just need to fix an Xorg inefficiency: #2091 |
Issue migrated from trac ticket # 1777
component: server | priority: major | resolution: fixed | keywords: rpi x11
2018-03-01 02:40:35: xaviermerino created the issue
The text was updated successfully, but these errors were encountered: