PCLinuxOS-Forums
News: ...FLASH!!! ...New PCLinuxOS Testing board now open. Register today! Be an active contributor to the PCLinuxOS future! ... Read all about it now, on THIS forum!!!..
 
*
Welcome, Guest. Please login or register. May 26, 2012, 03:05:14 PM


Login with username, password and session length


Pages: [1]   Go Down
  Print  
Author Topic: MX1000 mousewheel click  (Read 777 times)
smurfslover
Hero Member
*****
Offline Offline

Posts: 810



« on: May 17, 2010, 03:24:56 AM »

Hi i'm using a mx1000 laser mouse on pclos with the e17 desktop.
I can use all buttons i want, even could assign specific action to the side buttons in e17 except for one option.

Clicking my scrollwheel doesn't work, X is getting no input at all, 3 button emulation works as clicking left and right emulates a middle mouse click.

xorg.conf generated by pcc:

Code:
# File generated by XFdrake (rev )

# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
    # font server independent of the X server to render fonts.
    FontPath "unix/:-1"
   
    # minimal fonts to allow X to run without xfs
    FontPath "/usr/share/fonts/misc:unscaled"
EndSection

Section "ServerFlags"
    Option "DontZap" "False" # disable <Crtl><Alt><BS> (server abort)
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection

Section "Module"
    Disable "dri"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
EndSection

Section "InputDevice"
    Identifier "Mouse2"
    Driver "evdev"
    Option "product" "0x0006"
    Option "vendor" "0x0002"
    Option "HWheelRelativeAxisButtons" "7 6"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Plug'n Play"
    ModelName "SAMTRON"
    HorizSync 30-71
    VertRefresh 50-160
   
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
   
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    VendorName "nVidia Corporation"
    BoardName "NVIDIA GeForce FX series"
    Driver "nvidia"
    Option "DPMS"
    Option "DynamicTwinView" "false"
    Option "AddARGBGLXVisuals"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
   
    Subsection "Display"
        Depth 8
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 15
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 16
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 24
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Mouse2" "SendCoreEvents"
    Screen "screen1"
EndSection
Logged

Registered Linux User 440970

Every windows machine has an un-patchable critical vulnerability... Its called "Power ON" switch.
Texstar
Administrator
Super Villain
*****
Offline Offline

Posts: 11805



« Reply #1 on: May 17, 2010, 03:43:28 AM »

That is an odd xorg.conf. Mine does not generate any mouse entries.

Code:
# File generated by XFdrake (rev )

# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerFlags"
    Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "glx" # 3D layer
    Load "dri" # direct rendering
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Plug'n Play"
    ModelName ""
    HorizSync 31-60
    VertRefresh 60-75
EndSection

Section "Device"
    Identifier "device1"
    VendorName "ATI Technologies Inc"
    BoardName "ATI Radeon HD 2000 and later (radeon/fglrx)"
    Driver "ati"
    Option "DPMS"
    Option "AccelMethod" "EXA"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
   
    Subsection "Display"
        Depth 8
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 15
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 16
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 24
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    Screen "screen1"
EndSection
Logged

Follow the development of PCLinuxOS on Twitter
Help fund the PCLinuxOS project!

"I'm not so good on advice, can I interest you in a sarcastic reply?"
smurfslover
Hero Member
*****
Offline Offline

Posts: 810



« Reply #2 on: May 17, 2010, 03:56:06 AM »

Removed xorg.conf* and started over:
still no responses from wheelclick.

Code:
# File generated by XFdrake (rev )

# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerFlags"
    Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection

Section "Module"
    Disable "dri"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "glx" # 3D layer
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Plug'n Play"
    ModelName "SAMTRON"
    HorizSync 30-71
    VertRefresh 50-160
   
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
   
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    VendorName "nVidia Corporation"
    BoardName "NVIDIA GeForce FX series"
    Driver "nvidia"
    Option "DPMS"
    Option "DynamicTwinView" "false"
    Option "AddARGBGLXVisuals"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
   
    Subsection "Display"
        Depth 8
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 15
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 16
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 24
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    Screen "screen1"
EndSection
Logged

Registered Linux User 440970

Every windows machine has an un-patchable critical vulnerability... Its called "Power ON" switch.
Linuxglider
Full Member
***
Offline Offline

Posts: 205



WWW
« Reply #3 on: September 07, 2010, 02:25:07 PM »

i m standing for exactly the same problem.
In xorg.conf have no mouse entries - wheel up/down is ok left and right is ok  sidebuttons ok too
but middle mouse button is dead.
Any solutions for this??
Logged
Old-Polack
Administrator
Hero Member
*****
Offline Offline

Posts: 9694


----IOFLU----


« Reply #4 on: September 07, 2010, 05:03:52 PM »

i m standing for exactly the same problem.
In xorg.conf have no mouse entries - wheel up/down is ok left and right is ok  sidebuttons ok too
but middle mouse button is dead.
Any solutions for this??

I have three xorg.conf entries for the same mouse on different installations;

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
EndSection



Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
EndSection


Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mouse0"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
EndSection



Mouse is a MS IntelliMouse USB/PS/2 Compatible. The same settings work for Logitech IR cordless mouse. All sets of instructions work the same, ie all buttons work as they should. These may have been generated by the nVidia setup tool. I'm not sure how they got there, and as long as they work, really don't care.

You might want to edit your /etc/X11/xorg.conf file as root, and try each, in turn to see if any one helps. Worst case, they don't and you remove them. Best case, one gets your mouse working right.
Logged

Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...
Linuxglider
Full Member
***
Offline Offline

Posts: 205



WWW
« Reply #5 on: September 12, 2010, 12:57:18 PM »

hmm i try it now manually to bind the section in xorg conf but this has no effect.
Logged
Old-Polack
Administrator
Hero Member
*****
Offline Offline

Posts: 9694


----IOFLU----


« Reply #6 on: September 12, 2010, 01:14:37 PM »

hmm i try it now manually to bind the section in xorg conf but this has no effect.

Did you log out, then back in, after each change? Maybe a full reboot? The X server has to be started with the settings in place, if they are to be sourced from xorg.conf.
Logged

Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...
smurfslover
Hero Member
*****
Offline Offline

Posts: 810



« Reply #7 on: September 12, 2010, 03:41:10 PM »

Same here doesn't work none of them and restarted X after every change.
xev doesn't report anything when i click it.
Logged

Registered Linux User 440970

Every windows machine has an un-patchable critical vulnerability... Its called "Power ON" switch.
Old-Polack
Administrator
Hero Member
*****
Offline Offline

Posts: 9694


----IOFLU----


« Reply #8 on: September 12, 2010, 03:52:06 PM »

Same here doesn't work none of them and restarted X after every change.
xev doesn't report anything when i click it.

Check your entries in /etc/X11/imwheel/startup.conf.

[root@littleboy ~]# cat /etc/X11/imwheel/startup.conf
IMWHEEL_START=1
IMWHEEL_PARAMS=-k
Logged

Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...
smurfslover
Hero Member
*****
Offline Offline

Posts: 810



« Reply #9 on: September 12, 2010, 10:56:26 PM »

[jan@zenmini ~]$ cat /etc/X11/imwheel/startup.conf
IMWHEEL_START=1
IMWHEEL_PARAMS=-k

I know that makes the sidebuttons work on my logitech mx1000 but doesn't seem to help for the wheelclick.
Logged

Registered Linux User 440970

Every windows machine has an un-patchable critical vulnerability... Its called "Power ON" switch.
Linuxglider
Full Member
***
Offline Offline

Posts: 205



WWW
« Reply #10 on: December 27, 2010, 03:36:26 PM »

try today again with the 3rd mouse button - all failed. I think Logitech MX devices are really NOT Linux compatible.
Anyone her who has full running Logitech MX?
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM