XFWM4: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 37: | Line 37: | ||
Compile the package: | Compile the package: | ||
./configure --prefix=$XFCE_PREFIX && | ./configure --prefix=${XFCE_PREFIX} && | ||
make | make | ||
Revision as of 12:28, 21 April 2007
| Download Source: | http://www.xfce.org/archive/xfce-4.6.2/src/xfwm4-4.6.2.tar.bz2 |
|---|
Introduction to XFWM4
This is the window manager for Xfce 4.
Project Homepage: http://www.xfce.org
Dependencies
Required
Optional
Configuration Information
Some X Window System options that can be passed to the configure script. To explicitly prohibit their use, pass them as --disable- options.
| --enable-randr: try to use the XRANDR extension. |
| --enable-render: try to use the render extension. |
| --enable-xsync: try to use the XSync extenstion. |
| --enable-compositor: enable the compositor. |
Non-Multilib
Compile the package:
./configure --prefix=${XFCE_PREFIX} &&
make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" USE_ARCH=32 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=$XFCE_PREFIX &&
make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" USE_ARCH=n32 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=$XFCE_PREFIX \
--libdir=$XFCE_PREFIX/lib32 &&
make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" USE_ARCH=64 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=$XFCE_PREFIX \
--libdir=$XFCE_PREFIX/lib64 &&
make
Install the package:
make install
Configuring
The compositor extensions are included in the X.org X Server. To enable compositing, edit /etc/X11/xorg.conf, adding the following. You will have to restart the X Server for this change to take effect.
Section "Extensions"
Option "Composite" "Enable"
EndSection
If you are using the nVidia closed-cource driver, you may add the following to the "Device" section in /etc/X11/xorg.conf to enable the XRender in hardware.
Option "RenderAccel" "true"
Contents
| Installed Directories: | $XFCE_PREFIX/share/themes/{Daloa, Default, Default-4.0, Default-4.2, Katiola, Moheli, Sassandra, Stoneage, Therapy, Tyrex, Wallis} |
|---|---|
| Installed Programs: | xfwm4 |
| Installed Libraries: | wmtweaks_plugin.{la,so}, workspaces_plugin.{la,so}, xfwm4_plugin.{la,so}, |
Short Descriptions
| xfwm4 | The Xfce window manager. |
|---|