Under
/etc/X11/xorg.conf make sure you have the ZAxis line referenced below...
Quote:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
|
As root, try running alsaconf to congire the soundcard. Let me know if that doesn't work.
For a graphical login, edit the /etc/inittab file and change runlevel from 3 to 4...
Quote:
# Default runlevel. (Do not set to 0 or 6)
id:3:initdefault:
Change it to:
# Default runlevel. (Do not set to 0 or 6)
id:4:initdefault:
|
As far as automagical logins, I have never tried to do that, and would never recommend it.