On Monday, June 16, 2008 5:23 am Russell Shaw wrote: > Hi, > Am i on the right list for libpci? > > http://mj.ucw.cz/pciutils.shtml > > > I installed libpci-dev on Debian and want to find where i can > find explanations of a lot of the constants in /usr/include/pci/header.h > for things like AGP and PCI-X and bridges. > > They have comments, but i want something a bit more tutorial-like such > as from a book, manual, data-sheet, standard, or code where it's used. > > I want to experiment with graphics cards in user-space drivers outside of > X. > > X sets up PCI cards on its own. I could just copy and hack it, but was > wondering if there was a better way. > > I've read all the current linux kernel and device-driver books. For graphics specifically, you could look at the DRM modesetting-101 branch (git://anongit.freedesktop.org/git/mesa/drm#modesetting-101), it has mode setting & output configuration support for gfx chips comparable to X. Beyond that (advanced 3D, GPGPU or Render type acceleration) you'd need to use a DRM client package like Mesa or Gallium3D. Jesse -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html