mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Feb. 12 2006,21:42 |
|
The default X server in DSL uses the old bitmap cursor format, which is basically an X font. I've played around a little with cursors in DSL, and the best I've come up with so far is this: 1) Download a bitmap cursor file. There seem to be very few of them available these days, but there is a funky one in the artwiz fonts myDSL package you could try. 2) Use the command "xset +fp /path/to/font/dir" to add the path to the front of your font path. 3) Use the command "xsetroot -cursor_name <name>" to choose a particular cursor from the cursor file. Here's a little thing about the various cursor names: http://damnsmalllinux.org/cgi-bin....27;st=6
If you're looking to use one of the newer cursor themes, such as what you'd find in KDE or Gnome, you might need to install XFree86 or Xorg....i couldn't say for sure, though.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|