1 --- xf86-video-ast-1.0.1/src/ast_driver.c.~1~ 2014-08-08 12:59:04.000000000 +0400
2 +++ xf86-video-ast-1.0.1/src/ast_driver.c 2015-02-13 12:44:40.089232180 +0300
5 * Copyright (c) 2005 ASPEED Technology Inc.
6 + * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
8 * Permission to use, copy, modify, distribute, and sell this software and its
9 * documentation for any purpose is hereby granted without fee, provided that
10 @@ -1537,6 +1538,12 @@
12 Flags = ASTGetVGAEDID(pScrn, DDC_data);
15 + * Buffer is of size 128, can't read extension blocks even the monitor
16 + * provides. 126 is NO_EDID defined in edid.h
22 ConfiguredMonitor = xf86InterpretEDID(pScrn->scrnIndex, DDC_data);
23 @@ -1589,6 +1596,12 @@
25 Flags = ASTGetVGAEDID(pScrn, DDC_data);
28 + * Buffer is of size 128, can't read extension blocks even the monitor
29 + * provides. 126 is NO_EDID defined in edid.h
35 MonInfo = MonInfo1 = xf86InterpretEDID(pScrn->scrnIndex, DDC_data);