-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
xpra: fixes for xorg.conf and use xf86videodummy from xorg #83853
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
Conversation
Sorry, no idea about any of this X.org stuff, only touched the |
Tried this out:
Seems like it starts now at least! Having some issues combining with vglrun which may be separate. |
@offlinehacker Having some issues with attaching remotely:
|
@mjlbach do you have xpra in path on remote machine? I never tried it over ssh, only using locally over socket. |
Yes, it should be on the path of both, I can attach xpra from the client (my mac) to a remote ubuntu server, but not nix for some reason (see above error). Maybe should make a tracking issue for xpra problems... |
Maybe issue would be good, so we someone can solve some other time when playing with xpra again. |
Motivation for this change
This pull request fixes default
xorg.conf
file, so xorg does not crash when starting and finds required modules. It also removes unnecessaryxf86videodummy
package and uses one fromxorg
.Fixes #81425
Currently there is still another issue when starting xpra, so when starting you need to use:
xpra start --daemon=no --fake-xinerama=no
.Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)