Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2000 21:52:09 -0500
From:      Randall Hopper <aa8vb@ipass.net>
To:        David Kelly <dkelly@hiwaay.net>
Cc:        stable@FreeBSD.ORG
Subject:   Re: Netscape pegs CPU on XServer kill
Message-ID:  <20000320215209.C11239@ipass.net>
In-Reply-To: <200003210142.TAA54389@nospam.hiwaay.net>; from dkelly@hiwaay.net on Mon, Mar 20, 2000 at 07:42:49PM -0600
References:  <aa8vb@ipass.net> <200003210142.TAA54389@nospam.hiwaay.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000320215209.C11239>