May 24th, 2007
换一个低延迟内核试试
Category: Ubuntu, Author: Nicky, Popularity: 8%
听 Livid 说他更新到 Ubuntu Studio 后,发现内核变为 2.6.20-15-lowlatency 这个优化过的低延迟 SMP 内核。一般我们在 Feisty 中用的都是 2.6.20-15-generic 这个 SMP 内核,我倒没有注意 lowlatency kernel,于是 apt-get 了一下,发现 Feisty 默认就带有 lowlatency 和 Sever kernel image,但不是 Ubuntu 推荐的。不管 3721 更新了试试,并没有发现速度有明显的提高 (难道需要和 Ubuntu Studio 配合使用?),既然 Livid 说启动和运行速度有所加快,那么我就暂且满足一下自己的某种心理,留下了它。
Ubuntu 7.04 简单更新方法:
打开新立得软件包管理器,搜索 2.6.20-15-lowlatency 安装即可。
另外对不喜欢安装 Ubuntu Studio 的朋友,推荐一下它的 GDM 主题和系统声音。
添加源:
sudo gedit /etc/apt/sources.list
加入:
deb http://archive.ubuntustudio.org/ubuntustudio feisty main
得到密匙:
sudo wget http://archive.ubuntustudio.org/ubuntustudio.gpg -O- | sudo apt-key add -
然后:
sudo apt-get update
sudo apt-get install ubuntustudio-gdm-theme ubuntustudio-sounds
Tags:Kernel, Linux, lowlatency, Ubuntu, Ubuntu-Studio.
评论数量(6) | Add Comments
本文网址:http://www.osxcn.com/ubuntu/kernel-image-lowlatency.html


ubuntu studio的GDM主题的确不错
能给个图看看吗?
为什么我装了以后在主题选项里面没有这个主题的阿,
要怎么样才能运用的说,
你说的是 Ubuntu Studio 桌面主题吗?我上面说的只安装了 gdm 主题(登录画面)而已,不是 gtk 主题,如果需要安装再加上 ubuntustudio-theme ubuntustudio-icon-theme ubuntustudio-look 这些。
我也没感觉到这个低延迟内核和之前的没有什么不同:(
有没有人试着自己编译内核啊?