Add a note how to configure X.

svn path=/branches/work/kwin_composite/; revision=600916
This commit is contained in:
Luboš Luňák 2006-11-01 10:48:46 +00:00
parent 1c6cc39dfb
commit 5b04644edd

15
HACKING
View file

@ -27,6 +27,21 @@ $ svn switch https://svn.kde.org/home/kde/branches/work/kwin_composite
$ make
(i.e. build and use it as usually)
After starting, KWin's debug output also says which compositing backend it uses, e.g.
"OpenGL compositing". If it does not, most probably your X is not configured properly.
For nVidia:
-----------
Both 9625 (beta) and 8776 drivers work. You need
Option "AddARGBGLXVisuals" "True"
in 'Section "Screen"' and also the Xcomposite extension enabled:
Section "Extensions"
Option "Composite" "Enable"
EndSection
KWin parts:
===========