Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyboard doesn't work in Slim login manager #22352

Closed
mythmon opened this issue Feb 1, 2017 · 3 comments
Closed

Keyboard doesn't work in Slim login manager #22352

mythmon opened this issue Feb 1, 2017 · 3 comments

Comments

@mythmon
Copy link
Contributor

mythmon commented Feb 1, 2017

Issue description

Keyboard does not work in Slim using commit 82bcfef or after. I determined that commit using git bisect. The one right before it works fine.

Steps to reproduce

Using the below configuration.nix and 82bcfef, run nixos-rebuild build-vm and run the VM. When the VM gets to a log in screen, typing in the login box doesn't work. On my laptop I also can't switch to another VT using ctrl+alt+F2. I'm not sure how to do that in the VM.

configuration.nix

{
  services.xserver = {
    enable = true;
    displayManager.slim.enable = true;
  };
}

Technical details

  • System: (NixOS: nixos-version, Ubuntu/Fedora: lsb_release -a, ...)
    $ nixos-version
    17.03.git.58dcda6 (Gorilla)
    
  • Nix version: (run nix-env --version)
    $ nix-env --version
    nix-env (Nix) 1.11.6
    
  • Nixpkgs version:
    $ nix-instantiate --eval '<nixpkgs>' -A lib.nixpkgsVersion
    "17.03pre99759.f66d782"
    
@vcunat
Copy link
Member

vcunat commented Feb 1, 2017

Could this be an instance of #22290? That should be verifiable by trying with that particular commit reverted.

fpletz pushed a commit that referenced this issue Feb 1, 2017
This reverts commit 82bcfef.

cc @nbp

Fixes #22290, #22352.

Signed-off-by: Franz Pletz <fpletz@fnordicwalking.de>
@fpletz
Copy link
Member

fpletz commented Feb 1, 2017

We could reproduce this with slim. It is in fact due to 82bcfef.

@fpletz
Copy link
Member

fpletz commented Feb 1, 2017

Reverted for now in 24f3abd.

@fpletz fpletz closed this as completed Feb 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants