[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: want help: cant get runnig mouse on B180



On Wed, Aug 03, 2005 at 09:10:02PM +0200, Franz Lebschi wrote:
> I can  start X ,  and login into gdm (and/or kdm) without any mousefunktion.
...
> dmesg | grep mouse
> ::::::::::::::
> mice: PS/2 mouse device common for all mice
> serio: GSC PS2 mouse port at 0xffd08100 irq 69 @ parisc8:16:8

good - mouse driver is present/loaded.

...
> ::::::::::::::
> XFree86.0.log | grep dev
> ::::::::::::::
> (WW) Open APM failed (/dev/apm_bios) (No such file or directory)
> (II) FBDEV: driver for framebuffer: fbdev
> (II) FBDEV(0): using default device
> (II) FBDEV(0): checking modes against framebuffer device...
> (**) Option "Device" "/dev/input/mice"
> (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)

Can you try using /dev/psaux instead of /dev/input/mice ?
(ie hack your XF86Config-4 by hand)

Two sample XF86Config-4 files for b180 are available from:
	ftp://ftp.parisc-linux.org/kernels/b180/


e.g. from  XF86Config-4.ggg:
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "PS/2"
#       Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection


> ::::::::::::::
> XFree86.0.log | grep EE
> ::::::::::::::
>          (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (EE) FBDEV(0): FBIOPAN_DISPLAY: Invalid argument

Read the FAQ and please ask more questions if that doesn't help:
	http://www.parisc-linux.org/faq/graphics-howto.html

> PS: my debian 3.1  on my  "amd64 box"  works fine
>  ( got it from Linuxtag in Karlsruhe   and did a small donation )

cool - thanks!
grant



Reply to: