 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

31st July 2008, 09:32 AM
|
|
Registered User
|
|
Join Date: Jul 2008
Posts: 5

|
|
|
Huge fonts in KDE 4
Hope someone can help.
I've just installed Fedora 9 and some of the fonts are huge in KDE 4. If I run a Konsole it defaults to 18x4 and the font is a good couple of inches high. If I run Xterm, the fonts are normal size and readable. Most of the menu items are ok but if you hover over the volume or network settings then the fonts are huge also. When the system is staring the processes that are being loaded are also displayed in this huge size.
Gnome appears to be fine. Anyone got any ideas?
|

31st July 2008, 09:36 AM
|
 |
Registered User
|
|
Join Date: Aug 2006
Posts: 226

|
|
|
Start kcontrol then go to Appearance & Themes", then click on "Fonts". You can adjust the font size here for all applications.
|

31st July 2008, 09:38 AM
|
 |
Administrator
|
|
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289

|
|
Quote:
|
Originally Posted by steve_c1972
Hope someone can help.
I've just installed Fedora 9 and some of the fonts are huge in KDE 4. If I run a Konsole it defaults to 18x4 and the font is a good couple of inches high. If I run Xterm, the fonts are normal size and readable. Most of the menu items are ok but if you hover over the volume or network settings then the fonts are huge also. When the system is staring the processes that are being loaded are also displayed in this huge size.
Gnome appears to be fine. Anyone got any ideas?
|
Yes: open the system settings GUI and change the font settings.... Same with Konsole (Settings=>Edit Current Profile=>Appearance=>Font)
V
|

31st July 2008, 09:41 AM
|
|
Registered User
|
|
Join Date: Jul 2008
Posts: 5

|
|
Thanks for the replies. I've already tried this (the fonts in systemsettings are also 2 inches high!) and has had no effect
|

31st July 2008, 09:43 AM
|
 |
Registered User
|
|
Join Date: Aug 2006
Posts: 226

|
|
|
what screen resolution are you using?
as i understand it, the default font size in kde 4 is 11pt whilst in windows it is 8pt. 11pt shouldn't be 2 inches high.
|

31st July 2008, 09:43 AM
|
 |
Administrator
|
|
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289

|
|
|
Then open a terminal (probably xterm is better than konsole right now...) and run a general software update:
su -
yum update
V
|

31st July 2008, 10:09 AM
|
|
Registered User
|
|
Join Date: Jul 2008
Posts: 5

|
|
Quote:
|
Originally Posted by oneofmany
what screen resolution are you using?
as i understand it, the default font size in kde 4 is 11pt whilst in windows it is 8pt. 11pt shouldn't be 2 inches high.
|
The screen res is 1280x1024 and the font sizes are default (11pt).
I did an update first of all hoping that would sort the problem. I just hoped that someone else had come across this and had a fix.
|

31st July 2008, 10:42 AM
|
 |
Administrator
|
|
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289

|
|
|
Another usual diagnostic in these cases is to create a new user, then log in as that user and see if same problem exists. If not, your personal settings are borked and should be bagged. If so, must be some other problem....
Or, you could try updating to latest KDE packages in updates-testing repo:
yum --enablerepo=updates-testing groupupdate "KDE (K Desktop Environment)"
V
|

31st July 2008, 11:03 AM
|
 |
"Stefan the converted" -- forum Macintosh® Glee Club leader
|
|
Join Date: May 2007
Location: 127.0.0.1
Age: 38
Posts: 1,247

|
|
|
what helped for me was setting the DPI to 96 systemwide in the systemsettings and then restarting X. Before that I too found that fonts were way too big in KDE4
besides that I also think that fonts in KDE4 are not very pretty (at least no where near the quality of Gnome fonts) it seems as if AA is not working (properly) does anyone know if this is true and/or something that will be fixed in 4.1 soonish?
stefan
__________________
"$ su - bofh"
OS: Mac OSX Snow Leopard (x64 by default), W7_Enterprise_X64, F12_x64_KDE
Hardware: late 2009 Macbook 13", MSI Wind 10"
Browser: Opera 10.10, Safari 4
Registered linux user #459910
|

31st July 2008, 11:44 AM
|
|
Registered User
|
|
Join Date: Jul 2008
Posts: 5

|
|
|
Although the problem manifests itself in KDE. i think it may run a little deeper than that. I have just tried a F9 Live CD and get the same problem there. Also the huge fonts appear when the processes are loading, ie: before you select the window manager.
Thanks for the suggestions though.
Steve
|

31st July 2008, 12:11 PM
|
 |
"Stefan the converted" -- forum Macintosh® Glee Club leader
|
|
Join Date: May 2007
Location: 127.0.0.1
Age: 38
Posts: 1,247

|
|
what helped for me was adding the following to the /etc/X11/xorg.conf file to the "Device" section:
Code:
Option "DPI" "96 x 96"
and restarting X
stefan
__________________
"$ su - bofh"
OS: Mac OSX Snow Leopard (x64 by default), W7_Enterprise_X64, F12_x64_KDE
Hardware: late 2009 Macbook 13", MSI Wind 10"
Browser: Opera 10.10, Safari 4
Registered linux user #459910
|

2nd August 2008, 05:48 AM
|
|
Community Manager
|
|
Join Date: Feb 2004
Location: Omaha, NE USA
Age: 42
Posts: 450

|
|
dpi is it. kde depends on X to provide usable and accurate dpi information, and things will look wrong if lied to.
running: xdpyinfo
will give current values (at least as X interprets them to be, whether or not these are accurate is another matter).
|

5th August 2008, 09:38 AM
|
|
Registered User
|
|
Join Date: Jul 2008
Posts: 5

|
|
Fixed it!! Thanks for all your help guys.
I ran xdpyinfo and it turned out that KDE was using a ridiculous DPI. It seemingly thought that I was using a HUGE monitor. Manually specifying the DPI in the xorg.conf had no effect as the generic Intel driver was just ignoring this. What I did was startup in Gnome, go to system-config-display and manually specify the resolution of the monitor I was using. This then created a Monitor section in the xorg.conf file and added a bunch of stuff to the screen section. Then I added the following line to the end of the Monitor section:
Code:
DisplaySize 338 270
Which is the size in mm of the 17" monitor I'm using. All is now fine and I can see everything.
Thanks again,
Steve
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 14:04 (Wednesday, 22-05-2013)
|
|
 |
 |
 |
 |
|
|