Gentoo Archives: gentoo-sparc

From: James Holden <gentoo@×××××××××××.net>
To: gentoo-sparc@l.g.o
Subject: Re: [gentoo-sparc] Sun mouse + X.org not working
Date: Tue, 21 Sep 2004 18:57:51
Message-Id: 1095793046.10038.52.camel@thinkpad.2dcube.co.uk
In Reply to: Re: [gentoo-sparc] Sun mouse + X.org not working by Ferris McCormick
1 On Tue, 2004-09-21 at 19:36, Ferris McCormick wrote:
2 > -----BEGIN PGP SIGNED MESSAGE-----
3 > Hash: SHA1
4 >
5 > On Tue, 21 Sep 2004, James Holden wrote:
6 >
7 > > Hi all,
8 > >
9 > > This is a dumb question, be warned.
10 > >
11 > > I've just upgraded my U5 to X.org 6.8.0, and my mouse isn't working.
12 > > It's an ordinary Sun mouse connected to a Type 5c keyboard.
13 > >
14 > > The X server loads, but the pointer jumps all over the place when I move
15 > > the mouse.
16 >
17 > With kernel 2.4.x, xorg.conf should have something like:
18 > ==============
19 > Section "InputDevice"
20 > Identifier "Mouse0"
21 > Driver "mouse"
22 > Option "Protocol" "MouseSystems"
23 > Option "Device" "/dev/sunmouse"
24 > Option "Emulate3Buttons" "false"
25 > EndSection
26 > ==============
27 >
28 > With kernel 2.6.x, this:
29 > =============
30 > Section "InputDevice"
31 > Identifier "Mouse0"
32 > Driver "mouse"
33 > Option "Protocol" "IMPS/2"
34 > Option "Device" "/dev/input/mice"
35 > Option "Emulate3Buttons" "false"
36 > EndSection
37 > ==============
38 >
39 > At least, those're what I'm using on my systems.
40 >
41 > Beyond that, I don't know. What does Xorg.0.log say about your mouse?
42 > And what does "jumps all over the place" mean? And what does your
43 > xorg.conf (Or XFree...) say about your mouse?
44
45 By "Jumps all over the place" I mean that each event from the mouse
46 causes the pointer to move to a random location on the screen, until
47 (presumably) something gets confused and it sticks somewhere, usually in
48 the top right corned.
49
50 David's earlier reply helped, and in fact my next question was going to
51 be about the settings for 2.6, so you answered that already!
52
53 One last thing, I stuck an old Matrox Mystique card into a spare PCI
54 slot last time I had the box open. I'd like to use it for my X display
55 because it has XVideo support. When I specify the "mga" driver and the
56 BusID and start the X server, the machine hangs. Is this because I've
57 already initialised the onboard ATI card as a framebuffer?
58
59 JAmes
60
61 James
62
63
64 --
65 James Andrew Holden, Leeds, UK (james at jamesholden dot net)
66 GPG Key: 1024D/8358863A *Please encrypt mail where possible!*
67 Fingerprint: 32C9 A76F 3CFE A06C 1B00 5AAB 9877 4742 8358 863A
68 jamesholden.net ICQ: 11290827 >Buy Linux CDs from fastdiscs.com<

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-sparc] Sun mouse + X.org not working Ferris McCormick <fmccor@g.o>