Welcome, Guest. Please login or register.

Author Topic: Picasso96 & CGFX4 at the same time possible?  (Read 3327 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline BrianTopic starter

  • Hero Member
  • *****
  • Join Date: Mar 2003
  • Posts: 1604
    • Show only replies by Brian
    • http://www.syntaxsociety.se
Picasso96 & CGFX4 at the same time possible?
« on: May 23, 2007, 09:24:53 AM »
I wonder if Picasso96 and CGFX4 can coexist on the same system partision and be booted simultaneous using 2 different videocards. The reason for wanting to do this is cause I want to run my Voodoo card for most anything but also want to have my CyberVisionPPC installed for best 3D compability.

Is this possible?

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: Picasso96 & CGFX4 at the same time possible?
« Reply #1 on: May 23, 2007, 09:54:38 AM »
No
 

Offline keropi

  • Hero Member
  • *****
  • Join Date: Sep 2004
  • Posts: 2466
    • Show only replies by keropi
Re: Picasso96 & CGFX4 at the same time possible?
« Reply #2 on: May 23, 2007, 09:55:26 AM »
I am 99% sure u cannot do that...

btw, u have a mediator-voodoo , right?
 

Offline BrianTopic starter

  • Hero Member
  • *****
  • Join Date: Mar 2003
  • Posts: 1604
    • Show only replies by Brian
    • http://www.syntaxsociety.se
Re: Picasso96 & CGFX4 at the same time possible?
« Reply #3 on: May 23, 2007, 10:06:43 AM »
Mediator Voodoo is correct. What's the reason for these two not being able to coexist on the same system?

Offline xeron

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 2533
    • Show only replies by xeron
    • http://www.petergordon.org.uk
Re: Picasso96 & CGFX4 at the same time possible?
« Reply #4 on: May 23, 2007, 10:41:53 AM »
Because both systems patch the Amiga graphics system, and therefore whichever one is launched last would "win". Thats if it even works at all.
Playstation Network ID: xeron6
 

Offline zipper

Re: Picasso96 & CGFX4 at the same time possible?
« Reply #5 on: May 23, 2007, 10:56:35 AM »
I think they are using/patching same functions and so can't work together. But in my system I had both installed, just had to change the monitor driver and reboot (via chipset mode or changing screenmode.prefs also).
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Picasso96 & CGFX4 at the same time possible?
« Reply #6 on: May 23, 2007, 11:20:52 AM »
As long as they don't share any files which need to be different versions in order for each to function, and as long as you only have EITHER your Voodoo monitor OR your CGV monitor in DEVS:Monitors, then I don't see any reason why it wouldn't work.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Picasso96 & CGFX4 at the same time possible?
« Reply #7 on: May 23, 2007, 11:25:21 AM »
Also, it would be easy to script the change from CGX to P96:

1. Boot up with P96 active and in a P96 screenmode
2. Copy screenmode.prefs to screenmode.prefs.p96
3. Boot up with CGX active and in a CGX screenmode
4. Copy screenmode.prefs to screenmode.prefs.cgx
5. Copy your P96 and CGX monitors to STORAGE:Monitors

Script to switch to P96:

C:Delete DEVS:Monitors/#? ALL
C:Copy STORAGE:Monitors/Voodoo DEVS:Monitors
C:Copy STORAGE:Monitors/Voodoo.info DEVS:Monitors
C:Copy SYS:Prefs/screenmode.prefs.p96 SYS:Prefs/screenmode.prefs

Script to switch to CGX:

C:Delete DEVS:Monitors/#? ALL
C:Copy STORAGE:Monitors/CV64 DEVS:Monitors
C:Copy STORAGE:Monitors/CV64.info DEVS:Monitors
C:Copy SYS:Prefs/screenmode.prefs.cgx SYS:Prefs/screenmode.prefs

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: Picasso96 & CGFX4 at the same time possible?
« Reply #8 on: May 23, 2007, 11:47:42 AM »
@motorollin

You obviously missed the "booted simultaneous" bit.

Your method, while working, requires a reboot.
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Picasso96 & CGFX4 at the same time possible?
« Reply #9 on: May 23, 2007, 11:48:39 AM »
Oops, yeah that bit didn't make it beyond my cornea.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline BrianTopic starter

  • Hero Member
  • *****
  • Join Date: Mar 2003
  • Posts: 1604
    • Show only replies by Brian
    • http://www.syntaxsociety.se
Re: Picasso96 & CGFX4 at the same time possible?
« Reply #10 on: May 23, 2007, 12:14:42 PM »
Ok so CGFX4 and P96 doesn't play nice... that's sad. Starting up computer in different modes might be the only way to take it then but still I'd like to explore other possibilities... so is it possible to get P96 to work with CyberVisionPPC? or get Voodoo (on Mediator) to work with CGFX4?

Offline BrianTopic starter

  • Hero Member
  • *****
  • Join Date: Mar 2003
  • Posts: 1604
    • Show only replies by Brian
    • http://www.syntaxsociety.se
Re: Picasso96 & CGFX4 at the same time possible?
« Reply #11 on: May 23, 2007, 09:18:54 PM »
Noone?

Offline AmigaMance

  • Hero Member
  • *****
  • Join Date: Apr 2005
  • Posts: 1278
    • Show only replies by AmigaMance
Re: Picasso96 & CGFX4 at the same time possible?
« Reply #12 on: May 23, 2007, 10:09:57 PM »
Quote
so is it possible to get P96 to work with CyberVisionPPC?

 No.
A1200 PPC user.
 

Offline xeron

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 2533
    • Show only replies by xeron
    • http://www.petergordon.org.uk
Re: Picasso96 & CGFX4 at the same time possible?
« Reply #13 on: May 24, 2007, 12:37:13 PM »
There are Picasso96 drivers for Permedia 2 based cards (ie CVPPC) for OS4, so if you have a PPC, thats a future solution.
Playstation Network ID: xeron6
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show only replies by Karlos
Re: Picasso96 & CGFX4 at the same time possible?
« Reply #14 on: May 24, 2007, 09:19:40 PM »
Quote

xeron wrote:
There are Picasso96 drivers for Permedia 2 based cards (ie CVPPC) for OS4, so if you have a PPC, thats a future solution.


There is a 68K version of this driver that worked in OS3.9. In much earlier versions of OS4 (at least for BPPC), specifically before P96 was ported to PPC, you generally needed to set it up as part of the preperation for installing the beta.

I don't think it was ever released outside of the betatest though.
int p; // A