Am Freitag, den 07.10.2005, 14:05 +0800 schrieb 张 勇顺: > hi > yestoday to today i am spend two days to install > gentoo 2005.0 and see the hand man but when i am > install it > i am see what modules were load with lsmod > but i can't see anyting is modules and > i ues modprobe > lsmod can't see somemodules i don't know how to do > that
lsmod will not show modules that have been compiled into the kernel. Is it that you are looking for? > if i must rc-update add ....?or other i am uses > logitech USB mouse and uses well in debian starge but > can't driverd in gentoo i am try to uses the same > driver with starge and ues "auto" but can't driverd > mouse ether > i am emerge fvwm and x.org I am not quite sure what exactly your problem is - so sorry for guessing: For any USB input device you'll just need kernel support. Look into /Drivers/USB Support. You'll propably want support for EHCI, OHCI and UHCI. Assuming you enabled that in your kernel you'll have to tell X to use your Logitech mouse by defining something in /etc/X/xorg.conf like: Section "InputDevice" Identifier "MyMouse" Driver "mouse" Option "Protocol" "IMPS/2" Option "Name" "ConfigRead" Option "Device" "/dev/input/mice" Option "Vendor" "ConfigRead" Option "Buttons" "3" Option "ZAxisMapping" "4 5" EndSection and add that to your ServerLayout section: Section "ServerLayout" Identifier "MyLayout" Screen "MyScreen" InputDevice "MyMouse" "CorePointer" InputDevice "MyKeyboard" "CoreKeyboard" EndSection That's a rather generic setting that works for most USB mice. > thank you > > > > > > > > > ___________________________________________________________ > 雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱 > http://cn.mail.yahoo.com > -- Mit freundlichen Grüßen Heinz Sporn SPORN it-freelancing Mobile: ++43 (0)699 / 127 827 07 Email: [EMAIL PROTECTED] [EMAIL PROTECTED] Website: http://www.sporn-it.com Snail: Steyrer Str. 20 A-4540 Bad Hall Austria / Europe -- gentoo-user@gentoo.org mailing list