Page 47 of 81 FirstFirst ... 37454647484957 ... LastLast
Results 461 to 470 of 810

Thread: Compiz-Check -- no more "Desktop effects could not be enabled"

  1. #461
    Join Date
    Oct 2008
    Beans
    19
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Compiz-Check -- no more "Desktop effects could not be enabled"

    Solved my issue, whenever I plug into an external monitor from my laptop I have to turn off my laptop monitor and it saves my settings. Otherwise a simple # added to the begining of the external monitors resolution in xorg.conf fixes any compiz issues.

  2. #462
    Join Date
    Oct 2006
    Location
    Cologne, Europe
    Beans
    2,570
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Compiz-Check -- no more "Desktop effects could not be enabled"

    Hi guys,

    sorry, I have been busy in the last couple of days.
    Anyone who still has a problem and didn't solve it in the meantime, please post again. I will try my best to help you out.

  3. #463
    Join Date
    Feb 2009
    Beans
    12
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Compiz-Check -- no more "Desktop effects could not be enabled"

    Quote Originally Posted by Forlong View Post
    Hi guys,

    sorry, I have been busy in the last couple of days.
    Anyone who still has a problem and didn't solve it in the meantime, please post again. I will try my best to help you out.
    Hey

    I Ran compiz-check and here are my results =/
    Code:
    [
    Gathering information about your system...
    
     Distribution:          Ubuntu 8.10
     Desktop environment:   GNOME
     Graphics chip:         Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)
     Driver in use:         sis
     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...           [FAIL]
    
    There has been (at least) one error detected with your setup:
     Error: Software Rasterizer in use

  4. #464
    Join Date
    Oct 2006
    Location
    Cologne, Europe
    Beans
    2,570
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Compiz-Check -- no more "Desktop effects could not be enabled"

    I'm afraid you can't get Compiz running on that graphics chip.

    If it's not on a notebook, consider buying an additional graphics card (Nvidia preferably).

  5. #465
    Join Date
    Jan 2009
    Location
    Barcelona
    Beans
    61
    Distro
    Ubuntu 14.04 Trusty Tahr

    Unhappy Re: Compiz-Check -- no more "Desktop effects could not be enabled"

    Quote Originally Posted by Forlong View Post
    I'm afraid you can't get Compiz running on that graphics chip.

    If it's not on a notebook, consider buying an additional graphics card (Nvidia preferably).
    Hi!!

    I have the same problem and in fact I'm running Ubuntu 8.1 on an acer aspire one notebook. The problem is that until some days ago, before an updating, everything was working perfectly, and desktop effects too. Now, after updating, windows title bar disappears and desktop effects could not be enabled.

    The output of compiz-check is:

    Gathering information about your system...

    Distribution: Ubuntu 8.10
    Desktop environment: GNOME
    Graphics chip: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)
    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... [FAIL]

    There has been (at least) one error detected with your setup:
    Error: Software Rasterizer in use



    Any suggestion?

    Thanks in advance for your help!

    green69
    Last edited by green69; March 4th, 2009 at 06:37 PM.

  6. #466
    Join Date
    Oct 2006
    Location
    Cologne, Europe
    Beans
    2,570
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Compiz-Check -- no more "Desktop effects could not be enabled"

    Your intel chip is not set up correctly.
    Post the output of
    Code:
    grep -v ^# /etc/X11/xorg.conf
    and use the forum's [CODE] tag please (# button)

  7. #467
    Join Date
    Jan 2009
    Location
    Barcelona
    Beans
    61
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Compiz-Check -- no more "Desktop effects could not be enabled"

    Hi again!

    After all, I'm sorry but I'm new ubuntu user and I don't kwow the forum rules...
    How should I use the forum's [code] tag? What doeas it means?


    The output of the command you suggested me is:
    Section "Monitor"
    Identifier "Configured Monitor"
    DisplaySize 195 113 # Added by GC as described in ubuntu acer aspire one guide
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    SubSection "Display"
    Virtual 2384 768
    EndSubSection
    EndSection

    Section "Device"
    Identifier "Configured Video Device"
    Option "NoDDC" # Added by GC as described in ubuntu acer aspire one guide
    EndSection

    Thank for your patience

  8. #468
    Join Date
    Oct 2006
    Location
    Cologne, Europe
    Beans
    2,570
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Compiz-Check -- no more "Desktop effects could not be enabled"

    Hi,

    don't worry, just don't use the Quick Reply but click on "New Reply" (or "quote").
    There will be a text editor then and in the control bar above the text field is a button that looks like this: #
    That's responsible for the CODE tag and if you paste your text between the tags, it will be presented like this:
    Code:
    Section "Monitor"
    	Identifier	"Configured Monitor"
    	DisplaySize 195 113	# Added by GC as described in ubuntu acer aspire one guide
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Monitor		"Configured Monitor"
    	Device		"Configured Video Device"
    	SubSection "Display"
    		Virtual	2384 768
    	EndSubSection
    EndSection
    
    Section "Device"
    	Identifier	"Configured Video Device"
    	Option "NoDDC"	# Added by GC as described in ubuntu acer aspire one guide
    EndSection
    Which is a) easier to read and b) usefull with long outputs.

    Anyway, this section is causing your trouble, I guess:
    Code:
    	SubSection "Display"
    		Virtual	2384 768
    	EndSubSection
    Remove it completely from the file, you will have to open it in a text editor like this:
    Code:
    gksu gedit /etc/X11/xorg.conf
    Afterwards, you have to log out and back in again to see if it worked.

  9. #469
    Join Date
    Jan 2009
    Location
    Barcelona
    Beans
    61
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Compiz-Check -- no more "Desktop effects could not be enabled"

    Quote Originally Posted by Forlong View Post
    Hi,

    don't worry, just don't use the Quick Reply but click on "New Reply" (or "quote").
    There will be a text editor then and in the control bar above the text field is a button that looks like this: #
    That's responsible for the CODE tag and if you paste your text between the tags, it will be presented like this:
    Code:
    Section "Monitor"
    	Identifier	"Configured Monitor"
    	DisplaySize 195 113	# Added by GC as described in ubuntu acer aspire one guide
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Monitor		"Configured Monitor"
    	Device		"Configured Video Device"
    	SubSection "Display"
    		Virtual	2384 768
    	EndSubSection
    EndSection
    
    Section "Device"
    	Identifier	"Configured Video Device"
    	Option "NoDDC"	# Added by GC as described in ubuntu acer aspire one guide
    EndSection
    Which is a) easier to read and b) usefull with long outputs.

    Anyway, this section is causing your trouble, I guess:
    Code:
    	SubSection "Display"
    		Virtual	2384 768
    	EndSubSection
    Remove it completely from the file, you will have to open it in a text editor like this:
    Code:
    gksu gedit /etc/X11/xorg.conf
    Afterwards, you have to log out and back in again to see if it worked.
    You were right! Now the compiz-check test went right and desktop effect are enabled.
    The only thing it hurt me is that when I maximize windows (any type of windows) the title bar (including minimize and close keys) remain hided under top pannel. Please, have you any idea of why this pass? This is quite unconfortable and I don't knoow how to solve it.

    Thanks again!

  10. #470
    Join Date
    Nov 2008
    Beans
    55
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Compiz-Check -- no more "Desktop effects could not be enabled"

    I have a problem with enabling compiz...

    Gathering information about your system...

    Code:
     Distribution:          Ubuntu 8.10
     Desktop environment:   GNOME
     Graphics chip:         ATI Technologies Inc RV635 PRO AGP [Radeon HD 3650]
     Driver in use:         radeonhd
     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...           [FAIL]
    
    There has been (at least) one error detected with your setup:
     Error: Software Rasterizer in use

    heres what happens when I try to enable compiz...

    Code:
    Checking for Xgl: not present. 
    No whitelisted driver found
    aborting and using fallback: /usr/bin/metacity

Page 47 of 81 FirstFirst ... 37454647484957 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •