Difference between revisions of "XFWM4"

From CBLFS
Jump to navigationJump to search
(64Bit)
(Contents.)
Line 108: Line 108:
 
|-valign="top"
 
|-valign="top"
 
! Installed Directories:
 
! Installed Directories:
|  
+
| $XFCE_PREFIX/share/themes/{Daloa, Default, Default-4.0, Default-4.2, Katiola, Moheli, Sassandra, Stoneage, Therapy, Tyrex, Wallis}
 
|-valign="top"
 
|-valign="top"
 
! Installed Programs:
 
! Installed Programs:
|  
+
| xfwm4
 
|-valign="top"
 
|-valign="top"
 
! Installed Libraries:
 
! Installed Libraries:
|  
+
| wmtweaks_plugin.{la,so}, workspaces_plugin.{la,so}, xfwm4_plugin.{la,so},
 
|}
 
|}
  
Line 121: Line 121:
 
{| style="text-align: left;"
 
{| style="text-align: left;"
 
|-valign="top"
 
|-valign="top"
!  
+
! xfwm4
|-valign="top"
+
| The Xfce window manager.
!
 
|-valign="top"
 
!
 
 
|}
 
|}

Revision as of 07:18, 15 January 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.

Package 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.