Code: Select all
Section "InputClass"
Identifier "keyboard-all"
Driver "evdev"
Option "XkbLayout" "us_intl"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
MatchIsKeyboard "on"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "AddARGBGLXVisuals" "true"
Option "RandRRotation" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "VideoCard0"
Monitor "Monitor0"
Option "UseEDIDDPI" "False"
Option "DPI" "94 x 94"
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules"
ModulePath "/usr/lib64/opengl/xorg-x11/extensions/"
EndSection
# (These data were taken from LP2475w edid)
# EDID version 1 revision 3
Section "Monitor"
# Block type: 2:0 3:fc
Identifier "HP LP2475w"
VendorName "HWP"
ModelName "HP LP2475w"
# Block type: 2:0 3:fc
# Block type: 2:0 3:fd
HorizSync 30-94
VertRefresh 48-85
# Max dot clock (video bandwidth) 170 MHz
# Block type: 2:0 3:ff
# DPMS capabilities: Active off:yes Suspend:yes Standby:yes
Mode "1920x1200" # vfreq 59.950Hz, hfreq 74.038kHz
DotClock 154.000000
HTimings 1920 1968 2000 2080
VTimings 1200 1203 1209 1235
Flags "-HSync" "+VSync"
EndMode
# Block type: 2:0 3:fc
# Block type: 2:0 3:fd
# Block type: 2:0 3:ff
Option "DPMS" "True"
EndSection

Using what? Is this something like google mail within a web browser?nagmat84 wrote:if I write an (html) email this email is also composed with a 7pt setting by default
Code: Select all
Option "DPI" "96x96"Code: Select all
Option "DPI" "129x129"

I suggest asking on the freetype mailing list.if both resolution values are zero, they are set to 72dpi.
I don't think this is true. For example, the Claws-mail FAQ says:nagmat84 wrote:Every email client (KMail, Tunderbird, Evolution, Outlook) can read and write html emails.
Your assumption that HTML email has ubiquitous support on Linux could be the root of your problem. Many people still see HTML email as an abomination. You need to get an email client that allows you to set the font size independently from your desktop font size.Does Claws Mail allow me to write HTML styled messages?
No. A discussion has gone around over this topic, and the outcome was that HTML mail is not wanted. If you really need to send HTML, you can of course attach a webpage to an e-mail.

I think this is because the legacy situation (Microsoft's, since that's where the popular TrueType comes from) is to get the common "print size" of 10pt looking OK and readable at 96 DPI on a screen of say 1024x768. Even though that number 96 is just a convenient lie.nagmat84 wrote:I must use 7pt or 8pt to return to a "usual" dektop experience

Have you tried the media-libs/fontconfig-infinality package ?nagmat84 wrote:Hello,
What the hell is wrong with font scaling on desktops? And more important how to a achieve
a) a correct DPI setting for my screen (129 DPI) such that scaling works properly
b) a correct font scaling of GUI elements (1pt = 1/72 inch) on screen
at the same time?
Matthias
Code: Select all
+----+----+----+
| |::::| |
| |::::| |
+----+----+----+ 
Yes, of course. This is about freetype, not fontconfig.Jimmy Jazz wrote:Have you tried the media-libs/fontconfig-infinality package ?
