nerdexam
LPI

102-500 · Question #120

Which of the following tasks are handled by a display manager like XDM or KMD? (Choose two.)

The correct answer is B. Start and prepare the desktop environment for the user. E. Handle the login of a user. A display manager's two core jobs are presenting the graphical login screen and, after credentials are verified, launching the selected desktop environment (session) for that user - making B and E the correct answers. Why the distractors are wrong: A - Hotplug detection and…

User Interfaces and Desktops

Question

Which of the following tasks are handled by a display manager like XDM or KMD? (Choose two.)

Options

  • AConfigure additional devices like new monitors or projectors when they are attached.
  • BStart and prepare the desktop environment for the user.
  • CCreate an X11 configuration file for the current graphic devices and monitors.
  • DLock the screen when the user was inactive for a configurable amount of time.
  • EHandle the login of a user.

How the community answered

(23 responses)
  • A
    17% (4)
  • B
    74% (17)
  • C
    4% (1)
  • D
    4% (1)

Explanation

A display manager's two core jobs are presenting the graphical login screen and, after credentials are verified, launching the selected desktop environment (session) for that user - making B and E the correct answers.

Why the distractors are wrong:

  • A - Hotplug detection and configuration of new monitors/projectors is handled by the kernel (udev) and tools like xrandr, not the display manager.
  • C - Generating or writing xorg.conf is the job of X -configure or distribution-specific tools (e.g., nvidia-xconfig), not the display manager.
  • D - Screen locking on inactivity is managed by a screensaver/locker daemon (e.g., xscreensaver, xss-lock, or the desktop environment itself), not the display manager.

Memory tip: Think of a display manager as a digital doorman - it greets you at the door (login screen) and escorts you to your room (starts your desktop). Everything else - redecorating, locking up, or adding new furniture - is someone else's job.

Topics

#Display Manager#X11#Desktop Environment#User Authentication

Community Discussion

No community discussion yet for this question.

Full 102-500 Practice