ksool Guru
Joined: 27 May 2006 Posts: 337 Location: Cambridge, MA
|
Posted: Sat Sep 23, 2006 4:48 pm Post subject: [Solved] Compiz runs from GDM but not from startx |
|
|
Hey all, so I manged to get compiz running through gdm, and thats all fine and good, but I wanted to be able to straight X sometimes in case I either messed up Xgl or just didn't want to bother with things wobbeling.
I know there's someway to do this through GDM, but I've never really needed it anyway, so I figured I'd switch to startx and startxgl.
to make my startxgl script, I just copied startx and switched the line that calls x to fit the command line from my gdm that launched the Xgl server.
startx works fine, just like I'd hope it would. (Oddly though, with nothing in my xinitrc, X crases instead of going to that base X display.)
when I run startxgl, it also loads fine (DRI doesn't work though, works in X) and then when I run my compiz script, I get the following output:
Code: |
$ /usr/bin/compizrc
Couldn't interpret _XKB_RULES_NAMES property
Use defaults: rules - 'xorg' model - 'pc101' layout - 'us'
XGL Present
Error loading new keyboard description
compiz: dbus_bus_get error: Unable to determine the address of the message bus
compiz: Plugin 'dbus':initDisplay failed
compiz: Couldn't activate plugin 'dbus'
compiz: 'csm' plugin must be loaded after 'dbus' plugin
compiz: Can't activate 'csm' plugin due to dependency problems
** (cgwd:7242): WARNING **: Cannot open pixmap: unshade
** (cgwd:7242): WARNING **: Cannot open pixmap: above
** (cgwd:7242): WARNING **: Cannot open pixmap: unabove
** (cgwd:7242): WARNING **: Cannot open pixmap: sticky
** (cgwd:7242): WARNING **: Cannot open pixmap: unsticky
|
and I'm left with the usual boarderless windows.
Any help would be great.
Thanks.
Last edited by ksool on Sat Sep 23, 2006 5:31 pm; edited 1 time in total |
|