Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

compiz not loading right

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
13 posts • Page 1 of 1
Author
Message
BloodyIron
Tux's lil' helper
Tux's lil' helper
Posts: 101
Joined: Tue Jan 08, 2008 5:41 pm

compiz not loading right

  • Quote

Post by BloodyIron » Wed May 27, 2009 8:18 pm

When I run Compiz it looks like it tries to load then appears to kick back to the regular window handler. However at this point I do not have the "border" for windows and swapping between windows does not work.

Running an nVidia card, and direct rendering is working. glxgears works with a fair ammount of fps.

I am uncertain what further details to include as I have not really troubleshot Compiz too much.

Tips?
Team3 for life.
Top
BloodyIron
Tux's lil' helper
Tux's lil' helper
Posts: 101
Joined: Tue Jan 08, 2008 5:41 pm

  • Quote

Post by BloodyIron » Thu May 28, 2009 2:41 pm

Anyone?
Team3 for life.
Top
vh4x0r
n00b
n00b
User avatar
Posts: 37
Joined: Mon May 11, 2009 4:36 pm
Contact:
Contact vh4x0r
Website

  • Quote

Post by vh4x0r » Thu May 28, 2009 6:37 pm

Run compiz in a terminal and post the output!
Top
BloodyIron
Tux's lil' helper
Tux's lil' helper
Posts: 101
Joined: Tue Jan 08, 2008 5:41 pm

  • Quote

Post by BloodyIron » Thu May 28, 2009 7:03 pm

Code: Select all

~ $ compiz-manager 
Checking for Xgl: not present. 
/usr/bin/compiz-manager: line 241: xset: command not found
xset q doesn't reveal the location of the log file. Using fallback /var/log/Xorg.0.log 
Detected PCI ID for VGA: 01:00.0 0300: 10de:0165 (rev a1) (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 (1280x1024) to maximum 3D texture size (4096): Passed.
Checking for nVidia: present. 
Checking for FBConfig: present. 
Checking for Xgl: not present. 
Starting gtk-window-decorator
At the end I break it because it does nothing more.
Team3 for life.
Top
BloodyIron
Tux's lil' helper
Tux's lil' helper
Posts: 101
Joined: Tue Jan 08, 2008 5:41 pm

  • Quote

Post by BloodyIron » Fri May 29, 2009 1:59 pm

Can I please get some more help with this?
Team3 for life.
Top
loudmax
n00b
n00b
User avatar
Posts: 7
Joined: Wed Mar 30, 2005 5:52 am

same here

  • Quote

Post by loudmax » Tue Jun 02, 2009 4:30 am

I'm getting the same problem. Compiz used to work on my system fine. I had to rebuild the OS after the hard drive crashed. I'm getting the same thing now:

Code: Select all

$ compiz-manager 
Checking for Xgl: not present. 
Detected PCI ID for VGA: 01:00.0 0300: 10de:0422 (rev a1) (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 (1280x1024) to maximum 3D texture size (8192): Passed.
Checking for nVidia: present. 
Checking for FBConfig: present. 
Checking for Xgl: not present. 
Starting emerald
I'm running AMD64 with an nVidia card with the proprietary drivers. Here's my xorg.conf;

Code: Select all

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath      "/usr/lib64/xorg/modules"
    FontPath        "/usr/share/fonts/misc/"
    FontPath        "/usr/share/fonts/TTF/"
    FontPath        "/usr/share/fonts/OTF"
    FontPath        "/usr/share/fonts/Type1/"
    FontPath        "/usr/share/fonts/100dpi/"
    FontPath        "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
    Load           "xtrap"
    Load           "glx"
    Load           "wfb"
    Load           "extmod"
    Load           "dbe"
    Load           "record"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "GeForce 8400 GS"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    Option         "RenderAccel" "True"
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Viewport    0 0
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection
Top
BloodyIron
Tux's lil' helper
Tux's lil' helper
Posts: 101
Joined: Tue Jan 08, 2008 5:41 pm

  • Quote

Post by BloodyIron » Tue Jun 02, 2009 5:12 pm

I'm running on a C2D system with the AMD64 version, and an nVidia quadro card. As a heads up.
Team3 for life.
Top
Section_8
l33t
l33t
User avatar
Posts: 637
Joined: Sat May 22, 2004 5:20 am

  • Quote

Post by Section_8 » Tue Jun 02, 2009 7:26 pm

This happened to me after a recent world update, when opengl wasn't set to nvidia anymore.
Top
loudmax
n00b
n00b
User avatar
Posts: 7
Joined: Wed Mar 30, 2005 5:52 am

Solved mine

  • Quote

Post by loudmax » Wed Jun 03, 2009 4:30 am

My problem was solved by reading what kernelOfTruth's suggestion in this thread here: http://forums.gentoo.org/viewtopic-t-76 ... z+xgl.html

Emerald was running just fine but I couldn't see it because none of the compiz settings are on by default. This includes some pretty basic stuff like Window Decoration (under "Effects") and Move or Resize Windows. I turned stuff on using ccsm and everything's working as expected now.
Top
jafar00
n00b
n00b
User avatar
Posts: 58
Joined: Thu Sep 02, 2004 2:01 pm
Location: Cairo, Egypt
Contact:
Contact jafar00
Website

Re: Solved mine

  • Quote

Post by jafar00 » Wed Jul 08, 2009 1:19 pm

loudmax wrote:My problem was solved by reading what kernelOfTruth's suggestion in this thread here: http://forums.gentoo.org/viewtopic-t-76 ... z+xgl.html

Emerald was running just fine but I couldn't see it because none of the compiz settings are on by default. This includes some pretty basic stuff like Window Decoration (under "Effects") and Move or Resize Windows. I turned stuff on using ccsm and everything's working as expected now.
I thought that was my problem, however I can't seem to enable ANY of the plugins. When I select the plugins in ccm there are no options to adjust. Just blank windows like they don't exist, but they clearly do in /usr/share/compiz/

Here is my output anyway.... It appears I (or the compiz devs) have seriously screwed something ;). This is a basically fresh install of Gentoo btw.

Code: Select all

jafar@oberon:~$ compiz-manager 
Checking for Xgl: not present. 
Detected PCI ID for VGA: 01:00.0 0300: 10de:06e8 (rev a1) (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 (1366x768) to maximum 3D texture size (8192): Passed.
Checking for nVidia: present. 
Checking for FBConfig: present. 
Checking for Xgl: not present. 
Starting emerald
/usr/bin/compiz (core) - Warn: Unable to parse XML metadata from file "core.xml"
/usr/bin/compiz (core) - Warn: Unable to parse XML metadata from file "ccp.xml"
^C*** glibc detected *** /usr/bin/compiz: double free or corruption (!prev): 0x081d1d30 ***
======= Backtrace: =========
/lib/libc.so.6[0xb7a6c714]
/lib/libc.so.6(cfree+0x9c)[0xb7a6dfcc]
//usr//lib/opengl/nvidia/lib/libGL.so.1[0xb7ceb451]
======= Memory map: ========
08048000-08089000 r-xp 00000000 08:02 332144     /usr/bin/compiz
08089000-0808a000 r--p 00040000 08:02 332144     /usr/bin/compiz
0808a000-0808b000 rw-p 00041000 08:02 332144     /usr/bin/compiz
080e6000-082ba000 rw-p 080e6000 00:00 0          [heap]
b6238000-b6241000 r-xp 00000000 08:02 235394     /lib/libnss_files-2.9.so
b6241000-b6242000 r--p 00008000 08:02 235394     /lib/libnss_files-2.9.so
b6242000-b6243000 rw-p 00009000 08:02 235394     /lib/libnss_files-2.9.so
b6243000-b624c000 r-xp 00000000 08:02 235883     /lib/libnss_nis-2.9.so
b624c000-b624d000 r--p 00008000 08:02 235883     /lib/libnss_nis-2.9.so
b624d000-b624e000 rw-p 00009000 08:02 235883     /lib/libnss_nis-2.9.so
b624e000-b6255000 r-xp 00000000 08:02 235976     /lib/libnss_compat-2.9.so
b6255000-b6256000 r--p 00006000 08:02 235976     /lib/libnss_compat-2.9.so
b6256000-b6257000 rw-p 00007000 08:02 235976     /lib/libnss_compat-2.9.so
b6257000-b6341000 r-xp 00000000 08:02 25925      /usr/lib/libglib-2.0.so.0.1800.4
b6341000-b6342000 r--p 000e9000 08:02 25925      /usr/lib/libglib-2.0.so.0.1800.4
b6342000-b6343000 rw-p 000ea000 08:02 25925      /usr/lib/libglib-2.0.so.0.1800.4
b6343000-b6384000 r-xp 00000000 08:02 24663      /usr/lib/libgobject-2.0.so.0.1800.4
b6384000-b6385000 r--p 00040000 08:02 24663      /usr/lib/libgobject-2.0.so.0.1800.4
b6385000-b6386000 rw-p 00041000 08:02 24663      /usr/lib/libgobject-2.0.so.0.1800.4
b6386000-b63c2000 r-xp 00000000 08:02 21815      /usr/lib/libdbus-1.so.3.4.0
b63c2000-b63c3000 r--p 0003b000 08:02 21815      /usr/lib/libdbus-1.so.3.4.0
b63c3000-b63c4000 rw-p 0003c000 08:02 21815      /usr/lib/libdbus-1.so.3.4.0
b63c4000-b63d7000 r-xp 00000000 08:02 211429     /lib/libnsl-2.9.so
b63d7000-b63d8000 r--p 00012000 08:02 211429     /lib/libnsl-2.9.so
b63d8000-b63d9000 rw-p 00013000 08:02 211429     /lib/libnsl-2.9.so
b63d9000-b63db000 rw-p b63d9000 00:00 0 
b63db000-b63f8000 r-xp 00000000 08:02 14737      /usr/lib/libdbus-glib-1.so.2.1.0
b63f8000-b63f9000 r--p 0001c000 08:02 14737      /usr/lib/libdbus-glib-1.so.2.1.0
b63f9000-b63fa000 rw-p 0001d000 08:02 14737      /usr/lib/libdbus-glib-1.so.2.1.0
b63fa000-b6401000 r-xp 00000000 08:02 237193     /lib/librt-2.9.so
b6401000-b6402000 r--p 00006000 08:02 237193     /lib/librt-2.9.so
b6402000-b6403000 rw-p 00007000 08:02 237193     /lib/librt-2.9.so
b6403000-b6417000 r-xp 00000000 08:02 225799     /lib/libpthread-2.9.so
b6417000-b6418000 r--p 00013000 08:02 225799     /lib/libpthread-2.9.so
b6418000-b6419000 rw-p 00014000 08:02 225799     /lib/libpthread-2.9.so
b6419000-b641b000 rw-p b6419000 00:00 0 
b641b000-b646d000 r-xp 00000000 08:02 183522     /usr/lib/libORBit-2.so.0.1.0
b646d000-b6475000 r--p 00051000 08:02 183522     /usr/lib/libORBit-2.so.0.1.0
b6475000-b6477000 rw-p 00059000 08:02 183522     /usr/lib/libORBit-2.so.0.1.0
b6477000-b64a2000 r-xp 00000000 08:02 265480     /usr/lib/libgconf-2.so.4.1.5
b64a2000-b64a3000 r--p 0002b000 08:02 265480     /usr/lib/libgconf-2.so.4.1.5
b64a3000-b64a5000 rw-p 0002c000 08:02 265480     /usr/lib/libgconf-2.so.4.1.5
b64bd000-b64c9000 r-xp 00000000 08:02 279860     /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/libgcc_s.so.1
b64c9000-b64ca000 r--p 0000b000 08:02 279860     /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/libgcc_s.so.1
b64ca000-b64cb000 rw-p 0000c000 08:02 279860     /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/libgcc_s.so.1
b64cb000-b65ad000 r-xp 00000000 08:02 279866     /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/libstdc++.so.6.0.10
b65ad000-b65b1000 r--p 000e2000 08:02 279866     /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/libstdc++.so.6.0.10
b65b1000-b65b2000 rw-p 000e6000 08:02 279866     /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/libstdc++.so.6.0.10
b65b2000-b65b8000 rw-p b65b2000 00:00 0 
b65b8000-b65d0000 r-xp 00000000 08:02 215942     /us/usr/bin/compiz-manager: line 383: 11838 Aborted                 ${COMPIZ_BIN_PATH}${COMPIZ_NAME} $COMPIZ_OPTIONS "$@" $COMPIZ_PLUGINS
^C
jafar@oberon:~$
You're twistin' my melon man!
Top
jafar00
n00b
n00b
User avatar
Posts: 58
Joined: Thu Sep 02, 2004 2:01 pm
Location: Cairo, Egypt
Contact:
Contact jafar00
Website

  • Quote

Post by jafar00 » Tue Jul 28, 2009 10:10 am

Here is where I am at now...

CompizConfig Settings Manager has all plugins listed as "Uncategorized" and none of them can be enabled. They all have a big fat blank in the options page of each plugin.

Screenshot here....
http://imagefra.me/view.php?img=/2/7/28 ... &srv=img31

Still getting the following when running compiz-manager

Code: Select all

Checking for Xgl: not present. 
Detected PCI ID for VGA: 01:00.0 0300: 10de:06e8 (rev a1) (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 (1366x768) to maximum 3D texture size (8192): Passed.
Checking for nVidia: present. 
Xlib:  extension "RANDR" missing on display ":0.0".
Checking for FBConfig: present. 
Checking for Xgl: not present. 
Starting emerald
/usr/bin/compiz (core) - Warn: Unable to parse XML metadata from file "core.xml"
Xlib:  extension "RANDR" missing on display ":0.0".
/usr/bin/compiz (core) - Warn: Unable to parse XML metadata from file "ccp.xml"
The bit in bold about being unable to parse core.xml is something interesting. Would that have something to do with the problem of not being able to enable any plugins? Also can't parse ccp.xml. The files are there in /usr/share/compiz though and they don't appear corrupted.

At a loss how to fix the .xml thingy. :/
You're twistin' my melon man!
Top
jafar00
n00b
n00b
User avatar
Posts: 58
Joined: Thu Sep 02, 2004 2:01 pm
Location: Cairo, Egypt
Contact:
Contact jafar00
Website

  • Quote

Post by jafar00 » Thu Aug 13, 2009 10:42 am

*Bump* :)

I managed to get rid of the "Xlib: extension "RANDR" missing on display ":0.0". " error by removing the dual display info from my xorg.conf but that didn't make compiz run.

Now it still doesn't find the plugins for some reason even though they are there.
jafar@oberon:~$ compiz-manager
Checking for Xgl: not present.
Detected PCI ID for VGA: 01:00.0 0300: 10de:06e8 (rev a1) (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 (1366x768) to maximum 3D texture size (8192): Passed.
Checking for nVidia: present.
Checking for FBConfig: present.
Checking for Xgl: not present.
Starting emerald
/usr/bin/compiz (core) - Warn: Unable to parse XML metadata from file "core.xml"
/usr/bin/compiz (core) - Warn: Unable to parse XML metadata from file "ccp.xml"
You're twistin' my melon man!
Top
lcj
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 82
Joined: Sun Apr 25, 2004 10:59 am
Location: Opole, Poland
Contact:
Contact lcj
Website

  • Quote

Post by lcj » Mon Sep 07, 2009 11:48 am

Got same problem as you do, also with current 1.6 xorg only nvidia 180.60 driver is working fine, more recent give me black screen when starting X,
with the infamous:

Code: Select all


01:00.0 VGA compatible controller: nVidia Corporation Quadro NVS 135M (rev a1) (prog-if 00 [VGA controller])
	Subsystem: Dell Device 01f9
	Flags: bus master, fast devsel, latency 0, IRQ 16
	Memory at f5000000 (32-bit, non-prefetchable) [size=16M]
	Memory at e0000000 (64-bit, prefetchable) [size=256M]
	Memory at f2000000 (64-bit, non-prefetchable) [size=32M]
	I/O ports at ef00 [size=128]
	[virtual] Expansion ROM at f4000000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: nvidia
	Kernel modules: nvidia
Up to xorg 1.6 kwin does work as composite manager, have you tried that ?
--
Lukasz C. Jokiel via web
Top
Post Reply

13 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic