hi gemer,
gemwin has no method "display" like pdp? is there a way to create the window on the second head (0.1) in gem? nothing in the mailing-list archive (gem + display)...
thanx! patrick
On Mon, Aug 18, 2003 at 06:46:59PM -0400, patrick said:
hi gemer,
gemwin has no method "display" like pdp? is there a way to create the window on the second head (0.1) in gem? nothing in the mailing-list archive (gem + display)...
You can set the DISPLAY environment variable to :0.1 before starting the program (eg, 'set DISPLAY=:0.1', or 'export DISPLAY=0.1', or similar, depending on your shell)
Nick
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Le 18 Août 2003 19:32, Nick Morrison a écrit :
On Mon, Aug 18, 2003 at 06:46:59PM -0400, patrick said:
hi gemer,
gemwin has no method "display" like pdp? is there a way to create the window on the second head (0.1) in gem? nothing in the mailing-list archive (gem + display)...
You can set the DISPLAY environment variable to :0.1 before starting the program (eg, 'set DISPLAY=:0.1', or 'export DISPLAY=0.1', or similar, depending on your shell)
Nick, it would send all PD windows to the second head. What Patrick want is to send only the GEM window to the second head. A common problem is that the second head is usually not accelerated, but there's seem to be a patch for some Xfree drivers that allows accelerated openGL on the second head.
Marc
gemwin has no method "display" like pdp? is there a way to create the window on the second head (0.1) in gem? nothing in the mailing-list archive (gem + display)...
You can set the DISPLAY environment variable to :0.1 before starting the program (eg, 'set DISPLAY=:0.1', or 'export DISPLAY=0.1', or similar, depending on your shell)
Nick, it would send all PD windows to the second head. What Patrick want is to send only the GEM window to the second head. A common problem is that the second head is usually not accelerated, but there's seem to be a patch for some Xfree drivers that allows accelerated openGL on the second head.
a
~$ DISPLAY=:0.1; pd -guicmd "DISPLAY=:0.0; /usr/local/lib/pd/bin/pd-gui" -lib Gem
works for me. though I don't think a message to gemwin would be a bad idea...
regards, m.
Zitiere Marc Lavallée odradek@videotron.ca:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Le 18 Août 2003 19:32, Nick Morrison a écrit :
On Mon, Aug 18, 2003 at 06:46:59PM -0400, patrick said:
hi gemer,
gemwin has no method "display" like pdp? is there a way to create
you can pass an argument to the [create( message to indicate where the gemwindow should be created [create foreignhost:0.1(
mfg.ad.r IOhannes
On Monday, August 18, 2003, at 06:46 PM, patrick wrote:
hi gemer,
gemwin has no method "display" like pdp? is there a way to create the window on the second head (0.1) in gem? nothing in the mailing-list archive (gem + display)...
hi patrick,
...on OSX, this is done by sending the following message to gemwin before window creation:
[secondscreen 1 <
...don't remember if this is implemented cross-platform...
l8r, jamie
On Monday, August 18, 2003, at 11:34 PM, patrick wrote:
hi patrick,
...on OSX, this is done by sending the following message to gemwin before window creation:
[secondscreen 1 <
...don't remember if this is implemented cross-platform...
it does not work under linux. i tried [secondscreen 1 < [secondscreen 0.1 <
hmmm...well, it would be int's (1,2,3,4...) anyway, but I'll hafta check with the linux GEM guys...
sorry! jamie
Hey patrick,
I use the nvidia drivers with the extended desktop. so my screen 0.0 is actually two seperate screens. I then just use the gemwin offset message to have the window open on the second screen. The second display is HW accelerated with the nv drivers.
Ben ----- Original Message ----- From: "patrick" patrick@11h11.com To: pd-list@iem.at Sent: Monday, August 18, 2003 11:34 PM Subject: Re: [PD] gem dual head (display :0.1) under linux
hi patrick,
...on OSX, this is done by sending the following message to gemwin before window creation:
[secondscreen 1 <
...don't remember if this is implemented cross-platform...
it does not work under linux. i tried [secondscreen 1 < [secondscreen 0.1 < patrick
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
On Mon, 18 Aug 2003, patrick wrote:
hi gemer,
gemwin has no method "display" like pdp? is there a way to create the window on the second head (0.1) in gem? nothing in the mailing-list archive (gem + display)...
You can add the display to the create message |create :0.1<
at least I think so, its been a long time I tried this the last time.
Guenter
thanx! patrick
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list