read-edid 3.0.2-1.1 source package in Ubuntu

Changelog

read-edid (3.0.2-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS with GCC 10 (Closes: #972238)

 -- Paul Wise <email address hidden>  Fri, 27 Nov 2020 14:20:39 +0800

Upload details

Uploaded by:
Dariusz Dwornikowski
Uploaded to:
Sid
Original maintainer:
Dariusz Dwornikowski
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe utils
Noble release universe utils
Mantic release universe utils
Lunar release universe utils
Jammy release universe utils

Downloads

File Size SHA-256 Checksum
read-edid_3.0.2-1.1.dsc 1.9 KiB 00f7b3e1142a1225b3582346f11c66e2dc3e6d32f8288cf723ac7be530cab639
read-edid_3.0.2.orig.tar.gz 17.1 KiB c7c6d8440f5b90f98e276829271ccea5b2ff5a3413df8a0f87ec09f834af186f
read-edid_3.0.2-1.1.debian.tar.xz 4.4 KiB 5f6716e5d0e0d5d7e9f174241f8c9ffcb50e9b07b70d01f2cb8ee0f4a2406ba6

No changes file available.

Binary packages built by this source

read-edid: hardware information-gathering tool for VESA PnP monitors

 read-edid consists of two tools:
 .
 get-edid uses a VESA VBE 2 interrupt service routine request to read
 a 128 byte EDID version 1 structure from your graphics card, which
 retrieves this information from the monitor via the Data Display
 Channel (DDC).
 .
 get-edid uses architecture-specific methods for querying the video
 hardware (real-mode x86 instructions on i386, Open Firmware device
 tree parsing on PowerMac) and is therefore only available for i386 and
 powerpc architectures.
 .
 parse-edid parses this data structure and outputs data suitable for
 inclusion into the XFree86 or X.org configuration file. It is available
 for any architecture.

read-edid-dbgsym: debug symbols for read-edid