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.
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)- A2% (1)
- B6% (3)
- C89% (42)
- D2% (1)
Why each option
In XF86Config, font directory paths are declared using FontPath entries located inside the Files section.
There is no standard section named 'Paths' in the XF86Config file structure.
There is no standard section named 'Fonts' in XF86Config - font paths are declared inside the Files section, not a dedicated Fonts section.
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.
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
Community Discussion
No community discussion yet for this question.