Thursday, December 8, 2016

Commonly used sections in a typical xorg.conf file III

Commonly used sections in a typical xorg.conf file III


Next is the Module section. This section tells the X server to load certain server extension 
and font rasterizer modules at startup. Here is an example:



Section "Module"

  Load         "dbe"

  Load         "type1"

  Load         "freetype"

  Load         "extmod"

  Load         "glx"

  Load         "v4l"

EndSection




The Load modulename directive tells the X server to load the specified module. Notice 
that the module name, not the module filename, is specified.




LX0-104 Exam Objectives (H)

No comments:

Post a Comment