I had to set a dpi option in my xorg.conf. To rid kde of tiny text. I used 96x96. Is there anyway for xorg to configure the dpi? Im not sure if i should be using
96 ,100, 98? i thought there might be a way to auto detect this?

Code: Select all
$ xdpyinfo | grep -B1 dot
dimensions: 1920x1080 pixels (372x231 millimeters)
resolution: 131x119 dots per inchCode: Select all
Section "Screen"
Identifier "Screen0"
Device "VideoCard0"
Monitor "Monitor0"
Option "UseEDIDDPI" "False"
Option "DPI" "94 x 94"
# Option "DisplaySize" "517 325"
EndSectionCode: Select all
xdpyinfo | grep -B1 dot
dimensions: 1920x1200 pixels (519x324 millimeters)
resolution: 94x94 dots per inch