nerdexam
CompTIA

LX0-103 · Question #106

You are having problems with a particular font and you want to see if its directory is included in XF86Config. Which section contains this information?

The correct answer is C. Files. In XF86Config, font directory paths are declared using FontPath entries located inside the Files section.

System Architecture

Question

You are having problems with a particular font and you want to see if its directory is included in XF86Config. Which section contains this information?

Options

  • APaths
  • BFonts
  • CFiles
  • DGraphics

How the community answered

(47 responses)
  • A
    2% (1)
  • B
    6% (3)
  • C
    89% (42)
  • D
    2% (1)

Why each option

In XF86Config, font directory paths are declared using FontPath entries located inside the Files section.

APaths

There is no standard section named 'Paths' in the XF86Config file structure.

BFonts

There is no standard section named 'Fonts' in XF86Config - font paths are declared inside the Files section, not a dedicated Fonts section.

CFilesCorrect

The Files section of XF86Config is responsible for specifying system-level paths used by the X server, including FontPath directives that point to font directories. Checking or editing this section is the correct way to verify or add font directory entries for the X Window System.

DGraphics

There is no standard section named 'Graphics' in XF86Config - display adapter settings are typically found in the Device section.

Concept tested: XF86Config Files section and FontPath configuration

Source: https://www.x.org/releases/X11R7.6/doc/man/man5/xorg.conf.5.xhtml

Topics

#XF86Config#X11 configuration#font path#Files section

Community Discussion

No community discussion yet for this question.

Full LX0-103 Practice