Y460 disable the exclusive display method under ubuntu recently found that y460 installed ubuntu, the temperature is very high, the fan turned very loud. If you want to turn off the dedicated display and turn it into an integrated video card, the fan will have almost no sound. Because kernel versions later than 2.6.37 can directly support dual-graphics switching, it is still very simple... y460 disable the exclusive display method under ubuntu recently found that y460 installed ubuntu, the temperature is very high, the fan turned very loud. If you want to turn off the dedicated display and turn it into an integrated video card, the fan will have almost no sound. Because kernel versions later than 2.6.37 can directly support dual-graphics switching, it is quite simple. The following describes the specific steps: 1. first enter root user permissions su 2. switch the video card to the integrated graphics card echo IGD>/sys/kernel/debug/vgaswitcheroo/switch 3. disable integrated graphics echo OFF>/sys/kernel/debug/vgaswitcheroo/switch and check whether the command is successfully executed. run the following command: after cat/sys/kernel/debug/vgaswitcheroo/switch is successful, 0: IGD: +: Pwr: 0000: 00: 02.01: DIS: Off: 0000: 01: 00.02: DIS-Audio: Off: 0000: 01: 00.1 the sound of the sound fan will be much smaller after the success, which can also be used as a basis for judgment. If you want to take effect after each boot, add the preceding switch statement to the boot script. the specific steps are as follows: 1. first enter root user permissions su 2. then modify/etc/rc. local adds echo IGD>/sys/kernel/debug/vgaswitcheroo/switchecho OFF>/sys/kernel/debug/vgaswitcheroo/switch 3 to exit 0 of the file. save the changes.
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.