https://github.com/tehmaze/edid
Extracts extended display identification data information using the RandR extension
https://github.com/tehmaze/edid
Last synced: over 1 year ago
JSON representation
Extracts extended display identification data information using the RandR extension
- Host: GitHub
- URL: https://github.com/tehmaze/edid
- Owner: tehmaze
- License: mit
- Created: 2012-07-24T14:22:18.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-24T16:02:39.000Z (about 14 years ago)
- Last Synced: 2025-02-08T14:44:50.387Z (over 1 year ago)
- Language: C
- Size: 129 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
EDID
====
Extracts extended display identification data information using the RandR
extension. Useful in identifying what monitor is connected to your system.
Requirements
============
You need a compiler and the RandR extensions enabled, version 1.3 of the RandR
extension is required.
To find out if RandR is enabled, simply call xrandr (from
x11-xserver-utils in Debian) or grep for RANDR in your X.Org
server log (usually somewhere in /var/log/Xorg.0.log).
If RandR is not yet enabled in xorg, you can enable it by adding:
Section "ServerFlags"
Option "RandR" "on"
EndSection
Compiling
=========
Simply call make
Example
=======
I have a Dell monitor connected to my MacBook Pro:
