Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
appena muovo il mouse si riavvia gdm [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: Tue Nov 13, 2007 10:55 pm    Post subject: appena muovo il mouse si riavvia gdm [risolto] Reply with quote

ogni volta che muovo il mouse si riavvia gdm
Xorg.0.log dice che

(**) USB Mouse-usb-0000:00:03.0-1/input1: doesn't report core events
(II) USB Mouse-usb-0000:00:03.0-1/input1: Found 36 absolute axes.
(II) USB Mouse-usb-0000:00:03.0-1/input1: Configuring as pointer.
(II) USB Mouse-usb-0000:00:03.0-1/input1: Found 8 relative axes.
(II) USB Mouse-usb-0000:00:03.0-1/input1: Configuring as pointer.
(**) USB Mouse-usb-0000:00:03.0-1/input1: HWHEELRelativeAxisButtons: 6 7.
(**) USB Mouse-usb-0000:00:03.0-1/input1: WHEELRelativeAxisButtons: 4 5.
(II) USB Mouse-usb-0000:00:03.0-1/input1: Found 60 mouse buttons
(**) USB Mouse-usb-0000:00:03.0-1/input1: Configuring 36 absolute axes.
(II) USB Mouse-usb-0000:00:03.0-1/input1: Checking button DIGI_STYLUS (330)
(II) USB Mouse-usb-0000:00:03.0-1/input1: Checking bit 330
(EE) USB Mouse-usb-0000:00:03.0-1/input1: AbsoluteTouch: 'DIGI_Touch' does not exist.
(**) USB Mouse-usb-0000:00:03.0-1/input1: Configuring in Absolute mode.
(**) USB Mouse-usb-0000:00:03.0-1/input1: AbsoluteScreen: 0.
(**) USB Mouse-usb-0000:00:03.0-1/input1: Configuring 8 relative axes.
(II) USB Mouse-usb-0000:00:03.0-1/input1: Configured 64 mouse buttons
(WW) <default pointer>: No Device specified, looking for one...
(II) <default pointer>: Setting Device option to "/dev/input/mice"
(--) <default pointer>: Device: "/dev/input/mice"
(==) <default pointer>: Protocol: "Auto"
(**) Option "CorePointer"
(**) <default pointer>: always reports core events
(==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
(**) <default pointer>: ZAxisMapping: buttons 4 and 5
(**) <default pointer>: Buttons: 9
cosa posso fare?
chiedete pure altre info se servono
_________________
manang


Last edited by manang on Wed Nov 14, 2007 1:28 pm; edited 1 time in total
Back to top
View user's profile Send private message
masterbrian
Guru
Guru


Joined: 13 Feb 2004
Posts: 461

PostPosted: Wed Nov 14, 2007 9:15 am    Post subject: Reply with quote

Ciao,

potresti postare la sezione di xorg.conf relativa alle impostazioni del mouse?
_________________
[img:f6b0c3bcba]http://www.danasoft.com/sig/MasterBrian.jpg[/img:f6b0c3bcba]
Back to top
View user's profile Send private message
manang
Apprentice
Apprentice


Joined: 09 Oct 2006
Posts: 245

PostPosted: Wed Nov 14, 2007 12:01 pm    Post subject: Reply with quote

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   "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

_________________
manang
Back to top
View user's profile Send private message
koma
Advocate
Advocate


Joined: 06 Jun 2003
Posts: 2702
Location: Italy

PostPosted: Wed Nov 14, 2007 12:11 pm    Post subject: Reply with quote

prova con questa configurazione:

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

_________________
http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD
Back to top
View user's profile Send private message
manang
Apprentice
Apprentice


Joined: 09 Oct 2006
Posts: 245

PostPosted: Wed Nov 14, 2007 1:28 pm    Post subject: Reply with quote

grazie 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