File: PROBLEMS

package info (click to toggle)
xmakemol 5.16-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,688 kB
  • ctags: 1,391
  • sloc: ansic: 19,032; sh: 2,977; makefile: 123; perl: 98
file content (33 lines) | stat: -rw-r--r-- 912 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
-*- outline -*-

* XMakemol Problems

This file contains descriptions and solutions to known problems.

** Parsing XYZ files

If XMakemol has problems parsing XYZ files, then it may be because of
the setting of the LANG environment variable. Assuming you are using a
bash-like shell, try launching the program with:

    $ LANG=en_GB xmakemol

** Saving XPM files

With OpenGL rendering you might get unexpected results, like seeing
cutouts in your XPM image where any windows overlapped the main
drawing area.  A workaround for this problem, if you are using
XFree86, is to enable a backing store in your /etc/X11/XF86Config-4:

    Section "Device"

            [...]

            Option              "BackingStore"
    EndSection

If this is successful, then in your /var/log/XFree86.0.log file you
should see lines like:

    (**) TRIDENT(0): Option "BackingStore"
    (**) TRIDENT(0): Backing store enabled