12 Jul 23:49
KDE4 and the nvidia driver
From: Michael Leupold <lemma <at> confuego.org>
Subject: KDE4 and the nvidia driver
Newsgroups: gmane.comp.kde.devel.general
Date: 2008-07-12 21:51:14 GMT
Subject: KDE4 and the nvidia driver
Newsgroups: gmane.comp.kde.devel.general
Date: 2008-07-12 21:51:14 GMT
Hi there, so far I've been reluctant to use KDE4 as my main desktop because the performance was pretty sloppy due to my nvidia 8600 GTS. Fortunately I've stumbled on some instructions on how to improve performance using those cards [1]: 1) Install the latest nvidia beta driver (currently 177.13) 2) Set the following options: $ nvidia-settings -a InitialPixmapPlacement=2 -a GlyphCache=1 (Hint: some users reported it worked with InitialPixmapPlacement=1 for them) This worked really well for me (plasma really responsive), so I thought I'd share it. The settings only stay as long as you don't restart your xserver but you can make them permanent by putting them into your xorg.conf: ----------------- Section "Device" ... Option "InitialPixmapPlacement" "2" Option "GlyphCache" "1" ... EndSection "Device" ----------------- To make kwin work well with those new settings I had to adjust Settings->Desktop->D. Effects / Advanced Options to: - Compositing type: OpenGL - OpenGL mode: Shared Memory I'd like to put together some information on how that works out with different cards, so if you'd like to share your experience, please visit the techbase page I set up: http://techbase.kde.org/User:Lemma/KDE4-NVIDIA (or just reply). Regards, Michael [1] http://www.nvnews.net/vbulletin/showthread.php?t=115916 >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
RSS Feed