Handle todo notes.
svn path=/trunk/KDE/kdebase/workspace/; revision=759635
This commit is contained in:
parent
f97382077f
commit
f9b53b651c
1 changed files with 9 additions and 30 deletions
39
NOTES_4_0
39
NOTES_4_0
|
@ -1,10 +1,3 @@
|
||||||
This document is for creating the 4.0 release notes. There are 3 parts:
|
|
||||||
- the notes themselves
|
|
||||||
- comments and todo's about what should be added to them
|
|
||||||
- comments about what should be in the accompanying kwin 4.0 video
|
|
||||||
|
|
||||||
TODO - check all XXX notes
|
|
||||||
|
|
||||||
4.0 release notes
|
4.0 release notes
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
@ -14,12 +7,11 @@ KWin, the standard KDE window manager, in KDE4.0 ships with the first version
|
||||||
of built-in support for compositing, making it also a compositing manager.
|
of built-in support for compositing, making it also a compositing manager.
|
||||||
This allows KWin to provide advanced graphical effects, like for example with Compiz,
|
This allows KWin to provide advanced graphical effects, like for example with Compiz,
|
||||||
while also providing all the features from previous KDE releases (such as very good
|
while also providing all the features from previous KDE releases (such as very good
|
||||||
intergration with the rest of KDE, advanced configurability, well-tested window manager, etc.).
|
intergration with the rest of KDE, advanced configurability, focus stealing prevention,
|
||||||
|
well-tested window manager, robust handling of misbehaving applications/toolkits, etc.).
|
||||||
Unlike Compiz, KWin still functions even when no system support for compositing is
|
Unlike Compiz, KWin still functions even when no system support for compositing is
|
||||||
available, with only compositing features not being available in such case.
|
available, with only compositing features not being available in such case.
|
||||||
|
|
||||||
XXX probably stress more the various strengths of KWin, to reduce the 'why not Compiz' nonsense
|
|
||||||
|
|
||||||
Previous KWin versions in later KDE3.x releases included a standalone compositing
|
Previous KWin versions in later KDE3.x releases included a standalone compositing
|
||||||
manager called kompmgr, based on the xcompmgr compositing manager. Kompmgr was only
|
manager called kompmgr, based on the xcompmgr compositing manager. Kompmgr was only
|
||||||
loosely tied with KWin, used only XRender for rendering and provided only basic
|
loosely tied with KWin, used only XRender for rendering and provided only basic
|
||||||
|
@ -55,7 +47,7 @@ session in order to ensure that all applications detect the change.
|
||||||
If you cannot enable desktop effects, it may be because either your KDE is not built
|
If you cannot enable desktop effects, it may be because either your KDE is not built
|
||||||
with necessary support, or more probably because your system is not capable of providing
|
with necessary support, or more probably because your system is not capable of providing
|
||||||
compositing support. See file
|
compositing support. See file
|
||||||
XXX http://websvn.kde.org/*checkout*/trunk/KDE/kdebase/workspace/kwin/COMPOSITE_HOWTO
|
http://websvn.kde.org/*checkout*/trunk/KDE/kdebase/workspace/kwin/COMPOSITE_HOWTO
|
||||||
for some instructions on setting up your system. Note that there may be other factors
|
for some instructions on setting up your system. Note that there may be other factors
|
||||||
affecting whether you do or do not have compositing support.
|
affecting whether you do or do not have compositing support.
|
||||||
|
|
||||||
|
@ -90,8 +82,9 @@ A quick overview of features provided by compositing manager in KWin:
|
||||||
There are more features that are not enabled by default and need to be explicitly enabled
|
There are more features that are not enabled by default and need to be explicitly enabled
|
||||||
in the configuration.
|
in the configuration.
|
||||||
|
|
||||||
XXX link to 4.0 kwin video
|
There are various videos showing various compositing features of KWin. For example,
|
||||||
XXX note the kwin_composite tag at youtube
|
search for 'kwin_composite' at youtube.com (please keep in mind that many of those windows
|
||||||
|
are old and show testing or demo effects).
|
||||||
|
|
||||||
|
|
||||||
= Performance =
|
= Performance =
|
||||||
|
@ -140,12 +133,9 @@ is corrupted), you can turn it off using one of these ways:
|
||||||
You will probably need to switch to text mode or start failsafe session from KDM to be
|
You will probably need to switch to text mode or start failsafe session from KDM to be
|
||||||
able to perform this.
|
able to perform this.
|
||||||
|
|
||||||
See file
|
See file http://websvn.kde.org/*checkout*/trunk/KDE/kdebase/workspace/kwin/COMPOSITE_HOWTO
|
||||||
XXX http://websvn.kde.org/*checkout*/trunk/KDE/kdebase/workspace/kwin/COMPOSITE_HOWTO
|
|
||||||
for some issues with various graphics cards.
|
for some issues with various graphics cards.
|
||||||
|
|
||||||
XXX See other sections below for further possible problems.
|
|
||||||
|
|
||||||
|
|
||||||
= XRender mode =
|
= XRender mode =
|
||||||
|
|
||||||
|
@ -172,17 +162,6 @@ binary compatible, just like with other KDE libraries.
|
||||||
At the time of the KDE4.0 release, API for compositing effects is unfortunately only sparsely
|
At the time of the KDE4.0 release, API for compositing effects is unfortunately only sparsely
|
||||||
documented. Developers interested in writing compositing effects for KWin are suggested
|
documented. Developers interested in writing compositing effects for KWin are suggested
|
||||||
to use source code of effects shipped with KWin (the Howto effect as the starting point)
|
to use source code of effects shipped with KWin (the Howto effect as the starting point)
|
||||||
XXX link to kwin sources?
|
and/or ask on the KWin mailing list.
|
||||||
and/or ask on the KWin mailing list XXX link.
|
|
||||||
|
|
||||||
Links to various KWin-related documents are available at XXX http://techbase.kde.org/Projects/KWin .
|
Links to various KWin-related documents are available at http://techbase.kde.org/Projects/KWin .
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Comments
|
|
||||||
========
|
|
||||||
|
|
||||||
|
|
||||||
Video
|
|
||||||
=====
|
|
||||||
|
|
Loading…
Reference in a new issue