Mailinglist Archive: radeonhd (529 mails)

< Previous Next >
[radeonhd] xf86-video-radeonhd:master: 1 commit(s)
  • From: libv@xxxxxxxxxxxxxxxxxxxxxx (Luc Verhaegen)
  • Date: Wed, 5 Dec 2007 12:02:00 -0800 (PST)
  • Message-id: <20071205200200.9BD4310096@xxxxxxxxxxxxxxxxxxxxxx>
Reporting from xf86-video-radeonhd: Radeon HD video driver

Please visit:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd
Or get your own copy by using:
git-clone git://anongit.freedesktop.org/xorg/driver/xf86-video-radeonhd

Commit against master at 732dea0e...:
commit 29af4f3dcfc6756f9f82691c0b65c1eb0a82f5f7
Author: Luc Verhaegen <libv@xxxxxxxxx>
Date: Wed Dec 5 21:00:33 2007 +0100

Modes: Add DPI calculation.

This adds code to provide useful DPI calculation. It follows a server
argument,
or uses the newly introduced option forcedpi, or tries to average out the
DPI
of the various monitors.

This is of course a stopgap solution, as no DPI calculation can ever be
valid
throughout the whole server life, as it varies with varying resolutions and
varying monitors. But at least it is better than having nothing at all.

diffstat:
src/rhd.h | 1
src/rhd_driver.c | 114 +++++++++++++++++++++++++++++++++++++++++++++++---
src/rhd_edid.c | 31 +++++++++++++
src/rhd_monitor.c | 12 ++++-
src/rhd_monitor.h | 3 +
5 files changed, 153 insertions(+), 8 deletions(-)

gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=29af4f3d


--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx

< Previous Next >