View previous topic :: View next topic |
Author |
Message |
xtcrush n00b

Joined: 10 Jul 2004 Posts: 7
|
Posted: Mon Jul 26, 2004 12:16 am Post subject: Logitech serial mouse not moving in KDE |
|
|
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 |
|
 |
Jinidog Guru


Joined: 26 Nov 2003 Posts: 593 Location: Berlin
|
Posted: Mon Jul 26, 2004 10:00 am Post subject: |
|
|
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 |
|
 |
Sugarat Guru


Joined: 24 Jul 2002 Posts: 348
|
Posted: Mon Jul 26, 2004 12:20 pm Post subject: |
|
|
can you please provide a printout of your xf86config. _________________ --[ UltraSPARC ]--
Accept no imitations |
|
Back to top |
|
 |
xtcrush n00b

Joined: 10 Jul 2004 Posts: 7
|
Posted: Sun Aug 01, 2004 8:31 pm Post subject: |
|
|
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 |
|
 |
xtcrush n00b

Joined: 10 Jul 2004 Posts: 7
|
Posted: Sun Aug 01, 2004 8:39 pm Post subject: |
|
|
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 |
|
 |
Ateo Advocate

Joined: 02 Jun 2003 Posts: 2022 Location: Vegas Baby!
|
Posted: Sun Aug 01, 2004 8:41 pm Post subject: |
|
|
The file being asked for is /etc/X11/XF86Config.... post that... |
|
Back to top |
|
 |
xtcrush n00b

Joined: 10 Jul 2004 Posts: 7
|
Posted: Sun Aug 01, 2004 9:04 pm Post subject: |
|
|
**********************************************************************
# 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 |
|
 |
Jinidog Guru


Joined: 26 Nov 2003 Posts: 593 Location: Berlin
|
Posted: Sun Aug 01, 2004 9:14 pm Post subject: |
|
|
Change the line:
Option "Device" "/dev/mouse"
to:
Option "Device" "/dev/ttyS0" _________________ Just unused Microsoft-Software is good Microsoft-Software |
|
Back to top |
|
 |
xtcrush n00b

Joined: 10 Jul 2004 Posts: 7
|
Posted: Sun Aug 01, 2004 10:08 pm Post subject: |
|
|
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 |
|
 |
Jinidog Guru


Joined: 26 Nov 2003 Posts: 593 Location: Berlin
|
Posted: Mon Aug 02, 2004 7:26 am Post subject: |
|
|
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 |
|
 |
|