Home » Questions » Computers [ Ask a new question ]

How to change login resolution in Ubuntu?

How to change login resolution in Ubuntu?

How do you change the resolution of the login screen in Ubuntu 9.10 (Karmic)?

Asked by: Guest | Views: 369
Total answers/comments: 2
bert [Entry]

"What you want to do is change the GDM LOGIN Screen resolution?

Read this and please accept the correct answer.

Justin was kind of correct except the fact that GDM uses the modeline from your xorg.conf. The priority runs from left to right, so if you add ""1280x960"" as the first entry and remove any items you don't want (who needs half of them anyway, 768x600 or whatever it was, madness.) you should be fine for GDM.

SubSection ""Display""
Depth 24
Modes ""1280x960"" ""1024x768""
EndSubSection
EndSection

Let me know if you need further explanation."
bert [Entry]

"If you don't have a special X11 configuration but you do happen to have a file /etc/X11/xorg.conf, you might want to try moving it aside and see what happens. Usually X11 should configure itself properly these days and in my experience having stuff in /etc/X11/xorg.conf often causes problems.

To try without the file:

sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup

and restart.

If it doesn't help move it back:

sudo mv /etc/X11/xorg.conf.backup /etc/X11/xorg.conf

and restart once more."