Thursday, December 8, 2016

Commonly used sections in a typical xorg.conf file I

Commonly used sections in a typical xorg.conf file I


First is the Files section. This section tells the X server where to find the files it
needs to do its job, such as font files and input device files. Here is an
abbreviated example of a Files section:



Section "Files"

  FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"

  FontPath     "/usr/X11R6/lib/X11/fonts/local

FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"

  FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"

  ...

  FontPath     "/usr/X11R6/lib/X11/fonts/xtest"

  FontPath     "/opt/kde3/share/fonts"

  InputDevices "/dev/gpmdata"

  InputDevices "/dev/input/mice"

EndSection




LX0-104 Exam Objectives (H)

No comments:

Post a Comment