- Bus List
- L1/L2/L4 seperation
- Advance work to capture drops/service reductions
- Status Colour
- late detected in the last 5min
- on detour
- has Official alerts
WARNING: No support will be given in the comments. If you are having any issues, go to the troubleshooting section.
| #!/usr/bin/ruby | |
| # Create display override file to force Mac OS X to use RGB mode for Display | |
| # see http://embdev.net/topic/284710 | |
| require 'base64' | |
| data=`ioreg -l -d0 -w 0 -r -c AppleDisplay` | |
| edids=data.scan(/IODisplayEDID.*?<([a-z0-9]+)>/i).flatten | |
| vendorids=data.scan(/DisplayVendorID.*?([0-9]+)/i).flatten |