question in enabling agp

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
digo_rp
Member
Member
Posts: 233
Joined: Sun Jun 05, 2005 11:00 pm

question in enabling agp

Post by digo_rp »

guys one question, when I enable AGP 4x mode do I have to change frame buffer addres returned by function 0x4F01 from vesa mode?

do I really have to get a new frame buffer like used in agp bus ?
or keep using the same frame buffer returned using function 0x4F01 and enable agp.
?
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:

Post by Combuster »

vesa returns a pointer to a PCI-configured piece of memory. As long as you dont change that on the card, you dont need to look up your framebuffer location again. Just toggling AGP wont change it. (violation of specs).
"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 ]
Post Reply