← Back to team overview

dell-vostro-thin team mailing list archive

Vostro 3300 DSDT

 

Can people with a Vostro 3300 with nvidia discrete graphics card
please submit your laptop's DSDT.dsl information as an attachment to
this bug report:
http://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. 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!