I realise that whenever someone asks "How do I program my video card directly" on this forum, the answer is "don't, use VESA". However, this seems a good place to post as I'm sure someone has tried it.
For my current (not directly OS related) project, I would like information on how to go about programming a video card directly. Does anyone have any links or other sources of information on video card registers etc?
Please note that any information would be valuable, even for cards which are long since extinct.
Thanks
Video Card Programming Info
Re:Video Card Programming Info
Here is a great link, if you have a voodoo 3 card:
http://homepage.swissonline.ch/tinyasm/v3.htm
Hope it helps.
\\\\||////
(@@)
ASHLEY4.
Batteries not included, Some assembly required.
http://homepage.swissonline.ch/tinyasm/v3.htm
Hope it helps.
\\\\||////
(@@)
ASHLEY4.
Batteries not included, Some assembly required.
Re:Video Card Programming Info
This is a bit on VGA: http://brackeen.com/home/vga/
And some more at Bonafide: http://www.osdever.net/documents.php?cat=7&sort=1
You may want to check the Linux Kernel sources, but C isn't the most readable language when things get that complicated.
And some more at Bonafide: http://www.osdever.net/documents.php?cat=7&sort=1
You may want to check the Linux Kernel sources, but C isn't the most readable language when things get that complicated.
Re:Video Card Programming Info
is it possible to get any programming info on Intel Extreme Graphics? has anyone found any docs on that...
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:Video Card Programming Info
I found programming information about 2D nvidia (no docs, only linux-based code) and i have the "Programming Reference Manual" for Intel 815 Graphic controller (order number 298237-001, should be enough for googling)
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:Video Card Programming Info
googling for "BeOS nvidia sources" should be enough ...
Re:Video Card Programming Info
Thats one thing C has over ASM, easy available driver etc, code .
\\\\||////
(@@)
ASHLEY4.
Batteries not included, Some assembly required.
\\\\||////
(@@)
ASHLEY4.
Batteries not included, Some assembly required.