The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > UNIX Desktop for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 12-23-2006
vermaden's Avatar
vermaden vermaden is offline
Banned
 

Join Date: Nov 2006
Posts: 20
X11 / Xorg / XFree modules documentation

It is possible to load many modules using xorg.conf, for example:
Code:
Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection
Is there some online/ps/pdf documentation about each of these modules?

For example ${THIS} modules is needed to achieve that and that and provides extensions for that and that ...

Is something like that exists?

If not please put here links that provide other X11 / Xorg / XFree documentation.

Thanks in advance.
Reply With Quote
Forum Sponsor