Opened 15 years ago
Closed 15 years ago
#89 closed defect (fixed)
Invisible Tetris pieces on non-graphical fb
Reported by: | Jiri Svoboda | Owned by: | Jiri Svoboda |
---|---|---|---|
Priority: | major | Milestone: | 0.4.1 |
Component: | helenos/app/tetris | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
On egafb and serial fb, colors are downmixed to BW. Some tetris pieces are downmixed to white, making them invisible. This should be fixed.
One possible solution is to implement a color capability query in console. This would allow the application to avoid the use of colors if the display device does not fully support them.
Change History (2)
comment:1 by , 15 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r4644. Console color capability can now be queried with console_get_color_cap(). When console does not support RGB color mode, Tetris will not use colors now.