Console Display Manager doesn't initiate

CDM crashes when I log into my username. Am I doing something wrong? Is there anything that conflicts with cdm? I don't have another login manager installed.
Edited:
I tried  reinstalling and checking out the pkgbuild. Nothing seems to be out of place.
Edited:
I tried the git version and still nothing...
Here are some of my files
xinitrc:
http://pastebin.com/WmGW91kJ
cdmrc:
http://pastebin.com/VUwW4g3n
initab:
http://pastebin.com/mNXcTNDL
grep -E '\((WW|EE)' /var/log/Xorg.0.log :
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1786.099] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 1786.099] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 1786.099] (WW) Disabling Keyboard0
[ 1786.099] (WW) Disabling Mouse0
[ 1786.101] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 1787.300] (EE) Logitech G9 Laser Mouse: failed to initialize for relative axes
Edited:
Guess I need to remove CDM. Here is a list of all my installed programs. Just to let you know, I've recently deleted CDM and installed Slim.
Pacman -Q
http://pastebin.com/mQDEaMXz
Xorg.conf:
http://pastebin.com/nYBFxLcx
Last edited by Oblitus (2011-01-29 10:19:50)

brittyazel: yes I did
I disabled intel GPU in BIOS and X wasn't able to start. Here is log: http://pastebin.com/jJqksmyS. I think there may be something wrong with my nvidia card. Before arch I used bbswitch to turn it off during startup so I don't even know if it was working earlier or not.
I'm going to try bbswitch and see what happens.
[Edit]
So I tried two ways to turn off dedicated card: acpi_call as it is described in https://wiki.archlinux.org/index.php/hy … screte_GPU and bumblebee with bbswitch https://wiki.archlinux.org/index.php/bumblebee. There was some problems with acpi_call but bumblebee seems to work well and my nvidia GPU is turned of by bbswitch module during startup, but display manager still  doesn't show up. Now I'm absolutely clueless.
Last edited by jwrona (2014-10-29 20:28:37)

Similar Messages

  • Simple Console Display Manager

    I created a forked project from "The Console Display Manager" CDM,
    thanks Ghost1227 for your work
    I simplified its interface and added new options.
    It has all its initial features (less theming):
       - Multiple X sessions (user logins are all handled through tty1)
       - Any DE/WM
       - Configurable console logins
       - Users restricted to a single environment bypass the menu on login
       - Root is automatically dropped to console
       - All settings are configurable on a per-user basis
    And I added:
       - Uses a common .xinitrc script to start the X programs.
            You can specify a common init script for all your X and I will create a new .xinitrc adding it the command line to execute your X.
       - Supports a default selection and with timeout.
            You can choose a default selection when enter or space is pressed, and you can add a timeout to auto-select the default selection.
            You can press Esc to cancel too.
       - Doesn't clear the screen.
            I like to see the boot messages
       - Doesn't depend on dialog/ncurses.
            Now you have a simpler menu that doesn't clear your screen.
       - Removed themes.
            More gigabytes free on your hdd
    CDM-Simple is in AUR
    No Wiki yet, the help is on the installed configuration file /etc/cdmrc
    Enjoy!
    Last edited by jhcasado (2013-09-13 15:11:18)

    nice work. gonna test it right now..
    im reading the wiki, and found out the config file is in /etc/cdmrc, since everything is being migrated to /etc/name.d/something shouldnt cdm use the same hierarchy just for consistency? or am i missing something else here?
    anyway, just cosmetics
    EDIT: and....im back..... bravo. gotta love the simplicity!
    im not sure if this was thought of yet, but maybe it source a per user config that should override the global one, instead of having the special settings in /etc/cdmrc, there should be a ~/.cdm/ dir with user settings.
    Last edited by eldragon (2009-11-10 23:13:16)

  • How to setup CDM (Console Display Manager)

    Hi there,
    I installed CDM and to check if this is working I installed 3 WM, fluxbox (my default), compiz, awesome.
    Now, after logging into console, when I run "cdm /etc/cdmrc", it throws a black screen and then returns back to console. I believe there is something wrong with my cdmrc. Please suggest.
    Here is my cdmrc:
    #!/bin/bash
    # Example config file for cdm(1).
    # Values set here is the default as in cdm(1).
    # List of programs, commands with whitespaces should be quoted or escaped.
    # If unset, all sessions in /etc/X11/Sessions are offered as choices.
    # (An example:)
    # binlist=(
    # '~/.xsession' # Launch your X session,
    # '/bin/bash --login' # or just execute your shell,
    # '/usr/bin/fbterm' # or start a frame buffer console,
    # '/usr/bin/cdm ~/.submenu.cdmrc' # or go to a submenu :)
    binlist=("~/.xsession")
    # List all program display names, one-by-one matched with $binlist.
    # Names with whitespaces should be quoted or escaped.
    # (Continued example:)
    # namelist=('X session' Console FBTerm 'Sub menu')
    namelist=("X session")
    # Type of the programs, one-by-one matched with $binlist.
    # `C' for *C*onsole programs, which would be `exec'ed.
    # `X' for *X* programs, which would be run with cdm-xlaunch(1).
    # (Continued example:)
    # flaglist=(X C C C)
    flaglist=(X)
    # Style for the cdm dialog, which is printed with dialog(1).
    # Default to unset, causing dialog(1) to use the system wide default.
    # See /usr/share/doc/cdm/themes for some nice choices.
    dialogrc="default"
    # Index of the first item in the menu.
    countfrom=0
    # Set default display.
    display=0
    # Where should the first X tty be spawned?
    # special value `keep' causes to run X in current tty.
    xtty="keep"
    # Should cdm(1) stick to the specified display?
    locktty=no
    # Use ConsoleKit for X session?
    consolekit=no
    # Timeout for waiting for X session to register with ConsoleKit.
    cktimeout=30
    # Additional arguments to pass to X server, which is usually called as:
    # /usr/bin/X :$display "${serverargs[@]}" vt$((xtty+display))
    # Arguments with whitespaces should be quoted or escaped.
    serverargs=(-nolisten tcp)

    bgc1954 wrote:Have you actually read the cdm wiki page?  I don't use cdm but the wiki looks straightforwared enough.
    Yes, I did.  The wiki, https://wiki.archlinux.org/index.php/CDM is asking to edit cdmrc as was recommended in the previous thread.
    To be frank, I could not understand what it means by "If you use systemd, see Systemd#Power_Management."
    https://wiki.archlinux.org/index.php/Sy … management
    I don't see  anything there.

  • Instance doesn't initiate from BPEL console

    BPEL 10.1.2.0.2
    Where can I find debug messages to understand why the process doesn't initiate from bpel console? message on console reads:
    'Cannot find the specified instance'
    Thanks

    Check the Domain.log. I suspect you have an invalid XPATH expression before you reach the first hydration point. Take a look on the Manual Recovery Queue and you should see the Invoke message sitting there.
    Pete

  • Installing another display manager and then rescue mode

    Hello, I proceed by this manual on wiki: https://wiki.archlinux.org/index.php/display_manager and then after reboot I got rescue mode and error:  "Failed to start default.target:Operation refused, unit may not be isolated."
    So I restored the symbolic link and it still doesnt work. Can somebody help or I have to reinstall arch?

    you could try executing
    systemctl isolate graphical.target
    If that doesn't work, try systemctl isolate multi-user.target , which should transfer you to a console login.
    edit
    re-installing is rarely needed on arch, but you may have done something wrong in setting up the display manager.
    which DM did you try to enable ?
    Last edited by Lone_Wolf (2014-04-09 11:59:38)

  • Slim display manager & twinview

    Hello,
    Does anybody know how to get the Slim display manager to only display on one monitor instead of stretching across both? Other display managers put the login screen on one monitor and the background on the other. Slim stretches it across both by default, putting the login box right in the middle of the two screens, kind of annoying.
    Using a nvidia card with twinview...
    Thanks for the help,
    Nate

    Slim doesn't support twinview yet, although this feature is considered for future releases, AFAIK.  You can see the feature request and the slim devs answer here:
    http://developer.berlios.de/bugs/?func= … up_id=2663
    I use GDM on my twinview setup and slim on my laptop at the moment.

  • 'Failed to start Light Display Manager'

    Introduction removed
    I'm having some trouble with xorg, 'startx' refused to work (I have xorg-server obviously). I read symlinks and configs that are meant to be present in /etc and /usr, and I can't detect anything abnormal. I have the non-proprietary xf86-video-intel drivers installed, and I don't think any config is required on those.
    And of course, the PC won't boot directly into the OS now, with the message:
    [FAILED] Failed to start Light Display Manager.
    See 'systemctl status lightdm.service' for details.
    [OK] Reached target Graphical Interface.
    I have no way of typing into the console, and therefore logging on, when this error is present.
    Last edited by Paspie (2014-04-12 19:48:56)

    https://wiki.archlinux.org/index.php/Sy … _boot_into
    EDIT: you'd want to specify the multi-user target.  If you need help adding this to your kernel line while booting up, this would depend on which boot loader you use.  With grub legacy you'd hit 'e' on the menu screen to edit the kernel parameters.  With syslinux it is tab ... I think.  With the new grub, I'm not sure, it may still be 'e'.
    Last edited by Trilby (2014-05-27 12:08:53)

  • [SOLVED] K Display Manager won't start up at boot

    EDIT: I'm retarded. I hadn't even checked to see xorg-server was installed. It wasn't.
    Hi,
    I just installed package group kde-meta for a full KDE installation including KDM, installed xf86-video-ati for video card drivers, and then ran:
    systemctl enable kdm.service
    systemctl disable getty@tty1
    Now, when I start up, I just get the messages "Starting K Display Manager..." and "Started K Display Manager." but the X server doesn't start up at all. Those messages are left on the screen. Using 'systemctl start kdm.service' does nothing. Literally no output or anything.
    What should I do? Also, I know there's not much information, but if you give me some commands I can get some logs. I just don't know where to look for them...
    Thanks in advance.
    Last edited by Archimaredes (2013-01-25 19:06:33)

    I've just been experiencing a similar issue. The local Apple Store just replaced my logic board (was overheating without secondary cooling when processor was under a full load, and the fans weren't kicking) for a little more trivial problem. Now that I just got it back, it ran for about 5 minutes before it spontaneously shutdown. I started it back immediately after that, and it went for only another couple minutes before it gave up yet again. After that, it just plain old wouldn't boot. Tried to reset the PRAM...wouldn't even get that far. Tried to reset the PMU...saw no change.
    Whenever I try to boot it, I can hear the fan on the left start up and the hard drive attempt to spin up. Shortly after, it makes a subtle chirp-like noise and promptly shuts off. Mind you, I'm getting no display or anything 'cept these noises. I'm trying to get it to the point that I can run the diagnostics program from the OS X disc, but I think I'm going to be lucky to even get that far.
    I'm thinking twice before taking my MacBook Pro to get serviced for something that isn't work-impairing now!

  • [SOLVED] systemd display-manager.service problem

    Hi!
    After the upgrade of systemd, i noticed today this error in dmesg:
    systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    systemctl status display-manager.service
    display-manager.service
    Loaded: error (Reason: No such file or directory)
    Active: inactive (dead)
    The strange thing is why systemd tries to load a service that doesn't exist! And what is this unit for? I'm using slim to load my xfce desktop, and everything works well...
    Any idea?
    Thanks!
    EDIT: Uhm, may be the alias in slim.service, set to display-manager.service, is the problem? Or may be this is not a problem, but it is its normal behaviour , and i misunderstood something! Is it?
    Last edited by nierro (2012-07-15 17:13:42)

    nierro wrote:
    Hi!
    After the upgrade of systemd, i noticed today this error in dmesg:
    systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    systemctl status display-manager.service
    display-manager.service
    Loaded: error (Reason: No such file or directory)
    Active: inactive (dead)
    The strange thing is why systemd tries to load a service that doesn't exist! And what is this unit for? I'm using slim to load my xfce desktop, and everything works well...
    Any idea?
    Thanks!
    EDIT: Uhm, may be the alias in slim.service, set to display-manager.service, is the problem? Or may be this is not a problem, but it is its normal behaviour , and i misunderstood something! Is it?
    There has been a change regarding display managers. up until now they were WantedBy graphical.target, which was kind of stupid because this allowed you to enable multiple display managers.
    Instead graphical.target now Wants display-manager.service and all display managers are supposed to install the appropriate Alias. Afaik all display manager service files have been updated ragarding this and a "systemctl reenable slim.service" should fix it.

  • Virtual Display Manager?

    everybody is wanting me to get a dual monitor setup. personally, they make me feel like a chameleon with eyes going 2 directions, and the scientific research I'v looked at doesn't show a great benefit for dual monitors as much for maximum screen real estate.
    I'd like to instead get an apple LED 27" or 30", if i need multiple displays, i figure i can use some sort of Virtual Display Manager or multiple-monitor simulator program to simulate multiple monitors. I haven't been able to track down such a software besides windows: http://www.ishadow.com/?tabid=115
    does there exist a way to emulate multiple monitors withen a single monitor for mac snow leopard?

    Yes, all installed, the Virtual PC version is Microsoft Virtual PC 6.0.156.0
    Update - Resolved
    Corrupt user profile in Virtual PC configurarion.
    SAP Note: 1253820
    Edited by: Richard Wheeler on Aug 19, 2009 12:27 PM

  • [NEWS] LXDM – New Display Manager

    LXDE finally has its own display manager, lxdm, and doesn't need to rely on GDM or KDM from now on.
    To see is to believe.
    lxdm screenshot
    Recently, a new developer dgod from China joined us and contributed a new project, lxdm, a lightweight display manager aimed to replace gdm. Later, I modified his code, and re-implement the UI with GTK+. So, this is how it look like. It's still in very early stage, and things are not expected to work correctly. For now, it only work smoothly with Fedora. On Ubuntu or others, there might be some issues. However we'll work on fixing those problems and finish this new display manager.
    The code is in LXDE svn repo. For someone who wants to try it, use at you own risk and have fun!
    Links
    * LXDE Wiki: http://wiki.lxde.org/en/LXDM
    Source: http://blog.lxde.org/?p=531
    Source: http://blog.lxde.org/?p=531
    Source: http://blog.lxde.org/?p=531
    Source: http://blog.lxde.org/?p=531

    http://aur.archlinux.org/packages.php?ID=30050 for archers

  • Media Manager doesn't work

    I have a Blackberry 8330 (CDMA) v4.50.191 (Plaform 3.4.0.62).
    The Blackberry desktop manager is v4.5
    The Media Manager doesn't work.
    when I click on the icon for it, the window gets a grayish tint -- like it's going to do something -- but then it returns to normal and nothing happens.
    I am trying to download photos I took with my Blackberry camera to my computer.
    Can anyone tell me some recommendations on how to download them and/or repair the Media Manager?
    Thanks,
    Sharlene

    Hello,
    My advice, skip the Media Manager and instead use Mass Storage Mode:
    KB11879 What is mass storage mode
    With that, you can work with your BB memory area(s) as USB drives on your computer, and use your normal computer interface to do so.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Ipone 4s display suddenly doesn't work any more. i can't even unlock it as it put the numbers itself. and if i am lucky to unlock it opens apps and does everything whenever my finger comes near without even touching it. can anyone help?

    ipone 4s display suddenly doesn't work any more. most of the time i can't even unlock my iphone as it puts the numbers itself. and if i am lucky to unlock it opens apps and does everything else whenever my finger comes near the display without even touching it. I did reset and also updated my operating system. But the problem stills shows up... can anyone help please?

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • The Application Manager doesn't install

    The Application Manager doesn't install

    I'm moving this thread over to our download/installation forum.
    For general Creative Cloud Membership questions, here is the FAQ link:
    http://www.adobe.com/products/creativecloud/faq.html

  • V6.01, Windows 7, click on icon, "firefox is already running but not responding" Task manager doesn't know about it. I can't quit it or get it to load. Brand new install. What to do?

    Brand new Lenovo computer, Windows 7 Home. New install of Firefox 6.0.1, set as default browser, don't launch when I click done. Icon appears in tray. I click the icon, and a message says "firefox is running but not responding. To open a new window, you must first close the existing process, or reboot". It's not obviously running. I can't find a way to make it quit. Task manager doesn't list it as a current application. Uninstall using the control panel uninstall function and then reinstalling gives the same message. Rebooting doesn't fix the problem and gives the same message. Firefox had been working until I tried to update my bookmarks.

    No can do. I can delete the current profile and install Firefox, which should create a new blank profile. The message still says "Firefox is already running." I can place my old profile in the proper folder, and Firefox will still be already running. I can't actually use Firefox, because even though the message says it is running, there is nothing on the screen I can access.
    After uninstalling Firefox, deleting the two items left in the Programs folder, and deleting the profile again, it still didn't work. I then got frisky and from the Roaming folder I deleted the Mozilla folder which contains the Firefox folder which contains the now empty Profiles folder. That worked, and a new set of folders with a new blank profile were created. So apparently it was the empty folders that never got deleted that were causing the issue.
    Thanks for your suggestion. It got me thinking.

Maybe you are looking for

  • Com.sapportals.pct import issue

    hi, One of my programs uses the flollowing libraries. import com.sapportals.pct.util.pdv.IDataViewer; import com.sapportals.pct.util.pdv.PDVDynPage; import com.sapportals.pct.util.pdv.source.ISource; but it complaints that it cannot find com.sapporta

  • Standalone decrypt returning an error

    Dear All, As the part of MAC check mechanism, We need to decrypt the original data(un encrypted). But we are getting an error .Can any one suggest on this? SQL> DECLARE 2 encryption_type PLS_INTEGER := -- total encryption type 3 DBMS_CRYPTO.ENCRYPT_A

  • Export all Channels to Excel without a dialog or a stp file

    Hello, i try to write a vbs script that export all channels that exists to excel without a dialog. By the reson that i don´t know exactly how many channels are generated while the measurement i can´t use a stp file. I tried to set all variables but e

  • Losing Calendar data with change of job

    My work Outlook Calendar was synced with my iPad and iPhone via iCloud to my PC.  As I am about to leave this job, will I lose the historical data in this Outlook Calendar, or can I create a copy of it to store as an archive?

  • SUNOPSIS to ODI migration : AS/400 error in work repository upgrade

    Hi, We're migrating SUNOPSIS v3.2.02.19 to ODI 10.1.3.5.0, with repositories on DB2 AS/400. We achieve to migrate master repository without any problem, and we try now to migrate the work repository and we have the following error : +java.sql.SQLExce