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.
Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

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

 
Thread Tools Display Modes
Old March 30th, 2005   #1
vaskark
Gee! These Aren't Roasted!
 
vaskark's Avatar
 
Join Date: Oct 2004
Location: Ontario
Beans: 187
Ubuntu 9.10 Karmic Koala
GDM font size

My fonts are extraordinarily big in my GDM window. Is there any way to make them smaller? I couldn't find anything in the Login Screen Setup window. Thanks.
vaskark is offline   Reply With Quote
Old March 30th, 2005   #2
Buffalo Soldier
100% Pure Ubuntu
 
Buffalo Soldier's Avatar
 
Join Date: Nov 2004
Location: Kuala Lumpur, Malaysia
Beans: 883
Ubuntu 8.04 Hardy Heron
Send a message via MSN to Buffalo Soldier
Re: GDM font size

My problem is the opposite. It's too tiny. Seeing that I only boot once in a while, it's something that I ignore. But would be nice to know how to change the font size though.
Buffalo Soldier is offline   Reply With Quote
Old March 30th, 2005   #3
maqi
A Carafe of Ubuntu
 
maqi's Avatar
 
Join Date: Mar 2005
Location: Brisbane, Australia
Beans: 105
Ubuntu 6.10 Edgy
Re: GDM font size

Have a look in /usr/share/gdm/themes. Then go into the directory with the same name as your login theme and take a look at the <your-login-theme>.xml file in a text editor.

You can change the font/font-size, etc in here. But make sure you keep a backup copy of the original .xml file - say <your-login-theme>-old.xml - just in case you make a serious error.

HTH
maqi
maqi is offline   Reply With Quote
Old April 1st, 2005   #4
strawberry
Just Give Me the Beans!
 
strawberry's Avatar
 
Join Date: Nov 2004
Beans: 48
Question Re: GDM font size

and what about the size of the letters in the login box? How can we modify it?
strawberry is offline   Reply With Quote
Old April 1st, 2005   #5
vaskark
Gee! These Aren't Roasted!
 
vaskark's Avatar
 
Join Date: Oct 2004
Location: Ontario
Beans: 187
Ubuntu 9.10 Karmic Koala
Re: GDM font size

Quote:
Originally Posted by maqi
Have a look in /usr/share/gdm/themes. Then go into the directory with the same name as your login theme and take a look at the <your-login-theme>.xml file in a text editor.

You can change the font/font-size, etc in here. But make sure you keep a backup copy of the original .xml file - say <your-login-theme>-old.xml - just in case you make a serious error.

HTH
maqi
Yeah I tried that, but the changes didn't seem to take. I changed all fonts to "Trebuchet MS 8" but nada.

Yeah, I want them smaller in the login box, too!
vaskark is offline   Reply With Quote
Old April 1st, 2005   #6
vaskark
Gee! These Aren't Roasted!
 
vaskark's Avatar
 
Join Date: Oct 2004
Location: Ontario
Beans: 187
Ubuntu 9.10 Karmic Koala
Re: GDM font size

Ok, editing the theme file seems to be working now. I use 1280 resolution, and a font size = 7 is perfect. Now what about the Language, Session, etc. windows? Those fonts are still huge.
vaskark is offline   Reply With Quote
Old April 1st, 2005   #7
Buffalo Soldier
100% Pure Ubuntu
 
Buffalo Soldier's Avatar
 
Join Date: Nov 2004
Location: Kuala Lumpur, Malaysia
Beans: 883
Ubuntu 8.04 Hardy Heron
Send a message via MSN to Buffalo Soldier
Re: GDM font size

Quote:
Originally Posted by Buffalo Soldier
My problem is the opposite. It's too tiny. Seeing that I only boot once in a while, it's something that I ignore. But would be nice to know how to change the font size though.
Thanks Maqi,

The fix for my problem is to increase the font size from original of 9 to 14 (Bitsream Vera Sans). My screen resolution is 1600x1200.

Quote:
Originally Posted by vaskark
Ok, editing the theme file seems to be working now. I use 1280 resolution, and a font size = 7 is perfect. Now what about the Language, Session, etc. windows? Those fonts are still huge.
Vaskark, I think you have to change font size for all sections. Look under <!-- language --> and <!-- session -->.

Last edited by Buffalo Soldier; April 1st, 2005 at 10:39 PM..
Buffalo Soldier is offline   Reply With Quote
Old April 2nd, 2005   #8
maqi
A Carafe of Ubuntu
 
maqi's Avatar
 
Join Date: Mar 2005
Location: Brisbane, Australia
Beans: 105
Ubuntu 6.10 Edgy
Re: GDM font size

Quote:
Originally Posted by strawberry
and what about the size of the letters in the login box? How can we modify it?
Quote:
Originally Posted by vaskark
Now what about the Language, Session, etc. windows? Those fonts are still huge.
It's a bit like RTFM: Just read the .xml file carefully - you will find which bit you need to edit. Otherwise - google for a tutorial in XML and/or gdm themes.

@Buffalo Soldier: Glad it worked for you

maqi
maqi is offline   Reply With Quote
Old May 4th, 2005   #9
nicholaspaul
A Carafe of Ubuntu
 
nicholaspaul's Avatar
 
Join Date: Jan 2005
Location: Calgary AB
Beans: 133
Ubuntu 9.04 Jaunty Jackalope
Send a message via MSN to nicholaspaul
Re: GDM font size

I looked at the human.xml file and all the fonts are 11poin t. On the login screen they are more like 300point.
ANyone have an idea?
nicholaspaul is offline   Reply With Quote
Old August 26th, 2007   #10
rorzik
First Cup of Ubuntu
 
Join Date: Aug 2007
Beans: 3
Re: GDM font size

Quote:
Originally Posted by nicholaspaul View Post
I looked at the human.xml file and all the fonts are 11poin t. On the login screen they are more like 300point.
ANyone have an idea?
Yeah, I just had to solve a similar problem (which is why I found this thread). In your xorg.conf (usually /etc/X11/xorg.conf) under the Monitor section you can add a line like:

DisplaySize 339 212

This tells X the size of your display in millimeters, which is then used to calculate the sizes of the fonts that are displayed in gdm. You can either measure and put the correct value, assuming it has detected it incorrectly, or you can lie to it and give it a different value to scale those font sizes.
rorzik 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 05:46 PM.


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