comparison README.QNX @ 309:2de77f7b7a28

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Mon, 11 Mar 2002 17:38:56 +0000
parents 68a8a8237c09
children 66f815c147ed
comparison
equal deleted inserted replaced
308:ee32ed29a507 309:2de77f7b7a28
1 README by Mike Gorchak <mike@malva.ua> 1 README by Mike Gorchak <mike@malva.ua>
2 2
3 OpenGL support was experimentally added in window mode (in 3 OpenGL in window mode works well and stable, in fullscreen
4 fullscreen mode not yet). If you have QNX RtP v6.1.0 w/ or w/o 4 mode too, but fullscreen mode has not been heavily tested.
5 Patch A you must download new Photon3D runtime from http://de- 5 If you have QNX RtP 6.1.0 w/ or w/o Patch A you must download
6 velopers.qnx.com. The versions of OS before 6.1.0 are not sup- 6 new Photon3D runtime from http://developers.qnx.com. The versions
7 ported. 7 of OS before 6.1.0 are not supported.
8 8
9 Problems: 9 Problems:
10 1. Fullscreen mode (in OpenGL mode) has not been written yet. 10 1. While creating OpenGL context artificially selected software
11 2. Photon has some errors in detecting how much bits per pi- 11 renderer mode (QSSL made acceleration only for Voodoo boards
12 xel videomode has. 12 in fullscreen mode, sorry but I don't have this board, if you
13 3. No shared libraries yet. We need manually set flag to 13 want acceleration - you may remove some line in source).
14 2. Photon has some errors in detecting how much bits per pixel
15 videomode has.
16 3. No shared libraries yet. We need manually set flag to
14 'configure' --disable-shared. 17 'configure' --disable-shared.
15 18
16 Some building issues: 19 Some building issues:
17 20
18 Run configure script without x11 support, e.g.: 21 Run configure script without x11 support, e.g.: