Results 1 to 9 of 9
just wondering cause it no longer works on my pc...
- 05-01-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 11
did compiz switch to just targeting people with high performance graphic cards
just wondering cause it no longer works on my pc
- 05-01-2009 #2
I assume the subtext here is that it was working, and then you upgraded something and it stopped working?
What is your graphics card? What distro are you running?
- 05-01-2009 #3Just Joined!
- Join Date
- Apr 2009
- Posts
- 11
i upgraded to ubuntu 9.04 from ubuntu 8.10 the moment 9.04 was in its stable stage and i looked in youtube to see if anyone got compiz working
i looked in my system benchmark thing and it says VGA compatible controller
i think its just the graphics card cause it keeps saying that it wont run and my system has a 2.60 GHz and 1 gb of ram, it`s also a refurbished computer bought from microcenter with a sticker that says "designed for windows xp"
- 05-01-2009 #4
Post the output of
Code:grep -i driver /etc/X11/xorg.conf lspci | grep -i vga
- 05-01-2009 #5Just Joined!
- Join Date
- Apr 2009
- Posts
- 11
- 05-01-2009 #6
- 05-01-2009 #7Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Just echoing what reed9 said, the Intel driver architecture has completely changed recently which has left some bugs that can cause lagging. You can enable it manually by commenting out a line in the compiz script or by skipping the checks on compiz's start
Bare in mind that it was disabled as a precaution so if you enable it you may experience some instability. If you do experience instability remove the SKIP_CHECKS=yes line from the config file mentioned above.Code:mkdir -p ~/.config/compiz/ && echo SKIP_CHECKS=yes >> ~/.config/compiz/compiz-manager
- 05-01-2009 #8Just Joined!
- Join Date
- Apr 2009
- Posts
- 11
ok thanks, that should give me a good explanation to my friends if they find that compiz doesnt work (you see, i told them linux has better desktop features like desktop cube and painting fire)
- 05-02-2009 #9
If you want to use heavy effects, compiz will put strain on your graphics card no matter what.
If you just want a compositor for transperency and something like avant. try xcompmgr.


Reply With Quote

