How Linux handles video acceleration

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
User avatar
Jeko
Member
Member
Posts: 500
Joined: Fri Mar 17, 2006 12:00 am
Location: Napoli, Italy

How Linux handles video acceleration

Post by Jeko »

How Linux handles video acceleration? Is there a standard?

If I want to use the driver /dev/nvidia0, how can I make?
Mr. Man
Posts: 2
Joined: Fri Oct 20, 2006 11:46 am

Post by Mr. Man »

I'm not really sure, but I think you may be looking for this.
I know next to nothing, so I'm just as curious as you.
User avatar
jhawthorn
Member
Member
Posts: 58
Joined: Sun Nov 26, 2006 4:06 pm
Location: Victoria, BC, Canada
Contact:

Post by jhawthorn »

Note regarding Mr. Man's link: Last I checked nVidia's closed source drivers did not use DRI.

Neither nVidia not ATI release specifications for their graphics cards. Furthermore the 3D accelerated drivers are closed source. This makes /dev/nvidia0 unusable other than through the closed source GLX driver.

That said, there is some information available.
  • http://wiki.x.org/wiki/nv - Describes the MIT licensed nv driver for nvidia cards. However, this driver has no 3D acceleration.
  • http://nouveau.freedesktop.org/wiki/ - Is a project aiming to producing Open Source 3D drivers for nVidia cards. The "Documentation" section seems to have some information available.
hendric
Member
Member
Posts: 38
Joined: Sat Oct 21, 2006 10:56 am
Location: China

Post by hendric »

It puzzled me lot , too. But as a further learning I found something no more than DRI. Maybe it will be helpful.
By the way, Intel has opened the source of his Graphics chipset . That's a great news.
Just Lazy Writing Anything...
Post Reply