Hmm that's strange, are you running newest Parsix i386 with all updates, and old kernels removed? Did you accept gdm configuration changes with yes, like I did? It doesn't crash on my AMD Sempron laptop.
Code:
lauri@parsix:~$ uname --all
Linux parsix 2.6.24-parsix-22 #1 SMP PREEMPT Wed May 14 07:47:28 UTC 2008 i686 GNU/Linux
lauri@parsix:~$ cat /etc/parsix-version
Parsix GNU/Linux 1.5r0-TEST-2
I usually update with:
Code:
apt-get update
apt-get dist-upgrade
then remove old kernels and reboot, then:
Code:
apt-get clean
apt-get autoremove
I haven't tested, you could try reconfiguring gdm:
Code:
dpkg-reconfigure gdm
|