>>>>> Michael Sinz writes:
Michael> On Tue, 07 Dec 1999 11:36:20 +0000, Robert Krueger wrote:
>> Hi,
>>
>> starting a swing app with rc3 I see the following:
>>
>> Exception occurred during event dispatching:
>> java.lang.InternalError: Unsupported 24-bit depth
That means the Xserver's byte order is different from the byte order
on the host java runs on. We currently support this case with depths
8 and 32 only.
Michael> [...]
>> this happens when the X-output is displayed on an NT box using the
>> Xwin32 X-Server, any more information I can provide to the porting team
>> that would help? When I use the X-Display on the machine the app is
>> running on, it works.
>>
>> same app runs fine in the exact same environment using rc2 (still have
>> both installed).
Michael> We had to do some tweeking to the client to support some
Michael> of the other strange 24-bit displays out there.
Michael> X-Windows really has a nasty problem with dealing with
Michael> different depths when you try to control the images
Michael> directly. (As in make bitmaps that are then blitted to
Michael> the display)
With the same byte order all depths should work now. There's still
some work to do for different byte orders.
Michael> Could you run: xdpyinfo when running on the Xwin32
Michael> display? (This is a simple console application) Please
Michael> send the output of the command as that will help identify
Michael> the type of display environment X thinks you have.
Yep, would be helpful.
Juergen
--
Juergen Kreileder, Blackdown Java-Linux Porting Team
http://www.blackdown.org/java-linux.html
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]