Dear friends of Pd, my be this is a very stupid question.- I?m working on an installation work and the GEM window should run in fullscreen mode. A beamer is connected to my PC VGA.- How do I switch from fullscreen back to my Pd patch? I`m on Ubuntu 9.04.-
thanks!
fraenk
This is a trap :) Use the [gemkeyboard] and [select] objects to destroy the GEM window. ++
Jack
Le jeudi 04 mars 2010 à 19:23 +0100, Fränk Zimmer a écrit :
Dear friends of Pd, my be this is a very stupid question.- I?m working on an installation work and the GEM window should run in fullscreen mode. A beamer is connected to my PC VGA.- How do I switch from fullscreen back to my Pd patch? I`m on Ubuntu 9.04.-
thanks!
fraenk
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I guess you don't have the option of a second monitor for your [gemwin]?
I noticed that [key] doesn't work when the [gemwin] is fullscreen, but if you use [gemkeyname] or [gemkeyboard] you can trigger a "destroy" message to the [gemwin].
You can combine messages and use a [t b b] so that first "bang" sends the "0, destroy" message to [gemwin] and the second "bang" sends a message like "dimen 320 240, create, 1".
Best, D.
On 3/4/10 7:23 PM, Fränk Zimmer wrote:
Dear friends of Pd, my be this is a very stupid question.- I?m working on an installation work and the GEM window should run in fullscreen mode. A beamer is connected to my PC VGA.- How do I switch from fullscreen back to my Pd patch? I`m on Ubuntu 9.04.-
thanks Derek!.- As you said, [key] always caused problems.- [gemkeyname] works great with the GEM window.- fraenk
Derek Holzer schrieb:
I guess you don't have the option of a second monitor for your [gemwin]?
I noticed that [key] doesn't work when the [gemwin] is fullscreen, but if you use [gemkeyname] or [gemkeyboard] you can trigger a "destroy" message to the [gemwin].
You can combine messages and use a [t b b] so that first "bang" sends the "0, destroy" message to [gemwin] and the second "bang" sends a message like "dimen 320 240, create, 1".
Best, D.
On 3/4/10 7:23 PM, Fränk Zimmer wrote:
Dear friends of Pd, my be this is a very stupid question.- I?m working on an installation work and the GEM window should run in fullscreen mode. A beamer is connected to my PC VGA.- How do I switch from fullscreen back to my Pd patch? I`m on Ubuntu 9.04.-
Hi all, This reminds me, I had a related problem in a project where I needed to destroy and recreate the Gemwin to switch between buffered and non-buffered mode. When the gemwin is destroyed and recreated however, it loses the focus, and so [gemkeyname] stops working until you manually click in the (recreated) gemwin with the cursor. I haven't found a solution to this. Maybe something with [hid] ? Or a way to switch between 'buffer 1' and 'buffer 0' without 'destroy' + 'create' ? Tim
2010/3/4 Fränk Zimmer fz@mur.at
thanks Derek!.- As you said, [key] always caused problems.- [gemkeyname] works great with the GEM window.- fraenk
Derek Holzer schrieb:
I guess you don't have the option of a second monitor for your [gemwin]?
I noticed that [key] doesn't work when the [gemwin] is fullscreen, but if you use [gemkeyname] or [gemkeyboard] you can trigger a "destroy" message to the [gemwin].
You can combine messages and use a [t b b] so that first "bang" sends the "0, destroy" message to [gemwin] and the second "bang" sends a message like "dimen 320 240, create, 1".
Best, D.
On 3/4/10 7:23 PM, Fränk Zimmer wrote:
Dear friends of Pd, my be this is a very stupid question.- I?m working on an installation work and the GEM window should run in fullscreen mode. A beamer is connected to my PC VGA.- How do I switch from fullscreen back to my Pd patch? I`m on Ubuntu 9.04.-
--
Fränk Zimmer
visit: http://fz.mur.at
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I've been looking into something similar. If I'm using a projector alongside a laptop (on 9.04) is it possible to put Gem full screen on the second screen?
Date: Thu, 4 Mar 2010 20:00:46 +0100 From: fz@mur.at To: derek@umatic.nl CC: pd-list@iem.at Subject: Re: [PD] gem fullscreen question
thanks Derek!.- As you said, [key] always caused problems.- [gemkeyname] works great with the GEM window.- fraenk
Derek Holzer schrieb:
I guess you don't have the option of a second monitor for your [gemwin]?
I noticed that [key] doesn't work when the [gemwin] is fullscreen, but if you use [gemkeyname] or [gemkeyboard] you can trigger a "destroy" message to the [gemwin].
You can combine messages and use a [t b b] so that first "bang" sends the "0, destroy" message to [gemwin] and the second "bang" sends a message like "dimen 320 240, create, 1".
Best, D.
On 3/4/10 7:23 PM, Fränk Zimmer wrote:
Dear friends of Pd, my be this is a very stupid question.- I?m working on an installation work and the GEM window should run in fullscreen mode. A beamer is connected to my PC VGA.- How do I switch from fullscreen back to my Pd patch? I`m on Ubuntu 9.04.-
--
Fränk Zimmer
visit: http://fz.mur.at
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Send us your Hotmail stories and be featured in our newsletter http://clk.atdmt.com/UKM/go/195013117/direct/01/
Yes, in that case don't use the "fullscreen" message. Use "dimen X Y" and "offset X Y", giving it the dimensions of your second screen, and the offset to the left or right of where your second screen is located. Look at the [pd window properties] subpatch of the [gemwin] help file for details on other kinds of messages you can use.
D.
On 3/4/10 10:38 PM, Andrew Faraday wrote:
I've been looking into something similar. If I'm using a projector alongside a laptop (on 9.04) is it possible to put Gem full screen on the second screen?
Date: Thu, 4 Mar 2010 20:00:46 +0100 From: fz@mur.at To: derek@umatic.nl CC: pd-list@iem.at Subject: Re: [PD] gem fullscreen question
thanks Derek!.- As you said, [key] always caused problems.- [gemkeyname] works great with the GEM window.- fraenk
Derek Holzer schrieb:
I guess you don't have the option of a second monitor for your
[gemwin]?
I noticed that [key] doesn't work when the [gemwin] is fullscreen, but if you use [gemkeyname] or [gemkeyboard] you can trigger a "destroy" message to the [gemwin].
You can combine messages and use a [t b b] so that first "bang" sends the "0, destroy" message to [gemwin] and the second "bang" sends a message like "dimen 320 240, create, 1".
Best, D.
On 3/4/10 7:23 PM, Fränk Zimmer wrote:
Dear friends of Pd, my be this is a very stupid question.- I?m working on an installation work and the GEM window should run in fullscreen mode. A beamer is connected to my PC VGA.- How do I switch from fullscreen back to my Pd patch? I`m on Ubuntu 9.04.-
--
Fränk Zimmer
visit: http://fz.mur.at
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Do you have a story that started on Hotmail? Tell us now http://clk.atdmt.com/UKM/go/195013117/direct/01/
I just use offset and dimen with 9.04 Have at least ATI or Nvidia though
pp
From: pd-list-bounces@iem.at [mailto:pd-list-bounces@iem.at] On Behalf Of Andrew Faraday Sent: Thursday, March 04, 2010 4:39 PM To: fz@mur.at; derek@umatic.nl Cc: pd-list@iem.at Subject: Re: [PD] gem fullscreen question
I've been looking into something similar. If I'm using a projector alongside a laptop (on 9.04) is it possible to put Gem full screen on the second screen?
Date: Thu, 4 Mar 2010 20:00:46 +0100 From: fz@mur.at To: derek@umatic.nl CC: pd-list@iem.at Subject: Re: [PD] gem fullscreen question
thanks Derek!.- As you said, [key] always caused problems.- [gemkeyname] works great with the GEM window.- fraenk
Derek Holzer schrieb:
I guess you don't have the option of a second monitor for your [gemwin]?
I noticed that [key] doesn't work when the [gemwin] is fullscreen, but if you use [gemkeyname] or [gemkeyboard] you can trigger a "destroy" message to the [gemwin].
You can combine messages and use a [t b b] so that first "bang" sends the "0, destroy" message to [gemwin] and the second "bang" sends a message like "dimen 320 240, create, 1".
Best, D.
On 3/4/10 7:23 PM, Fränk Zimmer wrote:
Dear friends of Pd, my be this is a very stupid question.- I?m working on an installation work and the GEM window should run in fullscreen mode. A beamer is connected to my PC VGA.- How do I switch from fullscreen back to my Pd patch? I`m on Ubuntu 9.04.-
--
Fränk Zimmer
visit: http://fz.mur.at
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Do you have a story that started on Hotmail? Tell us nowhttp://clk.atdmt.com/UKM/go/195013117/direct/01/
offset and dimen work fine on my intel as well:
lspci 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
However I prefer to use border message rather than fullscreen because fullscreen just hijacks my X. Perhaps this behaviour is specific to my GFX controller.
./MiS
On Thu, Mar 4, 2010 at 4:49 PM, Pagano, Patrick pat@digitalworlds.ufl.edu wrote:
I just use offset and dimen with 9.04
Have at least ATI or Nvidia though
pp
From: pd-list-bounces@iem.at [mailto:pd-list-bounces@iem.at] On Behalf Of Andrew Faraday Sent: Thursday, March 04, 2010 4:39 PM To: fz@mur.at; derek@umatic.nl Cc: pd-list@iem.at Subject: Re: [PD] gem fullscreen question
I've been looking into something similar. If I'm using a projector alongside a laptop (on 9.04) is it possible to put Gem full screen on the second screen?
Date: Thu, 4 Mar 2010 20:00:46 +0100 From: fz@mur.at To: derek@umatic.nl CC: pd-list@iem.at Subject: Re: [PD] gem fullscreen question
thanks Derek!.- As you said, [key] always caused problems.- [gemkeyname] works great with the GEM window.- fraenk
Derek Holzer schrieb:
I guess you don't have the option of a second monitor for your [gemwin]?
I noticed that [key] doesn't work when the [gemwin] is fullscreen, but if you use [gemkeyname] or [gemkeyboard] you can trigger a "destroy" message to the [gemwin].
You can combine messages and use a [t b b] so that first "bang" sends the "0, destroy" message to [gemwin] and the second "bang" sends a message like "dimen 320 240, create, 1".
Best, D.
On 3/4/10 7:23 PM, Fränk Zimmer wrote:
Dear friends of Pd, my be this is a very stupid question.- I?m working on an installation work and the GEM window should run in fullscreen mode. A beamer is connected to my PC VGA.- How do I switch from fullscreen back to my Pd patch? I`m on Ubuntu 9.04.-
--
Fränk Zimmer
visit: http://fz.mur.at
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Do you have a story that started on Hotmail? Tell us now
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list