| 21 | | * Linux with Xorg |
| | 21 | This program is intended to present landscape PDF files on 4:3 |
| | 22 | projection screen, it is not suited to view generic PDF files. If you |
| | 23 | try to view portrait files you'll see only the top of each page. This |
| | 24 | is not so strange since this program is not intended as a generic PDF |
| | 25 | viewer but as a specific presentation tool. |
| | 26 | |
| | 27 | There is a little glitch in the animation when going back with cube |
| | 28 | animation. I hope is not too annoying. |
| | 29 | |
| | 30 | If you experience other glitches it's probably due to some compositing |
| | 31 | software (KDE Kwin, Compiz or others) this is a limitation in Xorg and |
| | 32 | the graphic drivers: you can only have one OpenGL accelerated |
| | 33 | application at a time. Try disabling the wm effects. |
| | 34 | |
| | 35 | With some older versions of libpoppler there are some rendering |
| | 36 | errors, this should be solved by recent poppler releases. |
| | 37 | |
| | 38 | == Conditional compilation macros and Dependencies == |
| | 39 | |
| | 40 | You can define NDEBUG to get rid of debug output. You can try |
| | 41 | ENABLE_FOG if you like, the default is to have it off. |
| | 42 | |
| | 43 | * Linux/BSD with Xorg |