!
!  xosview resources (override into your .Xdefaults file)
!  $Id: Xdefaults,v 1.18 1997/10/19 20:35:36 mromberg Exp $

! General Resources

! xosview*title:
xosview*geometry:         184x344
! xosview*display:
xosview*labels:		  True
xosview*meterLabelColor:  white
xosview*usedlabels:       True
xosview*usedLabelColor:   grey70
xosview*borderwidth:      1
xosview*font:             6x10
xosview*foreground:       white
xosview*background:       black
xosview*enableStipple:	  False !  Change to true to try beta stipple support.


! Load Meter Resources

xosview*load:		  True
!  We don't need to enable the Decay option for the load -- the load
!    is already a time-averaged value!
xosview*loadWarnColor:    red
xosview*loadProcColor:    blue
xosview*loadIdleColor:    green2
xosview*loadPriority:     5
xosview*loadAlarmThreshold: 2
xosview*loadDecay:	  False
xosview*loadUsedFormat:	  float

! CPU Meter Resources

xosview*cpu:		    True
xosview*cpuUserColor:       blue
xosview*cpuNiceColor:       yellow
xosview*cpuSystemColor:     red
!xosview*cpuInterruptColor:  orange
xosview*cpuFreeColor:       green2
xosview*cpuPriority:        3
xosview*cpuDecay:           True
xosview*cpuUsedFormat:	    percent

! Memory Meter Resources
!  Not all of these are used by a specific platform.

xosview*mem:		  True
xosview*memUsedColor:     blue
xosview*memSharedColor:   yellow
xosview*memBufferColor:   grey50
xosview*memCacheColor:    red
xosview*memFreeColor:     green2
!xosview*memTextColor:    blue
!xosview*memOtherColor:   orange
!xosview*memActiveColor:  blue
!xosview*memInactiveColor: lightblue
xosview*memPriority:      10
xosview*memDecay:         False
xosview*memUsedFormat:	  autoscale

! Swap Meter Resources

xosview*swap:		  True
xosview*swapUsedColor:    blue
xosview*swapFreeColor:    green2
xosview*swapPriority:     10
xosview*swapDecay:        True
xosview*swapUsedFormat:	  autoscale


! Page Meter Resources

xosview*page:           True
xosview*pageBandwidth:  120
xosview*pageInColor:    blue
xosview*pageOutColor:   red
xosview*pageIdleColor:  green2
xosview*pagePriority:   5
xosview*pageDecay:      True
xosview*pageUsedFormat: autoscale


! Network Meter Resources

xosview*net:		  True
!  Suitable for people with 28.8Kbaud with no compression, or 14.4
!    with compression:
!xosview*netBandwidth:	2000
!  Suitable for people with up to 57.6Kbaud modems:
!xosview*netBandwidth:	5000
!  Suitable for people with up to 768kBit/s DSL:
!xosview*netBandwidth:  210000
!  Suitable for people with 10Mbits/sec Ethernet:  (could put 1250000)
xosview*netBandwidth:	1000000
!  Suitable for people with 100Mbits/sec Ethernet (could be 12500000)
!xosview*netBandwidth:	10000000
xosview*netInColor:       blue
xosview*netOutColor:      red
xosview*netBackground:    green2
xosview*netPriority:      5
!xosview*netDecay:         True
!xosview*netUsedFormat:	  autoscale

!!!
!!!  Linux-only meters
!!!
! Serial Meter Resources
! set 'True' for autodetection or give the baseaddress
!   (autodetection may fail sometimes, if
!    the port is locked by ppp/slip for example)

!xosview*serial0: 0x3f8
!xosview*serial1: 0x2f8
!xosview*serial2: 0x3e8
!xosview*serial3: 0x2e8
xosview*serial0: False
xosview*serial1: False
xosview*serial2: False
xosview*serial3: False
xosview*serial4: False
xosview*serial5: False
xosview*serial6: False
xosview*serial7: False
xosview*serial8: False
xosview*serial9: False
xosview*serialOnColor:    red
xosview*serialOffColor:   blue
xosview*serialPriority:   1

! Interrupt Meter Resources

xosview*interrupts:       False
xosview*intOnColor:       red
xosview*intOffColor:      blue

! Battery meter
xosview*battery:          False
xosview*batteryLeftColor: blue
xosview*batteryUsedColor: red
xosview*batteryPriority:  50

!!!
!!!  NetBSD-only meters
!!!
!! Disk Meter Resources
!!
!xosview*disk:		True
!xosview*diskUsedColor:	red
!xosview*diskIdleColor:	blue
!!  Default to 5MB/s bandwidth -- I
!! think that's IDE's theoretical
!! peak?, and SCSI-II's peak (no fast, no
!! wide) bgrayson
!xosview*diskBandwidth:  5000000
!xosview*diskPriority:	10
!xosview*diskDecay:	True
!xosview*diskUsedFormat: autoscale
