Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
03-24-2004, 08:08 PM
|
#1
|
LQ Newbie
Registered: Feb 2004
Posts: 13
Rep:
|
Certain fonts too large on Mandrake 10
Hey all,
I just scrapped my Mandrake 9.2 and 2.4 kernel for the new 10.0 Community w/ the 2.6 kernel and KDE 3.2. My pain right now is fonts. I'm running at 1920x1200 resolution on my Dell Inspiron 8600. I've spent a good deal of time tweaking my XF86Config-4 to be where it is right now, and for some reason the fonts are just huge. So I went into KDE and was sure to reduce every possible font, including "all fonts" down to something small (6). That fixed the problem in many places, including the start menu and taskbar. But, many, many applications still have plain HUGE fonts in the File,Edit,etc. dropdown menus and other places. Firefox, GAIM, and Thunderird, for example, are huge. I went to the Font settings for each of those apps and set them as small as I could but w/ no luck.
Do I maybe need to add some lines to my XF86Config-4 that point to where the fonts are on my machine? I've seen that before. Any other reason why certain fonts would just be gigantic? I'll attach my XF86Config below in case anyone has any ideas or sees other flaws in it. I installed the nVidia driver using the kernel source and nVidia installer, so that's what everything is set to.
# File generated by XFdrake.
# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection
Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
#Load "GLcore"
#Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "en_US"
Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection
Section "Modes"
# 1920x1200 @ 75.00 Hz (GTF) hsync: 93.97 kHz; pclk: 246.59 MHz
Modeline "1920x1200" 246.59 1920 2064 2272 2624 1200 1201 1204 1253 +hsync +vsync
# 1920x1200 @ 85.00 Hz (GTF) hsync: 107.10 kHz; pclk: 282.74 MHz
Modeline "1920x1200" 282.74 1920 2072 2280 2640 1200 1201 1204 1260 +hsync +vsync
# 1920x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 337.58 MHz
Modeline "1920x1200" 337.58 1920 2072 2288 2656 1200 1201 1204 1271 +hsync +vsync
Modeline "1280x800" 107.21 1280 1360 1496 1712 800 801 804 835
Modeline "1280x800" 123.38 1280 1368 1504 1728 800 801 804 840
Modeline "1280x800" 147.89 1280 1376 1512 1744 800 801 804 848
Modeline "1680x1050" 147.14 1680 174 1968 2256 1050 1051 1054 1087
Modeline "1680x1050" 188.07 1680 1800 1984 2288 1050 1051 1054 1096
Modeline "1680x1050" 214.51 1680 1800 1984 2288 1050 1051 1054 1103
Modeline "1680x1050" 256.20 1680 1800 1992 2304 1050 1051 1054 1112
Identifier "16:10"
EndSection
Section "Monitor"
Identifier "monitor1"
HorizSync 31.5 -100.0
VertRefresh 30.0 - 90.0
EndSection
Section "Device"
Identifier "device1"
VendorName "nvidia"
BoardName "NVIDIA GeForce 4 (generic)"
Driver "nvidia"
VideoRam 65536
EndSection
Section "Device"
Identifier "device2"
Driver "nv"
EndSection
Section "Device"
Identifier "device0"
Driver "vesa"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Virtual 1900 1200
EndSubsection
Subsection "Display"
Depth 15
Virtual 1900 1200
EndSubsection
Subsection "Display"
Depth 16
Virtual 1900 1200
EndSubsection
Subsection "Display"
Depth 24
Virtual 1900 1200
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection
Thanks!!
|
|
|
03-24-2004, 08:13 PM
|
#2
|
LQ Guru
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296
Rep:
|
|
|
|
03-24-2004, 08:17 PM
|
#3
|
LQ Newbie
Registered: Feb 2004
Posts: 13
Original Poster
Rep:
|
My apologies. I'll make sure to be more careful in the future.
|
|
|
03-24-2004, 08:27 PM
|
#4
|
LQ Guru
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296
Rep:
|
no problem, it just makes keeping up w/the thread a pain. you'll get more good answers from one thread, than three. as for your problem there are 2 places in the kde control center concerning fonts, one is under desktop > appearance, the other is under appearances and themes > fonts, and gives you a few more options. other than those options you'll probably have to set fonts for each application.
good luck.
|
|
|
All times are GMT -5. The time now is 05:30 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|