KDEmod(简体中文)

From ArchWiki

Jump to: navigation, search

Contents

[edit] 介绍

源自KDEmod官方网站:

KDEmod是为Archlinux优化的一个模块化和tweaked的K 桌面环境的版本。使用增强的QT, 它拥有改进的主题,和许多的附加特性。对于i686和x86_64架构,您都可以获取到KDEmod的 Archlinux标准的软件包格式。

更多信息, 请访问: http://kdemod.ath.cx/

[edit] 安装

KDE 4.1发布后,kdemod repo的结构发生了改变。查看 通告 添加其中的一个至您的pacman.conf当中

# kde 3
[kdemod-legacy]
Server = http://kdemod.iskrembilen.com/legacy/i686
# kde 4 - for old kdemod4 packages < KDE 4.1.0
[kdemod-unstable]
Server = http://kdemod.iskrembilen.com/unstable/i686
# kde 4 - for kdemod4 packages >= KDE 4.1.0
[kdemod-core]
Server = http://kdemod.iskrembilen.com/core/i686
# kde 4 - for any stable extra applications
[kdemod-extragear]
Server = http://kdemod.iskrembilen.com/extragear/i686 

或者安装相对充足的应用软件(Or a richer set of apps):

pacman -Sy kdemod

或者安装所有的应用软件(Or a full set of apps):

pacman -Sy kdemod-complete

详细安装KDEmod的指导可以从官方站点获取:

http://kdemod.ath.cx/installation.html

[edit] 统一QT和GTK应用程序外观

安装kdemod4-gtk-kde4,命令如下:

pacman -S kdemod-extragear-gtk-qt-engine-svn

然后在系统设置中设定您的gtk主题

[edit] 在KDE4中使用NVIDIA显卡如何获得最佳性能

因为NVIDIA驱动在8000- and 9000-系列显卡上差劲的2D差劲的性能, 所以使用最新的驱动就显得很重要。驱动版本 173.14.09改进了很多。

当然, 确保你安装了nvidia-utils。

在你安装完驱动和nvidia-utils,编辑/etc/X11/xorg.conf并确保你的"Device" section如下:

Option  "NoLogo" "True"
Option  "RenderAccel" "True"
Option  "TripleBuffer" "True"
Option  "BackingStore" "True"
Option  "PixmapCacheSize" "300000"
Option  "OnDemandVBlankInterrupts" "True"

保存文件并重启X(CTRL+ALT+BACKSPACE).

在KDE中, 找到 "System Settings" -> "Desktop" -> "Advanced Options" 并确保你跟随了如下设定:

Compositing type: OpenGL
确保 "Keep thumbnails of hidden windows up to date" is checked。
OpenGL mode: Texture From Pixmap
Texture filter: Bilinear
确保 "Direct rendering" is checked.
确保 "Use VSync" is checked.

点击 OK.

最后, 添加这行至你的kde自动启动(autostart)里面: nvidia-settings -a InitialPixmapPlacement=2 -a GlyphCache=1

[edit] How to get decent performance playing videos on KDE 4

If you use MPlayer or any other media player that uses direct rendering (in MPlayer: vo=xv) you'll probably notice jerky video playback. This can be solved by temporarly turning "Compositing" off while watching the video. Before starting the video, press ALT+SHIFT+F12. After you've watched the video, press the same combination again to turn "Compositing" on.

You notice if the "Compositing" is on or off by noticing if there are any effects while moving windows, starting new applications and so on. Like transparency or similar effects.

[edit] 注意

为了启用KDE screensavers和xscreensaver,请安装软件包kdemod-kdeartwork和xscreensaver:

pacman -Sy kdeartwork xscreensaver

[edit] 技术支持

可以从KDEmod论坛获取对KDEmod的支持:

http://kdemod.ath.cx/bbs/

Personal tools