Bug#774505: bouncy: Window is 4:3 on 16:9 display and not fullscreen or windowed

2015-08-09 Thread Paul Gevers
On Sun, 04 Jan 2015 17:46:49 +0100 Markus Koschany a...@gambaru.de wrote:
  That gave me a normal fullscreen view. I don't know why the FULLSCREEN 
  option
  was disabled. It doesn't seem to be a decorated window controlled by the
  window manager, before the change.

 bouncy does not provide an option to toggle fullscreen and window mode.
 I think this might be the reason why the upstream author decided to
 deactivate FULLSCREEN at that time. I get a fixed window with a viewport
 of 1024x768 pixel which I can move around. What kind of window manager
 do you use? Perhaps this bug report should be retitled to please
 support fullscreen mode.

(I am not the original reporter, but) I am running KDE on a laptop with
max height 768. The problem of the non-fullscreen mode is that the
bottom of the screen is covered by my task bar in the non-decorated mode
and is dropping even off my streen in the decorated mode. Having the
option to move to FULLSCREEN (via the window manager options) is
probably an improvement.

Paul



signature.asc
Description: OpenPGP digital signature


Bug#774505: bouncy: Window is 4:3 on 16:9 display and not fullscreen or windowed

2015-01-04 Thread Markus Koschany
On Sat, 03 Jan 2015 17:18:35 +0100 gaffa ga...@folkemagt.dk wrote:
 Package: bouncy
 Version: 0.6.20071104-4
 Severity: normal
 
 When I start bouncy it is displayed as a fullscreen 4:3 view at the right side
 of my 16:9 screen.
 
 I edited game.py:16 from:
 screen = pygame.display.set_mode(viewport, OPENGL | DOUBLEBUF) # | FULLSCREEN
 to
 screen = pygame.display.set_mode(viewport, OPENGL | DOUBLEBUF | FULLSCREEN)
 
 That gave me a normal fullscreen view. I don't know why the FULLSCREEN option
 was disabled. It doesn't seem to be a decorated window controlled by the
 window manager, before the change.

Hello,

bouncy does not provide an option to toggle fullscreen and window mode.
I think this might be the reason why the upstream author decided to
deactivate FULLSCREEN at that time. I get a fixed window with a viewport
of 1024x768 pixel which I can move around. What kind of window manager
do you use? Perhaps this bug report should be retitled to please
support fullscreen mode.

Regards,

Markus



signature.asc
Description: OpenPGP digital signature


Bug#774505: bouncy: Window is 4:3 on 16:9 display and not fullscreen or windowed

2015-01-03 Thread gaffa
Package: bouncy
Version: 0.6.20071104-4
Severity: normal

When I start bouncy it is displayed as a fullscreen 4:3 view at the right side
of my 16:9 screen.

I edited game.py:16 from:
screen = pygame.display.set_mode(viewport, OPENGL | DOUBLEBUF) # | FULLSCREEN
to
screen = pygame.display.set_mode(viewport, OPENGL | DOUBLEBUF | FULLSCREEN)

That gave me a normal fullscreen view. I don't know why the FULLSCREEN option
was disabled. It doesn't seem to be a decorated window controlled by the
window manager, before the change.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org