102-500 · Question #200
Which of the following are tasks handled by a display manager like XDM or KDM? (Choose two correct answers.)
The correct answer is A. Start and prepare the desktop environment for the user. C. Handle the login of a user. A display manager sits at the boundary between the X server and the user session: it presents the graphical login prompt (C) and, upon successful authentication, launches and hands off control to the chosen desktop environment (A). Those two responsibilities define its entire…
Question
Options
- AStart and prepare the desktop environment for the user.
- BConfigure additional devices like new monitors or projectors when they are attached.
- CHandle the login of a user.
- DLock the screen when the user was inactive for a configurable amount of time.
- ECreate an X11 configuration file for the current graphic devices and monitors.
How the community answered
(22 responses)- A73% (16)
- B14% (3)
- D9% (2)
- E5% (1)
Explanation
A display manager sits at the boundary between the X server and the user session: it presents the graphical login prompt (C) and, upon successful authentication, launches and hands off control to the chosen desktop environment (A). Those two responsibilities define its entire role.
The distractors describe jobs owned by other components:
- B (hot-plugging monitors/projectors) is handled by the X server or tools like
udevandxrandr- the display manager is already out of the picture once a session is running. - D (screen locking on inactivity) belongs to the desktop environment or a dedicated screensaver daemon (e.g.,
xscreensaver,gnome-screensaver). - E (generating
xorg.conf) is done byXorg -configureor vendor tools likenvidia-xconfig, not the display manager.
Memory tip: Think of the display manager as a hotel front desk - it checks you in (login) and shows you to your room (starts the desktop). What happens inside the room, or with the hotel's plumbing and wiring, is someone else's job.
Topics
Community Discussion
No community discussion yet for this question.