* EDID problem
@ 2015-05-23 14:48 Engin Firat
2015-05-24 19:54 ` Fwd: " Engin Firat
0 siblings, 1 reply; 4+ messages in thread
From: Engin Firat @ 2015-05-23 14:48 UTC (permalink / raw)
To: intel-gfx
[-- Attachment #1.1: Type: text/plain, Size: 603 bytes --]
Hello,
I want to use custom EDID for one of my monitors. This because the monitor
has a broken EDID structure. I have been trying to use a custom EDID (a
binary message was saved before) within Xorg.conf. Is this possible?
I have installed the drivers by using :
Intel(R) Graphics Installer for Linux* 1.0.7
and the operating system is Ubuntu 14.04 64bit.
Regards.
--
*Engin FIRAT*
Adoniss Yazılım Bilişim
Elektronik Araştırma Geliştirme
Limited Şirketi
+90 506 884 82 07 (Mobile)
ODTÜ Teknokent, ODTÜ-Halıcı Yazılımevi
İnönü Bulvarı / ANKARA (Address)
[-- Attachment #1.2: Type: text/html, Size: 1486 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 4+ messages in thread
* Fwd: EDID problem
2015-05-23 14:48 EDID problem Engin Firat
@ 2015-05-24 19:54 ` Engin Firat
2015-05-24 20:06 ` Chris Wilson
2015-05-24 20:38 ` Felix Miata
0 siblings, 2 replies; 4+ messages in thread
From: Engin Firat @ 2015-05-24 19:54 UTC (permalink / raw)
To: intel-gfx
[-- Attachment #1.1: Type: text/plain, Size: 829 bytes --]
Hello,
I want to use custom EDID for one of my monitors. This because the monitor
has a broken EDID structure. I have been trying to use a custom EDID (a
binary message was saved before) within Xorg.conf. Is this possible?
I have installed the drivers by using :
Intel(R) Graphics Installer for Linux* 1.0.7
and the operating system is Ubuntu 14.04 64bit.
Regards.
--
*Engin FIRAT*
Adoniss Yazılım Bilişim
Elektronik Araştırma Geliştirme
Limited Şirketi
+90 506 884 82 07 (Mobile)
ODTÜ Teknokent, ODTÜ-Halıcı Yazılımevi
İnönü Bulvarı / ANKARA (Address)
--
*Engin FIRAT*
Adoniss Yazılım Bilişim
Elektronik Araştırma Geliştirme
Limited Şirketi
+90 506 884 82 07 (Mobile)
ODTÜ Teknokent, ODTÜ-Halıcı Yazılımevi
İnönü Bulvarı / ANKARA (Address)
[-- Attachment #1.2: Type: text/html, Size: 2648 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Fwd: EDID problem
2015-05-24 19:54 ` Fwd: " Engin Firat
@ 2015-05-24 20:06 ` Chris Wilson
2015-05-24 20:38 ` Felix Miata
1 sibling, 0 replies; 4+ messages in thread
From: Chris Wilson @ 2015-05-24 20:06 UTC (permalink / raw)
To: Engin Firat; +Cc: intel-gfx
On Sun, May 24, 2015 at 10:54:44PM +0300, Engin Firat wrote:
> Hello,
>
> I want to use custom EDID for one of my monitors. This because the monitor
> has a broken EDID structure. I have been trying to use a custom EDID (a
> binary message was saved before) within Xorg.conf. Is this possible?
No, you need to tell the kernel to load the custom edid (userspace is
not allowed to modify it otherwise). Look at the
drm_kms_helper.edid_firmware= module parameter. You basically save the
edid you want to use into /lib/firmware/my-edid.bin, then tell the
kernel to load it for your connector like
drm_kms_helper.edid_firmware=HDMI-A-1:my-edid.bin
Hope this helps,
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: EDID problem
2015-05-24 19:54 ` Fwd: " Engin Firat
2015-05-24 20:06 ` Chris Wilson
@ 2015-05-24 20:38 ` Felix Miata
1 sibling, 0 replies; 4+ messages in thread
From: Felix Miata @ 2015-05-24 20:38 UTC (permalink / raw)
To: intel-gfx
Engin Firat composed on 2015-05-24 22:54 (UTC+0300):
> I want to use custom EDID for one of my monitors. This because the monitor
> has a broken EDID structure. I have been trying to use a custom EDID (a
> binary message was saved before) within Xorg.conf. Is this possible?
Xorg is usually smart enough to automatically produce an appropriate modeline
if you simply use xorg.conf to provide the resolution you want and your
diplay's HorizSync and VertRefresh specifications. IOW, manufacturing a valid
EDID is usually a lot of unnecessary work. Here, it has never been a
necessary workaround to oft-encountered invalid EDID.
--
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-05-24 20:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-23 14:48 EDID problem Engin Firat
2015-05-24 19:54 ` Fwd: " Engin Firat
2015-05-24 20:06 ` Chris Wilson
2015-05-24 20:38 ` Felix Miata
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox