Comment 51 for bug 752542

Revision history for this message
Bruno Coimbra (bbcoimbra) wrote : Re: ACPI DSDT information

As requested, follow data:

$ sudo dmidecode -s system-product-name && sudo dmidecode -s system-version
XPS L401X
Not Specified

$ lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 18) (prog-if 00 [VGA controller])
01:00.0 VGA compatible controller [0300]: nVidia Corporation Device [10de:0df1] (rev ff) (prog-if ff)

Thanks for the great work that you are doing.