Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
montior change results in insanely huge fonts
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
rakaur
n00b
n00b


Joined: 25 Oct 2004
Posts: 9
Location: St. Louis

PostPosted: Mon Oct 25, 2004 10:10 pm    Post subject: montior change results in insanely huge fonts Reply with quote

Once upon a time, my fonts were all nice and pretty. Then my monitor died.

I got a new monitor, same size, same specs. My fonts are now huge and ugly. Why? I don't understand what could cause something like this to happen. I seriously shut down, plugged in the monitor, booted up and they were all screwed up.

I've tried recompiling X (XFree86, xorg doesn't play nicely with ati-drivers evidently) to no avail. I've also tried recompiling every installed package with "font" anywhere in the name to no avail. I've also tried recompiling things like GTK etc., to no avail.

Every single font (excepting terminal text) is huge. gkrellm's display fonts are all huge. gaim's fonts are all huge. Window decoration fonts (titles, et al) are all huge. Menu fonts are all huge. I use fluxbox; however, I've tried creating a new user from scratch and starting twm with the same issues.

I'm mainly using fluxbox with gnome-like applications (that is, insofar as GUI programs are concerned, I use GTK programs mostly). X is XFree86. All programs are whatever the latest unmasked versions in portage are.

If anyone has any idea of what's going on, please let me know. I fear having to spend a day reinstalling.
Back to top
View user's profile Send private message
Flipperrr
Tux's lil' helper
Tux's lil' helper


Joined: 26 Mar 2003
Posts: 83
Location: Netherlands

PostPosted: Mon Oct 25, 2004 11:24 pm    Post subject: Reply with quote

Propably DPI related... Check this thread (or search the forums on DPI):
https://forums.gentoo.org/viewtopic.php?t=241316
Back to top
View user's profile Send private message
rakaur
n00b
n00b


Joined: 25 Oct 2004
Posts: 9
Location: St. Louis

PostPosted: Tue Oct 26, 2004 9:49 pm    Post subject: Reply with quote

I have no such configuration directive in my XF86Config (generated by fglrxconfig... several times).

I've even tried xf86config and friends to no avail.

Searching the forums for "DPI" or "fonts" or "big fonts" etc. give me such massive results with unrelated Subject lines that it'd be pretty hard to find any useful information. I tried searching for how to fix this for a few months before I registered and posted here.
Back to top
View user's profile Send private message
Flipperrr
Tux's lil' helper
Tux's lil' helper


Joined: 26 Mar 2003
Posts: 83
Location: Netherlands

PostPosted: Tue Oct 26, 2004 10:04 pm    Post subject: Reply with quote

Well, it's not there by default. You should add it to your monitor section like this:
Code:

Section "Monitor"
    # Iiyama ProLite E431
    Identifier  "TFT"
    HorizSync   24 - 80
    VertRefresh 55-75
    Option  "DPMS"
    DisplaySize 342 271
EndSection


Edit: the displaysize is in mm btw!
Back to top
View user's profile Send private message
rakaur
n00b
n00b


Joined: 25 Oct 2004
Posts: 9
Location: St. Louis

PostPosted: Tue Oct 26, 2004 10:36 pm    Post subject: Reply with quote

I'm off to try that now, but first...

It seems if I turn off antialiasing in my window manager the window manager's fonts go back to "normal." Other program fonts (like the playlist in bmp) are still insanely huge though.
Back to top
View user's profile Send private message
rakaur
n00b
n00b


Joined: 25 Oct 2004
Posts: 9
Location: St. Louis

PostPosted: Tue Oct 26, 2004 10:46 pm    Post subject: Reply with quote

Fiddling with DisplaySize definitely changes them (though I have to go up to something like 500 400 for anything reasonable) but they still look like absolute crap.
Back to top
View user's profile Send private message
Flipperrr
Tux's lil' helper
Tux's lil' helper


Joined: 26 Mar 2003
Posts: 83
Location: Netherlands

PostPosted: Wed Oct 27, 2004 5:27 pm    Post subject: Reply with quote

I had some problems with GTK apps and fonts (I use KDE). I resolved it by changing the font paths in my x config file. I added ":unscaled" to these fonts:
Code:

    FontPath   "/usr/share/fonts/75dpi/:unscaled/"
    FontPath   "/usr/share/fonts/100dpi/:unscaled/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"

Also which font comes first (the 75 or 100dpi) matters. Try to experiment with them. It took me a while to find the right settings.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum