Ubuntu 18.04 login screen Display settings
up vote
8
down vote
favorite
On Ubuntu 18.04, I have connected my laptop to an external display and I am able to set the external display as primary and external display only mode. But when I turn on my laptop or log out from my session the display login screen is displayed only on my(internal) laptop screen. But once I login the display switches to external only and my laptop screen turns off as expected.
Is there a way I can make the login screen appear only on the external screen on bootup or on logout as in 16.04? also the login screen does not follow my cursor as in 16.04.
multiple-monitors 18.04 gdm
add a comment |
up vote
8
down vote
favorite
On Ubuntu 18.04, I have connected my laptop to an external display and I am able to set the external display as primary and external display only mode. But when I turn on my laptop or log out from my session the display login screen is displayed only on my(internal) laptop screen. But once I login the display switches to external only and my laptop screen turns off as expected.
Is there a way I can make the login screen appear only on the external screen on bootup or on logout as in 16.04? also the login screen does not follow my cursor as in 16.04.
multiple-monitors 18.04 gdm
add a comment |
up vote
8
down vote
favorite
up vote
8
down vote
favorite
On Ubuntu 18.04, I have connected my laptop to an external display and I am able to set the external display as primary and external display only mode. But when I turn on my laptop or log out from my session the display login screen is displayed only on my(internal) laptop screen. But once I login the display switches to external only and my laptop screen turns off as expected.
Is there a way I can make the login screen appear only on the external screen on bootup or on logout as in 16.04? also the login screen does not follow my cursor as in 16.04.
multiple-monitors 18.04 gdm
On Ubuntu 18.04, I have connected my laptop to an external display and I am able to set the external display as primary and external display only mode. But when I turn on my laptop or log out from my session the display login screen is displayed only on my(internal) laptop screen. But once I login the display switches to external only and my laptop screen turns off as expected.
Is there a way I can make the login screen appear only on the external screen on bootup or on logout as in 16.04? also the login screen does not follow my cursor as in 16.04.
multiple-monitors 18.04 gdm
multiple-monitors 18.04 gdm
edited Jun 5 at 2:18
Damian T.
1106
1106
asked Jun 4 at 0:54
Aravind
9117
9117
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
up vote
10
down vote
This is a known and reported bug with gdm3. The current workaround appears to be:
- Go into
Settings > Devices > Displays
and configure your monitors the way you want for your login screen (in your case, internal laptop display disabled). Click the "Save" button when done. - Copy your user's
monitors.xml
file into the home folder forgdm
user.
To copy the monitors.xml
file, open a terminal and perform the following:
sudo cp ~/.config/monitors.xml ~gdm/.config/monitors.xml
sudo chown gdm:gdm ~gdm/.config/monitors.xml
Then, reboot and see if your changes persist. If this doesn't work, try going through the whole process again. It took me two times in order to get it to stick. I was also able to reboot with my external display disconnected and it switched back to my internal laptop display. I rebooted again and reconnected it and it switches back to my external monitor.
Hope this helps!
Thank you for your suggestion. For some reason it’s not sticking to the external display on boot up, tried about 4 times. Will wait for the bug to be resolved.
– Aravind
Jun 5 at 1:27
It works for me.
– jdthood
Oct 17 at 7:24
add a comment |
up vote
5
down vote
accepted
This Solved my Isuue:
Go into Settings > Devices > Displays and configure your monitors the way you want for your login screen (in your case, internal laptop display disabled). Click the "Save" button when done.
Copy your user's monitors.xml file into the home folder for gdm user.
To copy the monitors.xml file, open a terminal and perform the following:
sudo cp ~/.config/monitors.xml ~gdm/.config/monitors.xml
sudo chown gdm:gdm ~gdm/.config/monitors.xml
And in the /etc/gdm3/custom.conf uncomment
WaylandEnable=false
3
How is this answer different from Damian T.'s answer?
– Kennet Celeste
Oct 29 at 15:40
add a comment |
up vote
3
down vote
I too have an external monitor. This worked for me:
- Set your display mode as desired using Settings > Devices > Displays
Open a terminal window by holding down Ctrl + Alt + T and then type:
sudo cp ~/.config/monitors.xml /var/lib/gdm3/.config
Hit Enter and then reboot the computer
1
This was the only answer that worked for me on Ubuntu 18... this folder actually exists unlike/home/gdm
– finsbury
Oct 20 at 15:05
This should be the accepted answer. Least invasive solution! Worked for my Thinkpad on 18.04 .
– Aamir
Nov 26 at 19:45
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
10
down vote
This is a known and reported bug with gdm3. The current workaround appears to be:
- Go into
Settings > Devices > Displays
and configure your monitors the way you want for your login screen (in your case, internal laptop display disabled). Click the "Save" button when done. - Copy your user's
monitors.xml
file into the home folder forgdm
user.
To copy the monitors.xml
file, open a terminal and perform the following:
sudo cp ~/.config/monitors.xml ~gdm/.config/monitors.xml
sudo chown gdm:gdm ~gdm/.config/monitors.xml
Then, reboot and see if your changes persist. If this doesn't work, try going through the whole process again. It took me two times in order to get it to stick. I was also able to reboot with my external display disconnected and it switched back to my internal laptop display. I rebooted again and reconnected it and it switches back to my external monitor.
Hope this helps!
Thank you for your suggestion. For some reason it’s not sticking to the external display on boot up, tried about 4 times. Will wait for the bug to be resolved.
– Aravind
Jun 5 at 1:27
It works for me.
– jdthood
Oct 17 at 7:24
add a comment |
up vote
10
down vote
This is a known and reported bug with gdm3. The current workaround appears to be:
- Go into
Settings > Devices > Displays
and configure your monitors the way you want for your login screen (in your case, internal laptop display disabled). Click the "Save" button when done. - Copy your user's
monitors.xml
file into the home folder forgdm
user.
To copy the monitors.xml
file, open a terminal and perform the following:
sudo cp ~/.config/monitors.xml ~gdm/.config/monitors.xml
sudo chown gdm:gdm ~gdm/.config/monitors.xml
Then, reboot and see if your changes persist. If this doesn't work, try going through the whole process again. It took me two times in order to get it to stick. I was also able to reboot with my external display disconnected and it switched back to my internal laptop display. I rebooted again and reconnected it and it switches back to my external monitor.
Hope this helps!
Thank you for your suggestion. For some reason it’s not sticking to the external display on boot up, tried about 4 times. Will wait for the bug to be resolved.
– Aravind
Jun 5 at 1:27
It works for me.
– jdthood
Oct 17 at 7:24
add a comment |
up vote
10
down vote
up vote
10
down vote
This is a known and reported bug with gdm3. The current workaround appears to be:
- Go into
Settings > Devices > Displays
and configure your monitors the way you want for your login screen (in your case, internal laptop display disabled). Click the "Save" button when done. - Copy your user's
monitors.xml
file into the home folder forgdm
user.
To copy the monitors.xml
file, open a terminal and perform the following:
sudo cp ~/.config/monitors.xml ~gdm/.config/monitors.xml
sudo chown gdm:gdm ~gdm/.config/monitors.xml
Then, reboot and see if your changes persist. If this doesn't work, try going through the whole process again. It took me two times in order to get it to stick. I was also able to reboot with my external display disconnected and it switched back to my internal laptop display. I rebooted again and reconnected it and it switches back to my external monitor.
Hope this helps!
This is a known and reported bug with gdm3. The current workaround appears to be:
- Go into
Settings > Devices > Displays
and configure your monitors the way you want for your login screen (in your case, internal laptop display disabled). Click the "Save" button when done. - Copy your user's
monitors.xml
file into the home folder forgdm
user.
To copy the monitors.xml
file, open a terminal and perform the following:
sudo cp ~/.config/monitors.xml ~gdm/.config/monitors.xml
sudo chown gdm:gdm ~gdm/.config/monitors.xml
Then, reboot and see if your changes persist. If this doesn't work, try going through the whole process again. It took me two times in order to get it to stick. I was also able to reboot with my external display disconnected and it switched back to my internal laptop display. I rebooted again and reconnected it and it switches back to my external monitor.
Hope this helps!
answered Jun 4 at 21:18
Damian T.
1106
1106
Thank you for your suggestion. For some reason it’s not sticking to the external display on boot up, tried about 4 times. Will wait for the bug to be resolved.
– Aravind
Jun 5 at 1:27
It works for me.
– jdthood
Oct 17 at 7:24
add a comment |
Thank you for your suggestion. For some reason it’s not sticking to the external display on boot up, tried about 4 times. Will wait for the bug to be resolved.
– Aravind
Jun 5 at 1:27
It works for me.
– jdthood
Oct 17 at 7:24
Thank you for your suggestion. For some reason it’s not sticking to the external display on boot up, tried about 4 times. Will wait for the bug to be resolved.
– Aravind
Jun 5 at 1:27
Thank you for your suggestion. For some reason it’s not sticking to the external display on boot up, tried about 4 times. Will wait for the bug to be resolved.
– Aravind
Jun 5 at 1:27
It works for me.
– jdthood
Oct 17 at 7:24
It works for me.
– jdthood
Oct 17 at 7:24
add a comment |
up vote
5
down vote
accepted
This Solved my Isuue:
Go into Settings > Devices > Displays and configure your monitors the way you want for your login screen (in your case, internal laptop display disabled). Click the "Save" button when done.
Copy your user's monitors.xml file into the home folder for gdm user.
To copy the monitors.xml file, open a terminal and perform the following:
sudo cp ~/.config/monitors.xml ~gdm/.config/monitors.xml
sudo chown gdm:gdm ~gdm/.config/monitors.xml
And in the /etc/gdm3/custom.conf uncomment
WaylandEnable=false
3
How is this answer different from Damian T.'s answer?
– Kennet Celeste
Oct 29 at 15:40
add a comment |
up vote
5
down vote
accepted
This Solved my Isuue:
Go into Settings > Devices > Displays and configure your monitors the way you want for your login screen (in your case, internal laptop display disabled). Click the "Save" button when done.
Copy your user's monitors.xml file into the home folder for gdm user.
To copy the monitors.xml file, open a terminal and perform the following:
sudo cp ~/.config/monitors.xml ~gdm/.config/monitors.xml
sudo chown gdm:gdm ~gdm/.config/monitors.xml
And in the /etc/gdm3/custom.conf uncomment
WaylandEnable=false
3
How is this answer different from Damian T.'s answer?
– Kennet Celeste
Oct 29 at 15:40
add a comment |
up vote
5
down vote
accepted
up vote
5
down vote
accepted
This Solved my Isuue:
Go into Settings > Devices > Displays and configure your monitors the way you want for your login screen (in your case, internal laptop display disabled). Click the "Save" button when done.
Copy your user's monitors.xml file into the home folder for gdm user.
To copy the monitors.xml file, open a terminal and perform the following:
sudo cp ~/.config/monitors.xml ~gdm/.config/monitors.xml
sudo chown gdm:gdm ~gdm/.config/monitors.xml
And in the /etc/gdm3/custom.conf uncomment
WaylandEnable=false
This Solved my Isuue:
Go into Settings > Devices > Displays and configure your monitors the way you want for your login screen (in your case, internal laptop display disabled). Click the "Save" button when done.
Copy your user's monitors.xml file into the home folder for gdm user.
To copy the monitors.xml file, open a terminal and perform the following:
sudo cp ~/.config/monitors.xml ~gdm/.config/monitors.xml
sudo chown gdm:gdm ~gdm/.config/monitors.xml
And in the /etc/gdm3/custom.conf uncomment
WaylandEnable=false
edited Oct 17 at 7:20
jdthood
10.3k14161
10.3k14161
answered Jun 23 at 0:01
Aravind
9117
9117
3
How is this answer different from Damian T.'s answer?
– Kennet Celeste
Oct 29 at 15:40
add a comment |
3
How is this answer different from Damian T.'s answer?
– Kennet Celeste
Oct 29 at 15:40
3
3
How is this answer different from Damian T.'s answer?
– Kennet Celeste
Oct 29 at 15:40
How is this answer different from Damian T.'s answer?
– Kennet Celeste
Oct 29 at 15:40
add a comment |
up vote
3
down vote
I too have an external monitor. This worked for me:
- Set your display mode as desired using Settings > Devices > Displays
Open a terminal window by holding down Ctrl + Alt + T and then type:
sudo cp ~/.config/monitors.xml /var/lib/gdm3/.config
Hit Enter and then reboot the computer
1
This was the only answer that worked for me on Ubuntu 18... this folder actually exists unlike/home/gdm
– finsbury
Oct 20 at 15:05
This should be the accepted answer. Least invasive solution! Worked for my Thinkpad on 18.04 .
– Aamir
Nov 26 at 19:45
add a comment |
up vote
3
down vote
I too have an external monitor. This worked for me:
- Set your display mode as desired using Settings > Devices > Displays
Open a terminal window by holding down Ctrl + Alt + T and then type:
sudo cp ~/.config/monitors.xml /var/lib/gdm3/.config
Hit Enter and then reboot the computer
1
This was the only answer that worked for me on Ubuntu 18... this folder actually exists unlike/home/gdm
– finsbury
Oct 20 at 15:05
This should be the accepted answer. Least invasive solution! Worked for my Thinkpad on 18.04 .
– Aamir
Nov 26 at 19:45
add a comment |
up vote
3
down vote
up vote
3
down vote
I too have an external monitor. This worked for me:
- Set your display mode as desired using Settings > Devices > Displays
Open a terminal window by holding down Ctrl + Alt + T and then type:
sudo cp ~/.config/monitors.xml /var/lib/gdm3/.config
Hit Enter and then reboot the computer
I too have an external monitor. This worked for me:
- Set your display mode as desired using Settings > Devices > Displays
Open a terminal window by holding down Ctrl + Alt + T and then type:
sudo cp ~/.config/monitors.xml /var/lib/gdm3/.config
Hit Enter and then reboot the computer
answered Oct 9 at 10:27
J D
312
312
1
This was the only answer that worked for me on Ubuntu 18... this folder actually exists unlike/home/gdm
– finsbury
Oct 20 at 15:05
This should be the accepted answer. Least invasive solution! Worked for my Thinkpad on 18.04 .
– Aamir
Nov 26 at 19:45
add a comment |
1
This was the only answer that worked for me on Ubuntu 18... this folder actually exists unlike/home/gdm
– finsbury
Oct 20 at 15:05
This should be the accepted answer. Least invasive solution! Worked for my Thinkpad on 18.04 .
– Aamir
Nov 26 at 19:45
1
1
This was the only answer that worked for me on Ubuntu 18... this folder actually exists unlike
/home/gdm
– finsbury
Oct 20 at 15:05
This was the only answer that worked for me on Ubuntu 18... this folder actually exists unlike
/home/gdm
– finsbury
Oct 20 at 15:05
This should be the accepted answer. Least invasive solution! Worked for my Thinkpad on 18.04 .
– Aamir
Nov 26 at 19:45
This should be the accepted answer. Least invasive solution! Worked for my Thinkpad on 18.04 .
– Aamir
Nov 26 at 19:45
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1043337%2fubuntu-18-04-login-screen-display-settings%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown