Results 1 to 5 of 5
I have my dpi set to 91x91. Is this good for a 19" Monitor set to 1440x900?
How can I change the dpi on Debian Squeeze?
Thanks...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-09-2011 #1Linux Newbie
- Join Date
- Dec 2008
- Posts
- 140
How to set dpi in Debian Squeeze?
I have my dpi set to 91x91. Is this good for a 19" Monitor set to 1440x900?
How can I change the dpi on Debian Squeeze?
Thanks
- 12-09-2011 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Your monitor manual/guide should give the correct DPI to be used. You can also use an online DPI calculator to get the correct DPI for your monitor:
DPI Calculator / PPI Calculator
For my own monitor, I use the following option in the "Monitor" section of the /etc/X11/xorg.conf file:
Code:Option "DPI" "94x94"
oz
- 12-11-2011 #3Linux Newbie
- Join Date
- Dec 2008
- Posts
- 140
I tried that. It doesn't seem to work on Debian Squeeze
Thanks
- 12-11-2011 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
You could try adding the following to a ~/.Xdefaults or ~/.Xresources file, then restart X:
...changing the 94 to your desired resolution.Code:*.dpi: 94
oz
- 12-11-2011 #5Linux Newbie
- Join Date
- Dec 2008
- Posts
- 140
None of those worked, but I was able to set it in xorg.conf:
DisplaySize 409.26 255.79 # mm
I found a article that show how to calculate the DisplaySize:
25.4 divided by desired dpi x resolution
25.4/89.37 x 1440=409.26
24.4 converts from inches to millimeters
89.37 the dpi for my monitor
I checked on the dpi converter and mine was set very close already.
Thanks for help


Reply With Quote

