HD install from ext2 (live)
Just got to enter language and mouse died :(
F1
- couldn load XKB keymap, falling back to pre-XKB keymap
- getpwuid_r failed due to no such user 0
- shmget failed at /usr/bin/perl-install/install_steps_graphical.pm line 709
-t.xpm: no such file or directory
F3
- error cannot open shell /usr/bin/sh doesn exit at
/usr/bin/perl-install/install_any.pm line 74
- error: mouseconfig failed at /usr/bin/perl-install/mouse.pm line 85
This mouse doesn autodetect well with XF86Setup. Any movement will cause it to
seize up. (Didn know Tux disliked Bill this much ;)
Both following will work with IntelliMouse 1.5A PS/2
generic 2 button PS/2 w/ emulate
# Pointer section
# **********************************************************************
Section "Pointer"
Protocol "PS/2"
Device "/dev/psaux"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
# Protocol "Xqueue"
# Baudrate and SampleRate are only for some Logitech mice
# BaudRate 9600
# SampleRate 150
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
Emulate3Buttons
Emulate3Timeout 50
# ChordMiddle is an option for some 3-button Logitech mice
# ChordMiddle
EndSection
IntelliMouse PS/2 w/o emulate
# Pointer section
# **********************************************************************
Section "Pointer"
Protocol "IMPS/2"
Device "/dev/psaux"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
# Protocol "Xqueue"
# Baudrate and SampleRate are only for some Logitech mice
# BaudRate 9600
# SampleRate 150
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
# Emulate3Buttons
# Emulate3Timeout 50
# ChordMiddle is an option for some 3-button Logitech mice
# ChordMiddle
EndSection