Compiz-Check : Will Compiz work for you?

Status
Not open for further replies.

Dark Star

Cyborg Agent
*www.imgx.org/pfiles/7527/logo2v.png​

Compiz-Check is a script to test if Compiz is able to run on your system/setup and if not, it will tell you the reason why.

The script is suitable for GNOME, KDE and Xfce users and is not limited to a specific Linux distribution – in fact, the script lists those infos for you.

The test consists mainly of three parts:
  1. List relevant system information
  2. Run several Compiz related checks
  3. . Check for problematic hardware and problems with the setup in use.
So the output will eventually look like this:

*www.imgx.org/pfiles/7522/Screenshot.png​

If anything is OK like in this example, your system is most probably able to run Compiz.
In case anything fails, you will be prompted a reason and ideally a hint how to solve the problem.

Compiz-Check will not run Compiz for you, nor will it do any changes to your system (unless you specifically say so).

Installation : -
  • Open Terminal and type this
Code:
wget *blogage.de/files/3557/download -O compiz-check
  • Afterwards, you have to make it executable:
Code:
chmod +x compiz-check
  • To run simply type
Code:
./compiz-check
2'nd Installation Method :
  • Download the Script : Compiz- Check Script
  • Past it in /home/user name folder
  • Afterwards, you have to make it executable:
Code:
chmod +x compiz-check
  • To run simply type
Code:
./compiz-check
Home Page : Forlong's Blog - I'm trying to comprehend the things I write
Compiz Fusion : Compiz Fusion Welcome
 

debsuvra

is NOT a PC/Mac
GREAT! :D

Though I am happily running Compiz now, I will eventually check it. ;-)

Check the screenshot :

*img214.imageshack.us/img214/5607/screenshotrootdebpcbw7.png



BUT it cant detect the windows manager properly :(
 
Last edited:

shady_inc

Pee into the Wind...
I can run compiz fine.! :p

poisonblack@poisonblack-PC:~$ ./compiz-check

Gathering information about your system...

Distribution: Ubuntu 7.10
Desktop environment: Xfce
Graphics chip: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)
Driver in use: intel
Rendering method: AIGLX

Checking if it's possible to run Compiz on your system...

Checking for texture_from_pixmap... [ OK ]
Checking for non power of two support... [ OK ]
Checking for composite extension... [ OK ]
Checking for FBConfig... [ OK ]
Checking for hardware/setup problems... [ OK ]

poisonblack@poisonblack-PC:~$
 

praka123

left this forum longback
Hehey! Good find @shashwath :D
for me,
Code:
[prakash@myhost Desktop]$ ./compiz-check 

Gathering information about your system...

 Distribution:          Arch Linux 
 Desktop environment:   GNOME
 Graphics chip:         nVidia Corporation G70 [GeForce 7300 GT] (rev a1)
 Driver in use:         nvidia
 Rendering method:      Nvidia

Checking if it's possible to run Compiz on your system...

 Checking for texture_from_pixmap...               [ OK ]
 Checking for non power of two support...          [ OK ]
 Checking for composite extension...               [ OK ]
 Checking for FBConfig...                          [ OK ]
 Checking for hardware/setup problems...           [ OK ]
 
Status
Not open for further replies.
Top Bottom