Results 1 to 3 of 3

Thread: Will logitech Mx620 work in Ubuntu 8.04, what are the basic steps?

  1. #1
    Join Date
    Jan 2012
    Posts
    47

    Will logitech Mx620 work in Ubuntu 8.04, what are the basic steps?

    I have a system which has ubuntu operating system. Recently I bought a mouse i.e. Logitech Mx620. I just want to know that whether Logitech Mx620 will work in linux, particularly on my ubuntu. Are there any specific steps to follow?

  2. #2
    Join Date
    May 2011
    Posts
    368

    re: Will logitech Mx620 work in Ubuntu 8.04, what are the basic steps?

    I have the same and my entire button is working just great. Regarding editing config files apply it will take certain standard warning. based on evedev input.
    Steps 1) to determine my system event mouse input by running these file:
    # ls -lh /dev/input/by-id/
    Steps 2) the result will be results:
    usb-Logitech_USB_Receiver-event-mouse -> ../event2
    usb-Logitech_USB_Receiver-mouse -> ../mouse1

    Steps 3) install the Eve driver
    # sudo apt-get install xserver-xorg-input-evdev

    Steps 4) then configure your xorg.conf. just make sure to back up all the file before editing it.
    1) The Section is "ServerLayout"
    The Identifier is "Default Layout"
    Screen 0 "screen1" 0 0
    set the InputDevice as "Generic Keyboard"
    set the InputDevice as"Logitech MX620"
    EndSection
    2) second Section "InputDevice"
    Identifier "Logitech MX620"
    Driver "evdev"
    Option "CorePointer"
    Option "Device" "/dev/input/event2"
    Option "Resolution" "800"
    Option "RelHWHEELMapTo" "Buttons 7 6"
    EndSection

  3. #3
    Join Date
    Jul 2011
    Posts
    383

    re: Will logitech Mx620 work in Ubuntu 8.04, what are the basic steps?

    I hade this problem Logitech USB Optical Mouse on a Fedora 9 system. There was problem with my mouse it doesn’t move in the Gnome GUI and the button wouldn’t work. Then I found the suggestion similar to the mty620 in the fedora forum (a linux based O.S) same as ubunto. I disabled the Xserver and then ran "Xorg --configure" as root. It produced several errors. Then I created an xorg.conf.new file which has a section for mouse.
    Then I entered these in /etc/X11/xorg.conf file. The Xorg configuration setup .:


    Section "ServerLayout"
    Identifier "single head configuration"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection

    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    EndSection

    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    EndSection

    Section "Monitor"
    Identifier "Monitor0"
    ...
    EndSection

    Section "Device"
    Identifier "Videocard0"
    ...
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    Monitor "Monitor0"
    ...
    EndSection

Similar Threads

  1. Replies: 5
    Last Post: 27-06-2012, 05:29 PM
  2. What are the steps to execute Visual basic program?
    By Asis in forum Software Development
    Replies: 3
    Last Post: 02-01-2011, 08:22 AM
  3. Steps to play DVD on Ubuntu
    By Benjhonson in forum Operating Systems
    Replies: 4
    Last Post: 20-11-2010, 11:15 AM
  4. Do logitech g500 gaming mouse work in ubuntu 9.10?
    By Hectorss in forum Hardware Peripherals
    Replies: 2
    Last Post: 20-10-2010, 09:11 PM
  5. Basic steps to keep Computer safe
    By Balamohan in forum Networking & Security
    Replies: 5
    Last Post: 27-12-2009, 04:34 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,417,468.67059 seconds with 17 queries