KDEmod

From ArchWiki

Jump to: navigation, search


i18n
English
Ελληνικά
简体中文
Türkçe

Contents

[edit] Introduction

From the KDEmod website:

KDEmod is a modular and tweaked version of the K Desktop Environment that has been optimized for ArchLinux. It contains additional patches for eyecandy and functionality and an enhanced QT3 installation, and is available in Archlinux's standard .pkg.tar.gz package format for both i686 and x86_64.

For more information, please visit: http://kdemod.ath.cx/

[edit] Installation

Since KDE 4.1 announced, kdemod repo structure has changed. See this announcement Add one of these to your pacman.conf

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

To install a minimal kde4 system:

pacman -Sy kdemod4-kdebase-apps kdemod4-kdebase-runtime kdemod4-kdebase-runtime-icons kdemod4-kdebase-workspace kdemod4-kdebase-workspace-wallpapers

Or a richer set of apps:

pacman -Sy kdemod

Or a full set of apps:

pacman -Sy kdemod-complete

Detailed instructions for installing KDEmod are available at the official website:

http://kdemod.ath.cx/installation.html http://aur.archlinux.org/packages.php?ID=13799

[edit] Uniform look for QT and GTK apps

Install kdemod4-gtk-kde4 with:

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

Then set your gtk theme in System Settings

[edit] How to get decent performance on KDE 4 using a NVIDIA graphics card

Because of the poor 2D-performance in the NVIDIA drivers for 8000- and 9000-series cards, it's very important that you use the latest driver, which has improved a lot: version 173.14.09

Also, make sure you have nvidia-utils installed.

After you've installed the driver and its utils, edit /etc/X11/xorg.conf and make sure you have the following in the "Device" section:

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

Save the file and restart X (CTRL+ALT+BACKSPACE).

In KDE, go to "System Settings" -> "Desktop" -> "Advanced Options" and make sure you have the following:

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

Click OK.

Finally, add this command to your 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] Notes

To enable KDE screensavers and xscreensaver install the packages kdemod-kdeartwork and xscreensaver:

pacman -Sy kdeartwork xscreensaver

[edit] Technical Support

Support for KDEmod is provided by the KDEmod forum:

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

Personal tools