Welcome, Guest. Please login or register.

Author Topic: regarding p96  (Read 2431 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline DesolatorTopic starter

  • Sr. Member
  • ****
  • Join Date: Sep 2002
  • Posts: 460
    • Show only replies by Desolator
regarding p96
« on: January 29, 2003, 02:06:09 PM »
Since I use unexpanded A1200's I've never really bothered with the Picasso things, but I got that installed on my WinUAE though. Now, just curious, is that program only for graphicscards or could I install it on my regular Amigas and get a slightly higher resolution on them?

(sheesh, I sound so newbie.. :)
// Amiga - The computer for the creative mind.
// Ph.D in Amiga future optimism.
 

Offline DaveP

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2116
    • Show only replies by DaveP
Re: regarding p96
« Reply #1 on: January 29, 2003, 02:11:24 PM »
Desolator

Picasso96 is in basic terms a layer which handles
device drivers to graphics cards. You can in theorywrite
to the P96 interface ( to say draw a line ) and the driver
will translate that into the calls on the graphics cards.

There is no AGA or ECS driver that I am aware of but even if there
was it would probably be slower than the current method ofaccessthat
Workbench uses for its display handling.

So "only for gfx cards" is the right answer ( that includes Amiga GFX cards )
Hate figure. :lol:
 

Offline blobrana

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 4743
    • Show only replies by blobrana
    • http://mysite.wanadoo-members.co.uk/blobrana/home.html
Re: regarding p96
« Reply #2 on: January 29, 2003, 03:59:29 PM »
Hehe i suppose you could write an emulation layer for p96 , if you wanted to run at 0.001 mhz!...

Better to use Fblit and assorted software like HAMWorkbench that will use 4000 colours on a `normal` amiga...

Offline DesolatorTopic starter

  • Sr. Member
  • ****
  • Join Date: Sep 2002
  • Posts: 460
    • Show only replies by Desolator
Re: regarding p96
« Reply #3 on: January 29, 2003, 04:02:34 PM »
So there is no way to have a resolution of..say 800*600 without a graphicscard?
// Amiga - The computer for the creative mind.
// Ph.D in Amiga future optimism.
 

Offline Jose

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2871
    • Show only replies by Jose
Re: regarding p96
« Reply #4 on: January 29, 2003, 04:13:19 PM »
"...4000 colours..."

Nah, at least HAM8 has much more, in many images you really can't notice the difference to a 24bit one. But the problem is that the pallete in those images is adjusted.
I've allways though that a cooper(to dinamically change the pallete)/processor routine could be written for almost 24bit color. Then maybe a driver for P96 could be written using that, so that AGA amigas could run programs written for RTG. It would have to be a fast thing though, otherwise it'd eat too much CPU.
\\"We made Amiga, they {bleep}ed it up\\"
 

Offline blobrana

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 4743
    • Show only replies by blobrana
    • http://mysite.wanadoo-members.co.uk/blobrana/home.html
Re: regarding p96
« Reply #5 on: January 29, 2003, 04:25:54 PM »
i run a 1000  x 530 screen that is autoscroling

http://mysite.freeserve.com/blobrana/cont/computer.html
 :-D

Offline DesolatorTopic starter

  • Sr. Member
  • ****
  • Join Date: Sep 2002
  • Posts: 460
    • Show only replies by Desolator
Re: regarding p96
« Reply #6 on: January 29, 2003, 04:44:00 PM »
Autoscrolling is a bit of a hassle when coding.. ;) you don't want to release the keyboard just to nudge the mouse.
// Amiga - The computer for the creative mind.
// Ph.D in Amiga future optimism.
 

Offline blobrana

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 4743
    • Show only replies by blobrana
    • http://mysite.wanadoo-members.co.uk/blobrana/home.html
Re: regarding p96
« Reply #7 on: January 29, 2003, 04:56:38 PM »
?
All my windows open at the physical screen size, but i`ve got a bit of space(on the right ) for other open windows and buttons...it leave a very uncluttered work space...
Have you tried 1000x 530?
 :-D

Offline T_Bone

  • Hero Member
  • *****
  • Join Date: Jun 2002
  • Posts: 5124
    • Show only replies by T_Bone
    • http://www.amiga.org/userinfo.php?uid=1961
Re: regarding p96
« Reply #8 on: January 29, 2003, 05:02:44 PM »
Quote

Desolator wrote:
So there is no way to have a resolution of..say 800*600 without a graphicscard?


Super72, 800x600 if you don't mind interlace

http://www.staggy.de/downloads/soupa72.lha
this space for rent
 

Offline lorddef

  • Hero Member
  • *****
  • Join Date: Apr 2002
  • Posts: 1146
    • Show only replies by lorddef
    • http://
Re: regarding p96
« Reply #9 on: January 29, 2003, 05:27:27 PM »
I use CGX 3 for my AGA chipset on my a1200.  It doesn't allow higher resoloutions, but it does speed things up.
Restraining orders are just another way of saying I love you!
 

Offline DaveP

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2116
    • Show only replies by DaveP
Re: regarding p96
« Reply #10 on: January 29, 2003, 05:52:19 PM »
@Desolator

Yep 800x600 is possible with DBLNTSC monitor
added into your Monitor drawer and connected to
a VGA monitor.  Thats interlaced at a 30Hz refresh rate.

I wouldn't try DBLPAL interlaced though, thats 25Hz refresh rate which is far too low for the human eye
on computer style images ( but is OK for movie images and graphical stills ).

But the later cost in life of stronger eyeglasses probably isnt worth it and would pay for a busboard and a GFX card...
Hate figure. :lol:
 

Offline Rigger

  • Full Member
  • ***
  • Join Date: Mar 2002
  • Posts: 169
    • Show only replies by Rigger
Re: regarding p96
« Reply #11 on: January 29, 2003, 07:50:23 PM »
You should take a look at this file;

P96-RTG-WinUAE0822R2.lzh