Searched hist:968 (Results 1 - 25 of 139) sorted by relevance

123456

/netbsd-current/share/examples/rump/umserv/
H A Dumserv.c1.1 Tue Dec 22 18:36:02 MST 2009 pooka Add a simple example of how to run the kernel umass/USB in userspace
and attach it back to the host kernel using pud(4). The result is
pretty much indistinguisable from if kernel drivers were used.

It's possible to e.g. mount a file system backed by the userspace
block device driver:

golem> disklabel ./rumpsd0d
[...]
5 partitions:
# size offset fstype [fsize bsize cpg/sgs]
d: 1994752 0 unused 0 0 # (Cyl. 0 - 3895)
e: 1994512 240 MSDOS # (Cyl. 0*- 3895)

golem> s mount_msdos ./rumpsd0a /mnt
mount_msdos: "./rumpsd0a" is a non-resolved or relative path.
mount_msdos: using "/usr/home/pooka/src/umserv/rumpsd0a" instead.
mount_msdos: /usr/home/pooka/src/umserv/rumpsd0a on /mnt: Device not configured

golem> s mount_msdos ./rumpsd0e /mnt
mount_msdos: "./rumpsd0e" is a non-resolved or relative path.
mount_msdos: using "/usr/home/pooka/src/umserv/rumpsd0e" instead.
golem> df -h /mnt
Filesystem Size Used Avail %Cap Mounted on
/usr/home/pooka/src/umserv/rumpsd0e 974M 5.2M 968M 0% /mnt

etcetc.
H A DMakefile1.1 Tue Dec 22 18:36:02 MST 2009 pooka Add a simple example of how to run the kernel umass/USB in userspace
and attach it back to the host kernel using pud(4). The result is
pretty much indistinguisable from if kernel drivers were used.

It's possible to e.g. mount a file system backed by the userspace
block device driver:

golem> disklabel ./rumpsd0d
[...]
5 partitions:
# size offset fstype [fsize bsize cpg/sgs]
d: 1994752 0 unused 0 0 # (Cyl. 0 - 3895)
e: 1994512 240 MSDOS # (Cyl. 0*- 3895)

golem> s mount_msdos ./rumpsd0a /mnt
mount_msdos: "./rumpsd0a" is a non-resolved or relative path.
mount_msdos: using "/usr/home/pooka/src/umserv/rumpsd0a" instead.
mount_msdos: /usr/home/pooka/src/umserv/rumpsd0a on /mnt: Device not configured

golem> s mount_msdos ./rumpsd0e /mnt
mount_msdos: "./rumpsd0e" is a non-resolved or relative path.
mount_msdos: using "/usr/home/pooka/src/umserv/rumpsd0e" instead.
golem> df -h /mnt
Filesystem Size Used Avail %Cap Mounted on
/usr/home/pooka/src/umserv/rumpsd0e 974M 5.2M 968M 0% /mnt

etcetc.
/netbsd-current/sys/arch/macppc/macppc/
H A Dstatic_edid.cdiff 1.2 Mon Jan 28 02:25:01 MST 2019 sevan 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.
H A Dstatic_edid.hdiff 1.2 Mon Jan 28 02:25:01 MST 2019 sevan 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.
H A Dmachdep.cdiff 1.169 Mon Jan 28 02:25:01 MST 2019 sevan 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.
diff 1.169 Mon Jan 28 02:25:01 MST 2019 sevan 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.
diff 1.169 Mon Jan 28 02:25:01 MST 2019 sevan 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.
diff 1.169 Mon Jan 28 02:25:01 MST 2019 sevan 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.
diff 1.169 Mon Jan 28 02:25:01 MST 2019 sevan 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.
diff 1.169 Mon Jan 28 02:25:01 MST 2019 sevan 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.
diff 1.169 Mon Jan 28 02:25:01 MST 2019 sevan 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.
diff 1.169 Mon Jan 28 02:25:01 MST 2019 sevan 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.
diff 1.169 Mon Jan 28 02:25:01 MST 2019 sevan 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.
/netbsd-current/external/bsd/libevent/dist/
H A Dlibevent_core.pc.in Error!

 

There was an error!

Failed to get history for: "/usr/local/opengrok/src/netbsd-current/external/bsd/libevent/dist/libevent_core.pc.in" Exit code: 1

org.opensolaris.opengrok.history.HistoryException: Failed to get history for: "/usr/local/opengrok/src/netbsd-current/external/bsd/libevent/dist/libevent_core.pc.in" Exit code: 1
at org.opensolaris.opengrok.history.CVSHistoryParser.parse(CVSHistoryParser.java:166)
at org.opensolaris.opengrok.history.CVSRepository.getHistory(CVSRepository.java:262)
at org.opensolaris.opengrok.history.FileHistoryCache.get(FileHistoryCache.java:496)
at org.opensolaris.opengrok.history.HistoryGuru.getHistory(HistoryGuru.java:230)
at org.opensolaris.opengrok.history.HistoryGuru.getHistory(HistoryGuru.java:186)
at org.opensolaris.opengrok.search.context.HistoryContext.getContext(HistoryContext.java:109)
at org.opensolaris.opengrok.search.Results.prettyPrint(Results.java:199)
at org.apache.jsp.search_jsp._jspService(search_jsp.java:680)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:71)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:477)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:492)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:165)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:1025)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:451)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1201)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:654)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:317)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:750)