-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add support to multi-screen #15
Comments
First, I should clarify that this is not an issue with my script, but it is a GDM3 issue because it was not developed with customization in mind. In fact, this problem is the exact reason I created the script. Gnome Display Manager 3 uses the default gnome multi-screen configuration which is to join displays, but instead of copying the whole main screen background image as gnome session does, it stretches the image as if both monitors were one screen. I don't have another monitor to create this environment, but I successfully managed to apply other muti-screen layouts to gdm3 in a virtual machine using virtual box, although I wasn't able to achieve what you asked which is to copy the background image to the other display without mirroring the screen. You can apply a different default layout to GDM by selecting the desired configuration in the Displays menu, which could be either Single Display, Mirror or Join Display and then by copying the After that, gdm will apply the user configuration instead of the default one, even if you change your user configuration again later. |
Thanks for your help. By the way, where's the ~gdm/.config/ located? It's a wrong path. Do you mean ~/.gdm/.config or ~/gdm/.config? |
I got it. it turns out to be the home dir of gdm user. I've already solved this problem. Thanks a lot. |
It Worked! Awesome work @thiggy01 |
Thank you @paulhutchings for your method. |
for everyone who finds this issue in the future, just run the command below after the layout is applied correctly
To be clear, this part of the command show the path of the home directory of the gdm user
|
Please add support to multi-screen. It supposed to copy the main screen's background image to the secondary screen instead of stretch the image.
The text was updated successfully, but these errors were encountered: