Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Logitech serial mouse not moving in KDE
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
xtcrush
n00b
n00b


Joined: 10 Jul 2004
Posts: 7

PostPosted: Mon Jul 26, 2004 12:16 am    Post subject: Logitech serial mouse not moving in KDE Reply with quote

I've configured my Logitech M-M34 serial "First Mouse" in XF86config, but nothing seems to work. It is not moving in KDE.

I have chosen several options and none seem to work. Which Option will I need to add in XF86config for it to work properly? Any suggestions would be much appreciated. Thank you.

BTW, I am able to use the pointer in a VNC session, so I know the install on Gentoo is fine.
Back to top
View user's profile Send private message
Jinidog
Guru
Guru


Joined: 26 Nov 2003
Posts: 593
Location: Berlin

PostPosted: Mon Jul 26, 2004 10:00 am    Post subject: Reply with quote

Usually xfree uses the mousedevice that is linked to dev/mouse.
Do an "ls -l /dev/mouse"
The device must be linked to /dev/ttyS0 (your serial-port)
Back to top
View user's profile Send private message
Sugarat
Guru
Guru


Joined: 24 Jul 2002
Posts: 348

PostPosted: Mon Jul 26, 2004 12:20 pm    Post subject: Reply with quote

can you please provide a printout of your xf86config.
_________________
--[ UltraSPARC ]--
Accept no imitations
Back to top
View user's profile Send private message
xtcrush
n00b
n00b


Joined: 10 Jul 2004
Posts: 7

PostPosted: Sun Aug 01, 2004 8:31 pm    Post subject: Reply with quote

Jinidog wrote:
Usually xfree uses the mousedevice that is linked to dev/mouse.
Do an "ls -l /dev/mouse"
The device must be linked to /dev/ttyS0 (your serial-port)


Hi

"ls -l /dev/mouse" gives me

"lr-xr-xr-x 1 root root 10 Jul 29 21:31 /dev/mouse -> misc/psaux"

I guess this means my ttyS0 and ttyS1 are not enabled. Do you know how to enable those. If possible can you give me a step by step. Thank you.
Back to top
View user's profile Send private message
xtcrush
n00b
n00b


Joined: 10 Jul 2004
Posts: 7

PostPosted: Sun Aug 01, 2004 8:39 pm    Post subject: Reply with quote

Sugarat wrote:
can you please provide a printout of your xf86config.


Sorry for my ignorance, but I cannot find xf86config.

Can you help me find it thx.


Last edited by xtcrush on Mon Aug 02, 2004 5:40 am; edited 1 time in total
Back to top
View user's profile Send private message
Ateo
Advocate
Advocate


Joined: 02 Jun 2003
Posts: 2022
Location: Vegas Baby!

PostPosted: Sun Aug 01, 2004 8:41 pm    Post subject: Reply with quote

The file being asked for is /etc/X11/XF86Config.... post that...
Back to top
View user's profile Send private message
xtcrush
n00b
n00b


Joined: 10 Jul 2004
Posts: 7

PostPosted: Sun Aug 01, 2004 9:04 pm    Post subject: Reply with quote

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

Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Logitech"
Option "Device" "/dev/mouse"

# Mouse-speed setting for PS/2 mouse.

# Option "Resolution" "256"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

# Option "Protocol" "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

# Option "BaudRate" "9600"
Option "BaudRate" "1200"
# Option "SampleRate" "150"
Option "SampleRate" "75"

Option "Resolution" "100"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"

# ChordMiddle is an option for some 3-button Logitech mice

# Option "ChordMiddle"

EndSection


Last edited by xtcrush on Mon Aug 02, 2004 5:39 am; edited 1 time in total
Back to top
View user's profile Send private message
Jinidog
Guru
Guru


Joined: 26 Nov 2003
Posts: 593
Location: Berlin

PostPosted: Sun Aug 01, 2004 9:14 pm    Post subject: Reply with quote

Change the line:
Option "Device" "/dev/mouse"

to:
Option "Device" "/dev/ttyS0"
_________________
Just unused Microsoft-Software is good Microsoft-Software
Back to top
View user's profile Send private message
xtcrush
n00b
n00b


Joined: 10 Jul 2004
Posts: 7

PostPosted: Sun Aug 01, 2004 10:08 pm    Post subject: Reply with quote

Jinidog wrote:
Change the line:

Option "Device" "/dev/mouse"

to:
Option "Device" "/dev/ttyS0"


Sorry, that doesn't seem to work.

I read somewhere that ttyS0 or serial ports are not enabled by default on the latest version of Gentoo. I am on kernel 2.6.7

would "modprobe 8250" or "modprobe serial" work? Other posts do not specify how to use modprobe. If this is the right idea, can you please let me know what the next step is? thx
Back to top
View user's profile Send private message
Jinidog
Guru
Guru


Joined: 26 Nov 2003
Posts: 593
Location: Berlin

PostPosted: Mon Aug 02, 2004 7:26 am    Post subject: Reply with quote

Of course you need support for the serial mouse in the kernel.
I would compile everything I can find about serial-bus support, exspecially serial - mouse support.
_________________
Just unused Microsoft-Software is good Microsoft-Software
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