1. Welcome! Please take a few seconds to create your free account to post threads, make some friends, remove a few ads while surfing and much more. ClutchFans has been bringing fans together to talk Houston Sports since 1996. Join us!

Call me lazy; I have a Linux/KDE Question

Discussion in 'BBS Hangout' started by heypartner, Jan 11, 2002.

Tags:
  1. heypartner

    heypartner Member

    Joined:
    Oct 27, 1999
    Messages:
    63,511
    Likes Received:
    59,008
    I do all my programming on Linux, but haven't used KDE, yet. I finally got around to installing it. wow!!!!. If I didn't have $5000 invested in Adobe and Macromedia software, I'd say bye bye to NT for good. screw it.

    So, quick question. What is the best mouse driver out there? Does the default one allow configuring buttons. And is there an equivalent of Control Panel in KDE2?

    excuse the laziness to not check . . . I want to install the top pick the first time, if you know what I mean.

    thx
     
  2. Xeelee

    Xeelee Member

    Joined:
    Jan 10, 2002
    Messages:
    29
    Likes Received:
    0
    I've only used KDE a couple of times but if I am not mistaken you can configure the mouse to your liking. I mostly use RH and it seems the closest to a control panel is /dev maybe.
     
  3. Mack

    Mack Member

    Joined:
    Oct 26, 1999
    Messages:
    1,737
    Likes Received:
    191
    Not sure exactly what you want to do with the mouse buttons, but try clicking on the KDE control center. Or type "kcontrol" from the command line, and look under "Look and Feel" or something like that.

    I'm running it on my laptop, it's pretty good. If KOffice dealt with Word and PowerPoint files well, I'd stop using Windows for productivity stuff all together.
     
  4. coma

    coma Member

    Joined:
    Jul 17, 2001
    Messages:
    3,347
    Likes Received:
    10
    What are you trying to do with your mouse?

    Right-click, left-click, both buttons down as third button...

    What else is there?
     
  5. Mack

    Mack Member

    Joined:
    Oct 26, 1999
    Messages:
    1,737
    Likes Received:
    191
    pop-up menus?
     
  6. movement

    movement Member

    Joined:
    Aug 9, 2001
    Messages:
    212
    Likes Received:
    0
    You can edit all things like, monitor refresh rate, keyboard, and mice settings for the GUI under the config file, called XF86Config. The path for my version of linux is /etc/X11/XF86Config. If you manage to get the scroll wheel button to work, please let me know. Here's the XF86Config file with the portion for my mouse:

    # **********************************************************************
    # Core Pointer's InputDevice section
    # **********************************************************************

    Section "InputDevice"

    # Identifier and driver

    Identifier "Mouse1"
    Driver "mouse"
    # The available mouse protocols types that you can set below are:
    # Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2
    # Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2
    # MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse
    # ThinkingMouse ThinkingMousePS/2 Xqueue
    Option "Protocol" "PS/2"
    Option "Device" "/dev/mouse"
    # Option "Device" "/dev/psaux"
    # Option "Device" "/dev/ttyS0"
    # Option "Device" "/dev/ttyS1"
     
  7. Mack

    Mack Member

    Joined:
    Oct 26, 1999
    Messages:
    1,737
    Likes Received:
    191
    I used to edit the XF86Config files, but I just installed RedHat 7.2 (stupid Win98SE screwed up a driver, and told me to reinstall Win98, but I don't have a CD-ROM drive in my laptop). Surprisingly, RedHat is much easier for me to install than Windows, since I had to install over a network. Much simpler to configure nowadays, too.

    For my USB mouse with a scroll wheel, I just picked a logitech version (I have a cheap Belkin), and it worked just fine. I used "mouseconfig" - a lot quicker than editing XF86 files. I haven't messed with assigning buttons functions.
     

Share This Page