Results 1 to 7 of 7
I'm a new user of linux, I recently installed Ubuntu 8.04LTS on my laptop. Everything's running well except for the fact that the text at the login page, both in ...
- 04-23-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 6
[SOLVED] unreadably large text at login
I'm a new user of linux, I recently installed Ubuntu 8.04LTS on my laptop. Everything's running well except for the fact that the text at the login page, both in the menu and where I enter my username are so large they're unreadable and take up most of the screen. Once I've logged in the text is the right size.
I've tried the solution here:
linuxforums dot org forum/ubuntu-help/114924-very-large-fonts-title-bars-login.html
[Sorry about the space in the URL but I can't post this unless I break it up as I haven't made 15 posts]
But it hasn't changed anything. Can anyone help?
- 04-25-2009 #2Just Joined!
- Join Date
- Apr 2009
- Posts
- 6
Anyone got any idea? Am I cursed to forever have large login text?
- 04-25-2009 #3
Can you post the output of the requested commands here
Open a terminal and then run these one at a time. Copy and paste the output back here.
sudo lspci | grep VGA
grep -i driver /etc/X11/xorg.conf
The other command given doesn't configure displays in later versions of xorg (a brain dead decision if you ask me!) so if your display hasn't been auto detected correctly, we will have to do it manually.If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 04-25-2009 #4Just Joined!
- Join Date
- Apr 2009
- Posts
- 6
The outputs are:
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
Driver "kbd"
Driver "mouse"
Driver "synaptics"
If my display hasn't been auto detected correctly why does everything run fine once logged in?
- 04-25-2009 #5
Open /etc/gdm/gdm.conf file with root privileges and add -dpi=96 option at the end of -command line.
In case it doesn't work, post the contents of gdm.conf file.Code:[server-Standard] name=Standard server -command=/usr/bin/X -br -audit 0 -dpi 96
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-25-2009 #6Just Joined!
- Join Date
- Apr 2009
- Posts
- 6
That works fine.
Thanks for your help.
- 04-25-2009 #7
Glad to help you !

Do start a new thread if you have any other question.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


