David Kelly:
|Randall Hopper writes:
|> David Kelly:
|> |Speaking of which, am I the only one seeing:
|> |
|> |pid 4106 (communicator-4.7), uid 928: exited on signal 10 (core dumped)
|> |pid 4113 (communicator-4.7), uid 928: exited on signal 10 (core dumped)
|> |pid 4211 (communicator-4.7), uid 928: exited on signal 10 (core dumped)
|> |pid 4215 (communicator-4.7), uid 928: exited on signal 10 (core dumped)
|> |pid 4219 (communicator-4.7), uid 928: exited on signal 10 (core dumped)
|> |
|> |on *every* exit of the FreeBSD native U.S. Communicator? Same thing
|> |with 4.7 and 4.72. Think this started when I upgraded XFree86 from
|> |3.3.1 to 3.3.6, built from the port.
|>
|> Hmm. I've not even seen this. Just as a data point, most recently, I'm
|> running 3.4-R, XFree86 3.3.5 depth 16, Netscape Navigator 4.72 from ports.
|
|Maybe its a screw up on my part. I *think* I'm running 16bpp but have
|completely forgotten where/how to check. When the X server is started I
|don't see mention of pixel depth, only a complaint about inability to
|probe the Mill II's RAM size. Have updated /etc/XF86Config, will see
|what it says next time.
Easiest way is to run:
xwininfo
and click on the Netscape window. You can also look at the default visual
(which is what apps come up in unless they override and pick their own
visual):
xdpyinfo | grep 'default visual id'
That'll give you a visual ID for the default visual. Then:
xdpyinfo | more
and look at the visual section with that ID. For example, here:
default visual id: 0x22
visual:
visual id: 0x22
class: TrueColor
depth: 16 planes
available colormap entries: 64 per subfield
red, green, blue masks: 0xf800, 0x7e0, 0x1f
significant bits in color specification: 6 bits
Randall
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message