Linux_FoundationLinux_Foundation
LFCS · Question #239
LFCS Question #239: Real Exam Question with Answer & Explanation
The correct answer is C: FontPath "unix/:7100". The xorg.conf file uses the FontPath option to specify locations where the X server can find fonts, including local directories and font servers.
Submitted by renata2k· Apr 18, 2026Service Configuration
Question
Which of the following lines from /etc/X11/xorg.conf indicates that fonts can be found on a font server?
Options
- AFontPath= server
- BFonts "unix/:7100"
- CFontPath "unix/:7100"
- DFonts= server
- EFontserver = "servername"
Explanation
The xorg.conf file uses the FontPath option to specify locations where the X server can find fonts, including local directories and font servers.
Common mistakes.
- A.
FontPath= serveris not a valid syntax for specifying a font server inxorg.conf. - B. While
Fontsrelates to font configuration,FontPathis the correct directive for specifying font server locations, and '"unix/:7100"' must followFontPath. - D.
Fonts= serveris not a valid syntax for specifying a font server inxorg.conf. - E.
Fontserveris not the correct directive;FontPathis used for specifying font server locations.
Concept tested. Xorg font server configuration
Reference. https://man7.org/linux/man-pages/man5/xorg.conf.5.html
Topics
#xorg.conf#Font Server#X Window System#Configuration Files
Community Discussion
No community discussion yet for this question.