yea, i mean what i say when i want to have kde boot directly into root. no point trying to warn me about the dangers about using root, i have enough experience with linux to manage a system as root and i have absolutely no woories because i dont really care if my system gets so screwed up it cant even run -- that's how i learn -- anyway, when i was using feisty, i had it set up so that kdm would not even go to the login prompt; it would just log me in as root automatically. here is the last section of my kdmrc file:
# Core config for 1st local display
[X-:0-Core]
# The VT the X-server should run on; auto-assign if zero, don't assign if -1.
# Better leave it zero and use ServerVTs.
# Default is 0
#ServerVT=7
# Enable automatic login. USE WITH EXTREME CARE!
# Default is false
#AutoLoginEnable=true
# If true, auto-login after logout. If false, auto-login is performed only
# when a display session starts up.
# Default is false
#AutoLoginAgain=false
# The delay in seconds before automatic login kicks in.
# Default is 0
#AutoLoginDelay=1
# The user to log in automatically. NEVER specify root!
# Default is ""
#AutoLoginUser=root
# The password for the user to log in automatically. This is NOT required
# unless the user is logged into a NIS or Kerberos domain. If you use this
# option, you should "chmod 600 kdmrc" for obvious reasons.
# Default is ""
#AutoLoginPass=
# Immediately lock the automatically started session. This works only with
# KDE sessions.
# Default is false
#AutoLoginLocked=true
# See above
ClientLogFile=.xsession-errors
# Greeter config for 1st local display
[X-:0-Greeter]
# See above
#PreselectUser=Default
# The user to preselect if PreselectUser=Default.
# Default is ""
#DefaultUser=root
as you can see, i have autologin allowed an the autologin-user is root. however, it does not work. i tried it through kcontrol under the convinience tab in login manager, and root doesn't show up, leaving me with the conclusion that gutsy just simply does not allow it. however, i swear i had it running right after i upgraded from feisty (understandable) but what i dont get is that i can also swear that i had it working after my FIRST clean install of gutsy (yes, i'm on my second or third install, i mess around a lot). So, the main obective is to have kdm log me in as root automatically without a prompt. Any ideas? by all logic that i can see, it should be doing it... then again, i'm still youthful in journey with linux.
---------------------------------------------------------------------
never haviing to put in a password when using a program that needs root authority is bliss
forum/community support is much better than any tech-support i've ever used
# Core config for 1st local display
[X-:0-Core]
# The VT the X-server should run on; auto-assign if zero, don't assign if -1.
# Better leave it zero and use ServerVTs.
# Default is 0
#ServerVT=7
# Enable automatic login. USE WITH EXTREME CARE!
# Default is false
#AutoLoginEnable=true
# If true, auto-login after logout. If false, auto-login is performed only
# when a display session starts up.
# Default is false
#AutoLoginAgain=false
# The delay in seconds before automatic login kicks in.
# Default is 0
#AutoLoginDelay=1
# The user to log in automatically. NEVER specify root!
# Default is ""
#AutoLoginUser=root
# The password for the user to log in automatically. This is NOT required
# unless the user is logged into a NIS or Kerberos domain. If you use this
# option, you should "chmod 600 kdmrc" for obvious reasons.
# Default is ""
#AutoLoginPass=
# Immediately lock the automatically started session. This works only with
# KDE sessions.
# Default is false
#AutoLoginLocked=true
# See above
ClientLogFile=.xsession-errors
# Greeter config for 1st local display
[X-:0-Greeter]
# See above
#PreselectUser=Default
# The user to preselect if PreselectUser=Default.
# Default is ""
#DefaultUser=root
as you can see, i have autologin allowed an the autologin-user is root. however, it does not work. i tried it through kcontrol under the convinience tab in login manager, and root doesn't show up, leaving me with the conclusion that gutsy just simply does not allow it. however, i swear i had it running right after i upgraded from feisty (understandable) but what i dont get is that i can also swear that i had it working after my FIRST clean install of gutsy (yes, i'm on my second or third install, i mess around a lot). So, the main obective is to have kdm log me in as root automatically without a prompt. Any ideas? by all logic that i can see, it should be doing it... then again, i'm still youthful in journey with linux.
---------------------------------------------------------------------
never haviing to put in a password when using a program that needs root authority is bliss
forum/community support is much better than any tech-support i've ever used
Comment