-
Notifications
You must be signed in to change notification settings - Fork 114
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
Create a RandR output before the first client connects #254
Create a RandR output before the first client connects #254
Conversation
This feels reasonable, and may have good side effects for GFX as well... |
@jsorg71 What do you think? Will this have any side effects for the Nvidia integration or LRandr? |
I'll have to check and make sure there is always a default output when LRANDR is used. |
No code in xrdpdev is used when nvidia wrapper is used. We can make sure LRANDR has a default output later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
@jsorg71 - as regards waitforx, I'm hoping to make use of this to validate the X server before starting the session. The intention is to remove a whole class of "blue screen" problems where the X server doesn't start properly, and xrdp then spends 30 seconds trying to connect to it. At the moment it takes specialist knowledge to distinguish this situation from a similar one where the session fails to start. Details and screenshots at neutrinolabs/xrdp#2592. This is still in draft, but should be ready for review in the next few days. |
@matt335672 Should we backport this to v0.9? |
I don't think so. No-one's complained about it, and you can't use |
Thanks, then inertial scrolling is the only change included in the next xorgxrdp v0.9 release. I'll go forward. |
Prompted by neutrinolabs/xrdp#2580
This allows clients expecting RandR outputs to work correctly if no client is connected at startup (i.e. if
xrdp-sesrun
is used)