首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >HP ProBook 4530-LH306EA上的显卡高温

HP ProBook 4530-LH306EA上的显卡高温
EN

Ask Ubuntu用户
提问于 2013-03-21 02:53:37
回答 2查看 664关注 0票数 1

我的笔记本是惠普ProBook 4530-LH306EA。我有两个视频卡离散(AMD Radeon HD6490M)和集成。

今天,我安装了Ubuntu12.10,并遇到了我的电脑变得非常热的问题(木星显示从75-85度)。我已经理解了视频卡中的问题,所以我试着用https://help.ubuntu.com/community/HybridGraphics关闭离散,但我不知道如何永远关闭它,因为在计算机重新启动之后,离散是打开的。

我不明白为什么这个视频卡有这么大的问题?在windows上存在程序,它知道使用这两种视频卡中的哪一种。

PS我错过了备份并开始安装的步骤,但随后发生错误:“在系统上找不到安装所需的一个或多个工具。在安装fglrx驱动程序之前安装所需的工具。或者,在没有工具的情况下运行带有-force选项的安装程序。强制安装将禁用AMD硬件加速,可能会使您的系统不稳定。不建议参阅/usr/share/ati/fglrx-install.log以获得更多详细信息。”

在日志文件中写入:

代码语言:javascript
复制
Check if system has the tools required for installation.
fglrx installation requires that the system have kernel headers.  /lib/modules/3.5.0-17-generic/build/include/linux/version.h cannot be found on this system.

我使用的是PSS --强制选项,并得到:

代码语言:javascript
复制
Supported adapter detected.
Check if system has the tools required for installation.
fglrx installation requires that the system have kernel headers.  /lib/modules/3.5.0-17-generic/build/include/linux/version.h cannot be found on this system.
fglrx installation is being forced. Installation will proceed without the required tools on the system.
Uninstalling any previously installed drivers.
Unloading radeon module...
ERROR: Module radeon is in use
Unloading drm module...
ERROR: Module drm is in use by radeon,i915,ttm,drm_kms_helper
[Message] Kernel Module : Trying to install a precompiled kernel module.
[Message] Kernel Module : Precompiled kernel module version mismatched.
[Error] Kernel Module : Kernel module build environment not found - please consult readme.
[Reboot] Kernel Module : update-initramfs
EN

回答 2

Ask Ubuntu用户

回答已采纳

发布于 2013-03-21 10:47:32

如果您不能从Ubuntu存储库安装/使用AMD催化剂驱动程序(就像我一样),或者从他们的网站手动安装,您可以在AC和电池电源之间切换时,只需在/etc/pm/power.d文件夹中添加一个名为11_hybrid_graphics_switch的小型可执行脚本文件,就可以自动打开或关闭这些离散的图形,其内容如下:

代码语言:javascript
复制
#!/bin/bash
if on_ac_power; then
    echo ON > /sys/kernel/debug/vgaswitcheroo/switch &
else
    echo OFF > /sys/kernel/debug/vgaswitcheroo/switch &
fi
exit 0

有关更多信息,请参见我的回答:创建.deb催化剂驱动程序文件时出错

票数 0
EN

Ask Ubuntu用户

发布于 2013-03-21 03:17:19

我建议你使用AMD催化剂驱动程序。您可以切换之间的AMD图形或集成图形图形化。这是教程的链接:BinaryDriverHowto/ATI。阅读3.2节,希望能对你有所帮助。

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/270677

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档