LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-22-2009, 01:52 AM   #1
albertspade
LQ Newbie
 
Registered: Aug 2007
Posts: 19

Rep: Reputation: 0
Desktop effects could not be enabled after installing compiz...


Hi...
Yesterday I installed compiz fusion on my system having Fedora 11. It got installed properly. Then I installed emerald themes, even that got installed properly. But after rebooting the the system when I tried to enable desktop effects, its giving me an error "Desktop effects could not be enabled". Even my resolution has been changed to 800x600, previously which is 1024 by something. Also the basic effects of wobbles and all are gone. Will you please help me to fix it.
Thanks.
 
Old 07-22-2009, 02:19 AM   #2
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by albertspade View Post
Hi...
Yesterday I installed compiz fusion on my system having Fedora 11. It got installed properly. Then I installed emerald themes, even that got installed properly. But after rebooting the the system when I tried to enable desktop effects, its giving me an error "Desktop effects could not be enabled". Even my resolution has been changed to 800x600, previously which is 1024 by something. Also the basic effects of wobbles and all are gone. Will you please help me to fix it.
Thanks.
What video card are you using and what driver for that card? Is 3D accleration enabled?
cheers,
jdk
 
Old 07-22-2009, 02:47 AM   #3
albertspade
LQ Newbie
 
Registered: Aug 2007
Posts: 19

Original Poster
Rep: Reputation: 0
Here is some information about my machine :
- Make/model : Intel
- Processor : Pentium 4 (3.0 GHZ)
- RAM : 512
- Graphics card : Intel Corporation 82915G Integrated Graphics Controller (rev 04)
- Which graphics driver you are using (free, non-free) : I installed nvidia

May be this will be helpful.
Thanks.
 
Old 07-22-2009, 03:02 AM   #4
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Why did you install nvidia? You don't have a nvidia card?
Intel appears to have a driver for your card but it may also be supported by your kernel.
http://downloadcenter.intel.com/Deta...=8203&lang=eng
cheers,
jdk
 
Old 07-22-2009, 03:07 AM   #5
albertspade
LQ Newbie
 
Registered: Aug 2007
Posts: 19

Original Poster
Rep: Reputation: 0
Will you please tell me how to install them?
Whenever I try to install any software in linux from command prompt it gives dependency error or something else.
Thanks.
 
Old 07-22-2009, 03:14 AM   #6
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by albertspade View Post
Will you please tell me how to install them?
Whenever I try to install any software in linux from command prompt it gives dependency error or something else.
Thanks.
Sorry I could only tell you in general terms. I'm running an ATI Radeon graphics card myself. I'd suggest you try the xserver-xorg driver which I believe is called i810. Just try that in your Xorg.conf file instead of nvidia (or whatever you have now). That should be easy enough.
cheers,
jdk
 
Old 07-22-2009, 03:30 AM   #7
albertspade
LQ Newbie
 
Registered: Aug 2007
Posts: 19

Original Poster
Rep: Reputation: 0
These are the contents of my xorg.conf file :

# Xorg configuration created by livna-config-display

Section "Files"
ModulePath "/usr/lib/xorg/modules"
EndSection

Section "ServerFlags"
Option "AIGLX" "on"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

Will you please tell me what changes I am supposed to do here.
Sorry for this but I have not done all this before, that is why facing problems.
Thanks.
 
Old 07-22-2009, 03:57 AM   #8
albertspade
LQ Newbie
 
Registered: Aug 2007
Posts: 19

Original Poster
Rep: Reputation: 0
One more thing I want to tell when I open Gnome Compiz Preferences it gives me following error:

An error occurred while loading or saving configuration information for
gnome-compiz-preferences. Some of your configuration settings may not work
properly.
Type mismatch: Expected list, got string
Type mismatch: Expected list, got string
Type mismatch: Expected list, got string


May be it will help.
Thanks.
 
Old 07-22-2009, 04:18 AM   #9
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Yeah, that makes sense. If you're using the vesa driver then there's no way you're going to get any special effects. You really need to install the proper driver if you want to get full use of your graphics card. You can either try the intel one you downloaded or else try your luck with the driver supplied by your kernel.
Cheers,
jdk
 
Old 07-22-2009, 04:29 AM   #10
albertspade
LQ Newbie
 
Registered: Aug 2007
Posts: 19

Original Poster
Rep: Reputation: 0
Thanks Dear.
I don't know where to find intel drivers and how to install them.
I think my graphics driver support 3D effects, because before installing compiz I am able to get basic desktop effects with my machine which were installed by default when I installed Fedora 11. Even my resolution was good at that time.
May be I'll try to reinstall the system if there is no solution for my problem.
 
Old 07-22-2009, 07:23 AM   #11
peeths003
Member
 
Registered: Jun 2008
Distribution: Fedora 12 i686, Debian 5.0.1 i686, Fedora 14 x86_64, Debian Lenny 5.0.1x86_64 and CentOS_5.4_x86-64
Posts: 311

Rep: Reputation: 32
Dont give up so easily, unistall the nvidia driver, install the X11-drv and give a try , I have compix fusion running on an intel 965G chipset. you have to use indirect rendering .


Use the below thread for reference , I used this thread to solve the issue


Last edited by peeths003; 07-22-2009 at 07:32 AM.
 
Old 07-22-2009, 11:37 PM   #12
albertspade
LQ Newbie
 
Registered: Aug 2007
Posts: 19

Original Poster
Rep: Reputation: 0
Thanks for your suggestion.
I will definitely try it.
 
Old 07-23-2009, 12:08 AM   #13
albertspade
LQ Newbie
 
Registered: Aug 2007
Posts: 19

Original Poster
Rep: Reputation: 0
Hi Peeth...
I gone through your thread.
Sorry to say but I didn't understood much from there.
Even I dont know how to install X11 drivers.
Will you please help me in this regard?
Thanks...
 
Old 07-23-2009, 12:15 AM   #14
albertspade
LQ Newbie
 
Registered: Aug 2007
Posts: 19

Original Poster
Rep: Reputation: 0
Also when I click compiz fusion icon from system tools my screen turns white and I have to restart it to get it back.
 
Old 07-23-2009, 12:16 AM   #15
albertspade
LQ Newbie
 
Registered: Aug 2007
Posts: 19

Original Poster
Rep: Reputation: 0
One more thing I am using GNOME.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Desktop effects could not be enabled - Nvidia - Compiz arthur42dent Linux - Desktop 16 07-26-2009 01:43 PM
Compiz Desktop Effects Could not Enabled alamgir Linux - Newbie 1 06-24-2009 09:03 AM
Desktop effects could not be enabled chango77745 Linux - Newbie 5 05-11-2008 12:05 PM
Desktop effects could not be enabled - ATi Radeon Xpress 1100 - Compiz ithinkthereforeiam Linux - Newbie 13 04-26-2008 09:52 PM
desktop effects cannot be enabled av.dubey Linux - Newbie 10 01-21-2008 04:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:02 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration