Results 1 to 7 of 7

Thread: [SOLVED] Compiz once closed, doesn't restart

  1. #1
    Join Date
    Jan 2008
    Location
    Bentonville AR
    Beans
    Hidden!
    Distro
    Ubuntu 13.10 Saucy Salamander

    [SOLVED] Compiz once closed, doesn't restart

    Dealing with a 1 year old laptop (T5500, 1GB RAM, Intel GMA950/945GM Onboard, 320GB HDD) here.

    If I switch to metacity, I cant switch back to compiz unless I restart X.

    Code:
    glade@Mean-Machine:~$ compiz --replace &
    [2] 10547
    glade@Mean-Machine:~$ Checking for Xgl: not present. 
    Detected PCI ID for VGA: 00:02.0 0300: 8086:27a2 (rev 03) (prog-if 00 [VGA controller])
    Checking for texture_from_pixmap: present. 
    Checking for non power of two support: present. 
    Checking for Composite extension: present. 
    Comparing resolution (1024x768) to maximum 3D texture size (2048): Passed.
    Checking for nVidia: not present. 
    Checking for FBConfig: present. 
    Checking for Xgl: not present. 
    /usr/bin/compiz.real (core) - Error: Could not acquire compositing manager selection on screen 0 display ":0.0"
    /usr/bin/compiz.real (core) - Fatal: No manageable screens found on display :0.0
    Once I restart X, it works normally again. I have tried Compiz fusion icon and Compiz-switch. Neither of them work for me.
    Any ideas?
    Sayak Banerjee
    KDE Sysadmin | KDE e.V.
    Need help? Contact us.

  2. #2
    Join Date
    Jan 2008
    Beans
    1,395

    Re: Compiz once closed, doesn't restart

    Quote Originally Posted by LinuxIsInnovation View Post
    Dealing with a 1 year old laptop (T5500, 1GB RAM, Intel GMA950/945GM Onboard, 320GB HDD) here.

    If I switch to metacity, I cant switch back to compiz unless I restart X.

    Code:
    glade@Mean-Machine:~$ compiz --replace &
    [2] 10547
    glade@Mean-Machine:~$ Checking for Xgl: not present. 
    Detected PCI ID for VGA: 00:02.0 0300: 8086:27a2 (rev 03) (prog-if 00 [VGA controller])
    Checking for texture_from_pixmap: present. 
    Checking for non power of two support: present. 
    Checking for Composite extension: present. 
    Comparing resolution (1024x768) to maximum 3D texture size (2048): Passed.
    Checking for nVidia: not present. 
    Checking for FBConfig: present. 
    Checking for Xgl: not present. 
    /usr/bin/compiz.real (core) - Error: Could not acquire compositing manager selection on screen 0 display ":0.0"
    /usr/bin/compiz.real (core) - Fatal: No manageable screens found on display :0.0
    Once I restart X, it works normally again. I have tried Compiz fusion icon and Compiz-switch. Neither of them work for me.
    Any ideas?

    Shouldn't xgl be running with that gpu? Is it usually running when compiz is?
    Hmmm...

  3. #3
    Join Date
    Jan 2008
    Location
    Bentonville AR
    Beans
    Hidden!
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Compiz once closed, doesn't restart

    The previous output was after I once fired metacity --replace.
    Now this one I fired with compiz running already. I still have compiz after this, (since I have'nt switched to metacity yet, as mentioned above)
    Code:
    glade@Mean-Machine:~$ compiz --replace &
    Checking for Xgl: [2] 29072
    glade@Mean-Machine:~$ not present. 
    Detected PCI ID for VGA: 00:02.0 0300: 8086:27a2 (rev 03) (prog-if 00 [VGA controller])
    Checking for texture_from_pixmap: present. 
    Checking for non power of two support: present. 
    Checking for Composite extension: present. 
    Comparing resolution (1024x768) to maximum 3D texture size (2048): Passed.
    Checking for nVidia: not present. 
    Checking for FBConfig: present. 
    Checking for Xgl: not present. 
    /usr/bin/compiz.real (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
    
    [1]-  Done                    compiz --replace
    glade@Mean-Machine:~$
    Sayak Banerjee
    KDE Sysadmin | KDE e.V.
    Need help? Contact us.

  4. #4
    Join Date
    Jan 2008
    Beans
    1,395

    Re: Compiz once closed, doesn't restart

    I think you may have metacity's composite manager enabled. The compiz-check script i have attached should help you fix the issue. You must run it with metacity enabled.
    Attached Files Attached Files
    Last edited by Tomatz; July 5th, 2008 at 02:05 PM.
    Hmmm...

  5. #5
    Join Date
    Jan 2008
    Location
    Bentonville AR
    Beans
    Hidden!
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Compiz once closed, doesn't restart

    Bravo!
    The problem was simple enough! Metacity was running in background and compiz wasn't able to run with metacity running. I have to terminate metacity to start compiz (Which the --replace should do, but it isn't doing). So I simply do a killall metacity before firing compiz --replace again
    Thanks for the script. Very useful script indeed!
    Sayak Banerjee
    KDE Sysadmin | KDE e.V.
    Need help? Contact us.

  6. #6
    Join Date
    Jan 2008
    Beans
    1,395

    Re: Compiz once closed, doesn't restart

    Quote Originally Posted by LinuxIsInnovation View Post
    Bravo!
    The problem was simple enough! Metacity was running in background and compiz wasn't able to run with metacity running. I have to terminate metacity to start compiz (Which the --replace should do, but it isn't doing). So I simply do a killall metacity before firing compiz --replace again
    Thanks for the script. Very useful script indeed!
    Cool

    Glad i could help.
    Hmmm...

  7. #7
    Join Date
    Jun 2006
    Beans
    10

    Re: [SOLVED] Compiz once closed, doesn't restart

    Thanks for the script. Solved my problem too. Cheers

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
  •