These are my services.xserver.* # allow nvidia driver services.xserver.videoDrivers = [ "nvidia" ]; # enable gpu support services.xserver.vaapiDrivers = [ pkgs.vaapiIntel ];
# Enable the X11 windowing system. services.xserver.enable = true; services.xserver.layout = "us"; # services.xserver.xkbOptions = "eurosign:e"; # Enable xfce services.xserver.desktopManager.xfce.enable = true; # Enable lightdm # services.xserver.displayManager.lightdm.enable = true; # Enable slim # services.xserver.displayManager.slim.enable = true; # Enable kdm services.xserver.displayManager.kdm.enable = true; services.xserver.displayManager.kdm.themeDirectory = null; On Sun, Nov 16, 2014 at 12:20 AM, <[email protected]> wrote: > Send nix-dev mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.science.uu.nl/mailman/listinfo/nix-dev > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of nix-dev digest..." > > > Today's Topics: > > 1. Can't log back in immediately in kdm and lightdm (Joseph Joe) > 2. Re: Can't log back in immediately in kdm and lightdm (James Cook) > 3. Re: Can't log back in immediately in kdm and lightdm (Joseph Joe) > 4. Re: Can't log back in immediately in kdm and lightdm > (Vladim?r ?un?t) > 5. Re: Can't log back in immediately in kdm and lightdm > (Vladim?r ?un?t) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 15 Nov 2014 20:27:44 -0800 > From: Joseph Joe <[email protected]> > Subject: [Nix-dev] Can't log back in immediately in kdm and lightdm > To: nix-dev <[email protected]> > Message-ID: > <CADthcS1Ujptxf-APLN-j5j4XqMhxEadAe1Z4tWywYB4tyYz= > [email protected]> > Content-Type: text/plain; charset="utf-8" > > Has anyone had the following problem with lightdm or kdm? > > When I login and then logout, I cannot log back in immediately. If I try to > login immediately, the screen goes black and after a minute, the screen > returns to the login page. > > However, I am able to login some time after I log out. > > Joseph Joe > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://lists.science.uu.nl/pipermail/nix-dev/attachments/20141115/f9ef43b9/attachment-0001.html > > ------------------------------ > > Message: 2 > Date: Sat, 15 Nov 2014 20:52:08 -0800 > From: James Cook <[email protected]> > Subject: Re: [Nix-dev] Can't log back in immediately in kdm and > lightdm > To: Joseph Joe <[email protected]> > Cc: nix-dev <[email protected]> > Message-ID: > <CAHpmPOB2RrLdHuinqW718mCxWaPwgoO7r3= > [email protected]> > Content-Type: text/plain; charset=UTF-8 > > On 15 November 2014 20:27, Joseph Joe <[email protected]> wrote: > > Has anyone had the following problem with lightdm or kdm? > > > > When I login and then logout, I cannot log back in immediately. If I try > to > > login immediately, the screen goes black and after a minute, the screen > > returns to the login page. > > > > However, I am able to login some time after I log out. > > > > Joseph Joe > > Have you tried with a really simple xsession, e.g. with just "xterm" > in .xsession? > > James > > > ------------------------------ > > Message: 3 > Date: Sat, 15 Nov 2014 21:59:03 -0800 > From: Joseph Joe <[email protected]> > Subject: Re: [Nix-dev] Can't log back in immediately in kdm and > lightdm > To: James Cook <[email protected]> > Cc: nix-dev <[email protected]> > Message-ID: > < > cadthcs3r2vxtm+f-lbsc-4ufx5ng4z4uwbqbhnmup2knzdd...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > I put the single line "xterm" in my .xsession file. > > Then, if I choose the xterm (or xfce) session in kdm, I still get the same > results, a blank screen that eventually returns to the login page. > > I can login/logout fine in a virtual console. Also, If I am logged into a > virtual console, I can login and out on the graphical console fine. > > This is my .xsession-errors file: > > /nix/store/c9y4apb5shpj75zpwmbmm5vshwszpwqh-xrdb-1.1.0/bin/xrdb: colon > missing on line 1, ignoring line > /nix/store/c9y4apb5shpj75zpwmbmm5vshwszpwqh-xrdb-1.1.0/bin/xrdb: colon > missing on line 4, ignoring line > /nix/store/c9y4apb5shpj75zpwmbmm5vshwszpwqh-xrdb-1.1.0/bin/xrdb: colon > missing on line 6, ignoring line > /nix/store/c9y4apb5shpj75zpwmbmm5vshwszpwqh-xrdb-1.1.0/bin/xrdb: colon > missing on line 10, ignoring line > /nix/store/c9y4apb5shpj75zpwmbmm5vshwszpwqh-xrdb-1.1.0/bin/xrdb: colon > missing on line 29, ignoring line > /nix/store/c9y4apb5shpj75zpwmbmm5vshwszpwqh-xrdb-1.1.0/bin/xrdb: colon > missing on line 32, ignoring line > /nix/store/rqfg4w9xq2hj3d86wmcpjg6nc4y5jx29-xsession: Window manager 'xfce' > not found. > xrdb: colon missing on line 8, ignoring line > xrdb: colon missing on line 11, ignoring line > xrdb: colon missing on line 13, ignoring line > xrdb: colon missing on line 17, ignoring line > xrdb: colon missing on line 36, ignoring line > xrdb: colon missing on line 39, ignoring line > > Sometimes, the highlighted part also says "Window manager 'xterm' not > found. > > Also, for some reason, the command "cat .xsession-errors" in a virtual > console returns the error message "Failed to inhibit: Acces denied" > > > > > > > > > On Sat, Nov 15, 2014 at 8:52 PM, James Cook <[email protected]> > wrote: > > > On 15 November 2014 20:27, Joseph Joe <[email protected]> wrote: > > > Has anyone had the following problem with lightdm or kdm? > > > > > > When I login and then logout, I cannot log back in immediately. If I > try > > to > > > login immediately, the screen goes black and after a minute, the screen > > > returns to the login page. > > > > > > However, I am able to login some time after I log out. > > > > > > Joseph Joe > > > > Have you tried with a really simple xsession, e.g. with just "xterm" > > in .xsession? > > > > James > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://lists.science.uu.nl/pipermail/nix-dev/attachments/20141115/c5ae13b3/attachment-0001.html > > ------------------------------ > > Message: 4 > Date: Sun, 16 Nov 2014 09:12:06 +0100 > From: Vladim?r ?un?t <[email protected]> > Subject: Re: [Nix-dev] Can't log back in immediately in kdm and > lightdm > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset="utf-8" > > Hi. > > On 11/16/2014 06:59 AM, Joseph Joe wrote: > > /nix/store/rqfg4w9xq2hj3d86wmcpjg6nc4y5jx29-xsession: Window manager > 'xfce' not found. > > What's your services.xserver.* in configuration.nix? > > > Vladimir > > > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: smime.p7s > Type: application/pkcs7-signature > Size: 3251 bytes > Desc: S/MIME Cryptographic Signature > Url : > http://lists.science.uu.nl/pipermail/nix-dev/attachments/20141116/efb40044/attachment-0001.bin > > ------------------------------ > > Message: 5 > Date: Sun, 16 Nov 2014 09:19:58 +0100 > From: Vladim?r ?un?t <[email protected]> > Subject: Re: [Nix-dev] Can't log back in immediately in kdm and > lightdm > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset="utf-8" > > Hi. > > On 11/16/2014 06:59 AM, Joseph Joe wrote: > > /nix/store/rqfg4w9xq2hj3d86wmcpjg6nc4y5jx29-xsession: Window manager > 'xfce' not found. > > What's your services.xserver.* in configuration.nix? > > > Vladimir > > > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: smime.p7s > Type: application/pkcs7-signature > Size: 3251 bytes > Desc: S/MIME Cryptographic Signature > Url : > http://lists.science.uu.nl/pipermail/nix-dev/attachments/20141116/d0c42ec5/attachment.bin > > ------------------------------ > > _______________________________________________ > nix-dev mailing list > [email protected] > http://lists.science.uu.nl/mailman/listinfo/nix-dev > > > End of nix-dev Digest, Vol 113, Issue 33 > **************************************** >
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
