WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Big cursor in GUI  (Read 4417 times)

Offline hmmm

  • Newbie
  • *
  • Posts: 3
Big cursor in GUI
« on: May 27, 2009, 01:57:32 AM »
Hello. How i can do big cursor in GUI? Or how i can change cursors theme?

ps: sorry for my english :)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11043
Re: Big cursor in GUI
« Reply #1 on: May 27, 2009, 07:38:26 AM »
tinyX uses bitmap cursors, ie black and white in a special format. See how to create them here:
http://www.justlinux.com/nhf/X_Window/Custom_Cursors.htm

You can also install Xorg and get access to the pretty cursors in linux, ones that can be found at sites like gnome-look for example
The only barriers that can stop you are the ones you create yourself.

Offline mikshaw

  • Sr. Member
  • ****
  • Posts: 368
Re: Big cursor in GUI
« Reply #2 on: May 27, 2009, 08:00:45 AM »
The cursor used by Xvesa is simply an X font (pcf) called cursor.  You can find one here:
http://dir.filewatcher.com/d/Debian/Other/big-cursor_3.8.tar.gz.11569.html
If you extract the file usr/share/fonts/X11/misc/big-cursor.pcf.gz to some directory, run mkfontdir in that directory, and then use this command:
xset +fp /path/to/my/font/directory
it *should* use the new cursor font

Cursor themes, as far as I know, use a different cursor type which is specific to Xorg, so you'll need to install that if you want to use them.  I can't help with that type of cursor.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11043
Re: Big cursor in GUI
« Reply #3 on: May 27, 2009, 08:24:19 AM »
If the font isn't used automatically, see the -fc option of Xvesa
The only barriers that can stop you are the ones you create yourself.

Offline hmmm

  • Newbie
  • *
  • Posts: 3
Re: Big cursor in GUI
« Reply #4 on: May 27, 2009, 09:30:35 AM »
If you extract the file usr/share/fonts/X11/misc/big-cursor.pcf.gz to some directory, run mkfontdir in that directory
mkfontdir - command not found.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11043
Re: Big cursor in GUI
« Reply #5 on: May 27, 2009, 10:40:10 AM »
mkfontdir is available in the Xorg extension - no need to actually run or configure Xorg, just get the extension, run mkfontdir, remove extension. The font index file only needs to be generated when bitmap fonts are added or removed.
The only barriers that can stop you are the ones you create yourself.

Offline mikshaw

  • Sr. Member
  • ****
  • Posts: 368
Re: Big cursor in GUI
« Reply #6 on: May 27, 2009, 03:21:11 PM »
mkfontdir is /usr/sbin/mkfontdir (at least as of version 1.3).

Offline hmmm

  • Newbie
  • *
  • Posts: 3
Re: Big cursor in GUI
« Reply #7 on: May 29, 2009, 02:39:59 AM »
Problem solved.
I download big-cursor.pcf.gz and mv big-cursor.pcf.gz /usr/lib/X11/font/misc/cursor.pcf.gz :)
ps: xset +fp /path/to/my/font/directory and Xvesa -fc don't help me. May be my /dev/hands is wry :)