Re: Intel graphics users: send me your VBIOS

2009-09-27 Thread Jonathan Underwood
2009/9/25 Adam Jackson a...@redhat.com:
 That reminds me, I am seeing xrandr settings not persist across
 suspend/resume - which component is that best filed against - kernel
 or xorg?

 Start with X.  In fact, in general, report KMS bugs against X, it's
 easier than trying to find them in the huge pile of kernel bugs.

OK, filed as BZ #525939. Seems related to BZ #520068 (reported against kernel).

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: Intel graphics users: send me your VBIOS

2009-09-21 Thread Adam Tkac
On Mon, Sep 21, 2009 at 02:13:33PM +0200, Adam Tkac wrote:
 On Fri, Sep 18, 2009 at 02:45:10PM -0400, Adam Jackson wrote:
  If you have a machine with an Intel graphics chip, I need your help.
  I'm trying to make LVDS connection detection actually reliable, and I
  think I have a solution that involves parsing BIOS data tables.  But I
  need more testcases to raise my confidence that it's actually a reliable
  method.
  
  So, do this:
  
  % sudo dd if=/dev/mem of=/tmp/rom bs=64k skip=12 count=1
  
  and email me that rom file, along with a brief description of the
  machine, and in particular what graphics outputs (DVI, VGA, LVDS...) are
  _actually_ present on the machine.
 
 Hi Adam,
 
 my ROM image is attached. My system is Lenovo ThinkPad X61s. It has
 one LCD display and one VGA connector, I attached stripped lspci
 output as well. Let me know if you need more info.

Oops, should be sent to ajax, not to -devel-list. Sorry for spamming.

-- 
Adam Tkac, Red Hat, Inc.

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: Intel graphics users: send me your VBIOS

2009-09-18 Thread Adam Jackson
On Fri, 2009-09-18 at 14:45 -0400, Adam Jackson wrote:
 If you have a machine with an Intel graphics chip, I need your help.
 I'm trying to make LVDS connection detection actually reliable, and I
 think I have a solution that involves parsing BIOS data tables.  But I
 need more testcases to raise my confidence that it's actually a reliable
 method.
 
 So, do this:
 
 % sudo dd if=/dev/mem of=/tmp/rom bs=64k skip=12 count=1
 
 and email me that rom file, along with a brief description of the
 machine, and in particular what graphics outputs (DVI, VGA, LVDS...) are
 _actually_ present on the machine.

Just as a clarification: the problem I'm trying to solve here is the
appearance of an LVDS output (from X's perspective) when there is not
one actually present.  So, ROMs from machines that have had a phantom
LVDS connector at some point in the past are especially valuable.  IIRC
the Mac Mini and Dell Studio compact machines have had this problem
before.

There's one particular field in the connector table for LVDS that seems
to be indicative of LVDS presence.  So far, for machines where LVDS
really is present, it's consistently non-zero (and these are very
common, since everybody buys laptops these days).  I'd like to find more
machines where LVDS is _not_ present to see if it's consistently zero
there; so far that seems to be the case, but I've only got two
samples...

- ajax


signature.asc
Description: This is a digitally signed message part
-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list

Re: Intel graphics users: send me your VBIOS

2009-09-18 Thread Fulko Hew
On Fri, Sep 18, 2009 at 2:45 PM, Adam Jackson a...@redhat.com wrote:

 If you have a machine with an Intel graphics chip, I need your help.
 I'm trying to make LVDS connection detection actually reliable, and I
 think I have a solution that involves parsing BIOS data tables.  But I
 need more testcases to raise my confidence that it's actually a reliable
 method.

 So, do this:

 % sudo dd if=/dev/mem of=/tmp/rom bs=64k skip=12 count=1

 and email me that rom file, along with a brief description of the
 machine, and in particular what graphics outputs (DVI, VGA, LVDS...) are
 _actually_ present on the machine.



FYI (to the list), I already sent the following to Adam:

Dell Inspiron 6400 (aka 1505?) laptop
-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list

Re: Intel graphics users: send me your VBIOS

2009-09-18 Thread Adam Williamson
On Fri, 2009-09-18 at 19:48 +, Valent Turkovic wrote:

 if you need some extra info just tell me.

you didn't explain what connectors the card *actually* has (what
connectors xrandr *thinks* it has is different).

-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Fedora Talk: adamwill AT fedoraproject DOT org
http://www.happyassassin.net

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: Intel graphics users: send me your VBIOS

2009-09-18 Thread Valent Turkovic
On Fri, 18 Sep 2009 13:02:02 -0700, Adam Williamson wrote:

 you didn't explain what connectors the card *actually* has (what
 connectors xrandr *thinks* it has is different).

It has 15 LCD builtin to laptop (LVDS) and VGA port, no TV out.



-- 
pratite me na twitteru - www.twitter.com/valentt
http://kernelreloaded.blog385.com/
linux, blog, anime, spirituality, windsurf, wireless
registered as user #367004 with the Linux Counter, http://counter.li.org.
ICQ: 2125241, Skype: valent.turkovic

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: Intel graphics users: send me your VBIOS

2009-09-18 Thread Adam Williamson
On Fri, 2009-09-18 at 14:45 -0400, Adam Jackson wrote:
 If you have a machine with an Intel graphics chip, I need your help.
 I'm trying to make LVDS connection detection actually reliable, and I
 think I have a solution that involves parsing BIOS data tables.  But I
 need more testcases to raise my confidence that it's actually a reliable
 method.
 
 So, do this:
 
 % sudo dd if=/dev/mem of=/tmp/rom bs=64k skip=12 count=1
 
 and email me that rom file, along with a brief description of the
 machine, and in particular what graphics outputs (DVI, VGA, LVDS...) are
 _actually_ present on the machine.

People keep sending these to me. :)

You should be sending them to Adam JACKSON, ajax@ . Not Adam WILLIAMSON,
awilliam@ . I can't do anything with them. Thanks!

-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Fedora Talk: adamwill AT fedoraproject DOT org
http://www.happyassassin.net

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list