Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
mouse microsoft che non va[risolto]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
manang
Apprentice
Apprentice


Joined: 09 Oct 2006
Posts: 245

PostPosted: Mon Jan 14, 2008 6:20 pm    Post subject: mouse microsoft che non va[risolto] Reply with quote

ho un mouse wireless della microsoft, dopo l'aggiornameto del sistema non va, nel senso che i tasti funzionano, ma non si muove il cursore
il mio xorg.conf è
Code:
Section "ServerLayout"
   Identifier   "X.Org Configured"
   Screen   0   "Screen0" 0 0
   InputDevice   "Keyboard0" "CoreKeyboard"
        Option      "AIGLX" "true"
#        InputDevice     "PS/2 Mouse" "AlwaysCore"
# Serial Mouse not detected
   InputDevice   "USB Mouse" "AlwaysCore"
#No Synaptics touchpad found
EndSection

Section "Files"
   FontPath   "/usr/share/fonts/misc"
   FontPath   "/usr/share/fonts/100dpi"
   FontPath   "/usr/share/fonts/75dpi"
EndSection

Section "Module"
   Load   "ddc"
   Load   "vbe"
   Load   "GLcore"
   Load   "dbe"
   SubSection "extmod"
      Option "omit xfree86-dga"
   EndSubSection
   Load   "dri"
#   Load   "extmod"
   Load   "glx"
   Load   "bitmap"
   Load   "type1"
   Load   "freetype"
   Load   "record"
EndSection

Section "ServerFlags"
   Option   "AllowMouseOpenFail" "true"
#   Option  "AIGLX" "off"   
EndSection


Section "InputDevice"
   Identifier   "Keyboard0"
   Driver   "evdev"
   Option  "Device" "/dev/input/event1"
   Option   "CoreKeyboard"
        Option  "XkbModel" "evdev"
        Option  "AutoRepeat" "500 30"
        Option  "XkbLayout"  "it"
EndSection

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

#Section "InputDevice"
#   Identifier   "USB Mouse"
#   Driver   "evdev"
#   Option  "Device" "/dev/input/event2"
#   Option   "SendCoreEvents" "true"
#   Option   "Protocol" "IMPS/2"
#   Option   "ZAxisMapping" "4 5"
#   Option   "Buttons" "90"
#EndSection

Section "Monitor"
   Identifier   "Monitor0"
   HorizSync    28.0 - 96.0
   VertRefresh  50.0 - 75.0
EndSection

Section "Device"
        ## Available Driver options are:-
   # sw_cursor is needed for some ati and radeon cards
   Identifier  "Card0"
   # The following line is auto-generated by x11-misc/mkxf86config
   Driver     "fglrx"
   VendorName  "All"
   BoardName   "All"
#   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier   "Screen0"
   Device   "Card0"
   Monitor   "Monitor0"
   DefaultColorDepth 24
   SubSection "Display"
      Depth   1
      Modes "1440x900" "1024x768" "800x600" "640x480"
      #Modes "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   4
      Modes "1440x900" "1024x768" "800x600" "640x480"
      #Modes "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   8
      Modes "1440x900" "1024x768" "800x600" "640x480"
      #Modes "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   15
      Modes "1440x900" "1024x768" "800x600" "640x480"
      #Modes "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   16
      Modes "1440x900" "1024x768" "800x600" "640x480"
      #Modes "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   24
      Modes "1440x900" "1024x768" "800x600" "640x480"
      #Modes "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   32
      Modes "1440x900" "1024x768" "800x600" "640x480"
      #Modes "1024x748" "800x600" "640x480"
   EndSubSection
EndSection

Section "dri"
   Mode 0666
EndSection
Section "Extensions"
   Option "Composite" "Enable"
EndSection


e il mio xorg.0.log è
Code:
**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "it"
(**) Option "Protocol" "IMPS/2"
(**) USB Mouse: Device: "/dev/input/mice"
(**) USB Mouse: Protocol: "IMPS/2"
(**) Option "AlwaysCore"
(**) USB Mouse: doesn't report core events
(**) Option "Device" "/dev/input/mice"
(==) USB Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) USB Mouse: ZAxisMapping: buttons 4 and 5
(**) USB Mouse: Buttons: 9
(**) USB Mouse: Sensitivity: 1
(**) USB Mouse: Device: "/dev/input/mice"
(**) USB Mouse: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) USB Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(==) USB Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) USB Mouse: ZAxisMapping: buttons 4 and 5
(**) USB Mouse: Buttons: 9
(**) USB Mouse: Sensitivity: 1
(II) evaluating device (USB Mouse)
(II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
(II) evaluating device (USB Mouse)
(II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
evdev: leds are 0x0 for device 4
(II) Keyboard0: Init
(II) USB Mouse: ps2EnableDataReporting: succeeded
(II) USB Mouse: ps2EnableDataReporting: succeeded
(II) Keyboard0: On
Could not init font path element /usr/share/fonts/TTF/, removing from list!
Could not init font path element /usr/share/fonts/OTF, removing from list!
(**) Microsft Microsoft Wireless Desktop Receiver 3.1A: always reports core events
(II) Microsft Microsoft Wireless Desktop Receiver 3.1A: Found 36 absolute axes.
(II) Microsft Microsoft Wireless Desktop Receiver 3.1A: Configuring as pointer.
(II) Microsft Microsoft Wireless Desktop Receiver 3.1A: Found 8 relative axes.
(II) Microsft Microsoft Wireless Desktop Receiver 3.1A: Configuring as pointer.
(EE) Microsft Microsoft Wireless Desktop Receiver 3.1A: Unable to parse 'RelAxis 0' as a map specifier.
(EE) Microsft Microsoft Wireless Desktop Receiver 3.1A: Unable to parse 'RelAxis 1' as a map specifier.
(EE) Microsft Microsoft Wireless Desktop Receiver 3.1A: Unable to parse 'RelAxis 3' as a map specifier.
(EE) Microsft Microsoft Wireless Desktop Receiver 3.1A: Unable to parse 'RelAxis 5' as a map specifier.
(EE) Microsft Microsoft Wireless Desktop Receiver 3.1A: Unable to parse 'RelAxis 6' as a map specifier.
(EE) Microsft Microsoft Wireless Desktop Receiver 3.1A: Unable to parse 'RelAxis 7' as a map specifier.
(**) Microsft Microsoft Wireless Desktop Receiver 3.1A: Configuring 36 absolute axes.
(II) Microsft Microsoft Wireless Desktop Receiver 3.1A: Checking button DIGI_STYLUS (74)
(II) Microsft Microsoft Wireless Desktop Receiver 3.1A: Checking bit 330
(EE) Microsft Microsoft Wireless Desktop Receiver 3.1A: AbsoluteTouch: 'DIGI_Touch' does not exist.
(II) Microsft Microsoft Wireless Desktop Receiver 3.1A: Found 8 mouse buttons
(II) Microsft Microsoft Wireless Desktop Receiver 3.1A: Configured 61 mouse buttons.
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) XINPUT: Adding extended input device "Microsft Microsoft Wireless Desktop Receiver 3.1A" (type: KEYBOARD)
(**) Microsft Microsoft Wireless Desktop Receiver 3.1A: 36 valuators.
(**) Microsft Microsoft Wireless Desktop Receiver 3.1A: Configuring in Absolute mode.
(**) Microsft Microsoft Wireless Desktop Receiver 3.1A: Registering 61 buttons.
evdev: leds are 0x0 for device 5
(II) Microsft Microsoft Wireless Desktop Receiver 3.1A: Init
(II) Microsft Microsoft Wireless Desktop Receiver 3.1A: On
(**) Microsft Microsoft Wireless Desktop Receiver 3.1A: always reports core events
(II) Microsft Microsoft Wireless Desktop Receiver 3.1A: Unable to grab pEvdev (Device or resource busy).  Cowardly refusing to check use as keyboard.
(EE) Microsft Microsoft Wireless Desktop Receiver 3.1A: Don't know how to use pEvdev.
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for "Microsft Microsoft Wireless Desktop Receiver 3.1A"
(II) Microsft Microsoft Wireless Desktop Receiver 3.1A: Off
(II) Keyboard0: Off



grazie in anticipo a chi mi potrà darmi una dritta
_________________
manang


Last edited by manang on Mon Jan 14, 2008 11:40 pm; edited 1 time in total
Back to top
View user's profile Send private message
manang
Apprentice
Apprentice


Joined: 09 Oct 2006
Posts: 245

PostPosted: Mon Jan 14, 2008 10:29 pm    Post subject: Reply with quote

credevo fosse hal a creare conflitti e infatti...
risolto
_________________
manang
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum