X-prob
From LocalizationWiki
After doing a dist-upgrade on debian sarge with etch repository, X generally fails to start. This is because we are switching from xfree-86 to x-org. Some of the common problems and their solutions:
1. X fails to start with error like :
"device /dev/input/mouse not found"
Solution :
Do echo "mousedev" >> /etc/modules && modprobe mousedev and Choose /dev/input/mice when you reconfigure X
