Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
XGL trouble with Gnome Workspace switcher
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
SpikeXtrem
Apprentice
Apprentice


Joined: 08 Nov 2004
Posts: 284
Location: Quebec, Canada

PostPosted: Fri Feb 24, 2006 8:36 pm    Post subject: XGL trouble with Gnome Workspace switcher Reply with quote

A few things about XGL have to be fixed on my desktop before I fully adopt it.

1- My Gnome workspace-switcher and application list crash when XGL is launched. I have the lastest 2.13 versions of Gnome portage.


The console error when I launch XGL
Code:

** (gnome-settings-daemon:8416): WARNING **: Encountered problems registering the settings daemon with bonobo-activation. Clients may not detect that the settings daemon is already running.
<stdin>:124:14: missing terminating ' character

** (nautilus:8417): WARNING **: Can not get _NET_WORKAREA

** (nautilus:8417): WARNING **: Can not determine workarea, guessing at layout

(nautilus:8417): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf != NULL' failed

(nautilus:8417): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `pixbuf != NULL' failed

(nautilus:8417): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `pixbuf != NULL' failed

(nautilus:8417): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf != NULL' failed

(nautilus:8417): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_has_alpha: assertion `pixbuf != NULL' failed

(nautilus:8417): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_rowstride: assertion `pixbuf != NULL' failed

(nautilus:8417): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_pixels: assertion `pixbuf != NULL' failed

(nautilus:8417): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

** (gnome-panel:8418): WARNING **: panel-applet-frame.c:1247: failed to load applet OAFIID:GNOME_WorkspaceSwitcherApplet:
Failed to resolve, or extend '!prefs_key=/apps/panel/applets/applet_10/prefs;background=none:;orient=up;size=small;locked_down=false

** (gnome-panel:8418): WARNING **: panel-applet-frame.c:1247: failed to load applet OAFIID:GNOME_WindowListApplet:
Failed to resolve, or extend '!prefs_key=/apps/panel/applets/applet_8/prefs;background=none:;orient=up;size=small;locked_down=false
Unable to open desktop file /usr/share/applications/evolution.desktop for panel launcher: Error reading file '/usr/share/applications/evolution.desktop': File not found

(gnome-panel:8418): Gtk-CRITICAL **: gtk_drag_source_set_icon_name: assertion `icon_name != NULL' failed



2- My videos are not well rendered under XGL. Xine duplicated the image of certain movies. The UI is buggy too. I tried to change the video driver used by xine without any result.

You can see it there
http://bleh.mine.nu/Screenshot-1.png

The Pink thing is the UI
_________________
Gentoo'ing Since 11/2004
Intel E6750, 4 Go ram DDR2 800mhz, Leadtek GeForce 8800 GTS 320 megs
kernel 2.6.24-r3
Back to top
View user's profile Send private message
bigfam
Tux's lil' helper
Tux's lil' helper


Joined: 30 Dec 2004
Posts: 106
Location: ottawa

PostPosted: Sun Feb 26, 2006 6:46 am    Post subject: Reply with quote

I get this error when running gnome with XGL. I don't get the error when running gnome normally. Im using gnome 2.12.2

Code:


The panel encountered a problem while loading
"OAFIID:GNOME_WindowMenuApplet".

The panel encountered a problem while loading
"OAFIID:GNOME_WorkspaceSwitcherApplet".

The panel encountered a problem while loading
"OAFIID:GNOME_WindowListApplet".
Back to top
View user's profile Send private message
Pockyless
n00b
n00b


Joined: 10 Aug 2005
Posts: 4

PostPosted: Tue Feb 28, 2006 1:29 am    Post subject: Reply with quote

I also have this problem.

Edit: Crap maybe I should read the wiki that is bolded and in huge letters at the start of ever Xgl post.
Killing gnome-panels and starting it up again fixes it. I just made launcher links on my desktop.
Back to top
View user's profile Send private message
soulfire
n00b
n00b


Joined: 09 Apr 2004
Posts: 70
Location: Italy

PostPosted: Tue Feb 28, 2006 1:46 pm    Post subject: Reply with quote

i have the same video problem with mplayer :(
but i managed to solve the workspace-switcher problem starting xgl with this script

Code:
#!/bin/bash

echo ">Starting XGL at Display: $1"
echo "========= XGL ============"
Xgl :$1 -ac -accel glx:pbuffer -accel xv &
sleep 3

echo "======= COMPIZ ==========="
DISPLAY=:$1 LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib/ compiz --replace gconf decoration wobbly fade minimize cube rotate zoom scale move resize place switcher opacity &
sleep 3

echo "====== DECORATIONS ======="
DISPLAY=:$1 gnome-window-decorator &
# sleep 3

echo "======= GNOME ============"
DISPLAY=:$1 gnome-session &
DISPLAY=:$1 nautilus -n --sync &
DISPLAY=:$1 setxkbmap -model itouch -layout it -variant basic &

#echo "======= LOGOUT ============"
#killall Xgl
# Adding the line above,if you can't logout Gnome correctly.

_________________
I can divide by zero
Back to top
View user's profile Send private message
SpikeXtrem
Apprentice
Apprentice


Joined: 08 Nov 2004
Posts: 284
Location: Quebec, Canada

PostPosted: Tue Feb 28, 2006 3:33 pm    Post subject: Reply with quote

Thx a lot for your script!!!

Now it works really fine.

For your Mplayer, mine works fine. Try emerging the last version with "-xv" flag. And use opengl drivers in your properties. That should do it.

I was trying to view videos with xine and totem player... I guess i'll stick with mplayer for a while

Cheers!

Everyone is waiting for XGL to become a standard before trying it.... but Gentoo people got it first :D
_________________
Gentoo'ing Since 11/2004
Intel E6750, 4 Go ram DDR2 800mhz, Leadtek GeForce 8800 GTS 320 megs
kernel 2.6.24-r3
Back to top
View user's profile Send private message
soulfire
n00b
n00b


Joined: 09 Apr 2004
Posts: 70
Location: Italy

PostPosted: Wed Mar 01, 2006 7:08 pm    Post subject: Reply with quote

ehy thanks for the "-xv" tip, now mplayer works fine :D
_________________
I can divide by zero
Back to top
View user's profile Send private message
xtaski
Apprentice
Apprentice


Joined: 20 Dec 2004
Posts: 168
Location: New York, NY

PostPosted: Fri Mar 17, 2006 12:35 am    Post subject: Reply with quote

is there another way to fix the panels issue? killing gnome-panel and starting it again doesn't seem like a long term fix...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum