From: "Antonino A. Daplas" <adaplas@hotpop.com>
To: Junio C Hamano <junkio@cox.net>
Cc: linux-fbdev-devel@lists.sourceforge.net
Subject: Re: Re: [PATCH] GeForce 5200 on rivafb
Date: Tue, 14 Dec 2004 05:47:19 +0800 [thread overview]
Message-ID: <200412140547.22222.adaplas@hotpop.com> (raw)
In-Reply-To: <200412140452.19873.adaplas@hotpop.com>
On Tuesday 14 December 2004 04:52, Antonino A. Daplas wrote:
> Can you try this patch and enable nvidiafb-i2c. It adds your monitor model
> to the database of displays with broken edid's and attempts a fix. It
> checks first if the monitor is GTF capable, and if it is, sets the input
> type from digital to analog. (I don't think digital inputs can be GTF
> capable).
Apply this patch too, I forgot to adjust the checksum.
Tony
diff -Nru a/drivers/video/fbmon.c b/drivers/video/fbmon.c
--- a/drivers/video/fbmon.c 2004-12-14 04:38:30 +08:00
+++ b/drivers/video/fbmon.c 2004-12-14 05:46:20 +08:00
@@ -119,8 +119,10 @@
b = edid + EDID_STRUCT_DISPLAY;
/* Only if display is GTF capable will
the input type be reset to analog */
- if (b[4] & 0x01)
+ if (b[4] & 0x01) {
b[0] &= ~0x80;
+ edid[127] += 0x80;
+ }
}
}
}
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
next prev parent reply other threads:[~2004-12-13 21:47 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-11 21:11 [PATCH] GeForce 5200 on rivafb Antonino A. Daplas
2004-12-12 2:25 ` Junio C Hamano
2004-12-12 10:00 ` Junio C Hamano
2004-12-13 20:52 ` Antonino A. Daplas
2004-12-13 21:47 ` Antonino A. Daplas [this message]
2004-12-14 7:51 ` Junio C Hamano
2004-12-15 20:02 ` Antonino A. Daplas
2004-12-15 21:22 ` Junio C Hamano
2004-12-14 1:57 ` Junio C Hamano
2004-12-14 12:02 ` Antonino A. Daplas
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=200412140547.22222.adaplas@hotpop.com \
--to=adaplas@hotpop.com \
--cc=junkio@cox.net \
--cc=linux-fbdev-devel@lists.sourceforge.net \
/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.