GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
xcmedid(1) FreeBSD General Commands Manual xcmedid(1)

xcmedid - monitor EDID to key/value dumper

xcmedid
xcmedid EDID_FILE

The xcmedid tool converts a edid data block into key/value pairs. The understood keys depend on what is supported by libXcm.

Show key/value pairs from a stored EDID data block:
xcmedid edid.bin
Fetch EDID over i2c and dump key/value pairs:
xcmddc -d 0 | xcmedid
Fetch EDID over Oyranos and dump key/value pairs:
oyranos-monitor -f edid -d 0 | xcmedid
Fetch EDID over Oyranos and show in ppmcie:
ppmcie `oyranos-monitor -f edid -d 0 | xcmedid --ppmcie` > tmp.ppm; xli tmp.ppm

Kai-Uwe Behrmann (ku.b (at) gmx.de)

(c) 2010, Kai-Uwe Behrmann
License: MIT <http://www.opensource.org/licenses/mit-license.php>

xcmddc(1) xcmevents(1) libXcm(3) XcmEdidParse(3)
http://www.oyranos.org

at: https://github.com/oyranos-cms/xcm/issues
November 22, 2016 User Commands

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.