Comment 73 for bug 752542

Revision history for this message
Sergej Nikolaev (kinolaev) wrote : Re: ACPI DSDT information

sudo dmidecode -s system-product-name && sudo dmidecode -s system-version
IdeaPad Y560
Rev 1.0

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]: ATI Technologies Inc Madison [Mobility Radeon HD 5000 Series] [1002:68c0] (prog-if 00 [VGA controller])

acpi_call work fine. Thank you.