Andreas Simon (simon++at++HHI.DE)
Wed, 24 Jul 1996 01:10:42 +0200
I have trouble using a second HW pipe (in combination with the TKO).
What I do (pf2.0 IGL w/ 5.3 on dual pipe RE2) is:
lpipe = pfGetPipe(0);
pfPipeScreen(lpipe, 0);
lpwin = pfNewPWin(lpipe);
:
rpipe = pfGetPipe(1);
pfPipeScreen(rpipe, 1);
rpwin = pfNewPWin(rpipe);
:
pfConfigPWin(lpwin);
pfConfigPWin(rpwin);
What I get is:
PF Warning/Usage: pfPipe::setScreen() pfPipe 1 screen
request of 1 is greater than number of available hardware screens (0 -
0). Clamping to screen 0
which it does. Not to blame because
getgdesc(GD_NSCRNS);
returns 1. There seems to be precious little information on the triple
keyboard option. Help?!
Thanks.
andreas.
___
Andreas Simon simon++at++hhi.de
=======================================================================
List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
Submissions: info-performer++at++sgi.com
Admin. requests: info-performer-request++at++sgi.com
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:53:13 PDT