You are not logged in.

#1 2008-12-01 17:25:22

ojciec
Member
Registered: 2008-12-01
Posts: 2

[SOLVED] KDE won't start after Xorg update(nvidia driver)

After update, I disabled hotplug, with :

Section "ServerFlags"
 Option    "AutoAddDevices" "False"
EndSection

kdm starts normally, i can write login/password, i see kde boot splash, then desktop shows and after about 10 secs it is killed and goes back to login screen.

I think the problem is with hal, because (Xorg.0.log):

(II) config/hal: Adding input device Video Bus
(EE) config/hal: NewInputDeviceRequest failed
(II) config/hal: Adding input device Video Bus
(EE) config/hal: NewInputDeviceRequest failed
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(EE) config/hal: NewInputDeviceRequest failed
(II) config/hal: Adding input device Macintosh mouse button emulation
(EE) config/hal: NewInputDeviceRequest failed

Also (.xsession-errors)

ERROR: The control display is undefined; please run `nvidia-settings
       --help` for usage information.

Last edited by ojciec (2008-12-01 22:28:08)

Offline

#2 2008-12-01 21:25:00

Cippa Lippa
Member
From: Toronto, ON
Registered: 2007-04-12
Posts: 159

Re: [SOLVED] KDE won't start after Xorg update(nvidia driver)

I also have a similar problem with kdemod... arch is not able to load the kdm3

Offline

#3 2008-12-01 21:30:33

thoron
Member
From: ohio
Registered: 2008-10-15
Posts: 12

Re: [SOLVED] KDE won't start after Xorg update(nvidia driver)

the newest xorg breaks the nvidia driver i went threw this yesterday i had to rollback to a older xorg-server, xorg-server-utils, xorg-utils. then i exited Xserver did a /etc/rc.d/kdm3 stop. then i reinstalled my nvidia-96xx driver and rebooted then my kdemod3 started and nvidia driver worked again

Offline

#4 2008-12-01 22:27:39

ojciec
Member
Registered: 2008-12-01
Posts: 2

Re: [SOLVED] KDE won't start after Xorg update(nvidia driver)

Well, I rebuilded my xorg.conf with

Xorg -configure

and it started working, even with evdev driver, just had to add

Option "AllowEmptyInput" "False"

in section "ServerFlags". I'm not really sure what caused that error.

Offline

Board footer

Powered by FluxBB