Skocz do zawartości

Jak Uruchomic Scroll'a?


alfred

Rekomendowane odpowiedzi

mam myszke logitech Cordless MouseMan Wheel nie dzila mi scroll :( jak by ktos mi mogl pomoc to z gory dziekuje

Wyedytuj plik /etc/X11/xorg.conf powinieneś mieć coś takiego:

(...)
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5 6 7"
Option "Emulate3Buttons" "no"
(...)

 

zależy jeszcze jaką masz mysz (ile czego) i jak podłączoną ...

 

to powyżej jest dla myszy z 2 scrollami na PS/2

 

Ps. piszę "z palca" więc nie wiem czy gdzieś się nie walnąłem ....;)

 

pozdr

Odnośnik do komentarza
Udostępnij na innych stronach

niestety zrobilem jak mowiles ale dalej nie dziala  :(

Coś masz namieszane w /etc/X11/xorg.conf, pokaż go ...

 

Section "InputDevice"

Identifier "Mouse0"

Driver "mouse"

Option "Protocol" "IMPS/2"

Option "Device" "/dev/input/mice"

Option "Buttons" "7"

Option "ZAxisMapping" "4 5 6 7"

Option "Emulate3Buttons" "no"

EndSection

 

(_niewiem_ → nie wiem) ORT do czego jest "Buttons" "7" ale juz dzuo kombinowalem :lammer:

Odnośnik do komentarza
Udostępnij na innych stronach

No więc ja mam A4TECHa na PS/2 i takie ustawienia:

Section "InputDevice"
       Identifier  "Mouse0"
       Driver      "mouse"
       Option      "Protocol" "IMPS/2"
       Option      "Device" "/dev/input/mice"
       Option      "Buttons" "7"
       Option      "ZAxisMapping" "4 5 6 7"
       Option      "Emulate3Buttons" "no"

i działa wyśmienicie :)

 

... nie wiem - moze poprostu wadliwa mysz? :unsure: \

 

pozdr

Odnośnik do komentarza
Udostępnij na innych stronach

to mnie rozsmieszyles wadliwa mysz, pod Mandrake scroll chodzi normalnie,  trudno dzieki za usilowanie pomocy

Wiem, że przypominam odrobinę wróżkę ale uwierz: wszelkie podobieństwa są przypadkowe ... ;)

 

Napisałeś, iż nie działa Ci mysz – wielce prawdopodobne było więc, że jest uszkodzona mechanicznie – nie byłem wstanie przewidzieć/zobaczyć że gdzie indziej działa ...

 

Miałeś pokazać swój xorg.conf (powyżej wklepałeś część – ale może ominąłeś jakiś istotny szczegół) – na pewno masz coś namieszane- bo jeżeli mysz nie jest uszkodzona – jest prawdopodobnie źle skonfigurowana ...

 

pozdr

Odnośnik do komentarza
Udostępnij na innych stronach

sorki ale juz szalu z tym dostaje i niewiedzialem ze cos poza linijkami ktore wymienilem wyzej moze miec jakies znaczanie

 

 

# Xorg configuration created by system-config-display

 

Section "ServerLayout"

Identifier "single head configuration"

Screen 0 "Screen0" 0 0

InputDevice "Mouse0" "CorePointer"

InputDevice "Keyboard0" "CoreKeyboard"

EndSection

 

Section "Files"

 

# RgbPath is the location of the RGB database. Note, this is the name of the

# file minus the extension (like ".txt" or ".db"). There is normally

# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)

# By default, Red Hat 6.0 and later now use a font server independent of

# the X server to render fonts.

RgbPath "/usr/X11R6/lib/X11/rgb"

FontPath "unix/:7100"

EndSection

 

Section "Module"

Load "dbe"

Load "extmod"

Load "fbdevhw"

Load "glx"

Load "record"

Load "freetype"

Load "type1"

Load "dri"

EndSection

 

Section "InputDevice"

 

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))

# Option "Xleds" "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.

# Option "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the

# lines below (which are the defaults). For example, for a non-U.S.

# keyboard, you will probably want to use:

# Option "XkbModel" "pc102"

# If you have a US Microsoft Natural keyboard, you can use:

# Option "XkbModel" "microsoft"

#

# Then to change the language, change the Layout setting.

# For example, a german layout can be obtained with:

# Option "XkbLayout" "de"

# or:

# Option "XkbLayout" "de"

# Option "XkbVariant" "nodeadkeys"

#

# If you'd like to switch the positions of your capslock and

# control keys, use:

# Option "XkbOptions" "ctrl:swapcaps"

# Or if you just want both to be control, use:

# Option "XkbOptions" "ctrl:nocaps"

#

Identifier "Keyboard0"

Driver "keyboard"

Option "XkbModel" "pc105"

Option "XkbLayout" "pl"

EndSection

 

Section "InputDevice"

Identifier "Mouse0"

Driver "mouse"

Option "Protocol" "IMPS/2"

Option "Device" "/dev/input/mice"

Option "Buttons" "7"

Option "ZAxisMapping" "4 5 6 7"

Option "Emulate3Buttons" "no"

EndSection

 

Section "Monitor"

Identifier "Monitor0"

VendorName "Monitor Vendor"

ModelName "Samsung SyncMaster 700IFT (CSH780B*)"

DisplaySize 320 240

HorizSync 30.0 - 96.0

VertRefresh 50.0 - 160.0

Option "dpms"

EndSection

 

Section "Device"

Identifier "Videocard0"

Driver "nvidia"

VendorName "Videocard vendor"

BoardName "NVIDIA GeForce 256 (generic)"

EndSection

 

Section "Screen"

Identifier "Screen0"

Device "Videocard0"

Monitor "Monitor0"

DefaultDepth 24

SubSection "Display"

Viewport 0 0

Depth 24

Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"

EndSubSection

EndSection

 

Section "DRI"

Group 0

Mode 0666

EndSection

Odnośnik do komentarza
Udostępnij na innych stronach

No więc nie bardzo mogę się dopatrzeć jakiegoś błędu ... :( (może dlatego że jest dość późno...)

(jedynie co, to zauważyłem to, że używasz nvidii i zapewne zainstalowałeś sterownik- tak więc zahaszuj Load "dri")

#Load "dri"

Wracając do Twojego problemu to powiem szczerze że ciężko mi coś wymyśleć ...

spróbuj przeprowadzić test myszy:

mouse-test

i może wyłącz gpm (nie wiem co to da - improwizuję)

Jak się na coś natkne to dam znać - Ty na razie kombinuj :

 

 

pozdr

Odnośnik do komentarza
Udostępnij na innych stronach

dziwna sprawa z tym testem myszy bo mi sie zawiesza, wypisuje cos takiego i koniec

 

This program is designed to help you in detecting what type your

mouse is. Please follow the instructions of this program. If you're

bored before it is done, you can always press your 'Interrupt' key

(usually Ctrl-C)

 

*** Remember: don't run any software which reads the mouse device

*** while making this test. This includes "gpm","selection", "X"

 

Note that this program is by no means complete, and its main role is

to detect how does the middle button work on serial mice

/dev/adbmouse: No such device

/dev/amigamouse: No such device

/dev/amigamouse1: No such device

/dev/apm_bios: No such device

/dev/atarimouse: No such device

/dev/atibm: No such device

/dev/atimouse: No such device

/dev/beep: No such device

/dev/inportbm: No such device

/dev/ipmikcs: No such device

/dev/ipmo: No such device

/dev/irnet: No such device

/dev/isictl: No such device

/dev/jmouse: No such device

/dev/jsflash: No such device

/dev/kpoll: No such device

ttyS0: No such file or directory

/dev/logibm: No such device

/dev/logimouse: No such device

/dev/msmouse: No such device

/dev/psaux: No such device

/dev/psmouse: No such device

/dev/smouse: No such device

/dev/sunmouse: No such device

/dev/vmmon: No such device

/dev/vpcmouse: No such device

cpqphpc: No such file or directory

cpqrid: No such file or directory

ctl: No such file or directory

keyboard: No such file or directory

mouse: No such file or directory

control: No such file or directory

tun: No such file or directory

em8300: No such file or directory

em8300_ma: No such file or directory

em8300_mv: No such file or directory

em8300_sp: No such file or directory

 

Trying with 1200 baud

 

The possible device nodes are:

/dev/ttyS3

/dev/ttyS2

/dev/ttyS1

/dev/ttyS0

/dev/rtc

/dev/agpgart

Odnośnik do komentarza
Udostępnij na innych stronach

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Posiadasz już konto? Zaloguj się poniżej.

Zaloguj się
×
×
  • Dodaj nową pozycję...