|
New ATI drivers? |
Posted on: 2007/9/13 11:45
#1 |
---|---|---|
Supreme Council
![]() ![]() Joined:
2006/11/16 19:25 From Sweden
Posts: 3200
|
Perhaps we'll be getting some OS4 drivers for newer hardware now?
http://www.phoronix.com/scan.php?page=news_item&px=NjA1Mw |
|
_________________
Vacca foeda. Sum, ergo edo Mr Bobo Cornwater |
||
|
Re: New ATI drivers? |
Posted on: 2007/9/13 13:16
#2 |
---|---|---|
Just can't stay away
![]() ![]() Joined:
2006/11/24 17:54 From Sanremo
Posts: 1850
|
@orgin
I knew that these were only for linux.. |
|
|
Re: New ATI drivers? |
Posted on: 2007/9/13 13:51
#3 |
---|---|---|
Supreme Council
![]() ![]() Joined:
2006/11/16 19:25 From Sweden
Posts: 3200
|
@nubechecorre
Ehh no? They released some GPU specs. 2d only at this point but 3d specs coming out in a bit. RC630 Register Reference Guide M56 Register Reference Guide And a reference R500/600 driver next week that can also be mined for information since the guides above are just register listings. |
|
_________________
Vacca foeda. Sum, ergo edo Mr Bobo Cornwater |
||
|
Re: New ATI drivers? |
Posted on: 2007/9/13 17:02
#4 |
---|---|---|
Home away from home
![]() ![]() Joined:
2007/1/26 21:48 From New Zealand
Posts: 2310
|
@orgin
Now would definitely be a good time for PCI-Express Amiga hardware to arrive. AFAIK, the most recent card that can be put into an A1 (without an expensive PCI-to-PCIe riser) is a Radeon 9800. Hans |
|
|
Re: New ATI drivers? |
Posted on: 2007/9/13 17:57
#5 |
---|---|---|
Supreme Council
![]() ![]() Joined:
2006/11/16 19:25 From Sweden
Posts: 3200
|
@Hans
I found these as AGP cards as well: X1950, X1650, X1600, X1550, X1050. No idea what chipsets they are using though, could not find that info on their web page in a quick search. http://ati.amd.com/products/radeonx1950/specs.html http://ati.amd.com/products/radeonx1650/specs.html http://ati.amd.com/products/radeonx1600/specs.html http://ati.amd.com/products/radeonx1550/specs.html http://ati.amd.com/products/radeonx1050/specs.html Edit: Also found 2400/2600 AGP cards. http://ati.amd.com/products/radeonhd2400/specs.html http://ati.amd.com/products/radeonhd2600/specs.html Swedish shop selling the above cards in AGP form: http://www.komplett.se/k/kl.aspx?bn=10413 |
|
_________________
Vacca foeda. Sum, ergo edo Mr Bobo Cornwater |
||
|
Re: New ATI drivers? |
Posted on: 2007/9/13 18:19
#6 |
---|---|---|
Home away from home
![]() ![]() Joined:
2007/1/26 21:48 From New Zealand
Posts: 2310
|
@orgin
Unfortunately they're AGP 8x only, which means that they use lower voltage signaling than the Amigaone AGP bus does (1.5V instead of 3.3V). Hence, putting one of these in your machine, would fry stuff. Hans |
|
|
Re: New ATI drivers? |
Posted on: 2007/9/13 19:47
#7 |
---|---|---|
Just popping in
![]() ![]() Joined:
2006/12/5 19:30 Posts: 219
|
@Hans
Radeon X1550 pro directly for PCI slot: http://www.newegg.com/Product/Product.aspx?Item=N82E16814103031 http://www.newegg.com/Product/Product.aspx?Item=N82E16814161074 Radeon X1300 PCI: http://www.newegg.com/Product/Product.aspx?Item=N82E16814129062 |
|
|
Re: New ATI drivers? |
Posted on: 2007/9/13 20:01
#8 |
---|---|---|
Home away from home
![]() ![]() Joined:
2007/1/26 21:48 From New Zealand
Posts: 2310
|
@billt
Ok, so that would be usable for now. I assume that it plugs into the PCI 66MHz slot. Would it be possible to have both an AGP and a PCI-66 card plugged in and just switch between the two? That would enable experimentation without having to swap cards all the time. I remember there being a discussion about the 66MHz PCI slot, but I don't think that there was ever a conclusion about whether it could have something plugged in at the same time as AGP. Hans |
|
|
Re: New ATI drivers? |
Posted on: 2007/9/13 20:31
#9 |
---|---|---|
Just popping in
![]() ![]() Joined:
2006/12/5 19:30 Posts: 219
|
@Hans
I wouldn't know if you can plug in AGP and PCI-66 together. I would imagine it'd work find in a 66 slot. If not, plug it into a PCI-33 slot instead. As for switching between them, I don't know that too. I just swap cards installed, I've never had two together, habit from early on when that definitely would not have worked, but I don't know if that's changed or not. Realize that the PCI vendor/device IDs need added to the list before they will be recognized, without that the computer doesn't know to try the Radeon driver on any card. That's my current problem with my A1, I need to swap in an older card in the list to install OS4, start over, edit the list to add my X1950, and then try that card again. Right now all I get is a message that no known graphics card was found to run an OS4 driver, but I do see that printed on the screen connected to the X1950. :) Ugh, if only I had time to fiddle with that stuff. |
|
|
Re: New ATI drivers? |
Posted on: 2007/9/13 22:50
#10 |
---|---|---|
Just popping in
![]() ![]() Joined:
2007/9/13 22:36 From Earth
Posts: 7
|
@billt
I guess I should have gotten around to implementing the idea I had to allow you to specify board information from UBoot to be passed to PCIGraphics.card to permit it recognize a card it to doesn't support natively... |
|
_________________
- Josh |
||
|
Re: New ATI drivers? |
Posted on: 2007/9/14 22:36
#11 |
---|---|---|
Home away from home
![]() ![]() Joined:
2007/1/26 21:48 From New Zealand
Posts: 2310
|
@billt
Quote:
Not having the vendor/device ID in the list could actually help someone working on a driver, or a new graphics system (which is on the card). That way they're not competing with the existing drivers for access to the card. A test scaffold could be built allowing the driver (or parts of it) to be tested without swapping hardware, and with the other graphics card still available to look at debug info and edit code. Hans |
|
|
Re: New ATI drivers? |
Posted on: 2007/9/14 22:49
#12 |
---|---|---|
Supreme Council
![]() ![]() Joined:
2006/11/16 19:25 From Sweden
Posts: 3200
|
@Hans
Hmm, does all this mean that you can't use 'any card' in VESA modes on os4? If so then one wonders why there has to be such an artificial limitation. Is this because of UBOOT or OS4 itself? I was under the impression that UBOOT had an x86 emulator that used the BIOS on gfx cards to initialize them. |
|
_________________
Vacca foeda. Sum, ergo edo Mr Bobo Cornwater |
||
|
Re: New ATI drivers? |
Posted on: 2007/9/14 22:52
#13 |
---|---|---|
Home away from home
![]() ![]() Joined:
2007/1/26 21:48 From New Zealand
Posts: 2310
|
@orgin
Right now, no-one's written a VESA driver for OS4 (at least there isn't one released yet). If someone wrote such a driver, there wouldn't be an issue. IIRC, this is what Scitech's SNAP driver was supposed to do. Hans |
|
|
Re: New ATI drivers? |
Posted on: 2007/9/14 23:13
#14 |
---|---|---|
Supreme Council
![]() ![]() Joined:
2006/11/16 19:25 From Sweden
Posts: 3200
|
@Hans
Ahh I see, would be nice with a VESA driver then. |
|
_________________
Vacca foeda. Sum, ergo edo Mr Bobo Cornwater |
||
|
Re: New ATI drivers? |
Posted on: 2007/9/15 5:28
#15 |
---|---|---|
Just can't stay away
![]() ![]() Joined:
2006/11/26 16:47 Posts: 1434
|
@orgin
why vesa? ain't it old and crappy? and even if we had that, ain't 2d fast enough on radeons? my radeon 9250 is doing an ok job at 2d. and why should i stick in a board there that only has support for 2d? this is only said with the desktop market in mind. as this is the only existing market. |
|
|
Re: New ATI drivers? |
Posted on: 2007/9/15 10:42
#16 |
---|---|---|
Supreme Council
![]() ![]() Joined:
2006/11/16 19:25 From Sweden
Posts: 3200
|
@spotUP
Old radeon cards won't be around forever. Having VESA cards means that you can put any card in there and get a picture to start working from without worrying about if specific drivers are available. Plus is helps when developing new drivers without requiring that you have access to a card with specific drivers. It's not about performance, it's about basic support. VESA is the driver all other OS'es adds first to support the most wide amount of hardware from day one. I don't see why amigaOS has to be different about it. |
|
_________________
Vacca foeda. Sum, ergo edo Mr Bobo Cornwater |
||
|
Re: New ATI drivers? |
Posted on: 2007/9/15 11:51
#17 |
---|---|---|
Not too shy to talk
![]() ![]() Joined:
2006/12/1 23:50 From Skærbæk. Denmark
Posts: 266
|
@orgin
I look at the specs of the rv650, and its a huge register set and will not be done in a short time frame (Atleast if I should do it). But ofcoarse now that the specs are open its proberly will be done at some point. RWO |
|
|
Re: New ATI drivers? |
Posted on: 2007/9/15 15:14
#18 |
---|---|---|
Just can't stay away
![]() ![]() Joined:
2006/12/1 19:07 From Germany
Posts: 1022
|
@orgin
Quote:
Quote: Is this because of UBOOT or OS4 itself? I was under the impression that UBOOT had an x86 emulator that used the BIOS on gfx cards to initialize them. ![]() |
|
|
Re: New ATI drivers? |
Posted on: 2007/9/15 15:26
#19 |
---|---|---|
Just can't stay away
![]() ![]() Joined:
2006/12/1 19:07 From Germany
Posts: 1022
|
@Hans
Quote: Right now, no-one's written a VESA driver for OS4 (at least there isn't one released yet). If someone wrote such a driver, there wouldn't be an issue. IIRC, this is what Scitech's SNAP driver was supposed to do. |
|
|
Re: New ATI drivers? |
Posted on: 2007/9/15 15:30
#20 |
---|---|---|
Just can't stay away
![]() ![]() Joined:
2006/12/1 19:07 From Germany
Posts: 1022
|
@orgin
Quote: VESA is the driver all other OS'es adds first to support the most wide amount of hardware from day one. I don't see why amigaOS has to be different about it. |
|