Bugs item #615251, was opened at 2002-09-26 15:01
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=428680&aid=615251&group_id=40696
Category: Appearance/Rendering
Group: 0.65.x
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Black graphics on Solaris
Initial Comment:
On Solaris, graphics are all black and messed up (ie:
ugly)
It has to be forced into 24-bit mode by changing
if (depth < 8) {
to
if (depth <= 8) {
With an debug message added:
BScreen::BScreen: managing screen 0 using visual 0x28,
depth 24
max: 24, depth:8
max: 24, depth:8
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=428680&aid=615251&group_id=40696
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
List archives: http://asgardsrealm.net/lurker/splash/index.html
Trouble? Contact [EMAIL PROTECTED]