Results 1 to 2 of 2

Thread: Dual boot and switchable graphics

  1. #1
    Join Date
    Dec 2008
    Location
    Singapore
    Beans
    54
    Distro
    Ubuntu 9.10 Karmic Koala

    Dual boot and switchable graphics

    I am using a lenovo w500, installed are windows 7 and ubuntu 9.10 but the problem is, linux does not support the switchable graphics at this point in time and because i need to do my school work in windows but i prefer ubuntu. The problem is when i boot into ubuntu, i need to set the bios settings to internal display else my computer will run 2 graphics card at the same time which is redundant and hot and of course uses a lot more electricity. And if i boot into windows, it will automatically change the setting from internal/dedicated back to switchable. The catch is that, is there a script/programmes of sort to help me disable the running of my dedicated graphics when i boot up ubuntu without manually tweaking my bios everytime i use ubuntu.
    I love being on the edge of technology. And i love being with Ubuntu.

  2. #2
    Join Date
    Nov 2004
    Beans
    185
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Dual boot and switchable graphics

    It is quite possible that the ACPI calls to switch on/off the discrete graphics card on the Lenovo W500 are similar to other models that already have hybrid graphics support in Linux (http://linux-hybrid-graphics.blogspot.com/).

    Could you please submit your 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

    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 model and generation identifier for your computer with this command:

    sudo dmidecode -s system-product-name

    And the model of the graphics card/s with this command:

    lspci | grep VGA


    Quote Originally Posted by zine92 View Post
    I am using a lenovo w500, installed are windows 7 and ubuntu 9.10 but the problem is, linux does not support the switchable graphics at this point in time and because i need to do my school work in windows but i prefer ubuntu. The problem is when i boot into ubuntu, i need to set the bios settings to internal display else my computer will run 2 graphics card at the same time which is redundant and hot and of course uses a lot more electricity. And if i boot into windows, it will automatically change the setting from internal/dedicated back to switchable. The catch is that, is there a script/programmes of sort to help me disable the running of my dedicated graphics when i boot up ubuntu without manually tweaking my bios everytime i use ubuntu.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •