> You'll get more nibbles with a subject line.

You are completely right. Sorry about that.
 
> What type of mouse do you have? Is it a PS/2 mouse?
> Serial? USB?

PS/2

> Do you remember seeing anything about "gpm" in
> /etc/rc*.d? (BTW, it 


No, there is nothing.

> sounds like you're trying to do things in a manner
> that is not "the 
> Debian Way" -- that's okay, but you'll find that

I installed Debian two weeks ago, I hardly knew there
was a "Debian way" :). I guess I *have* to read some
doc...


> Do you have gpm installed? Run "dpkg -s gpm" and
> look for the "Status" 
> line. If so, post the contents of /etc/gpm.conf.

Yes, it is installed. The contents of
/etc/gpm-root.conf are:

# sample configuration file for gpm-root
# edit it to please your taste....

button 1 {
  name "ttys"

  ""        f.nop
  "login on a new tty" f.mktty
  ""        f.nop
  "tty  1"  f.jptty  "1"
  "tty  2"  f.jptty  "2"
  "tty  3"  f.jptty  "3"
  "tty  4"  f.jptty  "4"
  ""         f.nop
  "tty  5"  f.jptty   "5"
  "tty  6"  f.jptty   "6"
  "tty  7"  f.jptty   "7"
  "tty  8"  f.jptty   "8"
  ""        f.nop
  "more of them..." {
    
    "tty  9"  f.jptty  "9"
    "tty 10"  f.jptty  "10"
    "tty 11"  f.jptty  "11"
    "tty 12"  f.jptty  "12"
    ""         f.nop
    "tty 13"  f.jptty   "13"
    "tty 14"  f.jptty   "14"
    "tty 15"  f.jptty   "15"
    "tty 16"  f.jptty   "16"
    ""        f.nop
    "more of them..." {
          "tty 17" f.jptty  "17"
      }
  }
    
}

button 2 {
  name "system status"
  foreground red
  background black
  border yellow
  head bright yellow

  ""          f.nop
  "%b %d %Y"  f.time
  "%H:%M"     f.time
  ""          f.nop
  "load: "    f.load 
  "free:"     f.free
  "" f.nop
  "report disk usage to ~/du" f.bgcmd  "du ~ | sort
-rn > ~/du"
  "print mail headers to tty" f.bgcmd
         "grep '^From ' /var/spool/mail/$USER | tail"
}

button 3 {
  name "far ttys"

  foreground black
  background red
  border bright yellow
  head bright yellow

  "tty  9"  f.jptty   "9"
  "tty 10"  f.jptty  "10"
  "tty 11"  f.jptty  "11"
  "tty 12"  f.jptty "12"
  ""         f.nop

  "tty 13" f.jptty "13"
  "tty 14" f.jptty "14"
  "tty 15" f.jptty "15"
  "tty 16" f.jptty "16"
  ""         f.nop

# I use this to halt and reboot the system, but it
isn't wise to put it
# in widely accessible boxes.
#
#  "----"     f.nop
#  ""         f.nop
#  "halt"   f.bgcmd "/sbin/shutdown -h now"
#  "reboot" f.bgcmd "/sbin/shutdown -r now"
}



 
> Post the contents of the mouse section of
> /etc/X11/XF86Config-4.

Here they are: 

Section "InputDevice"
        Identifier  "Serial Mouse"
        Driver      "mouse"
        Option      "Protocol" "Microsoft"
        Option      "Device" "/dev/ttyS0"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"
        Option      "SendCoreEvents"  "true"
EndSection
 
> Once we have some of this additional info, we'll be
> able to go a bit 
> farther.


Thanks a lot :)

___________________________________________________
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to