[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#454304: xserver-xorg: X doesn't start anymore after upgrade to Lenny on Toshiba S1800



Bert Verbeek wrote:
> Op Wednesday 05 December 2007, schreef Bert Verbeek:
>   
>> xserver-xorg-core_1.2.0-4 runs exactly the same as 1.1.1-21etch1,
>> the same minor imperfections I mentioned before (In KDE).
>>
>> Bert
>>     
>
> I removed the synaptics input device from my xorg.conf file, 
> as this laptop doesn't have one.
>
> I also tried from here, once more, to go to a normal testing installation,
> and found out that I actually can ssh into the laptop.
>
> top shows that Xorg consumes 99.5 % CPU time,
> and I can kill it.
>   

With Xserver 1.3 then? That's an interesting point. Could you log in
through ssh and attach a gdb with
    gdb -p $(pidof X)
then interrupt with ctrl-c, enter 'bt full' to see which code is being
run, then enter 'c' to continue, wait a bit, enter ctrl-c again, enter
'bt full' again ... several times to get several backtraces. If all
backtraces are similar, we may know where the server is stuck.

It would be even better to do that with Xserver 1.4 from unstable.

thanks,
Brice





Reply to: