Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Slow mouse when SUing
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
xTango
n00b
n00b


Joined: 11 Jun 2002
Posts: 15
Location: Argentina

PostPosted: Wed Aug 07, 2002 5:20 am    Post subject: Slow mouse when SUing Reply with quote

I have this weird problem. If I su (in a KDE Konsole as well as outside X), the next time I start KDE my mouse moves very slow (about 50% the normal speed).
It will go back to normal operation after 2 or 3 reboots (I haven't noted any particular event or condition to realize _exactly_ when, but it isn't at first reboot).
If I don't su, the mouse works fine for days, but then I su only once and it will be very slow the next time I start KDE.

It's a Microsoft IntelliMouse Explorer connected via USB configured as
Driver "mouse"
Option "Protocol" "imps/2"
Option "Device" "/dev/input/mice"

(BTW, the wheel doesn't work, I don't know why. Anyone?).

I'm using Gentoo 1.2 and KDE 3.0.2 with gentoo kernel. Everything's up to date.

Any ideas?

TIA.
Ernesto
Back to top
View user's profile Send private message
rommel
Veteran
Veteran


Joined: 19 Apr 2002
Posts: 1145
Location: Williamsburg Virginia

PostPosted: Wed Aug 07, 2002 5:28 am    Post subject: Reply with quote

well i might be able to answer the wheel issue...you need to add the option "ZAxisMapping" "4 5" in your xf86config.
Back to top
View user's profile Send private message
puddpunk
l33t
l33t


Joined: 20 Jul 2002
Posts: 681
Location: New Zealand

PostPosted: Wed Aug 07, 2002 6:33 am    Post subject: yup Reply with quote

rommel is right, edit your pointer section in your /usr/X11/XF86Config File so it looks sorta like
Code:

**********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/psaux"
    Option "ZAxisMapping" "4 5"
Back to top
View user's profile Send private message
puddpunk
l33t
l33t


Joined: 20 Jul 2002
Posts: 681
Location: New Zealand

PostPosted: Wed Aug 07, 2002 6:39 am    Post subject: . Reply with quote

and about your mouse issue, try using a different console, just go with good ol xterm. Try recompiling konsole (qpkg -f konsole to find out what package it comes from) and try recompiling su (qpgk -f su).

If that doesnt work, try emerge-ing sudo. bascially its a one command "SU". I.e. it doesnt give you a shell, it executes a command as root (after a password of course)

i.e.
Code:

sudo nano /etc/X11/XF86Config
Back to top
View user's profile Send private message
xTango
n00b
n00b


Joined: 11 Jun 2002
Posts: 15
Location: Argentina

PostPosted: Sat Aug 10, 2002 8:48 pm    Post subject: Re: . Reply with quote

puddpunk wrote:
and about your mouse issue, try using a different console, just go with good ol xterm. Try recompiling konsole (qpkg -f konsole to find out what package it comes from) and try recompiling su (qpgk -f su).


It's not only when suing from Konsole, it happens when suing from outside X/KDE as well. Anyway, I'll give Xterm a try (Konsole isn't that cool anyway).

Thank you and rommel for the advice about the mouse whell.
Back to top
View user's profile Send private message
sa
Guru
Guru


Joined: 10 Jun 2002
Posts: 450

PostPosted: Sun Aug 11, 2002 12:08 am    Post subject: Reply with quote

I have had freak ocurrances of mouse slowness too, with the same mouse as you. The way I fixed it is I turned on:
<*> UHCI (Intel PIIX4, VIA, ...) support
instead of :
< > UHCI Alternate Driver (JE) support
in the kernel.
hth,
sa
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum