home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20110502.etc.tar.gz / bradford.20110502.etc.tar / etc / sysconfig / mouse < prev    next >
Text File  |  2006-12-18  |  1KB  |  58 lines

  1. ## Path:            Hardware/Mouse/Console
  2. ## Description:        Console mouse configuration
  3. ## ServiceRestart:  gpm
  4. #
  5. ## Type:        string(/dev/input/mice,/dev/psaux)
  6. ## Default:         ""
  7. #
  8. # The mouse device used on the console by gpm.
  9. # The default value is generated by YaST.
  10. #
  11. MOUSEDEVICE=""
  12.  
  13. ## Type:        string(imps2,ms,ms3,msc,mman,ps2,syn,synps2)
  14. ## Default:     ""
  15. #
  16. # The mouse type which defines the mouse protocol used by gpm for the mouse
  17. # device in the variable MOUSEDEVICE
  18. # The default value is generated by YaST
  19. #
  20. MOUSETYPE=""
  21.  
  22. ## Type:        string
  23. ## Default:     ""
  24. #
  25. # You can define your own options to start gpm here. If the variable is empty
  26. # then the gpm will start with the option "-m $MOUSEDEVICE -t $MOUSETYPE"
  27. #
  28. GPM_PARAM=""
  29.  
  30. ## Type:        string(raw,imps2,ms,ms3,msc,mman,ps2,syn,synps2)
  31. ## Default:     ""
  32. #
  33. # Define type of repeating for gpm. This is usually needed when you want to
  34. # use gpm together with XFree. All mouse data will be repeated in fifo
  35. # /dev/gpmdata. Use "raw" for repeating same data as received by gpm.
  36. #
  37. GPM_REPEAT=""
  38.  
  39. # The full name of the attached mouse.
  40. #
  41. FULLNAME="NONE "
  42.  
  43. # The YaST-internal identifier of the attached mouse.
  44. #
  45. YAST_MOUSE="none"
  46.  
  47. # Mouse device used for the X11 system.
  48. #
  49. XMOUSEDEVICE=""
  50.  
  51. # The number of buttons of the attached mouse.
  52. #
  53. BUTTONS="0"
  54.  
  55. # The number of wheels of the attached mouse.
  56. #
  57. WHEELS="0"
  58.