Results 1 to 5 of 5

Thread: Compiz are consuming more than 100% of my cpu

  1. #1
    Join Date
    Jun 2017
    Beans
    4

    Compiz are consuming more than 100% of my cpu

    Compiz are consuming more than 100% of my cpu, without any window opened. That's starts without any changes on the configurations or effects of Compiz. My notebook have a core i3 - 4x 2.20GHz, Unity 7 and ubuntu 16.04. I'm newbie at the Linux world and i don't know what can i do to fix it.

  2. #2
    Join Date
    Jul 2016
    Beans
    Hidden!
    Distro
    Ubuntu 17.04 Zesty Zapus

    Re: Compiz are consuming more than 100% of my cpu

    Just to confirm, this is a fresh installation of Ubuntu 16.04? We'll try to fix the problem with smaller measures, but a system upgrade may fix this issue. Let's hope it doesn't come to that, 16.04 is the most recent LTS version I believe.
    I enjoy helping others, so if you need help, never hesitate to ask. My personal mission is to empty the "Unanswered Posts" page. Don't underestimate me because of my gender, I've been messing with computers for 10 years.

  3. #3
    Join Date
    Sep 2009
    Location
    Pennsylvania
    Beans
    3,986
    Distro
    Xubuntu

    Re: Compiz are consuming more than 100% of my cpu

    Me personally, I would remove Compiz and see what I had and go from there.

  4. #4
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,611
    Distro
    Ubuntu

    Re: Compiz are consuming more than 100% of my cpu

    Typcailly compiz eating is caused by a borked gpu driver (or no driver at all)

    To see what the current driver is and the card you have, open a terminal and run:
    Code:
    lspci -vnn | grep VGA -A 10
    shows.

    Also you can see what is what with
    Code:
    glxinfo
    but that command is part of a package that needs to be installed,
    to install the package for that command run
    Code:
    sudo apt-get install mesa-utils
    post back the results if you can, please.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  5. #5
    Join Date
    Jun 2017
    Beans
    4

    Re: Compiz are consuming more than 100% of my cpu

    Thanks for the help. I think that i've installed the 16.04 1 year ago, but i update it whenever i can. I'm using a Sandybridge and already have the mesa-utils. Now i'm using the metacity, but with him i'm having problems with execute some programs. WIthout the compiz, evertything are running ok, except some programs. Sorry for my english, i'm learning yet.

    DeadFlowr, here the result of the command:
    Code:
    00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])	Subsystem: Hewlett-Packard Company 2nd Generation Core Processor Family Integrated Graphics Controller [103c:1854]
    	Flags: bus master, fast devsel, latency 0, IRQ 27
    	Memory at c2000000 (64-bit, non-prefetchable) [size=4M]
    	Memory at b0000000 (64-bit, prefetchable) [size=256M]
    	I/O ports at 4000 [size=64]
    	Expansion ROM at <unassigned> [disabled]
    	Capabilities: <access denied>
    	Kernel driver in use: i915
    	Kernel modules: i915
    Last edited by deadflowr; June 25th, 2017 at 04:03 AM. Reason: code tags

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
  •