Re: Another mouse issue+Xorg after upgrade

2011-04-03 Thread ZephyrQ
On 03/31/2011 11:49 PM, tv.deb...@googlemail.com wrote:
 01/04/2011 03:52, ZephyrQ wrote:
 On 03/31/2011 01:45 AM, Andrei Popescu wrote:
 On Mi, 30 mar 11, 22:09:15, ZephyrQ wrote:

 Is it that the boot-up is not reading it?
  
 Please boot, count to ten, replug your mouse and then post the full 
 output of 'dmesg'.

 Did you already replug the mouse? Because I see this:

 (II) config/udev: Adding input device Logitech Trackball 
 (/dev/input/event5)
 Is your mouse a Trackball? Later:

 Yes, it is.  The same I've used through 3 stable releases. (not the same
 physical trackball, but I've used the same brand/type for years...)

 (II) config/udev: Adding input device Logitech Trackball 
 (/dev/input/mouse0)
 (II) No input driver/identifier specified (ignoring)

 which might be related to your problem. Please attach the full xorg.conf 
 used.

 Xorg.conf first, then after full output of dmesg:

 # nvidia-xconfig: X configuration file generated by nvidia-xconfig
 # nvidia-xconfig:  version 1.0  (pbuilder@windlord)  Sun Jun 13 06:03:17
 UTC 2010


 Section InputDevice
 # generated from default
 Identifier Mouse0
 Driver mouse
 Option Protocol auto
 Option Device /dev/psaux
 Option Emulate3Buttons no
 Option ZAxisMapping 4 5
 EndSection
 
 [snip]
 
 Hi, I also use a logitech trackball (the cordless one with a blue ball
 currently) and this is what I use on Squeeze and Wheezy (mind the line
 wrapping) :
 
 Section InputDevice
   Identifier Mouse0
   Driver evdev
   Option Device /dev/input/by-id/usb-Logitech_Trackball-event-mouse
 EndSection
 
 
 man evdev will give you a list of valid options you may need.
 
 Without this in my xorg.conf I have the same problem you are facing, the
 device initialisation is unreliable.
 
 Hope it helps.

That seems to have done the trick.  I tried evdev before, but had the
'device' option wrong...

Thank you for the help!


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d993b95.9070...@sbcglobal.net



Re: Another mouse issue+Xorg after upgrade

2011-03-31 Thread Andrei Popescu
On Mi, 30 mar 11, 22:09:15, ZephyrQ wrote:
 
 Is it that the boot-up is not reading it?
 
Please boot, count to ten, replug your mouse and then post the full 
output of 'dmesg'.

 However, since you asked, here is my log file (from latest non-working
 boot up):
 
Did you already replug the mouse? Because I see this:

 (II) config/udev: Adding input device Logitech Trackball 
 (/dev/input/event5)
 (**) Logitech Trackball: Applying InputClass evdev pointer catchall
 (**) Logitech Trackball: always reports core events
 (**) Logitech Trackball: Device: /dev/input/event5
 (II) Logitech Trackball: Found 3 mouse buttons
 (II) Logitech Trackball: Found scroll wheel(s)
 (II) Logitech Trackball: Found relative axes
 (II) Logitech Trackball: Found x and y relative axes
 (II) Logitech Trackball: Configuring as mouse
 (**) Logitech Trackball: YAxisMapping: buttons 4 and 5
 (**) Logitech Trackball: EmulateWheelButton: 4, EmulateWheelInertia: 10,
 EmulateWheelTimeout: 200
 (II) XINPUT: Adding extended input device Logitech Trackball (type: MOUSE)
 (II) Logitech Trackball: initialized for relative axes.

Is your mouse a Trackball? Later:

 (II) config/udev: Adding input device Logitech Trackball (/dev/input/mouse0)
 (II) No input driver/identifier specified (ignoring)

which might be related to your problem. Please attach the full xorg.conf 
used.

Regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Re: Another mouse issue+Xorg after upgrade

2011-03-31 Thread ZephyrQ
On 03/31/2011 01:45 AM, Andrei Popescu wrote:
 On Mi, 30 mar 11, 22:09:15, ZephyrQ wrote:

 Is it that the boot-up is not reading it?
  
 Please boot, count to ten, replug your mouse and then post the full 
 output of 'dmesg'.
 
 Did you already replug the mouse? Because I see this:
 
 (II) config/udev: Adding input device Logitech Trackball 
 (/dev/input/event5)
 (**) Logitech Trackball: Applying InputClass evdev pointer catchall
 (**) Logitech Trackball: always reports core events
 (**) Logitech Trackball: Device: /dev/input/event5
 (II) Logitech Trackball: Found 3 mouse buttons
 (II) Logitech Trackball: Found scroll wheel(s)
 (II) Logitech Trackball: Found relative axes
 (II) Logitech Trackball: Found x and y relative axes
 (II) Logitech Trackball: Configuring as mouse
 (**) Logitech Trackball: YAxisMapping: buttons 4 and 5
 (**) Logitech Trackball: EmulateWheelButton: 4, EmulateWheelInertia: 10,
 EmulateWheelTimeout: 200
 (II) XINPUT: Adding extended input device Logitech Trackball (type: MOUSE)
 (II) Logitech Trackball: initialized for relative axes.
 
 Is your mouse a Trackball? Later:

Yes, it is.  The same I've used through 3 stable releases. (not the same
physical trackball, but I've used the same brand/type for years...)

 (II) config/udev: Adding input device Logitech Trackball (/dev/input/mouse0)
 (II) No input driver/identifier specified (ignoring)
 
 which might be related to your problem. Please attach the full xorg.conf 
 used.

Xorg.conf first, then after full output of dmesg:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (pbuilder@windlord)  Sun Jun 13 06:03:17
UTC 2010

Section ServerLayout
Identifier Layout0
Screen  0  Screen0
InputDeviceKeyboard0 CoreKeyboard
InputDeviceMouse0 CorePointer
EndSection

Section Files
EndSection

Section InputDevice
# generated from default
Identifier Mouse0
Driver mouse
Option Protocol auto
Option Device /dev/psaux
Option Emulate3Buttons no
Option ZAxisMapping 4 5
EndSection

Section InputDevice
# generated from default
Identifier Keyboard0
Driver kbd
EndSection

Section Monitor
Identifier Monitor0
VendorName Unknown
ModelName  Unknown
HorizSync   28.0 - 33.0
VertRefresh 43.0 - 72.0
Option DPMS
EndSection

Section Device
Identifier Device0
Driver nvidia
VendorName NVIDIA Corporation
EndSection

Section Screen
Identifier Screen0
Device Device0
MonitorMonitor0
DefaultDepth24
SubSection Display
Depth   24
EndSubSection

~~~
Now dmesg output:
~~~

[0.00] Initializing cgroup subsys cpuset
[0.00] Initializing cgroup subsys cpu
[0.00] Linux version 2.6.32-5-686 (Debian 2.6.32-31)
(b...@decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Tue
Mar 8 21:36:00 UTC 2011
[0.00] KERNEL supported cpus:
[0.00]   Intel GenuineIntel
[0.00]   AMD AuthenticAMD
[0.00]   NSC Geode by NSC
[0.00]   Cyrix CyrixInstead
[0.00]   Centaur CentaurHauls
[0.00]   Transmeta GenuineTMx86
[0.00]   Transmeta TransmetaCPU
[0.00]   UMC UMC UMC UMC
[0.00] BIOS-provided physical RAM map:
[0.00]  BIOS-e820:  - 0009f800 (usable)
[0.00]  BIOS-e820: 0009f800 - 000a (reserved)
[0.00]  BIOS-e820: 000f - 0010 (reserved)
[0.00]  BIOS-e820: 0010 - 7fee (usable)
[0.00]  BIOS-e820: 7fee - 7fee3000 (ACPI NVS)
[0.00]  BIOS-e820: 7fee3000 - 7fef (ACPI data)
[0.00]  BIOS-e820: 7fef - 7ff0 (reserved)
[0.00]  BIOS-e820: f000 - f400 (reserved)
[0.00]  BIOS-e820: fec0 - 0001 (reserved)
[0.00] DMI 2.4 present.
[0.00] Phoenix BIOS detected: BIOS may corrupt low RAM, working
around it.
[0.00] e820 update range:  - 0001
(usable) == (reserved)
[0.00] last_pfn = 0x7fee0 max_arch_pfn = 0x10
[0.00] MTRR default type: uncachable
[0.00] MTRR fixed ranges enabled:
[0.00]   0-9 write-back
[0.00]   A-B uncachable
[0.00]   C-C7FFF write-protect
[0.00]   C8000-F uncachable
[0.00] MTRR variable ranges enabled:
[0.00]   0 base 00 mask FF8000 write-back
[0.00]   1 disabled
[0.00]   2 disabled
[0.00]   3 disabled
[0.00]   4 disabled
[0.00]   5 disabled
[0.00]   6 disabled
[0.00]   7 disabled
[0.00] x86 PAT enabled: cpu 0, old 0x7040600070406, new
0x7010600070106
[

Re: Another mouse issue+Xorg after upgrade

2011-03-31 Thread tv.deb...@googlemail.com
01/04/2011 03:52, ZephyrQ wrote:
 On 03/31/2011 01:45 AM, Andrei Popescu wrote:
 On Mi, 30 mar 11, 22:09:15, ZephyrQ wrote:

 Is it that the boot-up is not reading it?
  
 Please boot, count to ten, replug your mouse and then post the full 
 output of 'dmesg'.

 Did you already replug the mouse? Because I see this:

 (II) config/udev: Adding input device Logitech Trackball 
 (/dev/input/event5)
 (**) Logitech Trackball: Applying InputClass evdev pointer catchall
 (**) Logitech Trackball: always reports core events
 (**) Logitech Trackball: Device: /dev/input/event5
 (II) Logitech Trackball: Found 3 mouse buttons
 (II) Logitech Trackball: Found scroll wheel(s)
 (II) Logitech Trackball: Found relative axes
 (II) Logitech Trackball: Found x and y relative axes
 (II) Logitech Trackball: Configuring as mouse
 (**) Logitech Trackball: YAxisMapping: buttons 4 and 5
 (**) Logitech Trackball: EmulateWheelButton: 4, EmulateWheelInertia: 10,
 EmulateWheelTimeout: 200
 (II) XINPUT: Adding extended input device Logitech Trackball (type: MOUSE)
 (II) Logitech Trackball: initialized for relative axes.

 Is your mouse a Trackball? Later:
 
 Yes, it is.  The same I've used through 3 stable releases. (not the same
 physical trackball, but I've used the same brand/type for years...)
 
 (II) config/udev: Adding input device Logitech Trackball (/dev/input/mouse0)
 (II) No input driver/identifier specified (ignoring)

 which might be related to your problem. Please attach the full xorg.conf 
 used.
 
 Xorg.conf first, then after full output of dmesg:
 
 # nvidia-xconfig: X configuration file generated by nvidia-xconfig
 # nvidia-xconfig:  version 1.0  (pbuilder@windlord)  Sun Jun 13 06:03:17
 UTC 2010
 
 Section ServerLayout
 Identifier Layout0
 Screen  0  Screen0
 InputDeviceKeyboard0 CoreKeyboard
 InputDeviceMouse0 CorePointer
 EndSection
 
 Section Files
 EndSection
 
 Section InputDevice
 # generated from default
 Identifier Mouse0
 Driver mouse
 Option Protocol auto
 Option Device /dev/psaux
 Option Emulate3Buttons no
 Option ZAxisMapping 4 5
 EndSection

[snip]

Hi, I also use a logitech trackball (the cordless one with a blue ball
currently) and this is what I use on Squeeze and Wheezy (mind the line
wrapping) :

Section InputDevice
  Identifier Mouse0
  Driver evdev
  Option Device /dev/input/by-id/usb-Logitech_Trackball-event-mouse
EndSection


man evdev will give you a list of valid options you may need.

Without this in my xorg.conf I have the same problem you are facing, the
device initialisation is unreliable.

Hope it helps.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d95593f.2030...@googlemail.com



Re: Another mouse issue+Xorg after upgrade

2011-03-30 Thread ZephyrQ
On 03/29/2011 07:01 AM, Andrei Popescu wrote:
 On Lu, 28 mar 11, 18:15:04, ZephyrQ wrote:

 The current workaround (and how I'm able to send this now) was to
 erase/move the old xorg.conf and run nvidia-xconfig. 
 
 Are you doing this
 1. erase xorg.conf
 2. run nvidia-xconfig
 3. reboot
 
 or this
 1. erase xorg.conf
 2. reboot
 3. run nvidia-xconfig
 
 The reason I'm asking is that without an xorg.conf nouveau would be used 
 (assuming it is installed and everything else is ok). You also told us 
 nothing about the method used to install nvidia. This also makes a big 
 difference because the Debian packages will disable nouveau.
 
 In any case, please attach the full /var/log/Xorg.0.log from a 
 successful boot and an unsuccessful one.

Seems that wasn't what fixed it.  Tried several different times to boot,
and no mouse (not invisible...visible but not moving).

However...I moved the mouse to a different USB port, while running, and
it worked.  Tried again today (sorry late response...work issues), and
the same thing: I would boot, no mouse.  When I unplug from usb port,
and plug into the *same* port, viola', usable mouse.

Is it that the boot-up is not reading it?

However, since you asked, here is my log file (from latest non-working
boot up):

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.29-dsa-ia32 i686 Debian
Current Operating System: Linux Cave 2.6.32-5-686 #1 SMP Tue Mar 8
21:36:00 UTC 2011 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686
root=UUID=b9afb61a-0865-46c6-9977-bf803b73322b ro quiet
Build Date: 19 February 2011  02:37:36PM
xorg-server 2:1.7.7-13 (Cyril Brulebois k...@debian.org)
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Wed Mar 30 16:10:32 2011
(==) Using config file: /etc/X11/xorg.conf
(==) Using system config directory /usr/share/X11/xorg.conf.d
(==) ServerLayout Layout0
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Device0
(**) |--Input Device Keyboard0
(**) |--Input Device Mouse0
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to /usr/lib/xorg/modules
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or
'vmmouse' will be disabled.
(WW) Disabling Keyboard0
(WW) Disabling Mouse0
(II) Loader magic: 0x81ecca0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:2:0:0) 10de:0641:19f1:0dd9 nVidia Corporation G96 [GeForce
9400 GT] rev 161, Mem @ 0xfa00/16777216, 0xe000/268435456,
0xf800/33554432, I/O @ 0xac00/128, BIOS @ 0x/524288
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: extmod
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: dbe
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: glx
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor=NVIDIA Corporation
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Server Extension
(II) NVIDIA GLX Module  195.36.31  Tue Jun  1 23:22:44 PDT 2010
(II) Loading extension GLX
(II) LoadModule: record
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.13.0
Module class: X.Org Server Extension
ABI 

Re: Another mouse issue+Xorg after upgrade

2011-03-29 Thread Andrei Popescu
On Lu, 28 mar 11, 18:15:04, ZephyrQ wrote:
 
 The current workaround (and how I'm able to send this now) was to
 erase/move the old xorg.conf and run nvidia-xconfig. 

Are you doing this
1. erase xorg.conf
2. run nvidia-xconfig
3. reboot

or this
1. erase xorg.conf
2. reboot
3. run nvidia-xconfig

The reason I'm asking is that without an xorg.conf nouveau would be used 
(assuming it is installed and everything else is ok). You also told us 
nothing about the method used to install nvidia. This also makes a big 
difference because the Debian packages will disable nouveau.

In any case, please attach the full /var/log/Xorg.0.log from a 
successful boot and an unsuccessful one.

Regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Another mouse issue+Xorg after upgrade

2011-03-28 Thread ZephyrQ
My mouse became unusable (frozen) after the upgrade (done the debian
way, with the kernel and udev upgraded first).  It would come back after
a reboot, maybe, or not.  i.e.--sometimes it would work, sometimes not.
 Very Windows-like, btw...

Here's the pertinent info from Xorg:

Section InputDevice
# generated from default
Identifier Mouse0
Driver mouse
Option Protocol auto
Option Device /dev/psaux
Option Emulate3Buttons no
Option ZAxisMapping 4 5


The current workaround (and how I'm able to send this now) was to
erase/move the old xorg.conf and run nvidia-xconfig.  This gave me a
usable desktop but I'm not confident that I'm going to have the issue
again (the above entry is the *new* xorg.conf...and it reads the same as
the old).  How do I fix this? (and kernel building, while possible, is
not plan 'a' as I really don't have a lot of time.../rant on: I waited
on debian squeeze to get stable to keep a workable system for my job and
other issues.  Now, my 'stable' distribution is not stable and I can't
count on it to work when I need too.../rant off)

I read somewhere that the xorg.conf will be eliminated...are we there
yet and, if it will help, how do I get it done?


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d911678.2090...@sbcglobal.net



Re: Another mouse issue+Xorg after upgrade

2011-03-28 Thread george.stand...@gmail.com
If you use the proprietary nvidia driver - xorg.conf is still required
(which is not the case for Nouveau).


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktimbca76w-j3mpa3djteas1+c_kbjb0kuscn5...@mail.gmail.com