• # Re: 1 serveur X par utilisateur sous kde 3.2

    Posté par . En réponse au journal 1 serveur X par utilisateur sous kde 3.2. Évalué à 10.

    The Xservers file
    -----------------

    This file tells KDM which/when/how X-Servers ("desktop sessions",
    "login screens") should be started. The file is backwards compatible with
    XDM's Xservers file, but it contains some extensions:
    * @tty. The idea for this is stolen from Solaris (TM). You can specifiy here,
    which text console an X-Server is "covering", so KDM knows which virtual
    terminal to switch to when you select "Console login" and it knows which
    console it should monitor for activity to find out when you're done with
    your console work.
    This is not perfectly suited for Linux, as there X-Servers don't actually
    cover consoles (gettys), but hey, it works. :-)
    * reserve. A server marked as reserve is not started at KDM's startup time,
    but when the user explicitly requests it. See "Command FiFos" below.

    Example:

    :0 local@tty1 /usr/bin/X11/X vt7
    :1 local reserve /usr/bin/X11/X :1 vt8

    --------------------

    Pour résumer,

    :0 local@tty1 /usr/bin/X11/X vt7
    :1 local reserve /usr/bin/X11/X :1 vt8

    à mettre dans /opt/kde/share/config/kdm/Xservers (ou /usr comme prefix ou ce que tu veux)

    De rien.