Sweden-Number/dlls/winex11.drv
Eduard Permyakov dedda40e5d winex11.drv: Add 'EDID' registry key to every monitor device.
Extended display identification data (EDID) is a set of data that
is provided by a display to describe its capabilities to a graphics
adapter. EDID data allows a computer to detect the type of monitor
that is connected to it. EDID data includes the manufacturer name,
the product type, the timings that are supported by the display, the
display size, as well as other display characteristics. EDID is
defined by a standard published by the Video Electronics Standards
Association (VESA).

In Windows, every display device has an associated 'EDID' registry
key containing this data. Applications can read and parse it to get
the display capabilities. In Linux, we can get each monitor's EDID
using the RANDR X extension.

This patch fixes, for example, monitor detection in the UE-based game
'Industries of Titan'.

Signed-off-by: Eduard Permyakov <epermyakov@codeweavers.com>
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-14 18:35:34 +02:00
..
Makefile.in
bitblt.c
brush.c
clipboard.c
desktop.c winex11.drv: Add 'EDID' registry key to every monitor device. 2021-09-14 18:35:34 +02:00
display.c winex11.drv: Add 'EDID' registry key to every monitor device. 2021-09-14 18:35:34 +02:00
event.c
graphics.c gdi32: Use GetICMProfile driver entry point for EnumICMProfilesW. 2021-09-09 19:31:22 +02:00
ime.c
init.c gdi32: Remove no longer used printer config driver entry points. 2021-09-13 19:57:29 +02:00
keyboard.c
mouse.c
mwm.h
opengl.c winex11.drv: Remove WINAPI on static functions where not needed. 2021-08-30 22:49:58 +02:00
palette.c
pen.c
settings.c
systray.c
version.rc
vulkan.c winex11.drv: Only return vulkan functions if the host function is available. 2021-08-20 20:51:54 +02:00
window.c
winex11.drv.spec
wintab.c
x11drv.h winex11.drv: Add 'EDID' registry key to every monitor device. 2021-09-14 18:35:34 +02:00
x11drv_main.c winex11.drv: Add 'EDID' registry key to every monitor device. 2021-09-14 18:35:34 +02:00
xcomposite.h
xdnd.c winex11.drv: Don't free cached DnD data after informing an application about the drop event. 2021-07-10 15:37:55 +02:00
xim.c
xinerama.c winex11.drv: Add 'EDID' registry key to every monitor device. 2021-09-14 18:35:34 +02:00
xrandr.c winex11.drv: Add 'EDID' registry key to every monitor device. 2021-09-14 18:35:34 +02:00
xrender.c gdi32: Remove no longer used printer config driver entry points. 2021-09-13 19:57:29 +02:00
xvidmode.c