Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
full-screen issue on mac 10.8.2 retina with latest firmware update
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jeremy Gray  
View profile  
 More options Sep 22 2012, 11:51 am
From: Jeremy Gray <jrg...@gmail.com>
Date: Sat, 22 Sep 2012 08:51:33 -0700 (PDT)
Local: Sat, Sep 22 2012 11:51 am
Subject: full-screen issue on mac 10.8.2 retina with latest firmware update
I'm using pyglet 1.1.4 with 32-bit python 2.7 (for compatibility with
a specific app). I have a mac with 10.8.2 with retina display.

On the mac, I just updated the firmware this morning. After the
update, using full-screen mode had several notice-able issues:
- the top and bottom edges of the screen were black, as if cropped
- the mouse position was no longer in sync with the screen
coordinates. clicking the mouse worked but was reporting different
coordinates (based on the discrepancy between mouse position and
screen display changes that depend on the mouse, like clicking in a
box).
- after quitting the pyglet-based app (PsychoPy), back in the mac's
Finder, I could no longer use the mouse to activate hot-corners of the
screen. if I go into system preferences and reset the hot-corners it
works, or reboot. so it seems like the mouse-position mismatch is
carrying over into the finder after using pyglet.

Using a non-full-screen window is fine.

Any ideas? Any more info I can provide?

--Jeremy


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam Griffiths  
View profile  
 More options Sep 22 2012, 11:49 pm
From: Adam Griffiths <adam.lw.griffi...@gmail.com>
Date: Sat, 22 Sep 2012 20:49:15 -0700 (PDT)
Local: Sat, Sep 22 2012 11:49 pm
Subject: Re: full-screen issue on mac 10.8.2 retina with latest firmware update

We discussed some issues with mountain lion here.
https://groups.google.com/forum/?fromgroups=#!topic/pyglet-users/jIdF...

Essentially you need pythonbrew and pyglet 1.2 alpha (install from
repository is easiest).

I've detailed the steps I used on my blog here:
http://twistedpairdevelopment.wordpress.com/2012/03/19/installing-vir...
http://twistedpairdevelopment.wordpress.com/2012/02/21/installing-pyg...

I'm amazed you can get 1.1.4 working on OS-X at all.
I've never gotten it to work. It is _very_ old.

I'm also surprised you're using 32-bit python. Any reasons?
I'm using 64-bit with pyglet with no issues (using my steps above).
I'm sure the steps will still work for 32-bit if you have dependencies that
require it.

That being said, I tried Rabbyt with Pyglet 1.2 (from repository) on OS-X
and had the mouse co-ordinate issue you mention.
This wasn't present on Windows (although I tried it a while before trying
on OS-X, so it may be present on both).
Probably good to raise it as an issue, as I didn't.

Hope that helps,
Adam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nathan  
View profile  
 More options Sep 23 2012, 2:24 pm
From: Nathan <nathan.sto...@gmail.com>
Date: Sun, 23 Sep 2012 12:24:28 -0600
Local: Sun, Sep 23 2012 2:24 pm
Subject: Re: full-screen issue on mac 10.8.2 retina with latest firmware update

On Sat, Sep 22, 2012 at 9:49 PM, Adam Griffiths <adam.lw.griffi...@gmail.com

> wrote:
> I'm amazed you can get 1.1.4 working on OS-X at all.
> I've never gotten it to work. It is _very_ old.

When you're using 32-bit python it uses the old Carbon libraries, instead
of Cocoa.

~ Nathan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeremy Gray  
View profile  
 More options Sep 24 2012, 9:00 am
From: Jeremy Gray <jrg...@gmail.com>
Date: Mon, 24 Sep 2012 06:00:57 -0700 (PDT)
Local: Mon, Sep 24 2012 9:00 am
Subject: Re: full-screen issue on mac 10.8.2 retina with latest firmware update
thanks Adam and Nathan, lots to chew on here.

basically its 32-bit python for compatibility / dependencies with
various packages required for the main app I work on (PsychoPy). maybe
its time to revisit that, and see if we can move to a more recent
version of pyglet. I'll put that forward to see what the lead dev
thinks of it.

anyway, it seems like I should first move away from pyglet 1.1.4 and
only then file a mouse issue if it still persists for me.

thanks much,

--Jeremy

On Sep 22, 11:49 pm, Adam Griffiths <adam.lw.griffi...@gmail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam Griffiths  
View profile  
 More options Sep 24 2012, 9:32 am
From: Adam Griffiths <adam.lw.griffi...@gmail.com>
Date: Mon, 24 Sep 2012 06:32:05 -0700 (PDT)
Local: Mon, Sep 24 2012 9:32 am
Subject: Re: full-screen issue on mac 10.8.2 retina with latest firmware update

I'm interested if you see the mouse issue still.
I have a feeling there's a regression there.
When I used Rabbyt, I found the Y axis was inverted; dragging GUI elements
down, moved them up.
And it was also using relative values instead of absolute. Moving the mouse
beyond the window extents would continue moving the GUI elements around.

I'd move away from 1.1.4. I didn't have to do anything for the migration.
But yes, your 3rd party libs would be the deciding factor.

Cheers,
Adam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeremy Gray  
View profile  
 More options Sep 24 2012, 10:45 pm
From: Jeremy Gray <jrg...@gmail.com>
Date: Mon, 24 Sep 2012 19:45:49 -0700 (PDT)
Local: Mon, Sep 24 2012 10:45 pm
Subject: Re: full-screen issue on mac 10.8.2 retina with latest firmware update

> I'm interested if you see the mouse issue still. I have a feeling there's a regression there.

your instructions were great and the install seemed fine, but there
are just too many things that will need updating. so I can't tell if
there's a mouse issue or not because I can't run the app at all.

> When I used Rabbyt, I found the Y axis was inverted; dragging GUI elements
> down, moved them up.
> And it was also using relative values instead of absolute. Moving the mouse
> beyond the window extents would continue moving the GUI elements around.

good to know...

> I'd move away from 1.1.4. I didn't have to do anything for the migration.

agreed, and its in the plan. its basically possible to envision such a
move now, now that there's an official tagged release point (albeit
currently alpha...).

--Jeremy


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt Ebb  
View profile  
 More options Sep 24 2012, 8:05 pm
From: Matt Ebb <m...@mattebb.com>
Date: Tue, 25 Sep 2012 10:05:42 +1000
Local: Mon, Sep 24 2012 8:05 pm
Subject: Re: full-screen issue on mac 10.8.2 retina with latest firmware update
On Mon, Sep 24, 2012 at 11:32 PM, Adam Griffiths

<adam.lw.griffi...@gmail.com> wrote:
> I'm interested if you see the mouse issue still.
> I have a feeling there's a regression there.
> When I used Rabbyt, I found the Y axis was inverted; dragging GUI elements
> down, moved them up.

I think this is a Mac OS X thing - I've got pyglet 1.2a1 running on
both Mac OS X and Linux (centos 6.2) and the coordinates I get out of
the mouse events on OS X are inverted in Y. I recall from another
project I was involved with (Blender), I think this was something
happening on the OS level, it's just a difference in the coordinate
system that Cocoa uses for mouse events compared to other OSes.

What I've been doing in my pyglet script is:
    if platform.system() != 'Darwin': dy = -dy
where I need to query mouse y values. It probably would be a lot nicer
to have this compensated for within pyglet though...

cheers

Matt


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam Griffiths  
View profile  
 More options Sep 25 2012, 2:13 am
From: Adam Griffiths <adam.lw.griffi...@gmail.com>
Date: Mon, 24 Sep 2012 23:13:46 -0700 (PDT)
Local: Tues, Sep 25 2012 2:13 am
Subject: Re: full-screen issue on mac 10.8.2 retina with latest firmware update

I'll knock up a simple Rabbyt example and post a bug on the issues list.

Cheers for confirming =)
Adam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam Griffiths  
View profile  
 More options Sep 25 2012, 2:17 am
From: Adam Griffiths <adam.lw.griffi...@gmail.com>
Date: Mon, 24 Sep 2012 23:17:31 -0700 (PDT)
Local: Tues, Sep 25 2012 2:17 am
Subject: Re: full-screen issue on mac 10.8.2 retina with latest firmware update

Correction, it was Kytten, not Rabbyt =P


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam Griffiths  
View profile  
 More options Sep 25 2012, 2:39 am
From: Adam Griffiths <adam.lw.griffi...@gmail.com>
Date: Mon, 24 Sep 2012 23:39:40 -0700 (PDT)
Local: Tues, Sep 25 2012 2:39 am
Subject: Re: full-screen issue on mac 10.8.2 retina with latest firmware update

Ok, mouse example up on issues list:
http://code.google.com/p/pyglet/issues/detail?id=611

Example code here:
https://github.com/adamlwgriffiths/pyglet-issues/tree/master/kytten-osx

Sorry to hijack the thread. Please continue =)

Cheers,
Adam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »