View Single Post
Old 26th May 2009
phoenix's Avatar
phoenix phoenix is offline
Risen from the ashes
 
Join Date: May 2008
Posts: 696
Default

Quote:
Originally Posted by TerryP View Post
The thing that I wonder, is *how* much of X.Org must be ported to be useful. Do we have to port each driver to the kernel, do we have to port some library, do we have to port every single part of the X server?
X graphics drivers run in userspace. The entire X graphics stack runs in userspace. That's one of the beauties of X.

There's a tiny fraction of the DRI/DRM infrastructure that runs in the kernel for hardware 3D acceleration. Accelerated 2D can all be done in userspace, as is software 3D. That's what makes it so portable.

And that's what Xorg seems hell-bent on breaking.
__________________
Freddie

Help for FreeBSD: Handbook, FAQ, man pages, mailing lists.
Reply With Quote