PDA

View Full Version : Maledetta rotella...


Bolo
30-08-2004, 14:50
Sto usando debian con KDE, e non riesco a fare andare la rotella del mouse:

Il mio mouse è un classico mouse PS/2 con rotella;
La pressione della rotella è riconosciuta dal sistema, ma la sua rotazione non fa assolutamente niente;
la configurazione l'ho effettuata con xf86config:
- se seleziono il tipo di mouse "NetScrollPS/2" la rotella funziona correttamente, ma il
sistema è impallato (ci mette una valanga di tempo ad aprire finestre e programmi vari);
- se seleziono il tipo di mouse "PS/2", il sistema funziona bene, ma la rotella non va.
- ho provato a selezionare anche altri tipi di mouse, ma invano.

C'è qualche altro programmetto per configurare il mouse?
Qualche idea?

folken
30-08-2004, 14:57
Aggingi questo nella sezione relativa del tuo XF86config:
Option "ZAxisMapping" "4 5"
Ciao

kibuzo
30-08-2004, 18:17
per la rotella inoltre devi mettere come protocollo IMPS/2 non ps/2

Bolo
31-08-2004, 10:29
Ho fatto come dite ma non va lo stesso...
Mi mandereste il vostro file /etc/X11/XF86config?

kibuzo
31-08-2004, 13:11
questo e' li mio
/etc/X11/xorg.conf
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "speedo"
Load "type1"
# Load "v4l"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Monitor0"
vendorname "[Monitor0]"
modelname "[Monitor0]"
ModeLine "1024x768/60Hz" 98.9 1024 1056 1216 1408 768 782 788 822 -HSync -VSync
HorizSync 31.5-50.0
VertRefresh 52.0-75.0
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
Identifier "Card0"
Driver "nvidia"
VendorName "NVidia"
BusID "PCI:1:0:0"
Option "NoLogo"
boardname ""
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24

Subsection "Display"
Depth 32
Modes "1024x768" #"800x600" "640x480"
Virtual 0 0
EndSubSection
Subsection "Display"
Depth 24
Modes "1024x768" #"800x600" "640x480"
Virtual 0 0
EndSubSection
Subsection "Display"
Depth 16
Modes "1024x768" #"800x600" "640x480"
Virtual 0 0
EndSubSection
Subsection "Display"
Depth 8
Modes "1024x768" #"800x600"
Virtual 0 0
EndSubsection
EndSection

Section "ServerFlags"

EndSection





ma ti dovrebbe servire solo questo
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection

Ashrum
31-08-2004, 14:22
Io solitamente per far funzionare la rotella metto /dev/psaux al posto di /dev/mouse, ma potrebbe anche non essere quello.

Ciao

Ashrum

Bolo
31-08-2004, 18:58
Ora va anche la "maledetta rotella"
Bisognava inserire esattamente quello che avevate detto:

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection

Grazie !!!!

:mano: