← Back to team overview

hybrid-graphics-linux team mailing list archive

Re: More DSDTs for AMD dynamic switchable graphics, including Llano.

 

Thanks, can you upload them here?

https://bugs.launchpad.net/bugs/752542

To compile your DSDT and SSDTs 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 on a bash terminal:

mkdir ~/acpiinfo ; cd ~/acpiinfo
sudo acpidump > acpidump.txt
# enter password
sudo acpixtract acpidump.txt
ls *.dat | while read i; do iasl -d "${i}"; done && name=`sudo
dmidecode -s system-product-name`
mkdir "${name}" && cp *.dsl "${name}"/ && tar czf "${name}.tar.gz"
"${name}"/ && ls -l "$( pwd )/${name}".tar.gz

This will create a tar.gz file that you can attach to the bug report.
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

This information will allow the full development of hybrid graphics
features for Linux. Thanks for your help!


On Sun, Jul 3, 2011 at 3:46 AM, Eric Appleman <erappleman@xxxxxxxxx> wrote:
> dv6-6135dx: Llano with a 6750M
> dv7-6135dx: Sandy Bridge with a 6490M
>
> -Eric
>
> _______________________________________________
> Mailing list: https://launchpad.net/~hybrid-graphics-linux
> Post to     : hybrid-graphics-linux@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~hybrid-graphics-linux
> More help   : https://help.launchpad.net/ListHelp
>
>


References