Who said that linux is not "beautiful"? Who ever said "Windows Vista has the charts effettini has not linux?
Step 1 :
Step 1 :
download this pkg :
- ccsm
- Compiz
- compiz-bcop
- compiz-fusion-plugins-extra
- compiz-fusion-plugins-main
- compiz-fusion-plugins-unsupported
- compizconfig-python
- compizconfig-backend-kconfig
- emerald
- emerald-themes
- libcompizconfig
- simple-ccsm
- libwnck
- pygtk
- sexy-python
Step 2:
install pkgs with "installpkg" or " "pkgtool" command
# installpkg *.tgz
Step 3 :
Aprite il file /etc/X11/xorg.conf. Open the file / etc/X11/xorg.conf.
- ccsm
- Compiz
- compiz-bcop
- compiz-fusion-plugins-extra
- compiz-fusion-plugins-main
- compiz-fusion-plugins-unsupported
- compizconfig-python
- compizconfig-backend-kconfig
- emerald
- emerald-themes
- libcompizconfig
- simple-ccsm
- libwnck
- pygtk
- sexy-python
Step 2:
install pkgs with "installpkg" or " "pkgtool" command
# installpkg *.tgz
Step 3 :
System Configurations
Now we move on to the changes (always valid regardless of the version of compiz) to be made to the system.Aprite il file /etc/X11/xorg.conf. Open the file / etc/X11/xorg.conf.
Nella Section "Module" abilitate le glx: In Section "Module" glx enabled:
Load "glx"
In Section "Device" add the following lines:
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "XAANoOffscreenPixmaps" "true"
Option "AddARGBGLXVisuals" "true"
In Section "Server Layout" add this line:
Option "AIGLX" "true"
hen you have to activate the composite, and then add the file as follows:
Section "Extensions"
Option "Composite" "Enable"
EndSection EndSection
Step 4:
starting compiz
# compiz --replace ccp & emerald --replace
------------------------------------------------------- or
# vi compiz
#!/bin/bash
# Compiz startup script
LIBGL_ALWAYS_INDIRECT=TRUE \
/usr/bin/compiz --replace png svg decoration annotate water blur clone \
wobbly fade minimize cube rotate zoom scale move resize place switcher & \
/usr/bin/kde-window-decorator &
--------------------------------------------------------------------------------
CommonKeyboardShortcuts compiz
To stop Compiz instead you can use the following:
killall -9 compiz && /usr/bin/kwin --replace &
No comments:
Post a Comment