Changeset 29 for branches/pdfcube-0.0.3

Show
Ignore:
Timestamp:
12/12/08 08:52:22 (3 years ago)
Author:
mirko
Message:

Updated readme

Location:
branches/pdfcube-0.0.3
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/pdfcube-0.0.3/ChangeLog

    r28 r29  
     12008-11-23  Mirko Maischberger  <mirko.maischberger@gmail.com> 
     2        * man/: moved pdfcube.1 manpage inside man folder. 
     3         
    142008-11-21  Mirko Maischberger  <mirko.maischberger@gmail.com> 
    25        * src/pdfcube.cc: cleand code, fixed code to calc animation steps, 
  • branches/pdfcube-0.0.3/README

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