• Bug#266106: kdm: no keyboard and starting on wrong console (1/4)

    From Nathaniel W. Turner@1:229/2 to All on Wed Aug 18 19:30:20 2004
    From: [email protected]

    This is a MIME-formatted message. If you see this text it means that your E-mail software does not support MIME-formatted messages.

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    On Wednesday 18 August 2004 10:34 am, Adeodato Sim� wrote:
    * Nathaniel W. Turner [Wed, 18 Aug 2004 07:25:10 -0400]:
    On Monday 16 August 2004 03:00 pm, Adeodato Sim� wrote:
    � odd, but I think you're not the first who is reporting.

    Well, make me the second reporter.

    or third. ;-)

    Oops, I missed the "not" in your original sentence. =P

    could you please send both kdmrc's. and, would it be possible to
    exchange those two kdmrc's and see if behavior depends on kdmrc or the
    machine?

    Sure, I've attached them. I'll try swapping after work.

    Cheers,
    nate

    - --
    Nathaniel W. Turner
    http://www.houseofnate.net/
    Tel: +1 508 579 1948 (mobile)
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.5 (GNU/Linux)

    iD8DBQFBI4yCEwNd1DGujjgRAvEJAKCH9682ROo4k/JrvIrnEEVNcTWC8wCfSI0l lIbcDVjF9PhoYTMYB8rW1/g=
    =mXTd
    -----END PGP SIGNATURE-----

    [General]
    ConfigVersion=2.1
    PidFile=/var/run/kdm.pid
    Xservers=/etc/kde3/kdm/Xservers

    [Shutdown]
    UseLilo=true

    [X-*-Core]
    AllowNullPasswd=false
    AllowRootLogin=false
    AllowShutdown=Root
    AutoReLogin=false
    Reset=/etc/kde3/kdm/Xreset
    Session=/etc/kde3/kdm/Xsession
    Setup=/etc/kde3/kdm/Xsetup
    Startup=/etc/kde3/kdm/Xstartup

    [X-*-Greeter]
    AntiAliasing=true
    ColorScheme=Plastik
    DefaultUser=testuser
    EchoMode=OneStar
    FaceSource=PreferUser
    FailFont=Bitstream Vera Sans,10,-1,5,50,0,0,0,0,0
    FocusPasswd=false
    ForgingSeed=1078483320
    GUIStyle=Plastik
    GreetFont=Bitstream Vera Serif,24,-1,5,50,0,0,0,0,0
    GreetString=Welcome to %s at %n
    GreeterPosFixed=false
    GreeterPosX=100
    GreeterPosY=100
    HiddenUsers=root
    Language=en_US
    LogoArea=Clock
    LogoPixmap=
    MaxShowUID=29999
    MinShowUID=100
    PreselectUser=None
    SelectedUsers=dan,nturner
    ShowUsers=Selected
    SortUsers=true
    StdFont=Bitstream Vera Sans,10,-1,5,50,0,0,0,0,0
    UseBackground=true

    [X-:*-Core]
    AllowNullPasswd=true
    AllowRootLogin=true
    AllowShutdown=All
    NoPassEnable=false
    NoPassUsers=

    [X-:*-Greeter]
    LoginMode=DefaultLocal

    [X-:0-Core]
    AutoLoginEnable=false
    AutoLoginUser=dan

    [Xdmcp]
    Enable=false
    Willing=/etc/kde3/kdm/Xwilling

    # KDM master configuration file
    #
    # Definition: the greeter is the login dialog, i.e., the part of KDM
    # which the user sees.
    #
    # You can configure every X-display individually.
    # Every display has a display name, which consists of a host name
    # (which is empty for local displays specified in the Xservers file),
    # a colon and a display number. Additionally, a display belongs to a
    # display class (which can be ignored in most cases; the control center
    # does not support this feature at all).
    # Sections with display-specific settings have the formal syntax
    # "[X-" host [":" number [ "_" class ]] "-" sub-section "]"
    # You can use the "*" wildcard for host, number and class. You may omit
    # trailing components; they are assumed to be "*" then.
    # The host part may be a domain specification like ".inf.tu-dresden.de".
    # From which section a setting is actually taken is determined by these
    # rules:
    # - an exact match takes precedence over a partial match (for the host part),
    # which in turn takes precedence over a wildcard
    # - precedence decreases from left to right for equally exact matches
    # Example: display name "myhost:0", class "dpy".
    # [X-myhost:0_dpy] precedes
    # [X-myhost:0_*] (same as [X-myhost:0]) precedes
    # [X-myhost:*_dpy] precedes
    # [X-myhost:*_*] (same as [X-myhost]) precedes
    # [X-*:0_dpy] precedes
    # [X-*:0_*] (same as [X-*:0]) precedes
    # [X-*:*_*] (same as [X-*])
    # These sections do NOT match this display:
    # [X-hishost], [X-myhost:0_dec], [X-*:1], [X-:*]
    # If a setting is not found in any matching section, the default is used.
    #
    # Every comment applies to the following section or key. Note, that all
    # comments will be lost if you change this file with the kcontrol frontend.
    # The defaults refer to KDM's built-in values, not anything set in this file.
    #

    [General]
    # This option exists solely for the purpose of a clean automatic upgrade.
    # Don't even think about changing it!
    ConfigVersion=2.1
    # If the value starts with a slash (/), it specifies the file, where X-servers # to be used by KDM are listed; the file is in the usual XDM-Xservers format.
    # Otherwise it's interpreted like one line of the Xservers file, i.e., it
    # specifies exactly one X-server.
    # Default is ":0 local@tty1 /usr/X11R6/bin/X -nolisten tcp vt7"
    # XXX i'm planning to absorb this file into kdmrc, but i'm not sure how to
    # do this best.
    Xservers=/etc/kde3/kdm/Xservers
    # Where KDM should store its PID. Default is "" (don't store) PidFile=/var/run/kdm.pid
    # Whether KDM should lock the pid file to prevent having multiple KDM
    # instances running at once. Leave it "true", unless you're brave. #LockPidFile=false
    # Where to store authorization files. Default is /var/run/xauth #AuthDir=/var/lib/xdm/authdir
    # Whether KDM should automatically re-read configuration files, if it
    # finds them having changed. Just keep it "true".
    #AutoRescan=false
    # Additional environment variables KDM should pass on to kdm_config, kdm_greet, # Xsetup, Xstartup, Xsession, and Xreset. LD_LIBRARY_PATH and XCURSOR_THEME are # good candidates; otherwise it shouldn't be necessary very often. #ExportList=SOME_VAR,ANOTHER_IMPORTANT_VAR
    # Where the command FiFos should be created. Make it empty to disable
    # the FiFos. Default is /var/run/xdmctl
    #FifoDir=/tmp
    # To which group the command FiFos should belong.
    # Default is -1 (effectively root)
    #FifoGroup=xdmctl
    # The directory kdm should store persistent working data in.

    [continued in next message]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)