
compiz --replace &#!/bin/sh
echo “Get Some”
if [[ `pidof compiz` ]]; then
# compiz running, nuke it.
metacity --replace &
killall -9 compiz
else
# no compiz.
compiz --replace &
fi


markcynt wrote:From a terminal, to start compiz
- Code: Select all
compiz --replace &
Xlib: extension "GLX" missing on display ":0.0".
compiz (core) - Fatal: Root visual is not a GL visual
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0
Launching fallback window manager
./compiz-check
Gathering information about your system...
Distribution: Linux Mint
Desktop environment: GNOME
Graphics chip: ATI Technologies Inc RV350 AS [Radeon 9550]
Driver in use: radeon
Rendering method: AIGLX
Checking if it's possible to run Compiz on your system...
Checking for texture_from_pixmap... [FAIL]
Checking for non power of two support... [FAIL]
Checking for composite extension... [ OK ]
Checking for FBConfig... [FAIL]
Checking for hardware/setup problems... [SKIP]
At least one check had to be skipped:
Error: Unable to detect maximum 3D texture size

sudo apt-get purge nvidia*
sudo apt-get install --reinstall xserver-xorg-video-intel libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core
sudo dpkg-reconfigure xserver-xorg
compiz --replace &












iskonskozlo wrote:Already tried that - not working.![]()
For now, the easiest way to start compiz is via Fusion icon I installed...
compiz --replace



iskonskozlo wrote:Found a solution:
- Code: Select all
sudo apt-get purge nvidia*
sudo apt-get install --reinstall xserver-xorg-video-intel libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core
sudo dpkg-reconfigure xserver-xorg
compiz --replace &
Strange, I've never had nvidia card on my computer, but still it wouldn't do right without the purge line.

iskonskozlo wrote:Found a solution:
- Code: Select all
sudo apt-get purge nvidia*
sudo apt-get install --reinstall xserver-xorg-video-intel libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core
sudo dpkg-reconfigure xserver-xorg
compiz --replace &
Strange, I've never had nvidia card on my computer, but still it wouldn't do right without the purge line.

water spirit wrote: Does anyone know if simple compizconfig settings manager or similar is available ?
The following packages are missing and will soon be ported to LMDE: jockey-gtk, usb-creator, simple-ccsm.




compiz (core) - Error: Couldn't load plugin 'ccp'
WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when GLX 1.3 is not supported! This is an application bug!
compiz (core) - Error: Couldn't load plugin 'ccp'
/usr/bin/compiz-decorator: Screen 0 on display ":0.0" already has a decoration manager; try using the --replace option to replace the current decoration manager.
WARNING: Application calling GLX 1.3 function "glXDestroyPixmap" when GLX 1.3 is not supported! This is an application bug!

Users browsing this forum: No registered users and 1 guest