how to get "vbeaf.drv"?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
formaten
Posts: 3
Joined: Thu Feb 26, 2009 10:41 am

how to get "vbeaf.drv"?

Post by formaten »

I know this file from VBE-AF07.pdf, but the link in this document has failed.
So who can tell me how to get this file?

thanks!
(Note: my english is not well! :lol: )
exkor
Member
Member
Posts: 111
Joined: Wed May 23, 2007 9:38 pm

Re: how to get "vbeaf.drv"?

Post by exkor »

google(over period of time paid stuff does show up) or ask VESA(maybe its free).their documents that is.
formaten
Posts: 3
Joined: Thu Feb 26, 2009 10:41 am

Re: how to get "vbeaf.drv"?

Post by formaten »

i've used so many kinds of keyword to search this file in google, but .......

could you tell me how to use 2D accelerated function to draw some pattens?
User avatar
JAAman
Member
Member
Posts: 879
Joined: Wed Oct 27, 2004 11:00 pm
Location: WA

Re: how to get "vbeaf.drv"?

Post by JAAman »

the sad fact is, it wouldnt likely help you any...

because im not sure anyone has ever actually implemented these functions in real hardware...

the truth is, with these accelerated functions, VESA started charging for both the documents and royalties for use of the standards, and therefore nobody ever started using them -- the popular OSs have actual drivers, which work better and faster anyway, so the hardware people didnt ever implement them, therefore the smaller OSs (many of which couldnt afford the docs anyway) never bothered either...

basically, while the free standard VBE3 is quite well supported on current controllers, the other lesser (and not free) standards are not...


besides, iirc these documents are not available free, therefore we cannot point you to where you can get them for free, and if anyone does, the mods will delete it -- so all we can do is point you to the VESA website
formaten
Posts: 3
Joined: Thu Feb 26, 2009 10:41 am

Re: how to get "vbeaf.drv"?

Post by formaten »

oh...that's really a sad fact for me!

But how about the FreeBE/AF project?I knew it's a project that attempts to implement free VBE/AF driver on as many cards as possible.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: how to get "vbeaf.drv"?

Post by Combuster »

From all people I've seen, everybody writes their own drivers if they're looking for hardware acceleration. If you're not an NVidia user, then there's a good chance documentation is available for your equipment (although not necessarily easy to use)

People actually using VBE/AF, not that I know of.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
JohnnyTheDon
Member
Member
Posts: 524
Joined: Sun Nov 09, 2008 2:55 am
Location: Pennsylvania, USA

Re: how to get "vbeaf.drv"?

Post by JohnnyTheDon »

If you are an NVIDIA user you can also look at some of the open source drivers people have been working on. IIRC there was one that was pretty successful in implementing 2D acceleration.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: how to get "vbeaf.drv"?

Post by Combuster »

Reverse engineering from driver code is much more difficult than building from documentation. But yea, you can do that.

Besides, JamesM's admitted that his nvidia driver is based around some void magic() and void more_magic() calls...
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
jal
Member
Member
Posts: 1385
Joined: Wed Oct 31, 2007 9:09 am

Re: how to get "vbeaf.drv"?

Post by jal »

formaten wrote:I know this file from VBE-AF07.pdf, but the link in this document has failed. So who can tell me how to get this file?
The very first link Google displays when searching for it is this one, which clearly explains there is not a vbeaf.drv, but that it is just a video card driver, and each video card has its own driver.


JAL
Post Reply