All of lore.kernel.org
 help / color / mirror / Atom feed
From: The Fungi <fungi@yuggoth.org>
To: intel-gfx@lists.freedesktop.org
Subject: Re: Using quirks to fix incorrect Monitor physical size
Date: Mon, 13 Sep 2010 13:44:38 +0000	[thread overview]
Message-ID: <20100913134436.GX2241@yuggoth.org> (raw)
In-Reply-To: <848094323.727859.1284378142343.JavaMail.root@sz0115a.westchester.pa.mail.comcast.net>

On Mon, Sep 13, 2010 at 11:42:22AM +0000, Nasa wrote:
[...]
> I have also verified that the monitor doesn't provide EDID data as
> the file size (I found were it's dump to, just can't recall right
> now) was 0.
[...]

You checked the size of the /sys/devices/*/*/drm/*/*/edid structure
(remember to cat it and redirect or pipe that through something,
since it's not a real file)?

   fungi@hastur:~$ cat '/sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-HDMI Type A-1/edid' | wc -c
   256

If memory serves, there was a commit to the driver a kernel rev or
two after KMS went in allowing explicit mode timings to be supplied
on as a kernel/driver parameter, though I'm having trouble digging
up the details now (I could also be misremembering and it just
allows you to pick among the additional non-preferred modes detected
by the driver).

For a while, I was stuck editing the kernel source and hacking the
default display timings to match my monitor, which was ugly but
definitely worked.

If you're using Xorg and can survive with no visible display until
after it starts (using a mode your driver supports but your monitor
does not), xrandr can be used to manually insert additional
modelines and switch to those (I used to do that in my ~/.xinitrc
until mode detection for my HDTV's HDMI input improved).
-- 
{ IRL(Jeremy_Stanley); PGP(97AE496FC02DEC9FC353B2E748F9961143495829);
SMTP(fungi@yuggoth.org); IRC(fungi@irc.yuggoth.org#ccl); ICQ(114362511);
AIM(dreadazathoth); YAHOO(crawlingchaoslabs); FINGER(fungi@yuggoth.org);
MUD(kinrui@katarsis.mudpy.org:6669); WWW(http://fungi.yuggoth.org/); }

  parent reply	other threads:[~2010-09-13 13:44 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <631910804.725536.1284372575092.JavaMail.root@sz0115a.westchester.pa.mail.comcast.net>
2010-09-13 10:10 ` Using quirks to fix incorrect Monitor physical size Nasa
2010-09-13 11:14   ` Felix Miata
2010-09-13 11:42     ` Nasa
2010-09-13 13:16       ` Felix Miata
2010-09-13 13:44       ` The Fungi [this message]
     [not found] <1524502115.868672.1284559892980.JavaMail.root@sz0115a.westchester.pa.mail.comcast.net>
2010-09-15 14:18 ` Nasa
     [not found] <728542343.735537.1284385743146.JavaMail.root@sz0115a.westchester.pa.mail.comcast.net>
2010-09-13 13:57 ` Nasa
2010-09-13 21:58   ` Felix Miata
2010-09-13 22:42     ` Nasa
2010-09-15 13:53       ` Felix Miata
     [not found] <439980487.671370.1284230896263.JavaMail.root@sz0115a.westchester.pa.mail.comcast.net>
2010-09-11 18:56 ` Nasa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100913134436.GX2241@yuggoth.org \
    --to=fungi@yuggoth.org \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.