[Nix-dev] after install problem

Roelof Wobben r.wobben at home.nl
Mon Apr 7 15:22:43 CEST 2014


Roelof Wobben schreef op 7-4-2014 5:46:
> Bjørn Forsman schreef op 6-4-2014 23:29:
>> Hi Roelof,
>>
>> Your configuration.nix[1] looks OK to me. But you log indicates 
>> trouble with X:
>>
>> display-manager.service - X11 Server
>>     Loaded: loaded
>> (/nix/store/cdi6sb7paw3iabmpz74amx793siwz4lk-unit/display-manager.service) 
>>
>>     Active: active (running) since Sun 2014-04-06 13:12:12 CEST
>>    Process: 1210
>> ExecStartPre=/nix/store/hripj4s722n8nl27rfrv940njls7sd1a-unit-script/bin/display-manager-pre-start 
>>
>> (code=exited, status=0/SUCCESS)
>>   Main PID: 1229 (kdm)
>>     CGroup: name=systemd:/system/display-manager.service
>>             └─1229
>> /nix/store/9wxsvqagwyjmasxnvn5df2wjczxl7d14-kde-workspace-4.10.5/bin/kdm
>> -config /nix/store/zyaik246m4wf002aci0cbha7l7a5sd5w-kdmrc -nodaemon
>>
>> Apr 06 13:12:12 nixos systemd[1]: Started X11 Server.
>> Apr 06 13:12:13 nixos kdm_config[1311]: Multiple occurrences of
>> section [Shutdown] in
>> /nix/store/zyaik246m4wf002aci0cbha7l7a5sd5w-kdmrc. Consider merging
>> them.
>> Apr 06 13:12:13 nixos kdm_config[1311]: Multiple occurrences of
>> section [X-*-Core] in
>> /nix/store/zyaik246m4wf002aci0cbha7l7a5sd5w-kdmrc. Consider merging
>> them.
>> Apr 06 13:12:13 nixos kdm_config[1311]: Multiple occurrences of key
>> 'Session' in section [X-*-Core] of
>> /nix/store/zyaik246m4wf002aci0cbha7l7a5sd5w-kdmrc
>> Apr 06 13:12:13 nixos kdm_config[1311]: Multiple occurrences of key
>> 'SessionsDirs' in section [X-*-Core] of
>> /nix/store/zyaik246m4wf002aci0cbha7l7a5sd5w-kdmrc
>> Apr 06 13:12:13 nixos kdm_config[1311]: Multiple occurrences of
>> section [X-*-Greeter] in
>> /nix/store/zyaik246m4wf002aci0cbha7l7a5sd5w-kdmrc. Consider merging
>> them.
>> Apr 06 13:12:13 nixos kdm_config[1311]: Multiple occurrences of
>> section [X-:*-Core] in
>> /nix/store/zyaik246m4wf002aci0cbha7l7a5sd5w-kdmrc. Consider merging
>> them.
>> Apr 06 13:12:13 nixos kdm_config[1311]: Multiple occurrences of key
>> 'ServerCmd' in section [X-:*-Core] of
>> /nix/store/zyaik246m4wf002aci0cbha7l7a5sd5w-kdmrc
>> Apr 06 13:12:18 nixos kdm[1229]: X server died during startup
>> Apr 06 13:12:18 nixos kdm[1229]: X server for display :0 cannot be
>> started, session disabled
>>
>>
>> Take a look at /var/log/X.0.log to see if there are some clues there
>> (as to why "X server died during startup").
>>
>>
>
> Bjorn thanks,
>
> If I look at the log it seems that the vesa driver it too blame.
> the log can be found here : https://gist.github.com/anonymous/10015209
>
> What I find wierd that X does not use the nouveau driver.
> I have a nvidia Geforce 610 card.
>
> Roelof
>


Hello,

I tried to use the propierty nvidia driver but I cannot make it install.

services.xserver.videoDrivers = ['nvidia']  and 
hardware.opengl.videoDrivers = [ 'nvidia'] gives both a undefined error.

Roelof



More information about the nix-dev mailing list