Summary: | General DPI setting should work and should be more configurable | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Nicolas Bigaouette <nbigaouette> |
Component: | kcm_fonts | Assignee: | rik |
Status: | CLOSED FIXED | ||
Severity: | normal | CC: | alessandro.ufms, haarman, jcervell, nik |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8 | |
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 272266 |
Description
Nicolas Bigaouette
2009-04-24 04:46:05 UTC
*** Bug 216666 has been marked as a duplicate of this bug. *** I have exactly the inverse problem with a netbook (needed 80dpi). Replacing the combo-box by a text-box like in gnome or an editable combo-box would be great (or add an "advanced" button) A workaround: change kcmfonts_general_forcefontdpi="80" in $HOME/.kde/share/config the file in $HOME/.kde/share/config is startupconfig plasma-desktop --version Qt: 4.6.2 KDE Development Platform: 4.4.2 (KDE 4.4.2) Plasma Workspace: 0.3 OS: (Kubuntu-)Linux 2.6.31-21-generic / 64bit @Bob1024: I 've just tried this out on a Macbook Pro 5,1 without success. I've set "forceFontDPI=110.5" within the file "~/.kde/share/config/kcmfonts" and restarted. I still get: xdpyinfo | grep dim dimensions: 1440x900 pixels (342x222 millimeters) xdpyinfo | grep res resolution: 107x103 dots per inch *** Bug 272792 has been marked as a duplicate of this bug. *** I've made a patch for this bug. Please review it at http://git.reviewboard.kde.org/r/101410/ Git commit 9e1de272620da40fead11dfdb705cfc3d9a90f10 by Lukas Sommer. Committed on 11/06/2011 at 11:34. Pushed by sommer into branch 'master'. Make font dpi fully configurable by the user Adopts startkde.cmake to accept dpi values different from 96 and 120. Adopts the UI in kcontrol to make dpi values from 1 to 1000 possible. The spinbox uses steps of 24 dpi because the common dpi values 72, 96 and 120 are all multiples of 24. As some fonts are optimized for these resolutions, this could make fonts look better. FEATURE: 190489 FIXED-IN: 4.7 REVIEW: 101410 GUI: DIGEST: M +28 -20 kcontrol/fonts/fonts.cpp M +4 -3 kcontrol/fonts/fonts.h M +2 -6 startkde.cmake http://commits.kde.org/kde-workspace/9e1de272620da40fead11dfdb705cfc3d9a90f10 Reverted and postponed to 4.8 (4.7 was in feature freeze yet). Closing. Is in master for 4.8. |