Announcement

Collapse
No announcement yet.

Left/Right Tiltwheel Problem . . . [solved]

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Re: Left/Right Tiltwheel Problem . . .

    you should try with
    Code:
    Driver   "evdev"
    one more time even though you said previously that x won't start, in that case:
    Code:
    "cp /var/log/Xorg.0.log /somewhere"
    so start with simplistic configuration
    Code:
    Section "InputDevice"
     Identifier "Configured Mouse"
     Option   "CorePointer"
     Driver    "evdev"
     Option   "Device" "/dev/input/event2"
    EndSection
    Option "Device" "/dev/input/event2" is determined by:

    cat /proc/bus/input/devices

    I: Bus=0003 Vendor=046d Product=c03f Version=0110
    N: Name="Logitech USB-PS/2 Optical Mouse"
    P: Phys=usb-0000:00:1d.0-2/input0
    S: Sysfs=/class/input/input3
    U: Uniq=
    H: Handlers=mouse1 event2
    B: EV=7
    B: KEY=f0000 0 0 0 0 0 0 0 0
    B: REL=103

    Comment


      #17
      Re: Left/Right Tiltwheel Problem . . .

      NO WAY!!! It worked this time! I guess it was just waiting for you to give it the command, cuz' it wasn't workin' for me :P

      Alright, what next?
      Asus G1S-X3:
      Intel Core2 Duo T7500, Nvidia GeForce 8600M GT, 4Gb PC2-5300, 320Gb Hitachi 7k320, Linux ( )

      Comment


        #18
        Re: Left/Right Tiltwheel Problem . . .

        Originally posted by integr8e
        NO WAY!!! It worked this time! I guess it was just waiting for you to give it the command, cuz' it wasn't workin' for me :P

        Alright, what next?
        that's hard to tell not knowing what doesn't work, see if there is any change in mouse buttons with xev again, after that assuming left-righttiltwheel still does not work:
        Code:
        Section "InputDevice"
         Identifier "Configured Mouse"
         Option   "CorePointer"
         Driver    "evdev"
         Option   "Device" "/dev/input/event2"
         Option   "HWHEELRelativeAxisButtons" "6 7"
        EndSection
        don't forget to change event2

        Comment


          #19
          Re: Left/Right Tiltwheel Problem . . .

          Almost there, it doesn't scroll left and right like it should, but it does navigate back and forward through Firefox. It now reads the left/right tiltwheel as buttons 2&6 and 2&7; should I try <Option "buttons" "9">?
          Asus G1S-X3:
          Intel Core2 Duo T7500, Nvidia GeForce 8600M GT, 4Gb PC2-5300, 320Gb Hitachi 7k320, Linux ( )

          Comment


            #20
            Re: Left/Right Tiltwheel Problem . . .

            Originally posted by integr8e
            Almost there, it doesn't scroll left and right like it should, but it does navigate back and forward through Firefox. It now reads the left/right tiltwheel as buttons 2&6 and 2&7; should I try <Option "buttons" "9">?
            isn't that what it should do by default? (go back and forward in history?)

            Comment


              #21
              Re: Left/Right Tiltwheel Problem . . .

              I like that feature, but it's supposed to scroll the page left and right (like the scroll-wheel scrolls up and down). If we can't get it to do that, I'm fine with it navigating back and forward.
              Asus G1S-X3:
              Intel Core2 Duo T7500, Nvidia GeForce 8600M GT, 4Gb PC2-5300, 320Gb Hitachi 7k320, Linux ( )

              Comment


                #22
                Re: Left/Right Tiltwheel Problem . . .

                Originally posted by integr8e
                I like that feature, but it's supposed to scroll the page left and right (like the scroll-wheel scrolls up and down). If we can't get it to do that, I'm fine with it navigating back and forward.
                it does scroll left and right like you wanted, just in firefox it goes back/forward in history; open some high-resolution picture in gimp and see for yourself

                #Edit
                or see it in firefox:
                about:config
                mousewheel.horizscroll.withnokey.action 1
                mousewheel.horizscroll.withnokey.sysnumlines true

                Comment


                  #23
                  Re: Left/Right Tiltwheel Problem . . .

                  IT DOES!!! Pretty cool! Thanks
                  Asus G1S-X3:
                  Intel Core2 Duo T7500, Nvidia GeForce 8600M GT, 4Gb PC2-5300, 320Gb Hitachi 7k320, Linux ( )

                  Comment


                    #24
                    Re: Left/Right Tiltwheel Problem . . .

                    I forgot to ask if xev also shows buttons8/9 in their right place?

                    Comment


                      #25
                      Re: Left/Right Tiltwheel Problem . . .

                      Ugh! No, they show as 6 & 7.
                      Asus G1S-X3:
                      Intel Core2 Duo T7500, Nvidia GeForce 8600M GT, 4Gb PC2-5300, 320Gb Hitachi 7k320, Linux ( )

                      Comment


                        #26
                        Re: Left/Right Tiltwheel Problem . . .

                        I figured out why I was having a problem with the evdev driver at first; I apparently had to load all the modules listed in the xorg.conf.new file generated by the command "sudo Xorg -configure". After some more experimenting, I found the evdev driver will not run for some reason if the modules are not loaded at boot, but will if they are :P
                        Asus G1S-X3:
                        Intel Core2 Duo T7500, Nvidia GeForce 8600M GT, 4Gb PC2-5300, 320Gb Hitachi 7k320, Linux ( )

                        Comment

                        Working...
                        X