Welcome, Guest. Please login or register.

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

Description:

0 Members and 1 Guest are viewing this topic.

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Picasso96 & CGFX4 at the same time possible?
« 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 all replies
Re: Picasso96 & CGFX4 at the same time possible?
« Reply #1 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 motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Picasso96 & CGFX4 at the same time possible?
« Reply #2 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