Comment 185 for bug 95444

Revision history for this message
Bem Jones-Bey (ajani) wrote : Re: [Bug 95444] Re: No Screen Backlight Control; Notebooks (Vaio, Macbook, HP/Compaq, Samsung, Zepto et al.) with Nvidia Geforce8/Geforce9/Quadro series graphics

On 01/26/2009 11:45 AM, Thunderbird wrote:
> Only the following three lines are needed:
>
>> Device ID: pci.product_id = 1062 (0x426) (int) => Geforce 8400M
>> Vendor ID: pci.vendor_id = 4318 (0x10de) (int) => Nvidia
>> Subsys Vendor ID: pci.subsys_vendor_id = 4173 (0x104d) (int) => Sony
>>
Ok, I've thrown together a quick script to dump this info as well as the
text versions of the product and vendor:
[hup:acpi]% ./dump_info.sh
== Properties for /org/freedesktop/Hal/devices/pci_10de_40c ==
   pci.vendor = 'nVidia Corporation' (string)
   pci.product = 'Quadro FX 570M' (string)
   pci.product_id = 1036 (0x40c) (int)
   pci.vendor_id = 4318 (0x10de) (int)
   pci.subsys_vendor_id = 4156 (0x103c) (int)

People can grab it from:
http://testing.pyen.com/~ajani/dump_info.sh

I've also made it an attachment to this email, we'll see if Launchpad
does the right thing with it.

Thunderbird, I'll look into getting you that other info later when I can
reboot.