← Back to team overview

sony-vaio-z-series team mailing list archive

VPCZ11Z9E VPCZ11X9E DSDT info

 

Hi,

Anyone with a VAIO VPCZ11Z9E or VPCZ11X9E, could you please provide
the following info?

Please attach your DSDT information to this Launchpad bug report
specifying your laptop model:

https://bugs.launchpad.net/bugs/312756

To compile your DSDT information, install if you haven't already the
acpidump and iasl tools:
    sudo apt-get install acpidump iasl
or
    sudo yum install pmtools iasl

Then run the following commands:

sudo acpidump > acpidump.txt
sudo acpixtract acpidump.txt
iasl -d DSDT.dat
ls -l DSDT.dsl

This will create a DSDT.dsl file that you can attach to the bug
report. This information will allow the developers to fully implement
the hybrid graphics features for Linux.

Finally, for posting the information in the bug report, you can check
the laptop and graphics card model identifiers with these commands:

    sudo dmidecode -s system-product-name
    sudo dmidecode -s system-version
    lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA

Thanks!