gpm.confd 580 B

123456789101112131415161718192021222324
  1. # /etc/init.d/gpm
  2. # Please uncomment the type of mouse you have and the appropriate MOUSEDEV entry
  3. MOUSE=ps2
  4. #MOUSE=imps2
  5. #MOUSEDEV=/dev/psaux
  6. MOUSEDEV=/dev/input/mice
  7. # Extra settings
  8. #RESPONSIVENESS=
  9. #REPEAT_TYPE=raw
  10. # Please uncomment this line if you want gpm to understand charsets used
  11. # in URLs and names with ~ or : in them, etc. This is a good idea to turn on!
  12. #APPEND="-l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\""
  13. # Various other options, see gpm(8) manpage for more.
  14. #APPEND="-g 1 -A60"
  15. #APPEND="-l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\" -g 1 -A60"