Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Desktop Environments
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Desktop Environments
Support for your Ubuntu desktop. Including Gnome, KDE and XFCE.

 
Thread Tools Display Modes
Old March 27th, 2006   #1
kcy29581
Gee! These Aren't Roasted!
 
kcy29581's Avatar
 
Join Date: Apr 2005
Location: Redwood City, CA, USA
Beans: 192
Ubuntu 8.10 Intrepid Ibex
Send a message via MSN to kcy29581 Send a message via Skype™ to kcy29581
Change login screen resolution?

Hi all,

When Ubuntu boots up and loads Xorg, the first screen you see is the login screen.

The resolution has been set higher than I prefer. To make things clear, my monitor has been 100% detected, and Ubuntu has set my default resolution to the highest possible for my monitor, 1280x1024. I would rather have it at 1024x768.

I have set the resolution to 1024x768 in the desktop, using System -> Preferences -> Screen Resolution. All is fine there! But this makes no difference to the login screen resolution.

I have found a way to deal with this: If I remove all references to 1280x1024 in /etc/X11/xorg.conf (in the Screen section -> Modes) then it defaults to the next highest resolution, 1024x768. But when I do this I feel like I'm crippling my monitors abilities, say if a game ever needed the highest resolution. So I'm looking for a cleaner (gui?) way of dealing with this.

Any help or advice would be appreciated!
__________________
There is no spoon...
kcy29581 is offline   Reply With Quote
Old March 27th, 2006   #2
ticlo
First Cup of Ubuntu
 
ticlo's Avatar
 
Join Date: Jun 2005
Location: Holland
Beans: 4
Ubuntu 7.04 Feisty Fawn
Re: Change login screen resolution?

In /etc/X11/xorg.conf, the first entry in the "modes" lines of the various Screen->Display subsections determines the default resolution for X.

So, for instance, if this is the Screen section in my xorg.conf file, the default resolution will be 1024x768:
Code:
Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NV43 [GeForce 6600 GT]"
	Monitor		"17P3"
	DefaultDepth	24

	[...]

	SubSection "Display"
		Depth		24
		Modes		"1024x768" "1280x960" "640x480" "800x600"
	EndSubSection
EndSection
The higher 1280x960 resolution is still available.

Hope that helps
ticlo is offline   Reply With Quote
Old March 27th, 2006   #3
Leigh
Just Give Me the Beans!
 
Join Date: Apr 2005
Location: The Great White North
Beans: 67
Ubuntu 7.10 Gutsy Gibbon
Re: Change login screen resolution?

Thanks, that certainly helped me as I was having the same issue.
Leigh is offline   Reply With Quote
Old April 1st, 2006   #4
kcy29581
Gee! These Aren't Roasted!
 
kcy29581's Avatar
 
Join Date: Apr 2005
Location: Redwood City, CA, USA
Beans: 192
Ubuntu 8.10 Intrepid Ibex
Send a message via MSN to kcy29581 Send a message via Skype™ to kcy29581
Re: Change login screen resolution?

Thanks alot ticlo!
__________________
There is no spoon...
kcy29581 is offline   Reply With Quote
Old December 20th, 2006   #5
LantagoniE
First Cup of Ubuntu
 
LantagoniE's Avatar
 
Join Date: Dec 2006
Location: Montreal
Beans: 6
Ubuntu 7.10 Gutsy Gibbon
Send a message via MSN to LantagoniE
Re: Change login screen resolution?

it didn't work for me. i put "1280x1024" first on all the Display sub sections i have in my xorg.conf file. I even tried to completely remove the "1600x1200" resolutions within the sub sections but the resolution during the startup screen and the login screen are still to big for my monitor. Any ideas?
LantagoniE is offline   Reply With Quote
Old December 20th, 2006   #6
mcduck
mmmm... Ubuntu.
 
mcduck's Avatar
 
Join Date: Apr 2005
Location: Finland
Beans: 6,698
Ubuntu 9.10 Karmic Koala
Re: Change login screen resolution?

I always do that with the simple way, in Gnome's resolution settings choose the resolution you want and then mark the 'make default for this computer'-box.
__________________

42
mcduck is online now   Reply With Quote
Old February 10th, 2007   #7
Nader43
First Cup of Ubuntu
 
Join Date: Feb 2007
Beans: 7
Re: Change login screen resolution?

im having the same problem, im new to Ubuntu i dont know how to get to /etc/X11/xorg.conf what do i type in terminal to get there. and when there how do i change the login screen res down to 1280x1024
Nader43 is offline   Reply With Quote
Old February 10th, 2007   #8
shareMenaPeace
Dark Roasted Ubuntu
 
shareMenaPeace's Avatar
 
Join Date: Dec 2006
Location: I LOVE UBUNTU!
Beans: 1,010
Re: Change login screen resolution?

Quote:
Originally Posted by Nader43 View Post
im having the same problem, im new to Ubuntu i dont know how to get to /etc/X11/xorg.conf what do i type in terminal to get there. and when there how do i change the login screen res down to 1280x1024
backup before you edit it with

HTML Code:
cp /etc/X11/xorg.conf /home/<Your Username>/Desktop
edit with

Code:
gksudo gedit /etc/X11/xorg.conf
note in linux all is case sensitive

Once open scroll down to the bottom but make sure your screen supports thie resolution.
If you do something wrong, np you have a backup than.
shareMenaPeace is offline   Reply With Quote
Old February 13th, 2007   #9
maxwellcom
A Carafe of Ubuntu
 
maxwellcom's Avatar
 
Join Date: Oct 2005
Beans: 87
Ubuntu 9.04 Jaunty Jackalope
Re: Change login screen resolution?

Quote:
it didn't work for me. i put "1280x1024" first on all the Display sub sections i have in my xorg.conf file. I even tried to completely remove the "1600x1200" resolutions within the sub sections but the resolution during the startup screen and the login screen are still to big for my monitor. Any ideas?
LantagoniE, you might be editing the wrong section of xorg.conf, as I was. Found a solution here:

http://ubuntuforums.org/showthread.php?t=359310

hope that helps
__________________
"The Linux philosophy is to laugh in the face of danger. Oops. Wrong one. Do it yourself. That's it." -Linus Torvalds
maxwellcom is offline   Reply With Quote
Old December 27th, 2007   #10
Gallo_Pinto
5 Cups of Ubuntu
 
Join Date: Dec 2007
Beans: 21
Re: Change login screen resolution?

Thanks Ticlo! An easy fix for a really annoying problem. Worked great!
Gallo_Pinto is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:56 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry