Bug#347950: Bug#358669: xorg: mouse using evdev doesn't work with 6.9.0.dfsg.1-5 anymore

2006-03-27 Thread Matthias Heinz
Am Montag, 27. März 2006 20:32 schrieb Elimar Riesebieter:
[...]

Ok, I found the solution to my problem but somewhere other than in the config 
file.

I wrote a local udev rule to change the name of the event device to laserG5...

Now, it seems that the parser identifies the device by the string given with 
Phys option and then searches for the device itself. But it won't find any if 
it's renamed...

So my problem is resolved, but that's not the way i like it. I like to name my 
devices the way i want...


Thanks for the help!

Matthias



Re: Bug#358669: xorg: mouse using evdev doesn't work with 6.9.0.dfsg.1-5 anymore

2006-03-27 Thread Elimar Riesebieter
On Mon, 27 Mar 2006 the mental interface of
Elimar Riesebieter told:

[...]
>Identifier  "Mouse"

Sorry, according to your ServerLayout this has to be:
 Identifier  "Configured Mouse"

Elimar

-- 
  On the keyboard of life you have always
  to keep a finger at the escape key;-)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bug#358669: xorg: mouse using evdev doesn't work with 6.9.0.dfsg.1-5 anymore

2006-03-27 Thread Elimar Riesebieter
On Mon, 27 Mar 2006 the mental interface of
Matthias Heinz told:

> Am Sonntag, 26. März 2006 23:37 schrieben Sie:
> > Please tell us the output of
> >
> > $   cat /proc/bus/input/devices
[...]
> 
> I: Bus=0003 Vendor=046d Product=c041 Version=4600
> N: Name="Logitech USB Gaming Mouse"
> P: Phys=usb-:00:04.2-2/input0
> S: Sysfs=/class/input/input1
> H: Handlers=mouse0 event1
> B: EV=7
> B: KEY= 0 0 0 0 0 0 0 0
> B: REL=143

The correct InputDevive section for your mouse has to be:

Section "InputDevice"
# This is evdev with 6.9.0-5
   Identifier  "Mouse"
   Driver  "evdev"
   Option  "CorePointer"
   Option  "Phys"   "usb-*/input0"
EndSection

And of course yes:

Section "Module"
  ...
  ...
  Load  "evdev"
  ...
  ...
EndSection

-- 
  Numeric stability is probably not all that 
  important when you're guessing;-)


pgpqCAn0udoDY.pgp
Description: PGP signature


Bug#358669: xorg: mouse using evdev doesn't work with 6.9.0.dfsg.1-5 anymore

2006-03-26 Thread Matthias Heinz
Am Sonntag, 26. März 2006 23:37 schrieben Sie:
> Please tell us the output of
>
> $   cat /proc/bus/input/devices
>
> Elimar

Here we go:

$ cat /proc/bus/input/devices
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/class/input/input0
H: Handlers=kbd event0
B: EV=120013
B: KEY=4 200 3802078 f840d001 f2df ffef  fffe
B: MSC=10
B: LED=7

I: Bus=0003 Vendor=046d Product=c041 Version=4600
N: Name="Logitech USB Gaming Mouse"
P: Phys=usb-:00:04.2-2/input0
S: Sysfs=/class/input/input1
H: Handlers=mouse0 event1
B: EV=7
B: KEY= 0 0 0 0 0 0 0 0
B: REL=143

-
Matthias



Bug#358669: xorg: mouse using evdev doesn't work with 6.9.0.dfsg.1-5 anymore

2006-03-26 Thread Elimar Riesebieter
On Sun, 26 Mar 2006 the mental interface of
Matthias Heinz told:

> Am Sonntag, 26. März 2006 18:15 schrieb Elimar Riesebieter:
> > Try
> >
> > Section "InputDevice"
> > # This is evdev with 6.9.0-5
> >Identifier  "Mouse"
> >Driver  "evdev"
> >Option  "CorePointer"
> >Option  "Phys"   "usb-*/input0" #cat /proc/bus/input/devices
> > EndSection
> >
> > Option Device has gone away in -5. For further info check man evdev.
> 
> 
> Doesn't work for me. I get the same error.
> 
> Currently i've commented the section for the mouse out and it works. (but not 
> all buttons :(
> 
> When i uncomment it, i get the same error, which i posted in my first mail. 
> It 
> must be something in the config parser, because i get this error even if in 
> the ServerLayout section this InputDevice is commented out.

Please tell us the output of

$   cat /proc/bus/input/devices

Elimar

-- 
  It's a good thing we don't get all 
  the government we pay for.



Bug#358669: xorg: mouse using evdev doesn't work with 6.9.0.dfsg.1-5 anymore

2006-03-26 Thread Matthias Heinz
Am Sonntag, 26. März 2006 18:15 schrieb Elimar Riesebieter:
> Try
>
> Section "InputDevice"
> # This is evdev with 6.9.0-5
>Identifier  "Mouse"
>Driver  "evdev"
>Option  "CorePointer"
>Option  "Phys"   "usb-*/input0" #cat /proc/bus/input/devices
> EndSection
>
> Option Device has gone away in -5. For further info check man evdev.


Doesn't work for me. I get the same error.

Currently i've commented the section for the mouse out and it works. (but not 
all buttons :(

When i uncomment it, i get the same error, which i posted in my first mail. It 
must be something in the config parser, because i get this error even if in 
the ServerLayout section this InputDevice is commented out.

-
Matthias



Bug#358669: xorg: mouse using evdev doesn't work with 6.9.0.dfsg.1-5 anymore

2006-03-26 Thread Elimar Riesebieter
On Thu, 23 Mar 2006 the mental interface of
Matthias Heinz told:


> Section "InputDevice"
>  Identifier  "Configured Mouse"
>  Driver  "evdev"
>  Option  "CorePointer"
>  Option  "Device" "/dev/input/laserG5"
> EndSection

Try

Section "InputDevice"
# This is evdev with 6.9.0-5
   Identifier  "Mouse"
   Driver  "evdev"
   Option  "CorePointer"
   Option  "Phys"   "usb-*/input0" #cat /proc/bus/input/devices
EndSection

Option Device has gone away in -5. For further info check man evdev.

Elimar


-- 
  Experience is something you don't get until 
  just after you need it!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#358669: xorg: mouse using evdev doesn't work with 6.9.0.dfsg.1-5 anymore

2006-03-23 Thread Matthias Heinz
Package: xorg
Severity: important

Hi,

i'm using evdev with my mouse to get all the buttons to work and since
the last upgrade X doesn't startup anymore with this entry.

The section is
--snip--
Section "InputDevice"
 Identifier  "Configured Mouse"
 Driver  "evdev"
 Option  "CorePointer"
 Option  "Device" "/dev/input/laserG5"
EndSection
--snap--

and the error output:
--snip--
(EE) PreInit returned NULL for "Configured Mouse"
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:  Type "ONE_LEVEL" has 1 levels, but  has 2
> symbols
>   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
No core pointer
--snap--

a workaround is to comment out the section and work with the standard
from xorg. (but now i'm missing some buttons)

Hope you can locate the problem with my few informations.

Regards,
Matthias




-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15-12.01.2006
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]