Turning off GDM

I was loading X from runlevel 3 in inittab, but I recently restarted my computer and GDM loaded, and I can't figure out how to turn it off. My /etc/inittab is below:
# /etc/inittab
# Runlevels:
# 0 Halt
# 1(S) Single-user
# 2 Not used
# 3 Multi-user
# 4 Not used
# 5 X11
# 6 Reboot
id:3:initdefault:
rc::sysinit:/etc/rc.sysinit
rs:S1:wait:/etc/rc.single
rm:2345:wait:/etc/rc.multi
rh:06:wait:/etc/rc.shutdown
su:S:wait:/sbin/sulogin -p
c1:2345:respawn:/sbin/agetty 38400 vc/1 linux
c2:2345:respawn:/sbin/agetty 38400 vc/2 linux
c3:2345:respawn:/sbin/agetty 38400 vc/3 linux
c4:2345:respawn:/sbin/agetty 38400 vc/4 linux
c5:2345:respawn:/sbin/agetty 38400 vc/5 linux
c6:2345:respawn:/sbin/agetty 38400 vc/6 linux
ca::ctrlaltdel:/sbin/shutdown -t3 -r now
#x:5:respawn:/usr/X11R6/bin/xdm -nodaemon
x:5:respawn:/opt/gnome/bin/gdm -nodaemon
# End of file
Anyone have any ideas?

ok, I haven't touched my file:
# /etc/inittab
# Runlevels:
# 0 Halt
# 1(S) Single-user
# 2 Not used
# 3 Multi-user
# 4 Not used
# 5 X11
# 6 Reboot
id:3:initdefault:
rc::sysinit:/etc/rc.sysinit
rs:S1:wait:/etc/rc.single
rm:2345:wait:/etc/rc.multi
rh:06:wait:/etc/rc.shutdown
su:S:wait:/sbin/sulogin -p
c1:2345:respawn:/sbin/agetty 38400 vc/1 linux
c2:2345:respawn:/sbin/agetty 38400 vc/2 linux
c3:2345:respawn:/sbin/agetty 38400 vc/3 linux
c4:2345:respawn:/sbin/agetty 38400 vc/4 linux
c5:2345:respawn:/sbin/agetty 38400 vc/5 linux
c6:2345:respawn:/sbin/agetty 38400 vc/6 linux
ca::ctrlaltdel:/sbin/shutdown -t3 -r now
x:5:respawn:/usr/X11R6/bin/xdm -nodaemon
# End of file
where exactly would
id:5:initdefault:
be placed? Does it matter?
The way I've setup kde to start automatically was by adding kdm to the end of my daemons list.
The only reason why I am considering this inittab approach is because I cant get the cron daemon to work for regular user without manually restarting it as root (/etc/rc.d/crond restart) every time I log in. The same is true for ivman, although I am able to start a regular user instance of it without any root privaleages, which may be how it works but, it seems I'm the only one with the crond problem as regular user. Could this runlevel 5 in inittab be the answer to these strange problems? What are the advantages of setting kde to runlevel 5 versus 3 or what ever it is as default?

Similar Messages

  • How can I turn off the auto login on Netbook running Ubuntu OS

    During the initialisation of the machine AUTO LOGIN was already highlighted.
    Unfortunately I only noticed it as I hit the next key.
    How do I turn off the auto login?
    I think I change the /etc/gdm/gdm.conf , but would like confirmation as this is a slightly different version of Linux.
    malcolli

    Decided to give the full Ubuntu system answer to this and it works just fine.
    In a terminal issue the command: sudo /usr/sbin/gdmsetup
    This will bring up the gdm gui and there you can turn off auto login, and the timed login.
    malcolli

  • Display screen is turned off after timeout even when blanking disabled

    After a recent update which among other things upgraded gnome to 3.10 my display blanking policy no longer behaves according to a configuration.
    Currently it is being turned off (monitor says "no DVI signal" and switches off) after each 10 mins if idle time.
    In Gnome's Power Settings I have 'Blank Screen' set to Never.
    It used to work perfectly earlier, no blanking, but now it blanks not only when I'm idle, but even when watching some movie in VLC.
    I am not sure if this has to do with Gnome update or some other system component is causing this.
    Using nvidia driver.
    Any hint or link to the topic with the workaround would be greatly appreciated.
    I tried google and local forum search and found nothing on the topic
    Last edited by dimsuz (2013-10-10 09:49:36)

    I just noticed myself this annoying issue and I do not use Gnome nor GDM.
    The thing is after checking the xset settings with
    xset q
    I noticed that the DPMS settings for Standby, Suspend and Off were back to their default values (60/60/600) instead of the 0/0/0 as I am using
    xset s off &
    in my openbox autostart file to avoid the screen blanking.
    The way I fixed it was to simply run
    xset -dpms
    being the DPMS featured as disabled when queried.
    Afterwards I checked that the screen did not blank again and 1) logged out and 2) restarted checking both times that the DPMS were the ones expected (0/0/0).
    Thus, so far, I have no issues with the screen blanking in a non Gnome environment (Openbox) anymore.
    Last edited by root (2013-10-18 22:46:26)

  • Udev rules to turn off keyboard backlight on Asus UX32VD AFTER login

    Hi,
    I would like to turn off the keyboard backlight everytime my laptop starts.
    I looked at :
    https://wiki.archlinux.org/index.php/As … _Backlight
    So I created a rule :
    /etc/udev/rules.d/kbd_backlight.rules
    SUBSYSTEM=="leds", ACTION=="add", KERNEL=="asus::kbd_backlight",DRIVERS=="asus-nb-wmi", ATTR{brightness}="0"
    It works quite fine, after the boot the keyboard turns OFF.
    But at GNOME login it goes ON again.
    I found this :
    https://wiki.archlinux.org/index.php/Ba … ht_service
    and masked
    systemctl mask systemd-backlight@leds:asus::kbd_backlight.service
    No more success...
    On grep later I masked this one :
    systemctl mask sys-devices-platform-asus\x2dnb\x2dwmi-leds-asus::kbd_backlight.device
    Nothing new.
    On more grep and I commented this :
    /lib64/udev/rules.d/99-systemd.rules
    # SUBSYSTEM=="leds", KERNEL=="*kbd_backlight", TAG+="systemd", IMPORT{builtin}="path_id", ENV{SYSTEMD_WANTS}+="systemd-backlight@leds:$name.service"
    I tried to understand a bit more with this, but without success:
    https://wiki.archlinux.org/index.php/Ud … f_a_device
    udevadm info -a -p /sys/class/leds/asus\:\:kbd_backlight
    Udevadm info starts with the device specified by the devpath and then
    walks up the chain of parent devices. It prints for every device
    found, all possible attributes in the udev rules key format.
    A rule to match, can be composed by the attributes of the device
    and the attributes from one single parent device.
    looking at device '/devices/platform/asus-nb-wmi/leds/asus::kbd_backlight':
    KERNEL=="asus::kbd_backlight"
    SUBSYSTEM=="leds"
    DRIVER==""
    ATTR{brightness}=="0"
    ATTR{max_brightness}=="3"
    ATTR{trigger}=="[none] cpu0 cpu1 cpu2 cpu3 AC0-online rfkill0 phy0rx phy0tx phy0assoc phy0radio BAT0-charging-or-full BAT0-charging BAT0-full BAT0-charging-blink-full-solid rfkill2 rfkill3 "
    looking at parent device '/devices/platform/asus-nb-wmi':
    KERNELS=="asus-nb-wmi"
    SUBSYSTEMS=="platform"
    DRIVERS=="asus-nb-wmi"
    ATTRS{lid_resume}=="0"
    looking at parent device '/devices/platform':
    KERNELS=="platform"
    SUBSYSTEMS==""
    DRIVERS==""
    Any idea ?
    Thanks!

    This is driving me crazy...
    At GRUB time the keyboard backlight goes on.
    UDEV SCRIPT
    /etc/udev/rules.d/kbd_backlight.rules
    SUBSYSTEM=="leds", ACTION=="add", KERNEL=="asus::kbd_backlight",DRIVERS=="asus-nb-wmi", ATTR{brightness}="0"
    => turns it off later, more or less when the filesystem is loaded, but when gdm (login/passwd) starts it turns on again.
    SYSTEMD SCRIPT
    After some fight with systemd I could do a script (the tricky part was to start it at the good "level")
    /etc/systemd/system/kbd_backlight_off.service
    [Unit]
    Description=Turns off the keyboard backlight
    Requires=upower.service graphical.target network.target
    After=upower.service graphical.target network.target
    [Service]
    Type=oneshot
    RemainAfterExit=no
    ExecStart= /usr/bin/dbus-send --type=method_call --system --dest=org.freedesktop.UPower /org/freedesktop/UPower/KbdBacklight org.freedesktop.UPower.KbdBacklight.SetBrightness "int32:0"
    [Install]
    WantedBy=graphical.target
    => useless, adds nothing to udev (standalone it has the same effect than the udev script)
    DESKTOP AUTOSTART SCRIPT
    .config/autostart/kbd_backlight_off.desktop
    [Desktop Entry]
    Type=Application
    Exec=dbus-send --type=method_call --print-reply=literal --system --dest='org.freedesktop.UPower' '/org/freedesktop/UPower/KbdBacklight' 'org.freedesktop.UPower.KbdBacklight.SetBrightness' "int32:0"
    Hidden=false
    X-GNOME-Autostart-enabled=true
    Name[en_US]=kbd_backlight_off
    Name=kbd_backlight_off
    Comment[en_US]=kbd_backlight_off
    Comment=kbd_backlight_off
    => it turns if off after the login, but when the background wallpaper is displayed it goes on again...
    Shouldn't be so difficult to turn the keyboard backlight off, from the boot time... What am I missing ???

  • I recently sold my Mac Air to a friend, he wants to use iTunes Match, but it says he can't for another 40  days because it was attached to my account.  How can I get that turned off so that he can use his account and turn on iTunes match.

    I reecntly spold my mac book air,to a friend, when he tries to use itunes match it says the computer is registersed to another user and cannot be done for another 40+ days.  How do i get that to turn off.  I have unregistered it under my account.
    thanks s

    You either have an incredibly complex computer setup or I think you are confusing terminology here.  If you have iTunes set to share your library with others in your iTunes preferences then other computers in the area will see it as an item when they are running their iTunes and have it set to check for shared libraries.  Your husband is probably seeing this when running iTunes on his computer.  You can disable this sharing on your computer and/or he can set his not to pick up shared libraries.
    By the way, an iTunes account is something you log into when you want to buy something from Apple.  On your computer it is simply your iTunes collection or your iTunes application.  So you need to turn off sharing in your iTunes application preferences.
    Your husband is seeing "his" iTunes collection when running iTunes, but it is possible he doesn't have anything in it if it is a brand new computer.

  • My Outlook/iCloud calendar invites to others appear to work on my end and sync with my PC and mobile, but when other people "accept" the invite, it will not populate/add in to their calendar. How can i fix this without turning off iCloud?

    My Outlook/iCloud calendar invites to others appear to work on my end and sync with my PC and mobile, but when other people "accept" the invite, it will not populate/add in to their calendar. How can I fix this without turning off iCloud?
    I am at a new office that uses Outlook (not Outlook Exchange) which does not sync with my mobile... I just got iCloud set up on my PC to sync my contacts, calendar, reminders, etc... The sync worked (not without flaws, but the other issues seem solvable... I think), so that i can now see all my appointments on both my phone and on my PC. The problem I am having is that iCloud moved all of my calendar items from Outlook into iCloud calendar and now when I send out meeting/calendar invites the recipients may accept them, but the meeting does not get added to their calendar. This is a huge problem and may mean that i need to turn off iCloud.
    Does anyone know how to fix this?
    Thanks!

    I am replying to my own post here as I seem to have fixed the problem.
    I do have some calendars that are shared. Some of those are shared with users who have time zone support turned on. So i activated time zone support on my iphone, then deleted my icloud subscription. I then signed in to icloud again and voila... problem solved.
    It is a weird one as the other calendar views were always fine and when you opened an event that appeared in the wrong day (on list view), the correct date of the event was shown in the information...
    one more bug in a complicated system I guess

  • IOS 8 on the iPad:  How can I turn off the night view in the iBook bookshelf?

    I've already turned off the automatic switch to white on black in low light while reading my book.  But other areas, such as the shelves still switch to night view and I can't find where to turn that off.

    Settings, general, passcode lock, enter passcode, turn passcode off.

  • How do I turn off and on the icon size slider bar at the lower right status bar of a folder window.

    I have been trying for days to help a friend with a new iMac to turn on the icon size slider bar that on my iMac appears at the bottom of ever folder when it is open when in the "view" > "icon" mode.  I cannot find anything that discusses this slider bar.  I can turn this status bar off and on on both my machine and my friends machine, but I cannot turn off or on the slider on either machine. 

    This did not help.  I am a Mac User since 1984 and generally I am never stymied buy the Mac OS, but this one has me.   I can open and close the lower status bar, as you described, and that works fine for me because I have the icon slider bar already there and it works fine; however when I open the lower status bar on my friends machine there is no icon size slider bar, and I can't seem to find out how to get it there, as it is on my machine or at all. The icon size can be controlled from the View menu, but as a photographer, it is really handy to have it at the bottom of the folder window.  Thanks for trying. 

  • My time capsule all of a sudden disconnected from the wireless system and can no longer be fund by my MacBook Pro. The little lamp on the the capsules has turned off, but it still makes a noice inside,

    My Time capsule did a backup yesterday in the morning without any problem. All of a sudden, it disconnected from the wireles system last night and the little indicator lamp turned off. It still makes a noice, as if a disc was turning inside. The Time Capsule was bought last year in June. Any suggestiom what to do? What happens if I press the little buttom (reset?), will I loose af my backup?

    Do a reset.. power off the TC..
    Hold in reset and power on.. keep holding in reset until it flashes rapidly.. if it turns on at all.
    If you bought it in June.. take it back today.. it is broken.. at a guess.
    Some Gen4 are failing this way.. get Apple to replace it.. even if it is a few days out of warranty it won't be much.

  • Need to turn off iMessage for an iPhone that no longer works

    My daughter broke her iPhone and the motherboard is fried. We got her an Android as a temporary phone until she is due for an upgrade in a few months. The problem is that when we try to text her on the new Andriod, on our iPhones (and any other iPhone that tries to text her) it still sends as an iMessage. Therefore she cannot receive any texts from us unless we turn off our iMessage (which causes us not to be able to receive other iMessages of course!). We went to the Sprint store, and they told us that we would need to turn off the iCloud for her phone, since Apple is recognizing it as still on and associated with her number. I cannot figure out how to do that since we can't access the phone settings. She is traveling this week alone with other family and I really need to be able to text her! She is 12. I appreciate any help.
    This is an iPhone 4, with Sprint. We have 3 other iPhones, an iPod 4 and an iPad 2 on the same Apple ID account. We don't use the Cloud storage but I think the iCloud on the phone was turned on for a few things like Calendar.
    Thank you in advance.

    Support profile is here:
    https://daw.apple.com/cgi-bin/WebObjects/DSAuthWeb.woa/wa/classicLogin?appIdKey= 58ef9db8ff4d201409e7270a68e4408ae1678e1618204c476572a1b5e5fb3518&path&language=U S-EN
    She would have had to register the phone using her Apple ID/password.
    Changing her Apple ID password is the only other way to fix this if you don't have access to the phone.
    You can also "try" calling AppleCare.

  • My iPhone 4 is no longer recognised by my laptop, and no longer registers being plugged in to charge, even though it will charge slowly if plugged in and turned off. It's not a cable problem or a computer problem, as I've checked these.

    Hey, over the past couple of days my iPhone 4 (GMS, Model A1332, EMC 380B - running on iOS 7.1.2) has begun inexplicably intermittently not recognizing being plugged in to charge or being connected to my laptop. As of today, it has complete stopped recognizing being plugged in to charge or connected to the laptop.
    If I plug it in to charge, whilst it is on, nothing happens and the battery drains.
    If I plug it in to charge and turn in off, it will charge very very slowly - though it will charge fully after a long time.
    When I connect it to my laptop, nothing happens - it doesn't appear in iTunes, and it doesn't charge or recognize being connected to the laptop (there is no charging symbol, no noise from either phone or computer registering the connection as it usual did, or another sign of any connection between the devices, though, again, it will charge very slowly if turned off).
    I've ruled out the possibility of it being a cable problem, by using a friend's cable and finding that didn't allow it to recognize being plugged into the wall to be charged either, or being plugged into the computer.
    My friend's cable does work on their own iPhone (ie, when plugged into the wall with their cable, their iPhone acknowledges this and charges properly, and when plugged into my computer with their cable both my computer and their iPhone recognize the connection).
    So, it's definitely a problem with my iPhone itself, but I don't know what.
    As I say, it will charge very slowly, if it's switched off whilst it's plugged in, but it won't acknowledge being plugged in, and will only drain if it is turned on whilst being plugged in - and it will not recognize being connect to my computer.
    Please help me figure out what is wrong with it, as this is beyond annoying and I'm literally banging my head against the wall - the iPhone is little over a year old.
    Cheers.

    You clearly did not notice that you have joined a USER TO USER COMMUNITY FORUM
    This is NOT Apple ,Apple do not read nor do they  therefore respond
    So if you would like to wind your neck in ........................
    try a reset of iPhone and then a restore,best, as new and if it then functions correctly try restoring with your backup

  • Itunes and windows 8 compatability Hi just bought a new toshiba laptop installed itunes it worked at first now wont play music or movies.  ran troubleshooter said its a compatabilty problem suggested turning off itunes compatability or selecting windows 7

    itunes and windows 8 compatability
    Hi
    just bought a new toshiba laptop installed itunes it worked at first now wont play music or movies.
    ran troubleshooter said its a compatabilty problem suggested turning off itunes compatability or selecting windows service pack 3 tried both no help
    please assist
    adam

    itunes and windows 8 compatability
    Hi
    just bought a new toshiba laptop installed itunes it worked at first now wont play music or movies.
    ran troubleshooter said its a compatabilty problem suggested turning off itunes compatability or selecting windows service pack 3 tried both no help
    please assist
    adam

  • How do I fix my MacBook Pro that continues to abruptly turn off, no matter what I am doing? Even after deleting items/trying resolution methods?

    How can I fix my MacBook Pro? I have a relatively recent model of the MacBook Pro. I’ve been running Mavericks.
    For the past few days, it has been randomly clicking off by itself, I guess crashing. I would be online or just doings on it, sometimes nothing at all, and the screen would go black, the computer would turn off. Then, I would proceed to try to turn it back on, and it won’t turn on for several minutes, no matter what buttons you push. I tried doing an SMC reset for myself. It did not help much. I deleted all my personal files, including plug-ins, especially flash player. I thought that helped, but the computer proceeded to turn off minutes later. Then, out of frustration, (as I have done twice or so before since having the computer) I did what may be called a factory reset for my computer. I erased the current operating system information/memory in disk utility, and then went on to reinstall OS X. This was working fine, and then, a few minutes into the downloading process, my computer turned off once again.
    Now, I have no system to operate on. I keep turning the computer back on to try to do it again. But now, the computer tries to do a remote or internet recovery, and tries to re-download an operating system using my WiFi. I’m sure this would be successful, but the computer can’t function for more than a minute or two without crashing/turning off.
    I am fairly certain that my power button is NOT stuck. 
    I did earlier notice the fan making noise, before doing the SMC reset.
    The computer did seem to say there was no batteries available at one point. 
    (But all of this was okay after some point, and I was just doing the reset to try to correct the turning off the system was still doing) 
    A week or two ago, I did have a glitch where my desktop picture was flashing and acting weird, and other functions on my computer keyboard not working, like volume, keyboard brightness, etc. But I did fix it.
    I have not ever had much on this Macbook pro. I do not download applications. I do not store nearly any files on the computer. I usually only use the flash player plug-in. This computer is only used for doing work/business, and for personal use online. 
    I can’t see why I would have so many problems. 
    Is it possible that erasing the memory twice or so before is causing an error or issue in the drive? 
    What is the root of this problem, and how can I fix it on my own?
    I can’t really make any progress on the computer since it turns off after only a minute or two no matter what you are trying to do. 
    What do I do now? 

    kapots3v4,
    if your MacBook Pro doesn’t stay active long enough to perform an OS X Internet Recovery, then you should make an appointment at your nearest Apple store or Apple-authorized service provider to have them diagnose what’s ailing it.

  • Problmes with wifi turn off with disable greyish in window 8.1 pro 9600

    Hi, 
    I updated window 8 to window 8.1 pro build 9600 version.
    I am getting a problem with WIFI turn off disable grayish color which cannot be enabled.
    WIFI adapter is installed and working properly.
    Plz suggest what will be the fix of this issue.
    Thanks.

    Hi,
    Did you mean the Adapter is greyed out and we cannot click to turn on it? Is there a wifi switch on your laptop? If so, please turn on it first.
    Also please try the network troubleshooter to see if the issue can be fixed:
    1) Right Click network icon in taskbar and select "open network and sharing center"
    2) Highlight wifi connection then at top click "Diagnose this connection"
    The troubleshooter will discover that the WiFi connection is turned off and offer a "Apply fix" option click that and windows will enable the wifi connection.
    To make sure the driver for Network adapter is the right one, please go to manufacturer’s website to see if there is the one compatible with Windows 8.1.
    If not, we can try to install the one applied to Windows 8 in compatible mode to see what’s going on.
    Since such issue can be caused by driver bug, please also contact the manufacturer to see if they can provide more information about this issue.
    http://social.technet.microsoft.com/Forums/windows/en-US/11d2cc27-cee8-41e1-865a-f5f7098e1d26/windows-8-wifi-off-problem?forum=w8itpronetworking
    For further troubleshooting plan, please upload the event log here for further research.
    Kate Li
    TechNet Community Support

  • TS3988 How do I turn off iCloud and go back to the way I had it before?

    I am unhappy with iCloud for a number of reasons. I want to go back to backing up my music to an external HD, storing music on my devices, and turn off iCloud.
    How do I turn off iCloud? I have iTunes on a PC.
    THANKS

    Current Firefox versions remember the download directory based upon the URL, so if the URL changes then the default folder may be chosen if there hasn't been selected a download folder before for that server.
    *[[/questions/889958]]
    *[[/questions/882443]]
    Bug 536503 - Last downloaded-to directory should be remembered on a site-by-site basis
    Firefox 11 will have a workaround by providing a pref (browser.download.lastDir.savePerSite) to disable this feature.

Maybe you are looking for

  • Print, Export and Page Navigation Buttons in the Report

    When I view a report through CR4E, the generated report has 3 buttons namely Print, Export and Page Navigation buttons. But when I click on either of the buttons I get a 'null pointer exception'. This is a critical error as I am unable to navigate pa

  • Hard Drive Dead?

    I'm not a Mac user so please bear with me. I am helpdesk for a business and I am have issues with our G5. About a month ago our user went to sign on and when it came up the the spinning rainbow and all that appeared was the question mark on the bar i

  • Installing on external HD - Possible?

    Hi, I am just starting to learn the Basics of Mac Os x Server, and for now want to install just to mess around and learn the ropes! Is it possible to install it on an firewire External Hard drive similar to OS X? When I tried it told me that it could

  • My 7th Gen iPod Nano spits it's charger out...

    I bought my iPod a few months back and has worked great up until a few days ago. I went to plug in the USB and it wouldn't hold it in.. I looked inside the port and everything looks like its in order. My guess is the two prongs that hold it in are be

  • View to check directory created in database

    Hi, Can anyone give me the view that i can check the database created directory? Regards