Welcome, Guest. Please login or register.

Author Topic: BVision under OS4  (Read 6554 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Framiga

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 4096
    • Show only replies by Framiga
Re: BVision under OS4
« Reply #14 on: November 01, 2008, 05:04:09 PM »
you have to set the max H and V sync values (accordingly with your monitor spec)

mine with a 17" TFT are:

VSYNCMIN=56
VSYNCMAX=76
HSYNCMIN=30000
HSYNCMAX=85000
MODE=640x480@60
MODE=800x600@60
MODE=1024x768@60
MODE=1280x1024@60
INTERRUPT=No
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: BVision under OS4
« Reply #15 on: November 01, 2008, 06:00:42 PM »
I did try adding "MODE=1024x768@60" in to the tooltypes but it didn't shop up in ScreenMode prefs. Is there anything else I need to do?

--
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 A4000_Mad

  • Hero Member
  • *****
  • Join Date: Dec 2006
  • Posts: 1392
    • Show only replies by A4000_Mad
Re: BVision under OS4
« Reply #16 on: November 01, 2008, 06:09:01 PM »
I also added these:-

MODE=1024x768@60
MODE=1280x1024@60
INTERRUPT=NO

but just got the options twice for 800x600. I have no idea what figures to put for


VSYNCMIN=
VSYNCMAX=
HSYNCMIN=
HSYNCMAX


as I don't have a manual for my approx 15" Compaq MV520 monitor.
A4000 Mad
 

Offline MozzerFan

  • Hero Member
  • *****
  • Join Date: Mar 2005
  • Posts: 607
  • Country: 00
    • Show only replies by MozzerFan
Re: BVision under OS4
« Reply #17 on: November 01, 2008, 06:41:51 PM »
@amiga4000_mad
Found this info about the MV520.

After reading it I think you should enter the following:
VSYNCMIN=50
VSYNCMAX=100
HSYNCMIN=31500
HSYNCMAX=54000

 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: BVision under OS4
« Reply #18 on: November 01, 2008, 07:31:07 PM »
So would getting the frequencies wrong stop the screenmode from showing up?

--
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 MozzerFan

  • Hero Member
  • *****
  • Join Date: Mar 2005
  • Posts: 607
  • Country: 00
    • Show only replies by MozzerFan
Re: BVision under OS4
« Reply #19 on: November 01, 2008, 07:35:41 PM »
@Moto

Maybe this thread at amigans.net is of any help?
 

Offline orange

  • Hero Member
  • *****
  • Join Date: Dec 2003
  • Posts: 2796
    • Show only replies by orange
Re: BVision under OS4
« Reply #20 on: November 01, 2008, 07:55:04 PM »
Quote
Yes, the lack of classic 68k support is very disappointing.


some software does work nice, like DiskMaster (68K version)
and, IIRC, CED..
besides you can always dualboot for games.
Better sorry than worry.
 

Offline Framiga

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 4096
    • Show only replies by Framiga
Re: BVision under OS4
« Reply #21 on: November 01, 2008, 08:26:35 PM »
there are plenty of 68K apps working under AOS4.

Old games apart, theres nothing i can recall, that stopeed working.



 

Offline Framiga

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 4096
    • Show only replies by Framiga
Re: BVision under OS4
« Reply #22 on: November 01, 2008, 08:30:19 PM »
Quote

motorollin wrote:
So would getting the frequencies wrong stop the screenmode from showing up?

--
moto


yep indeed. anyway you can use Picasso96Mode if you prefer it (native as well)



 

Offline AmigaMance

  • Hero Member
  • *****
  • Join Date: Apr 2005
  • Posts: 1278
    • Show only replies by AmigaMance
Re: BVision under OS4
« Reply #23 on: November 01, 2008, 11:46:37 PM »
Out of curiosity, what the INTERRUPT tooltype is about? Is it P96 or OS4 specific?
A1200 PPC user.
 

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12114
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: BVision under OS4
« Reply #24 on: November 02, 2008, 01:02:44 AM »
Quote

AmigaMance wrote:
Out of curiosity, what the INTERRUPT tooltype is about?


I assume it is about the VBL, on or off :-)

Offline orange

  • Hero Member
  • *****
  • Join Date: Dec 2003
  • Posts: 2796
    • Show only replies by orange
Re: BVision under OS4
« Reply #25 on: November 02, 2008, 02:57:22 PM »
Quote
Whether or not to keep it!

it seems unfair to sell what you got as a gift (IIRC)..
Better sorry than worry.
 

Offline A4000_Mad

  • Hero Member
  • *****
  • Join Date: Dec 2006
  • Posts: 1392
    • Show only replies by A4000_Mad
Re: BVision under OS4
« Reply #26 on: November 02, 2008, 10:51:25 PM »
Quote

MozzerFan wrote:
@amiga4000_mad
Found this info about the MV520.

After reading it I think you should enter the following:
VSYNCMIN=50
VSYNCMAX=100
HSYNCMIN=31500
HSYNCMAX=54000




Thank you very much :pint:

I've now got 1024x768 16bit

@ moto

I had to manually change the circled figures from 800x600 to 1024x768. You might want to try that too :-)

 
A4000 Mad
 

Offline MozzerFan

  • Hero Member
  • *****
  • Join Date: Mar 2005
  • Posts: 607
  • Country: 00
    • Show only replies by MozzerFan
Re: BVision under OS4
« Reply #27 on: November 03, 2008, 05:39:57 AM »
@a4000_mad
Glad it works.

@Moto
Quote
So would getting the frequencies wrong stop the screenmode from showing up?


If the screenmode you specified is not within the range of the frequencies you entered (and that your monitor can handle), then indeed the screenmodes won't show up.
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: BVision under OS4
« Reply #28 on: November 03, 2008, 06:30:36 AM »
Quote
A4000_Mad wrote:
I had to manually change the circled figures from 800x600 to 1024x768. You might want to try that too :-)

I did try that, but it left the actual resolution at 800x600 but gave me 1024x768 overscan.

--
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 motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: BVision under OS4
« Reply #29 from previous page: November 03, 2008, 06:31:40 AM »
Quote
MozzerFan wrote:
If the screenmode you specified is not within the range of the frequencies you entered (and that your monitor can handle), then indeed the screenmodes won't show up.

I'll check the frequencies for my monitor and try setting them to what they should be and report back!

--
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