【求助】初学者想让14.04更流畅

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
旧梦随风
帖子: 3
注册时间: 2011-01-05 9:04

【求助】初学者想让14.04更流畅

#1

帖子 旧梦随风 » 2014-07-01 17:01

第一次在非虚拟机环境下安装ubuntu,但是总觉的有些卡卡的(只安装了搜狗输入法、火狐、gimp等一些常用软件)。
但是在实际使用过程中却感觉不是很流畅。

机器配置如下

acer 4750G 笔记本
I5、6G、500G/5400、520M

【求助】提高性能的办法。
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 【求助】初学者想让14.04更流畅

#2

帖子 poloshiao » 2014-07-01 17:25

总觉的有些卡卡的
卡卡的 常常跟 acpi 有關 (不是說 唯一原因 而是說 優先檢查 acpi)
檢查 acpi 優先檢查 顯卡硬件及驅動 是否妥善安裝/啟用/設定
把下面指令 複製 貼進終端機 執行
sudo lshw -numeric -class video
把結果直接複製 貼上來
头像
TeliuTe
论坛版主
帖子: 7675
注册时间: 2007-11-25 13:29
系统: 16/18/20/w7
来自: 新疆博乐
联系:

Re: 【求助】初学者想让14.04更流畅

#3

帖子 TeliuTe » 2014-07-01 19:57

换个其他版本试试,13.10或者12.04,要么试试安装openbox的桌面
li_li2008
帖子: 26
注册时间: 2008-09-04 15:30

Re: 【求助】初学者想让14.04更流畅

#5

帖子 li_li2008 » 2014-07-03 16:34

lenovo@lenovo-G41MT-S2:~$ sudo lshw -numeric -class video
*-display
description: VGA compatible controller
product: GT216 [GeForce GT 220] [10DE:A20]
vendor: NVIDIA Corporation [10DE]
physical id: 0
bus info: pci@0000:01:00.0
version: a2
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nouveau latency=0
resources: irq:43 memory:fb000000-fbffffff memory:c0000000-cfffffff memory:de000000-dfffffff ioport:cf00(size=128) memory:d0000000-d007ffff
lenovo@lenovo-G41MT-S2:~$


我也有同样的问题。
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 【求助】初学者想让14.04更流畅

#6

帖子 poloshiao » 2014-07-03 18:14

product: GT216 [GeForce GT 220] [10DE:A20]
configuration: driver=nouveau latency=0
0. nVidia 顯卡 GT 220
目前作用中 開源驅動 nouveau

1. 開源驅動 nouveau 支援功能
http://nouveau.freedesktop.org/wiki/CodeNames/
NVA5 (GT216) GeForce GT (220, ...)
NV50 family (Tesla)
Has unified shader architecture, can do GPGPU and CUDA, has virtual memory, quite different from previous cards.
沒有寫到的功能 不保證支援

3. 閉源驅動 最新適合版本 331.79 (建議)
http://www.nvidia.com/download/driverRe ... 5821/en-us
Version: 331.79
Supported products
GeForce 200 Series:
GeForce GT 220
3-1. 安裝方法
3-1-1. http://tw.download.nvidia.com/XFree86/L ... index.html
3-1-2. 在 Ubuntu 安裝 閉源驅動 參閱
https://help.ubuntu.com/community/NvidiaManual
回复