nerdexam
Linux_Foundation

LFCS · Question #847

With Xorg 7.0, what is the name of the default font server?

The correct answer is B. xfs. The default font server for Xorg 7.0 was xfs, which is part of the X.Org Font Server system responsible for delivering fonts to X clients.

Submitted by ricky.ec· Apr 18, 2026Service Configuration

Question

With Xorg 7.0, what is the name of the default font server?

Options

  • Axfserv
  • Bxfs
  • Cfonts
  • Dxfstt
  • Efserv

How the community answered

(31 responses)
  • A
    6% (2)
  • B
    90% (28)
  • D
    3% (1)

Why each option

The default font server for Xorg 7.0 was `xfs`, which is part of the X.Org Font Server system responsible for delivering fonts to X clients.

Axfserv

`xfserv` is not a standard name for the X.Org font server.

BxfsCorrect

B is correct because `xfs` (the X Font Server) was the standard and default font server for X Window System implementations, including Xorg 7.0, responsible for handling font requests from X clients and serving font data. While modern Xorg versions often rely on client-side font rendering (like Fontconfig and FreeType), `xfs` was the designated font server in that era.

Cfonts

`fonts` is a general term, not the name of a specific font server daemon.

Dxfstt

`xfstt` is an older, specific font server for TrueType fonts, not the general default for Xorg.

Efserv

`fserv` is not a standard name for the X.Org font server.

Concept tested: X Window System font services

Source: https://man7.org/linux/man-pages/man1/xfs.1.html

Topics

#Xorg#font server#xfs

Community Discussion

No community discussion yet for this question.

Full LFCS Practice