Re: [gentoo-user] USB mice in Xfree -still not working

2003-03-21 Thread Aaron Matteson

Actually it looks like your problem is that your second mouse(you ave
two declarations, is fine) is not identified in the server layout, here
is what you should look like:

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Mouse1" "AlwaysCore"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

maybe this will help.
-- 
Aaron M. Matteson
[EMAIL PROTECTED]
http://www.loreland.com

Fear is the mind killer. Fear is the little death that brings total
obliteration.

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS/GCC d s: a- C+ UL+++ P++ L+++ E W++ N o- K w-- ! M- V--PS PE+ Y+
PGP++ t+ 5+++ X+ R- tv+ b++ DI++ D++ G e* h* r++ y++
--END GEEK CODE BLOCK--


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] USB mice in Xfree -still not working

2003-03-21 Thread Lai Liu-yuan
my XF86Config:

 Section "InputDevice"
Identifier  "Mouse1"
Driver  "mouse"
Option  "Protocol"  "IMPS/2"
Option  "Device""/dev/input/mice"
Option  "ZAxisMapping"  "4 5"
Option  "SendCoreEvents"  !!maybe you're missing this line?
 EndSection

Section "ServerLayout"

Identifier  "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "SendCoreEvents"

EndSection

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] USB mice in Xfree -still not working

2003-03-21 Thread Matt Darland
	This likely isn't your problem, but for others following this thread, 
I found some documentation in the 
/usr/src/Linux/Documentation/usb/ehci(?).txt while trying to get my USB 
mouse to work under X.

	Basically( and this is by memory ), support for serial/character( e.g. 
mice ) oriented devices doesn't work if the device is connected to an 
external USB 2.0 hub.  You have to plug the mouse into the 'root' USB 
connector on the motherboard/PCI card.  If you try to cat such a device 
file you'll see a message in the system log about a transaction type 
not supported.


Matt
On Friday, Mar 21, 2003, at 04:07 US/Central, Patrick Marquetecken 
wrote:

Well nothing happend.

I opend a xterm and dit as su cat /dev/input/mice,
but with the working touchpad /dev/mouse also nothing happend ?
Patrick

On Fri, 21 Mar 2003 10:57:28 +0100
keanu <[EMAIL PROTECTED]> wrote:
None of the above helpt :-/

is there a way to see if /dev/input/mice anything does ?
i'm sure if this is what you mean but you can
cat /dev/input/mice
and then when you move the mouse you should see some wierd chars 
apearing

--
[EMAIL PROTECTED] mailing list



--
 Knowledge in a databank,is like food which is in a deepfreeze.
 Nothing comes out better than what is initially put in.
 PGP Key: http://users.pandora.be/rivendell/marquetp.gpg
 Registered Linux User #44550
 http://counter.li.org



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] USB mice in Xfree -still not working

2003-03-21 Thread Lai Liu-yuan
my XF86Config:

 Section "InputDevice"
Identifier  "Mouse1"
Driver  "mouse"
Option  "Protocol"  "IMPS/2"
Option  "Device""/dev/input/mice"
Option  "ZAxisMapping"  "4 5"
Option  "SendCoreEvents"  !!maybe you're missing this line?
 EndSection

Section "ServerLayout"

Identifier  "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "SendCoreEvents"

EndSection

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] USB mice in Xfree -still not working

2003-03-21 Thread Patrick Marquetecken
/dev/misc/psaux

thanks for keeping up

On Fri, 21 Mar 2003 14:35:42 +
MAL <[EMAIL PROTECTED]> wrote:

> Patrick Marquetecken wrote:
> > Sorry nothing ...
> 
> And yet your touchpad works in X?
> 
> What does your /dev/mouse point to?  (it is a symbolic link)
> 
> MAL
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 


-- 
 Knowledge in a databank,is like food which is in a deepfreeze.
 Nothing comes out better than what is initially put in.
 
 PGP Key: http://users.pandora.be/rivendell/marquetp.gpg
 Registered Linux User #44550
 http://counter.li.org


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] USB mice in Xfree -still not working

2003-03-21 Thread MAL
Patrick Marquetecken wrote:
Sorry nothing ...
And yet your touchpad works in X?

What does your /dev/mouse point to?  (it is a symbolic link)

MAL

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] USB mice in Xfree -still not working

2003-03-21 Thread Patrick Marquetecken
Sorry nothing ...

On Fri, 21 Mar 2003 14:22:02 +
MAL <[EMAIL PROTECTED]> wrote:

> Patrick Marquetecken wrote:
> > Well nothing happend.
> > 
> > I opend a xterm and dit as su cat /dev/input/mice,
> > but with the working touchpad /dev/mouse also nothing happend ?
> 
> Do:
> 
> cat /dev/misc/psaux
> 
> And move the touchpad.
> Anything?
> 
> MAL
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 


-- 
 Knowledge in a databank,is like food which is in a deepfreeze.
 Nothing comes out better than what is initially put in.
 
 PGP Key: http://users.pandora.be/rivendell/marquetp.gpg
 Registered Linux User #44550
 http://counter.li.org


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] USB mice in Xfree -still not working

2003-03-21 Thread MAL
Patrick Marquetecken wrote:
Well nothing happend.

I opend a xterm and dit as su cat /dev/input/mice,
but with the working touchpad /dev/mouse also nothing happend ?
Do:

cat /dev/misc/psaux

And move the touchpad.
Anything?
MAL

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] USB mice in Xfree -still not working

2003-03-21 Thread Patrick Marquetecken
Well nothing happend.

I opend a xterm and dit as su cat /dev/input/mice,
but with the working touchpad /dev/mouse also nothing happend ?

Patrick

On Fri, 21 Mar 2003 10:57:28 +0100
keanu <[EMAIL PROTECTED]> wrote:

> > None of the above helpt :-/
> >
> > is there a way to see if /dev/input/mice anything does ?
> 
> i'm sure if this is what you mean but you can
> cat /dev/input/mice
> and then when you move the mouse you should see some wierd chars apearing
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 


-- 
 Knowledge in a databank,is like food which is in a deepfreeze.
 Nothing comes out better than what is initially put in.
 
 PGP Key: http://users.pandora.be/rivendell/marquetp.gpg
 Registered Linux User #44550
 http://counter.li.org


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] USB mice in Xfree -still not working

2003-03-21 Thread keanu
> None of the above helpt :-/
>
> is there a way to see if /dev/input/mice anything does ?

i'm sure if this is what you mean but you can
cat /dev/input/mice
and then when you move the mouse you should see some wierd chars apearing

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] USB mice in Xfree -still not working

2003-03-21 Thread Patrick Marquetecken
> Here I have:
> Section   "InputDevice"
>   Identifier  "Mouse1"
>   Driver  "mouse"
>   Option  "Device""/dev/input/mice"
>   Option  "Protocol"  "ExplorerPS/2"
>   Option  "Buttons"   "7"
>   Option  "ZAxisMapping"  "4 5"
>   Option  "Emulate3Buttons" "false"
> EndSection

> You could also try unplugging the mouse after X has started and plug > it in again.
> 

None of the above helpt :-/

is there a way to see if /dev/input/mice anything does ?

Patrick

-- 
 Knowledge in a databank,is like food which is in a deepfreeze.
 Nothing comes out better than what is initially put in.
 
 PGP Key: http://users.pandora.be/rivendell/marquetp.gpg
 Registered Linux User #44550
 http://counter.li.org


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] USB mice in Xfree -still not working

2003-03-21 Thread Peter Ruskin
On Friday 21 Mar 2003 07:05, Patrick Marquetecken wrote:
> I hope to find a solution quick because my finger hurts by using the
> touchpad ;-) I have follosd your solutions and the documentaion , but
> still no external mouse !!
>
>
> Here's my dmesg and XF86Config
>
> hub.c: new USB device 00:03.0-1, assigned address 4
> usb.c: kmalloc IF c238a4c0, numif 1
> usb.c: skipped 1 class/vendor specific interface descriptors
> usb.c: new device strings: Mfr=1, Product=2, SerialNumber=0
> usb.c: USB device number 4 default language ID 0x409
> Manufacturer: Microsoft
> Product: Microsoft Wheel Mouse Optical®
>
> : USB HID v1.00 Mouse [Microsoft Microsoft Wheel Mouse Optical®] on
> : usb2:4.0

I have that same mouse
>
> usb.c: hid driver claimed interface c238a4c0
> usb.c: kusbd: /sbin/hotplug add 4
> usb.c: kusbd policy returned 0xfffe
> hub.c: port 2, portstatus 100, change 0, 12 Mb/s
>
>
> Section "ServerLayout"
> Identifier "XFree86 Configured"
> Screen 0 "Screen0" 0 0
> InputDevice "Mouse0" "CorePointer"
> InputDevice "Mouse1" "SendCoreEvents"
> InputDevice "Keyboard0" "CoreKeyboard"
> EndSection
>
> Section "Files"
> RgbPath "/usr/X11R6/lib/X11/rgb"
> ModulePath "/usr/X11R6/lib/modules"
> FontPath "/usr/X11R6/lib/X11/fonts/misc/"
> FontPath "/usr/X11R6/lib/X11/fonts/truetype/"
> FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
> FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
> FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
> EndSection
>
> Section "Module"
> Load "dbe"
> Load "extmod"
> Load "type1"
> Load "freetype"
> Load "glx"
> # Load "dri"
> # Load "record"
> # Load "xtrap"
> # Load "speedo"
> EndSection
>
> Section "InputDevice"
> Identifier "Keyboard0"
> Driver "keyboard"
> Option "XkbRules" "xfree86"
> Option "XkbModel" "pc101"
> Option "XkbLayout" "be"
> EndSection
>
> Section "InputDevice"
> Identifier "Mouse0"
> Driver "mouse"
> Option "Protocol" "PS/2"
> Option "Device" "/dev/mouse"
> EndSection
>

Here I have:
Section "InputDevice"
Identifier  "Mouse1"
Driver  "mouse"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ExplorerPS/2"
Option  "Buttons"   "7"
Option  "ZAxisMapping"  "4 5"
Option  "Emulate3Buttons" "false"
EndSection

> Section "InputDevice"
> Identifier "Mouse1"
> Driver "mouse"
> Option "Protocol" "IMPS/2"
> Option "Device" "/dev/input/mice"
> Option "ZAxisMapping" "4 5"
> EndSection
>
> Section "Monitor"
> Identifier "Monitor0"
> VendorName "Medion"
> ModelName "FlatScreen"
> HorizSync 31.5 - 49.0
> VertRefresh 50.0 - 60.0
> EndSection
>
> Section "Device"
> Identifier "Card0"
> Driver "nvidia"
> Option "DigitalVibrance" "25"
> Option "HWcursor" "True"
> Option "NvAGP" "3"
> VendorName "NVidia"
> BoardName "GeForce4 488 Go"
> BusID "PCI:01:00:0"
> EndSection
>
> Section "Screen"
> Identifier "Screen0"
> Device "Card0"
> Monitor "Monitor0"
> DefaultDepth 16
> SubSection "Display"
> Depth 1
> Modes "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 4
> Modes "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 8
> Modes "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 15
> Modes "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 16
> Modes "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 24
> Modes "1024x768" "800x600" "640x480"
> EndSubSection
> EndSection
>
> TIA
> Patrick

You could also try unplugging the mouse after X has started and plug it in 
again.

Peter
-- 
Gentoo-1.4.2.8 Unstable. KDE: 3.1.1 Qt: 3.1.0
AMD Athlon(tm) XP 1900+ 768MB.  Kernel: 2.4.20-xfs. GCC 3.2.2


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] USB mice in Xfree -still not working

2003-03-20 Thread Patrick Marquetecken
I hope to find a solution quick because my finger hurts by using the touchpad ;-)
I have follosd your solutions and the documentaion , but still no external mouse !!


Here's my dmesg and XF86Config

hub.c: new USB device 00:03.0-1, assigned address 4
usb.c: kmalloc IF c238a4c0, numif 1
usb.c: skipped 1 class/vendor specific interface descriptors
usb.c: new device strings: Mfr=1, Product=2, SerialNumber=0
usb.c: USB device number 4 default language ID 0x409
Manufacturer: Microsoft
Product: Microsoft Wheel Mouse Optical®
: USB HID v1.00 Mouse [Microsoft Microsoft Wheel Mouse Optical®] on usb2:4.0
usb.c: hid driver claimed interface c238a4c0
usb.c: kusbd: /sbin/hotplug add 4
usb.c: kusbd policy returned 0xfffe
hub.c: port 2, portstatus 100, change 0, 12 Mb/s


Section "ServerLayout" 
Identifier "XFree86 Configured" 
Screen 0 "Screen0" 0 0 
InputDevice "Mouse0" "CorePointer" 
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard" 
EndSection 

Section "Files" 
RgbPath "/usr/X11R6/lib/X11/rgb" 
ModulePath "/usr/X11R6/lib/modules" 
FontPath "/usr/X11R6/lib/X11/fonts/misc/" 
FontPath "/usr/X11R6/lib/X11/fonts/truetype/" 
FontPath "/usr/X11R6/lib/X11/fonts/TTF/" 
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" 
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" 
EndSection 

Section "Module" 
Load "dbe" 
Load "extmod" 
Load "type1" 
Load "freetype" 
Load "glx" 
# Load "dri" 
# Load "record" 
# Load "xtrap" 
# Load "speedo" 
EndSection 

Section "InputDevice" 
Identifier "Keyboard0" 
Driver "keyboard" 
Option "XkbRules" "xfree86" 
Option "XkbModel" "pc101" 
Option "XkbLayout" "be" 
EndSection 

Section "InputDevice" 
Identifier "Mouse0" 
Driver "mouse" 
Option "Protocol" "PS/2" 
Option "Device" "/dev/mouse" 
EndSection 

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor" 
Identifier "Monitor0" 
VendorName "Medion" 
ModelName "FlatScreen" 
HorizSync 31.5 - 49.0 
VertRefresh 50.0 - 60.0 
EndSection 

Section "Device" 
Identifier "Card0" 
Driver "nvidia" 
Option "DigitalVibrance" "25" 
Option "HWcursor" "True" 
Option "NvAGP" "3" 
VendorName "NVidia" 
BoardName "GeForce4 488 Go" 
BusID "PCI:01:00:0" 
EndSection 

Section "Screen" 
Identifier "Screen0" 
Device "Card0" 
Monitor "Monitor0" 
DefaultDepth 16 
SubSection "Display" 
Depth 1 
Modes "1024x768" "800x600" "640x480" 
EndSubSection 
SubSection "Display" 
Depth 4 
Modes "1024x768" "800x600" "640x480" 
EndSubSection 
SubSection "Display" 
Depth 8 
Modes "1024x768" "800x600" "640x480" 
EndSubSection 
SubSection "Display" 
Depth 15 
Modes "1024x768" "800x600" "640x480" 
EndSubSection 
SubSection "Display" 
Depth 16 
Modes "1024x768" "800x600" "640x480" 
EndSubSection 
SubSection "Display" 
Depth 24 
Modes "1024x768" "800x600" "640x480" 
EndSubSection 
EndSection 

TIA
Patrick

-- 
 Knowledge in a databank,is like food which is in a deepfreeze.
 Nothing comes out better than what is initially put in.
 
 PGP Key: http://users.pandora.be/rivendell/marquetp.gpg
 Registered Linux User #44550
 http://counter.li.org


pgp0.pgp
Description: PGP signature