From Electron Cloud
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[http://gentoo-wiki.com/HOWTO_Xorg_and_Fonts X display calibration and getting decent fonts, in Gentoo] | [http://gentoo-wiki.com/HOWTO_Xorg_and_Fonts X display calibration and getting decent fonts, in Gentoo] | ||
+ | |||
+ | [[Griffin Powermate]] | ||
+ | |||
+ | Set DPI for nvidia (xorg.conf): | ||
+ | Section "Device" | ||
+ | Option "UseEdidDpi" "false" | ||
+ | Option "DPI" "72 x 72" | ||
+ | ... |
Latest revision as of 00:33, 28 January 2009
X display calibration and getting decent fonts, in Gentoo
Set DPI for nvidia (xorg.conf):
Section "Device" Option "UseEdidDpi" "false" Option "DPI" "72 x 72" ...