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…
Question
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)- A17% (4)
- B74% (17)
- C4% (1)
- D4% (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.confis the job ofX -configureor 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
Community Discussion
No community discussion yet for this question.