Results 1 to 6 of 6
I have done graphic design for some time and I'd like to make cursors for X, but I can't find any tutorials. Can someone help, please?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-20-2006 #1Just Joined!
- Join Date
- Sep 2005
- Location
- Estonia
- Posts
- 20
Making X cursors?
I have done graphic design for some time and I'd like to make cursors for X, but I can't find any tutorials. Can someone help, please?
- 01-22-2006 #2Just Joined!
- Join Date
- Sep 2005
- Location
- Estonia
- Posts
- 20
If noone knows how to do these, how are they done?
- 01-24-2006 #3Just Joined!
- Join Date
- Sep 2005
- Location
- Estonia
- Posts
- 20
Do I have to use Xcursorgen?
- 01-29-2006 #4Just Joined!
- Join Date
- Sep 2005
- Location
- Estonia
- Posts
- 20
OMG there's absolutely noone who knows how to do it??
- 01-29-2006 #5
I'm sure there is someone, but they have just not come by this thread as of yet
- 03-05-2006 #6Just Joined!
- Join Date
- Mar 2006
- Posts
- 34
Yes, you need to use xcursorgen. To do so, you need a config file. For a simple, non-animated cursor, it just needs to look like this:
<size> must the size of the cursor image, in pixels; for instance, a 10x10 image should have a value of 100. <hotspot-x> and <hotspot-y> should be the coordinates of the location where the cursor responds to clicks. <file> should be a PNG image containing the cursor image.Code:<size> <hotspot-x> <hotspot-y> <file>
To generate the cursor, just run xcursorgen <config-file> <output-file>. The generated cursor will be stored in <output-file>.
For info on creating animated cursors, see the xcursorgen manpage.


Reply With Quote
