мышь ps\2, стандартная, Defender, рабочая. не двигается с самого запуска ОС.в предыдущих версиях работало гуглил и искал здесь на форуме
>dmesg |grep mouse
input: macintosh mouse button emulation as /devices/virtual/input/input2
mice: ps\2 mouse device common for all mice
>cat /var/log/syslog |grep mouse
[date] input: macintosh mouse button emulation as /devices/virtual/input/input2
[date] mice: ps\2 mouse device common for all mice
>cat /var/log/Xorg.0.log |grep mouse
AllowEmptyInput is on, devices using drivers 'kbd' ot 'mouse' or 'vmmouse' will be disable
Silken mouse enable
config\hal: adding input device Macintosh mouse button emulation
Macintosh mouse button emulation:always reports core events
Macintosh mouse button emulation: device "/dev/input/event2"
Macintosh mouse button emulation: found 3 mouse buttons
Macintosh mouse button emulation: found x and y relative axes
Macintosh mouse button emulation: configuring as mouse
Macintosh mouse button emulation: YAxisMapping: button 4 and 5
Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
XINPUT: Adding extendet inout device "Macintosh mouse button emulation" (type: mouse)
Macintosh mouse button emulation: (accel) keeping acceleration sheme 1
Macintosh mouse button emulation: (accel) filter chain progression: 2.0
Macintosh mouse button emulation: (accel) filter stage 0: 20 ms
Macintosh mouse button emulation: (accel) set acceleration profile 0
xorg.conf
Section "Device"
Identifier "Configured Video Device"
Option "UseFBDev" "true"
EndSetion
Section "Monitor"
Identifier "Configured Monitor"
EndSectinp
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "InputDevice"
identifier "Configured mouse"
driver "mouse" (--пробовал evdev)
option "CorePointer"
option "device" "/dev/input/mouse0" (--пробовал mice)
option "protocol" "auto"
option "ZAxisMapping" "4 5"
EndSection
после
sudo X -configure
....
Section InputDevice
Identifier "mouse0"
Driver "mouse"
Option "protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxissMapping" "4 5 6 7 "
EndSection
вставлял в /etc/X11/xorg.conf изменений никаких
добавлял
Section "ServerFlags"
Option "AllowEmptyInput" "True"
EndSection
писал
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
в livecd мышка работает.. xorg.conf в livecd такойже.3 секции
что еще дать?)) она не двигается!! ужасть как неудобно ))