iblislin / gphotoframe

Automatically exported from code.google.com/p/gphotoframe
Other
2 stars 0 forks source link

Clutter library support problem #74

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Launch photo frame
2. Wait

What is the expected output? What do you see instead?
Photo frame show a new picture every x seconds

It work correctly during x minutes / hours but after photoframe show a partial 
picture (the other part of the frame is white) and when picture change the 
frame blink (showing picture then the picture disapear and the partial picture 
with white part re-appear)

If we move the mouse on the frame the new picture appear and disappaer

Disabling visual effects seem to correct the bug

What version of the product are you using? On what operating system?
v1.1 on Ubuntu 10.10

Please provide any additional information below.

Original issue reported on code.google.com by yoann.da...@gmail.com on 26 Oct 2010 at 7:04

GoogleCodeExporter commented 8 years ago
I can not reproduce the problem on my Debian squeeze box.
Which type of graphics card or chips (nvidia, ati or intel) do you use?
If you use any hardware acceleration, try to turn it off.

> photoframe show a partial picture (the other part of the frame is white) 
> and when picture change the frame blink (showing picture then the picture 
disapear
> and the partial picture with white part re-appear)

Can you take a screenshot?

Original comment by yendo0206 on 29 Oct 2010 at 1:03

GoogleCodeExporter commented 8 years ago
My chip is "ATI Radeon HD 4200" 

How can I disable hardware acceleration ?

screenshot cf. attachment

Original comment by yoann.da...@gmail.com on 29 Oct 2010 at 8:26

Attachments:

GoogleCodeExporter commented 8 years ago
> How can I disable hardware acceleration ?

 % aptitude install libgl1-mesa-swx11

You can enable hardware acceleration again:

 % aptitude install libgl1-mesa-glx

> screenshot cf. attachment

Thank you. It would seems that this is a bug of hardware acceleration.

Original comment by yendo0206 on 30 Oct 2010 at 3:35

GoogleCodeExporter commented 8 years ago
Test done.

I have disable hardware acceleration, reboot my computer (old Windows habit) 
then let my computer on all the night.

This morning gPhotoframe was bugged

One more information, after gphotoframe bugged I can't read any video (totem 
crash, vlc show black screen)

I don't whats the source of the problem gphotoframe which crash a X library or 
a videao library which crash gphotoframe.

Tonight (maybe) I will try the make the following test, my computer on without 
gphotoframe then at the morning try to read video (and launch gphotoframe)

Original comment by yoann.da...@gmail.com on 4 Nov 2010 at 8:28

GoogleCodeExporter commented 8 years ago
Second test done.

If I don't launch gPhotoFrame and let my computer on all the nigh, at the 
morning video play correctly.

What can I give you in order to invetigate this problem ?
I tried to look in all the log files but I can't see anything...

Original comment by yoann.da...@gmail.com on 6 Nov 2010 at 7:25

GoogleCodeExporter commented 8 years ago
Thanks for your reporting!

> This morning gPhotoframe was bugged

Does gphotoframe show a partial picture?

> I don't whats the source of the problem gphotoframe

gphotoframe is a python script.  The source code itself can't crash X.  The 
problem should be in Ubuntu 10.10.

> What can I give you in order to invetigate this problem ?

You can disable the clutter library support though UI icons will not be 
displayed without the support.

  aptitude remove python-clutter-gtk

Original comment by yendo0206 on 6 Nov 2010 at 9:35

GoogleCodeExporter commented 8 years ago
> Does gphotoframe show a partial picture?

yes each time I say gphotoframe bug it was a partial picture

> You can disable the clutter library support though UI icons will not be 
displayed without the support.

It did the tricks, this morning (after all night on) gphotoframe was OK
Great

Must I open a new bug on another project (clutter library) ?

Original comment by yoann.da...@gmail.com on 8 Nov 2010 at 8:53

GoogleCodeExporter commented 8 years ago
> Must I open a new bug on another project (clutter library) ?

I'm not sure.

Clutter library has no bug.  gphotoframe with Clutter library works perfectly 
on my Debian squeeze box.

The problem should be in Ubuntu 10.10.  But python-clutter and 
python-clutter-gtk packages are not official Ubuntu packages.

Original comment by yendo0206 on 8 Nov 2010 at 1:04

GoogleCodeExporter commented 8 years ago
OK, you can close the issue if you want
I will try to re-install python-clutter-gtk on the next version of Ubuntu....

Original comment by yoann.da...@gmail.com on 10 Nov 2010 at 3:37

GoogleCodeExporter commented 8 years ago
I added new gconf key ui/disabel_clutter.
You can disable clutter library support with gconf:

  gconftool-2 --type bool --set /apps/gphotoframe/ui/disable_clutter true

Original comment by yendo0206 on 28 Jan 2011 at 4:55

GoogleCodeExporter commented 8 years ago
Issue 59 has been merged into this issue.

Original comment by yendo0206 on 28 Jan 2011 at 5:00

GoogleCodeExporter commented 8 years ago
Issue 72 has been merged into this issue.

Original comment by yendo0206 on 28 Jan 2011 at 6:33