| 1 | ! ********************************************************************** |
|---|
| 2 | ! ********************************************************************** |
|---|
| 3 | ! ** DO NOT EDIT Xdefaults!!!! |
|---|
| 4 | ! ** |
|---|
| 5 | ! ** Only make changes to the file Xdefaults.in, and re-run ./configure |
|---|
| 6 | ! ** to regenerate Xdefaults. |
|---|
| 7 | ! ** |
|---|
| 8 | ! ** Thanks, |
|---|
| 9 | ! ** the Management :) (bgrayson) |
|---|
| 10 | ! ** |
|---|
| 11 | ! ********************************************************************** |
|---|
| 12 | ! ********************************************************************** |
|---|
| 13 | ! |
|---|
| 14 | ! xosview resources (override into your .Xdefaults file) |
|---|
| 15 | ! $Id: Xdefaults.in,v 1.1.1.1 2008/05/04 15:53:48 emasson Exp $ |
|---|
| 16 | |
|---|
| 17 | ! General Resources |
|---|
| 18 | |
|---|
| 19 | xosview*title: Gr_osview |
|---|
| 20 | xosview*geometry: 370x300+10+440 |
|---|
| 21 | !xosview*display: |
|---|
| 22 | xosview*captions: True |
|---|
| 23 | xosview*labels: True |
|---|
| 24 | xosview*transparent: False |
|---|
| 25 | xosview*meterLabelColor: black |
|---|
| 26 | xosview*usedlabels: True |
|---|
| 27 | xosview*usedLabelColor: black |
|---|
| 28 | xosview*borderwidth: 1 |
|---|
| 29 | xosview*font: 7x13 |
|---|
| 30 | xosview*background: gray55 |
|---|
| 31 | xosview*foreground: black |
|---|
| 32 | xosview*enableStipple: False |
|---|
| 33 | xosview*samplesPerSec: 10 ! not yet supported |
|---|
| 34 | xosview*graphNumCols: 128 ! number of samples shown in a graph |
|---|
| 35 | |
|---|
| 36 | ! Load Meter Resources |
|---|
| 37 | ! We don't need to enable the Decay option, as it is already time-averaged. |
|---|
| 38 | |
|---|
| 39 | xosview*load: True |
|---|
| 40 | xosview*loadCritColor: red |
|---|
| 41 | xosview*loadWarnColor: orange |
|---|
| 42 | xosview*loadProcColor: seagreen |
|---|
| 43 | xosview*loadIdleColor: green2 |
|---|
| 44 | xosview*loadPriority: 20 |
|---|
| 45 | xosview*loadCritThreshold: 5 |
|---|
| 46 | xosview*loadWarnThreshold: 2 |
|---|
| 47 | xosview*loadDecay: False |
|---|
| 48 | xosview*loadGraph: False |
|---|
| 49 | xosview*loadUsedFormat: float |
|---|
| 50 | xosview*loadCpuSpeed: True |
|---|
| 51 | |
|---|
| 52 | ! Gfx Meter Resources ( Irix ) |
|---|
| 53 | |
|---|
| 54 | xosview*gfx: True |
|---|
| 55 | xosview*gfxCritColor: red |
|---|
| 56 | xosview*gfxWarnColor: orange |
|---|
| 57 | xosview*gfxSwapColor: seagreen |
|---|
| 58 | xosview*gfxIdleColor: aquamarine |
|---|
| 59 | xosview*gfxPriority: 1 ! dont change, until you know what you do |
|---|
| 60 | xosview*gfxCritThreshold: 120 ! swapbuffers/s per pipe |
|---|
| 61 | xosview*gfxWarnThreshold: 60 ! swapbuffers/s per pipe |
|---|
| 62 | xosview*gfxDecay: False |
|---|
| 63 | xosview*gfxGraph: False |
|---|
| 64 | xosview*gfxUsedFormat: autoscale |
|---|
| 65 | |
|---|
| 66 | ! CPU Meter Resources |
|---|
| 67 | |
|---|
| 68 | xosview*cpu: True |
|---|
| 69 | xosview*cpuUserColor: blue |
|---|
| 70 | xosview*cpuNiceColor: yellow |
|---|
| 71 | xosview*cpuSystemColor: orange |
|---|
| 72 | xosview*cpuInterruptColor: red |
|---|
| 73 | xosview*cpuWaitColor: lightblue |
|---|
| 74 | xosview*cpuIdleColor: green2 |
|---|
| 75 | xosview*cpuHwIRQColor: red |
|---|
| 76 | xosview*cpuSwIRQColor: magenta |
|---|
| 77 | xosview*cpuPriority: 1 |
|---|
| 78 | xosview*cpuDecay: True |
|---|
| 79 | xosview*cpuGraph: False |
|---|
| 80 | xosview*cpuUsedFormat: percent |
|---|
| 81 | xosview*cpuFormat: auto ! single, all, auto or both |
|---|
| 82 | |
|---|
| 83 | ! Memory Meter Resources |
|---|
| 84 | ! Not all of these are used by a specific platform. |
|---|
| 85 | |
|---|
| 86 | xosview*mem: True |
|---|
| 87 | xosview*memKernelColor: SkyBlue |
|---|
| 88 | xosview*memUsedColor: blue |
|---|
| 89 | xosview*memSharedColor: yellow |
|---|
| 90 | xosview*memBufferColor: DarkOrange |
|---|
| 91 | xosview*memSwapCacheColor: white |
|---|
| 92 | xosview*memCacheColor: red |
|---|
| 93 | xosview*memFreeColor: green2 |
|---|
| 94 | xosview*memTextColor: blue |
|---|
| 95 | xosview*memOtherColor: orange |
|---|
| 96 | xosview*memActiveColor: blue |
|---|
| 97 | xosview*memInactiveColor: lightblue |
|---|
| 98 | xosview*memPriority: 10 |
|---|
| 99 | xosview*memDecay: False |
|---|
| 100 | xosview*memGraph: False |
|---|
| 101 | xosview*memUsedFormat: autoscale |
|---|
| 102 | |
|---|
| 103 | ! Swap Meter Resources |
|---|
| 104 | |
|---|
| 105 | xosview*swap: True |
|---|
| 106 | xosview*swapUsedColor: blue |
|---|
| 107 | xosview*swapFreeColor: green2 |
|---|
| 108 | xosview*swapReservedColor: yellow |
|---|
| 109 | xosview*swapPriority: 10 |
|---|
| 110 | xosview*swapDecay: False |
|---|
| 111 | xosview*swapGraph: False |
|---|
| 112 | xosview*swapUsedFormat: autoscale |
|---|
| 113 | |
|---|
| 114 | |
|---|
| 115 | ! Page Meter Resources |
|---|
| 116 | |
|---|
| 117 | xosview*page: False |
|---|
| 118 | xosview*pageBandwidth: 120 |
|---|
| 119 | xosview*pageInColor: Blue |
|---|
| 120 | xosview*pageOutColor: Red |
|---|
| 121 | xosview*pageIdleColor: green2 |
|---|
| 122 | xosview*pagePriority: 5 |
|---|
| 123 | xosview*pageDecay: False |
|---|
| 124 | xosview*pageGraph: False |
|---|
| 125 | xosview*pageUsedFormat: autoscale |
|---|
| 126 | |
|---|
| 127 | |
|---|
| 128 | ! Network Meter Resources |
|---|
| 129 | |
|---|
| 130 | xosview*net: True |
|---|
| 131 | !xosview*netBandwidth: 7500 ! for 64kbps ISDN |
|---|
| 132 | !xosview*netBandwidth: 5000 ! for up to 57.6kbps modems |
|---|
| 133 | !xosview*netBandwidth: 2000 ! for 28.8kbps modems (no compression) |
|---|
| 134 | ! ! or 14.4kbps modems (with compression) |
|---|
| 135 | !xosview*netBandwidth: 1000000 ! for 10Mbit/s Ethernet (could be 1250000) |
|---|
| 136 | xosview*netBandwidth: 10000000 ! for 100Mbit/s Ethernet (could be 12500000) |
|---|
| 137 | xosview*netInColor: Blue |
|---|
| 138 | xosview*netOutColor: Red |
|---|
| 139 | xosview*netBackground: green2 |
|---|
| 140 | xosview*netPriority: 2 |
|---|
| 141 | xosview*netDecay: True |
|---|
| 142 | xosview*netGraph: False |
|---|
| 143 | xosview*netUsedFormat: autoscale |
|---|
| 144 | xosview*netIface: False |
|---|
| 145 | |
|---|
| 146 | ! Linux-only resources: |
|---|
| 147 | |
|---|
| 148 | ! Serial Meter Resources |
|---|
| 149 | ! |
|---|
| 150 | ! set 'True' for autodetection or give the baseaddress |
|---|
| 151 | ! (autodetection may fail sometimes, if the port is |
|---|
| 152 | ! locked by ppp/slip for example) |
|---|
| 153 | |
|---|
| 154 | !xosview*serial0: 0x3f8 |
|---|
| 155 | !xosview*serial1: 0x2f8 |
|---|
| 156 | !xosview*serial2: 0x3e8 |
|---|
| 157 | !xosview*serial3: 0x2e8 |
|---|
| 158 | xosview*serial0: False |
|---|
| 159 | xosview*serial1: False |
|---|
| 160 | xosview*serial2: False |
|---|
| 161 | xosview*serial3: False |
|---|
| 162 | xosview*serial4: False |
|---|
| 163 | xosview*serial5: False |
|---|
| 164 | xosview*serial6: False |
|---|
| 165 | xosview*serial7: False |
|---|
| 166 | xosview*serial8: False |
|---|
| 167 | xosview*serial9: False |
|---|
| 168 | xosview*serialOnColor: red |
|---|
| 169 | xosview*serialOffColor: aquamarine |
|---|
| 170 | xosview*serialPriority: 1 |
|---|
| 171 | |
|---|
| 172 | ! Interrupt Meter Resources |
|---|
| 173 | |
|---|
| 174 | xosview*interrupts: False |
|---|
| 175 | xosview*intOnColor: red |
|---|
| 176 | xosview*intOffColor: blue |
|---|
| 177 | xosview*intPriority: 1 |
|---|
| 178 | |
|---|
| 179 | ! Interrupt Rate Meter Resources |
|---|
| 180 | xosview*irqrate: False |
|---|
| 181 | xosview*irqrateUsedColor: red |
|---|
| 182 | xosview*irqrateIdleColor: black |
|---|
| 183 | xosview*irqratePriority: 1 |
|---|
| 184 | xosview*irqrateUsedFormat: autoscale |
|---|
| 185 | xosview*irqrateDecay: True |
|---|
| 186 | xosview*irqrateGraph: False |
|---|
| 187 | |
|---|
| 188 | ! Battery Meter Resources |
|---|
| 189 | |
|---|
| 190 | xosview*battery: False |
|---|
| 191 | xosview*batteryLeftColor: blue |
|---|
| 192 | xosview*batteryUsedColor: green2 |
|---|
| 193 | xosview*batteryPriority: 50 |
|---|
| 194 | xosview*batteryUsedFormat: percent |
|---|
| 195 | xosview*batteryChargeColor: green |
|---|
| 196 | xosview*batteryFullColor: magenta |
|---|
| 197 | xosview*batteryLowColor: red |
|---|
| 198 | xosview*batteryCritColor: red |
|---|
| 199 | xosview*batteryNoneColor: grey |
|---|
| 200 | |
|---|
| 201 | ! Disk Meter Resources |
|---|
| 202 | |
|---|
| 203 | xosview*disk: True |
|---|
| 204 | xosview*diskUsedColor: red |
|---|
| 205 | xosview*diskIdleColor: green2 |
|---|
| 206 | xosview*diskWriteColor: yellow |
|---|
| 207 | xosview*diskReadColor: Blue |
|---|
| 208 | xosview*diskBandwidth: 10000000 ! 10MB/s should be reasonable today for |
|---|
| 209 | ! both IDE and SCSI |
|---|
| 210 | xosview*diskPriority: 10 |
|---|
| 211 | xosview*diskDecay: True |
|---|
| 212 | xosview*diskUsedFormat: autoscale |
|---|
| 213 | xosview*diskGraph: True |
|---|
| 214 | |
|---|
| 215 | |
|---|
| 216 | xosview*RAID: False |
|---|
| 217 | xosview*RAIDdevicecount: 1 |
|---|
| 218 | xosview*RAIDdiskOnlineColor: green |
|---|
| 219 | xosview*RAIDdiskFailureColor: red |
|---|
| 220 | xosview*RAIDresyncdoneColor: yellow |
|---|
| 221 | xosview*RAIDresynctodoColor: red |
|---|
| 222 | xosview*RAIDresynccompleteColor: green |
|---|
| 223 | xosview*RAIDPriority: 20 |
|---|
| 224 | xosview*RAIDUsedFormat: percent |
|---|
| 225 | |
|---|
| 226 | xosview*horizontalMargin: 5 |
|---|
| 227 | xosview*verticalMargin: 5 |
|---|
| 228 | xosview*verticalSpacing: 5 |
|---|
| 229 | |
|---|
| 230 | ! Lms Temp |
|---|
| 231 | xosview*lmstemp: False |
|---|
| 232 | xosview*lmstempActColor: blue |
|---|
| 233 | xosview*lmstempHighColor: red |
|---|
| 234 | xosview*lmstempIdleColor: aquamarine |
|---|
| 235 | ! xosview*lmstempHighest: 100 |
|---|
| 236 | ! default 100 |
|---|
| 237 | xosview*lmstemp1: temp |
|---|
| 238 | xosview*lmstemp2: remote_temp |
|---|
| 239 | ! for more sensors just add entries here |
|---|
| 240 | ! note, there is currently no way to configure sensors with same |
|---|
| 241 | ! name in different subdirs |
|---|
| 242 | ! xosview*lmstempLabel1: TMP |
|---|
| 243 | ! labels for avove sensors (default = TMP) |
|---|
| 244 | xosview*lmstempLabel2: RTMP |
|---|
| 245 | xosview*lmstempPriority: 20 |
|---|
| 246 | xosview*lmstempUsedFormat: autoscale |
|---|
| 247 | |
|---|
| 248 | xosview*NFSDStats: False |
|---|
| 249 | xosview*NFSDStatCallsColor: green |
|---|
| 250 | xosview*NFSDStatBadCallsColor: red |
|---|
| 251 | xosview*NFSDStatUDPColor: yellow |
|---|
| 252 | xosview*NFSDStatTCPColor: orange |
|---|
| 253 | xosview*NFSDStatIdleColor: aquamarine |
|---|
| 254 | |
|---|
| 255 | xosview*NFSStats: False |
|---|
| 256 | xosview*NFSStatReTransColor: aquamarine |
|---|
| 257 | xosview*NFSStatAuthRefrshColor: seagreen |
|---|
| 258 | xosview*NFSStatCallsColor: green |
|---|
| 259 | xosview*NFSStatIdleColor: aquamarine |
|---|