> Thanks for the quick reply Eric. I thought the Compaq Presario R3370
> uses Alps touchpad!
> I was wrong.
> Here is the Alps section when I say:
> cat /proc/bus/input/devices
>
> I: Bus=0011 Vendor=0002 Product=0008 Version=7321
> N: Name="AlpsPS/2 ALPS GlidePoint"
> P: Phys=isa0060/serio4/input0
> H: Handlers=mouse2 event3
> B: EV=f
> B: KEY=420 70000 0 0 0 0
> B: REL=3
> B: ABS=1000003
You were correct about it using the synaptics driver, and that is all
that matters really. Actually, this is what mine says too (although
mouse1 and event2 instead).
> So its on event3 right now. Can you please send me your udev rules so
> that I can set up the udev to have a permanent static input? Thanks!!
You should make a file in the /etc/udev/rules.d/ directory to put the
rules in. I named mine 40-personal.rules. In that file place this
line:
BUS="serio", SYSFS{description}="i8042 Aux-3 Port", KERNEL="event?",
SYMLINK="input/TouchPad"
You might need to change the SYSFS{description} as it does change
sometimes. Just look at /sys/bus/serio/devices/serio3/description for
what it should be if it doesn't work. Mine has 4 serio devices each
getting an event (0-3) and then a fourth serio device which is my
keboard. So in your case the serio3 may be different. After you place
that line in, all you have to do is restart udev. Then you can go to
/dev/input and see where TouchPad is symlinked.
> Regarding the eth0 or wlan0 on boot, I went through the Gentoo site,
> but what I was looking for was something that would detect my eth0 or
> wlan0. Here's how my networks are set up. At home, I have wireless
> Internet, so I use wlan0 (I do it manually), and at office, I use
> eth0. I know that I can set up net.eth0 at boot, but when I boot up
> my computer at home, it searches for eth0, which is not the one I
> would use. Anyway I just realised that I could rc-update add ifplugd
> default. Any idea on how to get ifplugd to toggle between eth0 and
> wlan0?
I have not used ifplugd at all. I was planning to look into it soon
though. What I do is just have both net.eth0 and net.wlan0 start on
boot-up and have a timeout of 5 and 10 respectively. For me that is
enough time for both of them to connect and isn't too horrible if
neither connect. The newest baselayout and its real parallel startup
would make this much better, but I haven't messed with it yet.
> Oh, and if you're using Gentoo, how on earth do you get Firefox 1.5? I
> can get only 1.07. I'm a newbie to Gentoo; I've used Debian till now.
Well, you are probably running an x86 or amd64 keyworded system.
Firefox 1.5 is currently "unstable." It is probably safe to get it
though, however it may break some things (such as Epiphany). To get it
just add "www-client/mozilla-firefox ~x86" to
/etc/portage/package.keywords. If you are running an actual 64bit
system change that ~x86 to ~amd64. Not that as that line is written,
your firefox will always used the most up-to-date. This may be
bothersome (because there have been 9 revesions so far and you would
end up recompiling firefox for each revesion as it came out), so you
may want to use the line "=www-client/mozilla-firefox-1.5-r9 ~amd64"
so it will give you the current revision of 1.5. I would do the first
one personally though.
>To be more specific, this is what happens now.
>
>I click on the titlebar of a window, or any of the menu buttons in
>XFCE, and it waits till I move the mouse out of the focus or until I
>click again on that button. Its waiting for a double-click or
>mouse-over after a click in order to give what an effective
>single-click gives.
>
>Do I have to get a patch or something similar? Thanks in advance.
I would say that MaxTapTime and MaxTapMove may be too high. I can't
look at my settings right now, but I will do so and get back to you.
-Eric Anderson
_______________________________________________
Linuxr3000 mailing list
[email protected]
http://mail.kdewebdev.org/mailman/listinfo/linuxr3000