Ubuntu12.10 dual graphics card overheating problem

Source: Internet
Author: User
The graphics card of my machine is ATI6630/Intel. If I use the open-source driver that comes with Ubuntu12.10, the dedicated display will always run, and the machine will be very hot in a short time. I tried fglrx, a closed-source driver of ATI. After the driver is installed, X cannot be used, or compiz and Unity cannot be displayed. There is only one wallpaper. The reason is that Xorg has a problem with support for the Ubuntu12.10 closed-source driver and needs to be updated. In this case, to restore the desktop, you only need to right-click the desktop and set

The graphics card of my machine is ATI6630/Intel. If you use the open-source driver that comes with Ubuntu 12.10, The duanxiang will always run, and the machine will be very hot soon. I tried fglrx, a closed-source driver of ATI. After the driver is installed, X cannot be used, or compiz and Unity cannot be displayed. There is only one wallpaper. The reason is that Xorg has a problem with support for the Ubuntu 12.10 closed-source driver and needs to be updated. In this case, to restore the desktop, right-click the desktop, set the desktop background, and return to the system settings, in the software source> driver, change the graphics card driver settings back to the open-source driver.

I tried to reinstall Ubuntu 12.04 and install the closed source driver portal. Then there will still be the above problems.

You have to try to disable the exclusive display as follows:

Get root permission

Sudo su settings use integrated video card output

Echo IGD>/sys/kernel/debug/vgaswitcheroo/switch disable unused independent graphics cards

Echo OFF>/sys/kernel/debug/vgaswitcheroo/switch to view the current video status

Cat/sys/kernel/debug/vgaswitcheroo/switch:

0: IGD: +: Pwr: 0000: 00: 02.0

1: DIS: Off: 0000: 01: 00.0 where IGD is an integrated video card and DIS is an independent video card. Because of the dual-graphics card, it is usually impossible to set an independent graphics card for separate output. When running an independent video card, you also need to integrate the video card. If you do not play games, you do not need independent graphics cards for Ubuntu.

Enable independent graphics card

Echo ON>/sys/kernel/debug/vgaswitcheroo/switch write configuration to boot settings

Vi/etc/rc. local is added before exit 0

Echo IGD>/sys/kernel/debug/vgaswitcheroo/switch

Echo OFF> Save/sys/kernel/debug/vgaswitcheroo/switch and exit.

Since then, the machine overheating problem has been significantly improved, and no influence on the image effect has been found.

For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.