Summary: | kmail changes font size for message body without any reason | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Paul Pogonyshev <pogonyshev> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | CLOSED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Paul Pogonyshev
2003-05-17 22:27:43 UTC
Subject: Re: New: kmail changes font size for message body =?iso-8859-1?q?without any?= reason KMail calculates the font size according to the resolution of the screen. So if you are using another screen or if you change the resolution of your screen then you will get another font size in KMail (especially if your X server doesn't return the correct resolution). To find out which resolution (dpi) your X server returns run 'xdpyinfo' and look for resolution. Write down the resolution. The next time KMail seems to use another font size please check the resolution again. If it's different from the value that you've written down then you found the reason for KMail's behavior. For some time it hasn't repeated. But today the font became small again. It is indeed X system responsible - screen resolution changed from 92 dpi to 75 dpi. So you can mark the report as invalid. Now i need to figure out what to do about it... Subject: Re: kmail changes font size for message body without any reason
On Wednesday 21 May 2003 15:58, Paul Pogonyshev wrote:
> For some time it hasn't repeated. But today the font became
> small again. It is indeed X system responsible - screen resolution
> changed from 92 dpi to 75 dpi. So you can mark the report as invalid.
> Now i need to figure out what to do about it...
Maybe sometimes the X server can't receive the geometry from your
monitor so that X falls back to the standard resolution (75 dpi). If
you always use the same monitor you can add the following to the
Monitor section of your XF86Config:
DisplaySize 360 270
where 360 resp. 270 is the width resp. the height of your screen (in
millimeters).
|