我刚刚在我的 Acer Aspire 7745G 上安装了 Ubuntu 12.04 LTS。它的运行速度肯定比应有的慢。以下是我的机器规格:
Memory: 15.6 GiB
Processor: Intel Core i7 CPU Q 720 @ 1.60GHz X 8
Graphics: ATI Mobility Radeon HD 5650 1 GB (Although Ubuntu is saying: VESA: Madison)
OS type: 64-bit
Disk: 475.4 GB
我特别注意到,当我运行我编写的用于在数据库中读取和写入信息的程序时,它的运行速度变慢了。我在我的 Lenovo Think Pad-T61 上测试了同一个程序,它也运行 Ubuntu 12.04 LTS,使用完全相同的软件(python 和 mysql)。我的 Lenovo ThinkPad 运行同一个程序的速度大约快 2 到 3 倍!以下是我的 Lenovo Thinkpad 的规格:
Memory: 2.9GiB
Processor: Intel Core 2 Duo cpu T8100 2.1GHZ X 2
Graphics: NVIDIA accelerated graphics driver (though Ubuntu says unknown)
OS type: 64-bit
Disk: 95.3 GB
显然,我的 Acer Aspire 的加载速度应该比我的 Lenovo Thinkpad 快。这让我怀疑我的软件是否与硬件完美交互,以及我是否安装了正确的驱动程序。
- 我如何确定我的机器是否配置为最佳运行?
- 还有什么原因导致我的 Acer 运行速度变慢?
非常感谢大家的帮助。如果您需要有关我的机器的更多信息,请告诉我!
答案1
您可能需要更新内核才能开始。最好确保您拥有正确的驱动程序并使用extras
内核包。
更新你的内核:
sudo apt-get install linux-image-extras-{version number of choice}-generic
sudo apt-get build-dep linux-image-extras-{version number of choice}-generic
注意:如果您不清楚您的选项,请了解 TAB 自动完成功能。
我还建议你的粉丝在一些机器上运行这个功能:
sudo apt-get install lm-sensors
sudo sensors-detect
如果这些都不起作用,有时下载的安装映像不好,或者安装错误但没有被发现。
重新下载新映像并重新安装。在重新启动之前,请勿连接到互联网进行更新。我发现这有时会导致复杂情况。此外,在更新 NVidia 驱动程序时,请Settings >> Software & Updates >> Additional Drivers
使用稳定的专有版本。
祝你好运!