Module Name: src Committed By: sevan Date: Mon Jan 28 02:25:02 UTC 2019
Modified Files: src/sys/arch/macppc/macppc: machdep.c static_edid.c static_edid.h Log Message: Fake the EDID info for the clamshell iBook G3 so X11 works out of the box. Obtained from the 2nd (firewire) revision iBook, but it's applied to 1st gen also. [ 93.906] (II) R128(0): I2C bus "VGA-0" initialized. [ 93.907] (II) got 128 bytes worth of EDID from wsdisplay [ 93.908] (II) R128(0): EDID for output LVDS [ 93.908] (II) R128(0): Manufacturer: APP Model: 9c05 Serial#: 16843009 [ 93.908] (II) R128(0): Year: 1999 Week: 9 [ 93.908] (II) R128(0): EDID Version: 1.1 [ 93.908] (II) R128(0): Digital Display Input [ 93.908] (II) R128(0): Max Image Size [cm]: horiz.: 24 vert.: 18 [ 93.908] (II) R128(0): Gamma: 2.28 [ 93.908] (II) R128(0): DPMS capabilities: StandBy Suspend Off [ 93.909] (II) R128(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 93.909] (II) R128(0): redX: 0.594 redY: 0.345 greenX: 0.317 greenY: 0.494 [ 93.909] (II) R128(0): blueX: 0.155 blueY: 0.146 whiteX: 0.312 whiteY: 0.328 [ 93.909] (II) R128(0): Supported established timings: [ 93.909] (II) R128(0): 800x600@60Hz [ 93.909] (II) R128(0): Manufacturer's mask: 0 [ 93.910] (II) R128(0): Supported detailed timing: [ 93.910] (II) R128(0): clock: 60.0 MHz Image Size: 275 x 199 mm [ 93.910] (II) R128(0): h_active: 800 h_sync: 840 h_sync_end 968 h_blank_end 1056 h_border: 0 [ 93.910] (II) R128(0): v_active: 600 v_sync: 601 v_sync_end 605 v_blanking: 628 v_border: 0 [ 93.910] (II) R128(0): LT121SU-121 [ 93.910] (II) R128(0): LT121SU-121 [ 93.910] (II) R128(0): Monitor name: Color LCD [ 93.910] (II) R128(0): EDID (in hex): [ 93.910] (II) R128(0): 00ffffffffffff000610059c01010101 [ 93.910] (II) R128(0): 09090101a8181280e816e09858517e27 [ 93.910] (II) R128(0): 25505401000001010101010101010101 [ 93.911] (II) R128(0): 0101010101017017200031581c202880 [ 93.911] (II) R128(0): 140013c710000018000000fe004c5431 [ 93.911] (II) R128(0): 323153552d3132310a20000000fe004c [ 93.911] (II) R128(0): 5431323153552d3132310a20000000fc [ 93.911] (II) R128(0): 00436f6c6f72204c43440a2020200037 [ 93.912] (II) R128(0): I2C device "VGA-0:ddc2" registered at address 0xA0. To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169 src/sys/arch/macppc/macppc/machdep.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/macppc/macppc/static_edid.c \ src/sys/arch/macppc/macppc/static_edid.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.