Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO]Mouse USB
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
nillkheope
Tux's lil' helper
Tux's lil' helper


Joined: 21 Mar 2005
Posts: 92

PostPosted: Sat Jun 24, 2006 10:43 am    Post subject: [RISOLTO]Mouse USB Reply with quote

ciao ragazzi ho un problema con l'utilizzo del mouse USB....
ho installato gentoo-AMD64 da poco è sono ancora in fase di configurazione.
vi posto il mio xorg.conf
Code:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Touchpad" "SendCoreEvents"
        InputDevice    "USB"      "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option         "OffTime"        "20" #Turn the backlight and lcd off after 20 mins
EndSection
Section "Files"
        RgbPath      "/usr/lib64/X11/rgb"
        ModulePath   "/usr/lib64/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
EndSection


Section "Module"
        Load  "record"
        Load  "extmod"
        Load  "dbe"
        Load  "glx"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

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

Section "InputDevice"
        Identifier "Touchpad"
        Driver "synaptics"
        Option "SendCoreEvents"             "yes"
        Option "Protocol"                   "auto-dev"
        Option "Device"                     "/dev/input/event2"
        Option "LeftEdge"                   "120"
        Option "RightEdge"                  "830"
        Option "TopEdge"                    "120"
        Option "BottomEdge"                 "650"
        Option "FingerLow"                  "14"
        Option "FingerHigh"                 "15"
        Option "MaxTapTime"                 "130"
        Option "MaxTapMove"                 "5"
        Option "EmulateMidButtonTime"       "75"
        Option "VertScrollDelta"            "20"
        Option "HorizScrollDelta"           "40"
        Option "MinSpeed"                   "0.45"
        Option "MaxSpeed"                   "1.05"
        Option "AccelFactor"                "0.04"
        Option "EdgeMotionMinSpeed"         "200"
        Option "EdgeMotionMaxSpeed"         "200"
        Option "UpDownScrolling"            "1"
        Option "RTCornerButton"             "0"
        Option "RBCornerButton"             "0"
        Option "LTCornerButton"             "0"
        Option "LBCornerButton"             "0"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync    31.5-48.5
        VertRefresh  40-60
        Option "DPMS"
EndSection

Section "Device"
        Option     "NoLogo"     "True"
        Option     "TwinView"
        Option     "TwinViewOrientation" "Clone"
        Option     "MetaModes"  "1280x720,1024x768;"
        Option     "SecondMonitorHorizSync"   "30-50"
        Option     "SecondMonitorVertRefresh" "60"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "NV17 [GeForce4 440 Go 64M]"
        BusID       "PCI:1:0:0"
        Screen      0
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                        Modes "1280x720"
                Depth     24
        EndSubSection
EndSection

moooolto probabilmente mi manca qualche modulo nel kernel, per il momento non è molto performante ma almeno funziona.
sapreste dirmi quali sono i moduli necessari da aggiungere?
vi posto anche il mio lsmod...che a mio parere è molto scrigno....
Code:

Module                  Size  Used by
nls_iso8859_1           5376  1
snd_seq                49664  0
snd_seq_device          7824  1 snd_seq
snd_intel8x0           32296  5
snd_ac97_codec        103384  1 snd_intel8x0
snd_ac97_bus            2688  1 snd_ac97_codec
snd_pcm                77836  3 snd_intel8x0,snd_ac97_codec
snd_timer              19848  3 snd_seq,snd_pcm
snd                    43056  14 snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc          8720  2 snd_intel8x0,snd_pcm
uhci_hcd               29984  0
nvidia               5414580  8
i2c_core               19224  1 nvidia
pcmcia                 26760  0
pcmcia_core            36636  1 pcmcia


Spero di avervi dato le informazioni necessarie....in caso contrario sarò felicissimo di postarvele in cambio di una soluzione.
ps ho provato a copiare ed utilizzare anche lo xorg.conf del live-cd dove il mouse funzionava perfettamente ma senza ottenere grande cose...penso che mi macnhi qualche modulo.

Grazie in anticipo a tutti.[/code][/code]


Last edited by nillkheope on Sat Jun 24, 2006 1:51 pm; edited 1 time in total
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Sat Jun 24, 2006 12:36 pm    Post subject: Reply with quote

ok... ma quale è il problema?


ciao
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
nillkheope
Tux's lil' helper
Tux's lil' helper


Joined: 21 Mar 2005
Posts: 92

PostPosted: Sat Jun 24, 2006 12:45 pm    Post subject: Reply with quote

non funziona il mouse...
scusa per la poca chiarezza.
Back to top
View user's profile Send private message
Occasus
Apprentice
Apprentice


Joined: 22 Feb 2005
Posts: 158
Location: Italia

PostPosted: Sat Jun 24, 2006 12:56 pm    Post subject: Reply with quote

Code:
$ cat /usr/src/linux/.config | grep -i usb_hid

Cosa ti esce?
_________________
Guru Meditation
Back to top
View user's profile Send private message
nillkheope
Tux's lil' helper
Tux's lil' helper


Joined: 21 Mar 2005
Posts: 92

PostPosted: Sat Jun 24, 2006 1:29 pm    Post subject: Reply with quote

ottengo questo output
Code:

CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
# CONFIG_USB_HIDINPUT_POWERBOOK is not set
# CONFIG_USB_HIDDEV is not set



forse ci devo mettere anche l'ultimo?
grazie
Back to top
View user's profile Send private message
nillkheope
Tux's lil' helper
Tux's lil' helper


Joined: 21 Mar 2005
Posts: 92

PostPosted: Sat Jun 24, 2006 1:51 pm    Post subject: Reply with quote

risolto....grazie ugualmente...
ho ricompilato il kernel aggiungendo alcuni moduli mancanti...

posto il link che mi ha aiutato magari può essere utile a qualcuno...


http://www.gentoo.org/doc/it/usb-guide.xml
Back to top
View user's profile Send private message
darkmanPPT
Veteran
Veteran


Joined: 13 Apr 2006
Posts: 1069
Location: vi/bo

PostPosted: Sat Jun 24, 2006 3:48 pm    Post subject: Reply with quote

scusa, ho letto
Quote:
/dev/input/mice

sulle impostazioni del mouse in Xorg.

anche io avevo lo stesso tuo problema e l'ho risolto cambiando la riga sopracitata con

Code:
/dev/psaux


ho fatto così con 3 pc e ho risolto su tutti e tre i problemi.
ciao
_________________
Darkman
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