freevo/freevo2

Freevo is always at windowed mode

Opened this issue · 6 comments

Hi, I can't get freevo2 get into Fullscreen mode. The python window is always at the same size.

Ubuntu 15.10 x64

logs.zip

Regards.

Oops. For some reason the fullscreen entry was never used and kaa.candy does not support fullscreen at all. I did not notice because I always use Freevo in windowed mode (development) or without WM (media PC). Please update kaa.candy and freevo2 and it should work. Notice: Freevo2 will ignore your width and height in fullscreen mode and use the screen size.

No, it doesn't worked.

I made a "git pull" on freevo2 and kaa-candy packages.

then I made an install by $ sudo python setup.py install (both packages)

and launched freevo2. I have also tried to open it at windowed mode, but
for some reason the window remains always at the same size.

This is a window screenshot 1:1 , and as you can see, this size does not
match even with the defaults values. So I think something is not getting
this parameters.

...
[...]

| display width

gui.display.width = <default: 800>

| display height

gui.display.height = <default: 450>

Begin Group: Gui > Display > Overscan

gui.display.overscan.x = <default: 0>
gui.display.overscan.y = <default: 0>

End Group: Gui > Display > Overscan

gui.display.fullscreen = <default: False>

[...]

,,, but the window opens at 640 x 508 (more or less) ( please, see attached
picture)

On the other hand, I set...

[...]

| Print out some debug messages

| Default: False

debug = True
[...]
but my logs files in $home/.freevo/log always have the same log messages.
Is there another log file?

Thanks in advance. Pablo33

On Sat, Jan 9, 2016 at 4:52 PM, Dirk Meyer notifications@github.com wrote:

Oops. For some reason the fullscreen entry was never used and kaa.candy
does not support fullscreen at all. I did not notice because I always use
Freevo in windowed mode (development) or without WM (media PC). Please
update kaa.candy and freevo2 and it should work. Notice: Freevo2 will
ignore your width and height in fullscreen mode and use the screen size.


Reply to this email directly or view it on GitHub
#8 (comment).

screenshot from 2016-01-09 20-15-11

It seems it didn't get attached file. Here it goes. The bottom black line denotes that even at windowed mode it doesn't get the configured size.

Regards.

Hi,
I've been performing some tests on fresh installations with ubuntu, 14.04.3 and 15.10. and: windowed mode

  • worked fine with ubuntu 14.04.3 x64
  • didn't work with ubuntu 15.10 x64

Best regards.

That is strange. I use Debian Jessie and it also works. Can you add some debug print statements in kaa.candy src/backend/stage.py last function (init) and check the values of size and fullscreen.

default windowed mode
unnamed

Fullscreen mode
unnamed2

Regards

On Thu, Jan 14, 2016 at 8:04 PM, Dirk Meyer notifications@github.com
wrote:

That is strange. I use Debian Jessie and it also works. Can you add some
debug print statements in kaa.candy src/backend/stage.py last function
(init) and check the values of size and fullscreen.


Reply to this email directly or view it on GitHub
#8 (comment).