Mailinglist Archive: opensuse-bugs (19837 mails)
| < Previous | Next > |
[Bug 393001] intel: Wrong DPI value detected by Xserver ==> strange fontsizes
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 26 May 2008 14:55:52 -0600 (MDT)
- Message-id: <20080526205552.9ADE924538F@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=393001
User sndirsch@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=393001#c23
Stefan Dirsch <sndirsch@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEEDINFO
Info Provider|
|daniele@xxxxxxx
--- Comment #23 from Stefan Dirsch <sndirsch@xxxxxxxxxx> 2008-05-26 14:55:52
MDT ---
(In reply to comment #21 from Daniele Frijia)
xdpyinfo:
printf (" resolution: %dx%d dots per inch\n",
(int) (xres + 0.5), (int) (yres + 0.5));
Xserver:
xf86DrvMsg(pScrn->scrnIndex, from, "DPI set to (%d, %d)\n",
pScrn->xDpi, pScrn->yDpi);
The more interesting question here is. Does the new Xserver change anything
in the font rendering behaviour?
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
User sndirsch@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=393001#c23
Stefan Dirsch <sndirsch@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEEDINFO
Info Provider|
|daniele@xxxxxxx
--- Comment #23 from Stefan Dirsch <sndirsch@xxxxxxxxxx> 2008-05-26 14:55:52
MDT ---
(In reply to comment #21 from Daniele Frijia)
Yes! The DPI-message in the logfile looks better, but not correct. It saysThis is only a difference (rounding issues) in the output of Xserver/xdpyinfo.
120x120, but xdypinfo sais 121x121:
resolution: 121x121 dots per inch
xdpyinfo:
printf (" resolution: %dx%d dots per inch\n",
(int) (xres + 0.5), (int) (yres + 0.5));
Xserver:
xf86DrvMsg(pScrn->scrnIndex, from, "DPI set to (%d, %d)\n",
pScrn->xDpi, pScrn->yDpi);
The more interesting question here is. Does the new Xserver change anything
in the font rendering behaviour?
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |