** Description changed: This is for people with a hybrid graphics configuration to be able to submit the DSDT information: To compile your DSDT information, install if you haven't already the acpidump and iasl tools: - sudo apt-get install acpidump iasl + sudo apt-get install acpidump iasl or - sudo yum install pmtools iasl + sudo yum install pmtools iasl - Then run the following commands: + Then run the following commands on a bash terminal: - sudo acpidump > acpidump.txt && sudo acpixtract acpidump.txt && iasl - -d DSDT.dat && ls -l DSDT.dsl + mkdir ~/acpiinfo ; cd ~/acpiinfo + sudo acpidump > acpidump.txt + # enter password + sudo acpixtract acpidump.txt + ls *.dat | while read i; do iasl -d "${i}"; done + pid=`sudo dmidecode -s system-product-name` + vid=`sudo dmidecode -s system-version` + name=${pid// /}.${vid// /} + mkdir "${name}" && cp *.dsl "${name}"/ + tar czf "${name}.tar.gz" "${name}"/ && ls -l "$( pwd )/${name}".tar.gz - This will create a DSDT.dsl file that you can attach to the bug report. + 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 + 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! - --- original description was replaced by the following, this should probably be removed (including this line. code -s system-version Vostro 3700 A10 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 GT216 [GeForce GT 330M] [10de:0a29] (rev a2) (prog-if 00 [VGA controller])
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/752542 Title: ACPI DSDT info To manage notifications about this bug go to: https://bugs.launchpad.net/lpbugreporter/+bug/752542/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs