| Summary: | svgalib backend 8 bit depth only | ||
|---|---|---|---|
| Product: | SDL | Reporter: | kokoko3k |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 1.2.13 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
|
Description
kokoko3k
2009-03-03 23:26:09 UTC
I found the culprit in sdl programs, it is not an sdl bug and i apoligies for that. They ask svgalib for the current bit depth before opening a new screen, and it seems that the answer is 8bit because... no svga screen is actually open. Hardcoding a new bitdepth in that source code solves (somehow) the problem. |