Configure a USB mouse

Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default Configure a USB mouse

    I am new to linux and my mouse donīt work.
    I have Debian Linux 3.0 and when I installed my system I choosed the "tty0"
    as mouse port.

    Where can I configure the mouseport on KDE or Gnome?

    Thanks in advance
    //Christian


    Christian Almroth Guest

  2. Similar Questions and Discussions

    1. #25809 [Fbk]: attempting to configure with xslt option breaks configure script for yp
      ID: 25809 Updated by: sniper@php.net Reported By: xirkus at z1r0 dot com Status: Feedback Bug Type: ...
    2. #25809 [Opn->Fbk]: attempting to configure with xslt option breaks configure script for yp
      ID: 25809 Updated by: sniper@php.net Reported By: xirkus at z1r0 dot com -Status: Open +Status: ...
    3. #25809 [Bgs->Opn]: attempting to configure with xslt option breaks configure script for yp
      ID: 25809 User updated by: xirkus at z1r0 dot com Reported By: xirkus at z1r0 dot com -Status: Bogus +Status: ...
    4. #25809 [NEW]: attempting to configure with xslt option breaks configure script for yp
      From: xirkus at z1r0 dot com Operating system: Linux Kernel 2.4.21 PHP version: 4.3.2 PHP Bug Type: *Compile Issues Bug...
    5. Unable to configure PS/2 Mouse in woody!
      Hello SRIKANTH NS wrote: The line is for the X font server xfs. Do apt-get install xfs if you want to use it.
  3. #2

    Default Re: Configure a USB mouse

    Christian Almroth scribbled:
    > I am new to linux and my mouse donīt work.
    > I have Debian Linux 3.0 and when I installed my system I choosed the
    > "tty0" as mouse port.
    >
    > Where can I configure the mouseport on KDE or Gnome?
    >
    > Thanks in advance
    > //Christian
    [url]http://panuganty.tripod.com/debiantips/mouse.htm[/url]

    --
    Free Software Foundation (FSF) Associate Member 499
    Linux Counter Statistics: UserID 277671
    LindowsOS v4.0 (Linux kernel 2.4.20) Elite-II Zero-Footprint PC

    horne Guest

  4. #3

    Default Re: Configure a USB mouse

    Christian Almroth wrote:
    > I am new to linux and my mouse donīt work.
    > I have Debian Linux 3.0 and when I installed my system I choosed the
    > "tty0" as mouse port.
    >
    > Where can I configure the mouseport on KDE or Gnome?
    >
    > Thanks in advance
    > //Christian
    You first need to configure your XFree server first: in the input section of
    your /etc/X11/XF86Config-4 you need something like this:

    Port "/dev/input/mice"

    Instead of

    Port "/dev/tty0"

    For more information ask google, and you will find hints like this:

    [url]http://rtfm.dyndns.info/tips/2002/02/01/44.shtml[/url]

    Kind regards, Joerg.

    Joerg Morbitzer Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139