Page 50 of 81 FirstFirst ... 40484950515260 ... LastLast
Results 491 to 500 of 810

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

  1. #491
    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"

    Yeah, you have the proprietary ATI driver installed, which is, of course, not suitable for your hardware.

    Remove it like this:
    Code:
    sudo apt-get remove --purge xorg-driver-fglrx xorg-driver-fglrx-dev
    Then REBOOT and try again.

  2. #492
    Join Date
    Nov 2008
    Location
    Europe
    Beans
    30
    Distro
    Kubuntu 12.04 Precise Pangolin

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

    Thanks - that did the trick

  3. #493
    Join Date
    Mar 2009
    Beans
    47
    Distro
    Ubuntu 9.10 Karmic Koala

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

    I got "desktop effects could not be enabled". I'm a newbie and really don't know what to do.

    Code:
    Gathering information about your system...
    
     Distribution:          Ubuntu 8.10
     Desktop environment:   GNOME
     Graphics chip:         ATI Technologies Inc Rage Mobility P/M AGP 2x (rev 64)
     Driver in use:         Unknown
     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. #494
    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"

    ATI Rage chips are not capable of running Compiz, sorry.

  5. #495
    Join Date
    Mar 2009
    Beans
    33
    Distro
    Ubuntu 8.04 Hardy Heron

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

    This is my compiz-check output:

    Code:
    Gathering information about your system...
    
     Distribution:          Ubuntu 8.04
     Desktop environment:   GNOME
     Graphics chip:         nVidia Corporation NV15 [GeForce2 GTS/Pro] (rev a3)
     Driver in use:         nvidia
     Rendering method:      Nvidia
    
    Checking if it's possible to run Compiz on your system...
    
     Checking for texture_from_pixmap...               [FAIL]
     Checking for non power of two support...          [ OK ]
     Checking for composite extension...               [ OK ]
     Checking for FBConfig...                          [ OK ]
     Checking for hardware/setup problems...           [ OK ]
    when i run compiz from terminal it only gets so far and I have to use ctrl-z to drop out of it; after which i have to restart as everything freezes except terminal.

    Code:
    wanderer@wanderer:~$ compiz
    Checking for Xgl: not present. 
    Detected PCI ID for VGA: 01:00.0 0300: 10de:0150 (rev a3) (prog-if 00 [VGA controller])
    Checking for texture_from_pixmap: not present. 
    Trying again with indirect rendering:
    Checking for texture_from_pixmap: not present. 
    aborting and using fallback: /usr/bin/metacity
    If you need more info, just ask. I am new to Linux and Ubuntu.
    Many thanks,


    Michael

  6. #496
    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"

    Please post your /etc/X11/xorg.conf

  7. #497
    Join Date
    Mar 2009
    Beans
    33
    Distro
    Ubuntu 8.04 Hardy Heron

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

    here's my xorg.conf

    Code:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig:  version 1.0  (buildd@palmer)  Tue Jan 22 12:05:14 UTC 2008
    
    # xorg.conf (X.Org X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the xorg.conf manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    #   sudo dpkg-reconfigure -phigh xserver-xorg
    
    Section "ServerLayout"
        Identifier     "Default Layout"
        Screen         "Default Screen" 0 0
        InputDevice    "Configured Mouse"
    EndSection
    
    Section "Files"
    EndSection
    
    Section "Module"
        Load           "glx"
    EndSection
    
    Section "InputDevice"
        Identifier     "Generic Keyboard"
        Driver         "kbd"
        Option         "XkbRules" "xorg"
        Option         "XkbModel" "pc105"
        Option         "XkbLayout" "gb"
    EndSection
    
    Section "InputDevice"
        Identifier     "Configured Mouse"
        Driver         "mouse"
        Option         "CorePointer"
    EndSection
    
    Section "Monitor"
        Identifier     "Configured Monitor"
    EndSection
    
    Section "Device"
        Identifier     "Configured Video Device"
        Driver         "nvidia"
    EndSection
    
    Section "Screen"
        Identifier     "Default Screen"
        Device         "Configured Video Device"
        Monitor        "Configured Monitor"
        DefaultDepth    24
        Option         "NoLogo" "True"
        Option         "UseEdidFreqs" "True"
        Option         "AllowGLXWithComposite" "True"
        Option         "AddARGBGLXVisuals" "True"
        SubSection     "Display"
            Depth       24
            Modes      "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
    EndSection

  8. #498
    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"

    Do you have a dual-head setup?

  9. #499
    Join Date
    Mar 2009
    Beans
    33
    Distro
    Ubuntu 8.04 Hardy Heron

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

    I am not certain what a dual-head setup is, which probably means I don't have one
    Can you enlighten me?

  10. #500
    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"

    Sorry, I just wanted to know if you are using two monitors, which is known to break Compiz on some setups.

    http://en.wikipedia.org/wiki/Dual-head :-)

Page 50 of 81 FirstFirst ... 40484950515260 ... 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
  •