Re: [Xquartz-dev] Leopard X11 Update 2.3.3.1
That sounds about right. On May 17, 2009, at 20:41, Bill Janssen wrote:
Should there really be 931 visuals when I run this new server?
All appear to be 24 bit DirectColor.
Bill
Jeremy Huddleston <jeremyhu@apple.com> writes:
On May 17, 2009, at 20:41, Bill Janssen wrote:
Should there really be 931 visuals when I run this new server?
That sounds about right.
Well, then I feel deprived, I only have 448 :-( $ xdpyinfo | grep class: | uniq -c 224 class: TrueColor 224 class: DirectColor $ Seems like a lot of duplication in any case ... is there a reason for carrying multiple identical visuals? regards, tom lane
On May 17, 2009, at 21:30, Tom Lane wrote:
Jeremy Huddleston <jeremyhu@apple.com> writes:
On May 17, 2009, at 20:41, Bill Janssen wrote:
Should there really be 931 visuals when I run this new server?
That sounds about right.
Well, then I feel deprived, I only have 448 :-(
$ xdpyinfo | grep class: | uniq -c 224 class: TrueColor 224 class: DirectColor $
Seems like a lot of duplication in any case ... is there a reason for carrying multiple identical visuals?
They shouldn't be identical. Which visuals look identical to you?
Jeremy Huddleston <jeremyhu@apple.com> writes:
They shouldn't be identical. Which visuals look identical to you?
Er, all of them? xdpyinfo shows 224 TrueColor visuals differing in nothing but the id, and another 224 DirectColor visuals ditto. ... visual: visual id: 0x25 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x26 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x27 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x28 ... This is on an early-2008 Macbook Pro 15", 10.5.7. I didn't happen to look at xdpyinfo output recently, so I can't say if it was the same before 10.5.7/2.3.3. regards, tom lane
xdpyinfo doesn't reveal all the details about the visuals. Check 'glxinfo' for the differences between them. --Jeremy On May 17, 2009, at 22:03, Tom Lane wrote:
Jeremy Huddleston <jeremyhu@apple.com> writes:
They shouldn't be identical. Which visuals look identical to you?
Er, all of them? xdpyinfo shows 224 TrueColor visuals differing in nothing but the id, and another 224 DirectColor visuals ditto.
... visual: visual id: 0x25 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x26 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x27 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x28 ...
This is on an early-2008 Macbook Pro 15", 10.5.7. I didn't happen to look at xdpyinfo output recently, so I can't say if it was the same before 10.5.7/2.3.3.
regards, tom lane _______________________________________________ Do not post admin requests to the list. They will be ignored. X11-users mailing list (X11-users@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/x11-users/jeremyhu%40freedesktop.org
This email sent to jeremyhu@freedesktop.org
participants (2)
-
Jeremy Huddleston
-
Tom Lane