Aiuto installazione Compiz-Fusion-0.5.2
Inviato: sab 20 ott 2007, 16:01
Forse non ho ben capito come si usa l'installpkg.
Allora, seguendo questa guida prelevo dal repository di Slacky i pacchetti
e l'applicativo che mi interessa
Installo nell'ordine indicato:
Inserisco un file /home/UTENTE/.kde/Autostart/compiz-fusion.sh
e lo rendo eseguibile
Configuro l'/etc/X11/xorg.conf così:
riavvio...ma non succede nulla. Dove sbaglio? 
Allora, seguendo questa guida prelevo dal repository di Slacky i pacchetti
Codice: Seleziona tutto
libsexy-0.1.11-i686-4as.tgz
libwnck-2.18.3-i486-1sl.tgz
pycairo-1.4.0-i686-4as.tgz
pygobject-2.14.0-i486-1sl.tgz
pygtk-2.12.0-i486-1sl.tgz
sexy-python-0.1.9-i686-4as.tgz Codice: Seleziona tutto
compiz-0.6.2-i486-1sl.tgzCodice: Seleziona tutto
# installpkg libsexy-0.1.11-i686-4as.tgz
Installing package libsexy-0.1.11-i686-4as...
PACKAGE DESCRIPTION:
libsexy: Libsexy (GTK+ widgets)
libsexy:
libsexy: Libsexy is a collection of GTK+ widgets that extend the functionality
libsexy: of such standard widgets as GtkEntry and GtkLabel by subclassing them
libsexy: and working around the limitations of the widgets.
libsexy:
libsexy: http://www.chipx86.com
libsexy: WWW.SLACKY.IT
libsexy: PackaGer Gohanz
Executing install script for libsexy-0.1.11-i686-4as...
# installpkg libwnck-2.18.3-i486-1sl.tgz
Installing package libwnck-2.18.3-i486-1sl...
PACKAGE DESCRIPTION:
libwnck: libwnck
libwnck:
libwnck: The Window Navigator Construction Kit library, used by GNOME for
libwnck: handling window management tasks.
libwnck:
Executing install script for libwnck-2.18.3-i486-1sl...
# installpkg pycairo-1.4.0-i686-4as.tgz
Installing package pycairo-1.4.0-i686-4as...
PACKAGE DESCRIPTION:
pycairo: Cairo (Python Interface)
pycairo:
pycairo: Cairo is a 2D graphics library with support for multiple output
pycairo: devices. Currently supported output targets include the X Window
pycairo: System, Win32, image buffers, and PostScript, PDF, and SVG file
pycairo: output. Experimental backends include OpenGL (through glitz)
pycairo:
pycairo: http://cairographics.org
pycairo: WWW.SLACKY.IT
pycairo: Packager Gohanz
# installpkg pygobject-2.14.0-i486-1sl.tgz
Installing package pygobject-2.14.0-i486-1sl...
PACKAGE DESCRIPTION:
pygobject: Pygobject (GObject bindings for Python)
pygobject:
pygobject: This archive contains bindings for the GObject, to be used in Python
pygobject: It is a fairly complete set of bindings, it's already rather useful,
pygobject: and is usable to write moderately complex programs.
pygobject:
pygobject: http://www.pygtk.org/
# installpkg pygtk-2.12.0-i486-1sl.tgz
Installing package pygtk-2.12.0-i486-1sl...
PACKAGE DESCRIPTION:
pygtk: PyGtk
pygtk:
pygtk: PyGTK provides a convenient wrapper for the GTK+ library for use in
pygtk: Python programs, taking care of many of the boring details such
pygtk: as managing memory and type casting.
pygtk:
# installpkg sexy-python-0.1.9-i686-4as.tgz
Installing package sexy-python-0.1.9-i686-4as...
PACKAGE DESCRIPTION:
sexy-python: Sexy-python (Python GTK+ widgets)
sexy-python:
sexy-python: Sexy-python is a collection of GTK+ widgets that extend the
sexy-python: functionality of such standard widgets as GtkEntry and GtkLabel by
sexy-python: subclassing them and working around the limitations of the widgets
sexy-python:
sexy-python: http://www.chipx86.com
sexy-python: WWW.SLACKY.IT
sexy-python: PackaGer Gohanz
# installpkg compiz-0.6.2-i486-1sl.tgz
Installing package compiz-0.6.2-i486-1sl...
PACKAGE DESCRIPTION:
compiz: Compiz
compiz:
compiz: Compiz is one of the first compositing window managers for the X Window
compiz: System that uses 3D graphics hardware to create fast compositing
compiz: desktop effects for window management. The effects, such as a
compiz: minimization effect and a cube workspace are implemented as loadable
compiz: plugins.
compiz:
Executing install script for compiz-0.6.2-i486-1sl...Codice: Seleziona tutto
#!/bin/sh
if ! ps ax | sed '/grep/ d' | grep compiz 1> /dev/null 2> /dev/null ; then
/usr/bin/compiz --replace ccp &
/usr/bin/emerald --replace &
else
/usr/bin/emerald --replace &
fiCodice: Seleziona tutto
$ chmod +x /home/UTENTE/.kde/Autostart/compiz-fusion.shCodice: Seleziona tutto
Section "Module"
Load "dbe" # Double buffer extension
Load "extmod"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
#Load "speedo"
Load "glx"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "VESA Framebuffer"
Monitor "My Monitor"
DefaultDepth 24
Option "RenderAccel" "True"
Option "AllowGLXWithComposite" "True"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection