Import source for “0.9” from upstream tarball.
[debian_comixcursors.git] / README.md
blob60735d328ef6c47d9e7c2c55ffc10f4137f72853
1 # The original Comix Cursors sources README
3 The official ComixCursors releases can be found on gitlab.com:
4 <https://gitlab.com/limitland/comixcursors>
7 INSTALLATION
8 ------------
10 Refer to the ‘INSTALL’ file for requirements and detailed instructions
11 to build and install.
13 COPYRIGHT
14 ---------
16 Refer to the ‘COPYING’ file for copyright statement and grant of
17 license.
20 KNOWN ISSUES
21 ------------
23 * nVIDIA graphics cards:
25   If you experience the cursor shadow looking strange, e.g. with the i
26   christmas theme, or the whole cursor appear gray when it's supposed to be
27   white, disable hardware cursor rendering.
29   In the xorg.conf file in the device section insert the HWCursor line
30   below::
32       Section "Device"
33       Driver "nvidia"
34       ...
35       Option "HWCursor" "off"
36       EndSection
38 * If you are using KDE version prior to 4.0 you might experience that
39   KDE's control center Mouse Theme Installation does not support symlinks
40   in the packed archives (tar). Consider updating KDE.
42 * Gnome supports multiple cursor sizes in one cursor theme, but only
43   distinct sizes: 16, 24, 32, and 48 pixels.
45   There is no known Gnome 3 application for setting the size of the mouse
46   cursor. You need to set the desired size in pixels as the value of the
47   DConf setting ‘org.gnome.desktop.interface.cursor-size’. You can use
48   ‘dconf-editor’ (from the ‘dconf-tools’ package) or ‘gsettings’ to change
49   DConf settings.
51 * If you are missing some cursors issue "# export XCURSOR_DISCOVER=1"
52   and re-start the application to find the corresponding cursor hash.
53   Report it to us or link it yourself in the ~/.icons directory.
56 NAMING CURSORS
57 --------------
59 See the file CURSORNAMES.md for details.
62     Local variables:
63     coding: utf-8
64     mode: text
65     mode: rst
66     End:
67     vim: fileencoding=utf-8 filetype=rst :