Changeset 2525

Show
Ignore:
Timestamp:
05/11/04 20:58:39 (9 years ago)
Author:
khali
Message:

Document beep_enable. Patch by Aurelien Jarno.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/etc/sensors.conf.eg

    r2523 r2525  
    221221# yet supported; spaces at the end are ignored, though. 
    222222# 
     223# 
     224# BEEPS 
     225# ----- 
     226# Some chips support alarms with beep warnings. When an alarm is triggered 
     227# you can be warned by a beeping signal through your computer speaker. It 
     228# is possible to enable beeps for all alarms on a chip using the following  
     229# line: 
     230# 
     231#       set beep_enable 1 
     232# 
     233# or disable them using: 
     234# 
     235#       set beep_enable 0 
    223236# 
    224237########################################################################## 
     
    312325# the CPU temperature. 
    313326#    label temp "M/B Temp" 
     327 
     328# Uncomment the following line to enable beeps for all alarms on this chip 
     329#    set beep_enable 1 
    314330 
    315331