Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Awsome animated mouse cursor!!!
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4  Next  
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
Lovechild
Advocate
Advocate


Joined: 17 May 2002
Posts: 2858
Location: Århus, Denmark

PostPosted: Sat May 17, 2003 8:02 am    Post subject: Reply with quote

Great now I can get the cursors back I had on my RedHat 9 setup... cool, those were beautiful.
Back to top
View user's profile Send private message
milothurston
Apprentice
Apprentice


Joined: 01 May 2002
Posts: 231
Location: Oxford, England.

PostPosted: Mon May 19, 2003 5:08 pm    Post subject: Reply with quote

Slynix wrote:

However there is both a patch and tweaking ways available. Search www.google.com for something simular and you should find enlightenments forum with patch in the dev section.


If anyone finds this elusive information, please would they post it here? I can't find any sign of it anywhere. The nearest I could come is this:

http://www.geocrawler.com/archives/3/263/1999/5/0/2173604/

However, I've not been able to make anything useful of it.
The problem is that now, having seen this most excellent animated cursor, the basic enlightenment one is more horrible than ever! However, enlightenment is still the best wm for me.
Milo.
Back to top
View user's profile Send private message
milothurston
Apprentice
Apprentice


Joined: 01 May 2002
Posts: 231
Location: Oxford, England.

PostPosted: Mon May 19, 2003 5:19 pm    Post subject: Reply with quote

milothurston wrote:


If anyone finds this elusive information, please would they post it here? I can't find any sign of it anywhere. The nearest I could come is this:



Suddenly, it popped up:

http://sourceforge.net/mailarchive/forum.php?thread_id=1995724&forum_id=6427

Now to work out what to do with it...
Milo.


Last edited by milothurston on Wed May 21, 2003 3:39 pm; edited 1 time in total
Back to top
View user's profile Send private message
milothurston
Apprentice
Apprentice


Joined: 01 May 2002
Posts: 231
Location: Oxford, England.

PostPosted: Tue May 20, 2003 11:21 am    Post subject: Reply with quote

Here's yet another possibility:

http://sourceforge.net/mailarchive/forum.php?thread_id=2030986&forum_id=810

I'd be interested to know if anyone has 100% success with this.
Milo.
Back to top
View user's profile Send private message
milothurston
Apprentice
Apprentice


Joined: 01 May 2002
Posts: 231
Location: Oxford, England.

PostPosted: Wed May 21, 2003 3:45 pm    Post subject: Animated cursors do work with standard enlightenment Reply with quote

After one false start, this actually works. Watch out, though, as one attempt made the mouse pointer invisible.
I didn't write it - the link in one of my previous posts will take you to the mailing list where the author is shown.

Code:

#! /bin/sh
#
# A little bash script to add links for the Enlightenment default cusors
# to the 'standard'(?) names as used in the KDE Art X11 cursor themes
# for Xfree86 4.3 XCursor extension
#
# IMPORTANT
# ---------
# Use at your own risk; I take no responsibility as to the results.
# Released under BSD licence.
#
# USAGE
# -----
# download and install an X11 cursor theme.
# cd to the themes 'cursors' directory, run this script.
#
# Finding XFree86 4.3 Cursor Hashes
# ---------------------------------
# This is how I quickly found the cursor hashes- if I'm missing any (the
# Etheme I use may not use them all...) please add to this script.
# execute in a term:
# killall enlightenment
# XCURSOR_DISCOVER=true enlightenment >out.txt
# ...move mouse about, get all the cursors
# Ctrl-C
# enlightenment
# ...take a look at out.txt.  You'll find two dumps & hashes/cursor.
# My limited understanding is that one is the mask (not replaced by XCursor)
# the other is the foreground bitmap- this is the hash that XCursor replaces
#
# How to make life easier with themes that include their own cursor definitions
# -----------------------------------------------------------------------------
# This is what I did- YMMV:
# cd ~/.enlightenment
# cd themes/<your favourite theme>
# ... take a look at cursors.cfg; should include cursors/cursors.cfg
# ... assuming this is true
# cd cursors
# mv cursors.cfg cursors.cfg-orig
# touch cursors.cfg
# ... theme should now use Enlightenments built in cursors.
# ... NB- restart X- using restart from Enlightenments menu doesn't clear
# ... all it's caches, or something.


#Cursor image name: 8192cb1ccc988a2b2a866ce8b080a082
#**             
#* **           
# *  **         
# **   **       
#  **    **     
#  * *     **   
#   * *      ** 
#   ** *       **
#    ** *       *
#    * * *     *
#     * * *   * 
#     ** * *   *
#      ** * *   *
#      * * * * *
#       * * * * 
#       **   *   
#Cursor hash 8192cb1ccc988a2b2a866ce8b080a082 returns 0x0
ln -s left_ptr 8192cb1ccc988a2b2a866ce8b080a082


#Cursor image name: bf1830a128000086a08103becb80207e
#       *       
#      * *       
#     *  **     
#    *** ***     
#   *  * *  *   
#  **  * *  **   
# * **** **** * 
#*             *
# ****** ****** 
#  **  * *  **   
#   *  * *  *   
#    *** ***     
#     *  **     
#      * *       
#       *       
#               
#Cursor hash bf1830a128000086a08103becb80207e returns 0x0
ln -s fleur bf1830a128000086a08103becb80207e


#Cursor image name: 6040000080019ce48010d4555655d95e
#               
#               
#     *    *     
#    **    **   
#   * *    * *   
#  *  ******  * 
# *            *
#*  * * * * * * *
# ** * * * * * *
#  ** ******* * 
#   ***    * *   
#    **    **   
#     *    *     
#               
#               
#               
#Cursor hash 6040000080019ce48010d4555655d95e returns 0x0
ln -s h_double_arrow 6040000080019ce48010d4555655d95e


#Cursor image name: 83c1067070c060818083831880100120
#       *       
#      * *       
#     *  **     
#    *  * **     
#   *    * **   
#  **** * ****   
#     *  **     
#     * * *     
#     *  **     
#     * * *     
#  ****  *****   
#   *   * * *   
#    *   * *     
#     * * *     
#      * *       
#       *       
#Cursor hash 83c1067070c060818083831880100120 returns 0x0
ln -s v_double_arrow 83c1067070c060818083831880100120


#Cursor image name: cbc9d1e7694bb3cd40b141c1c401534e
#*********       
#*      *       
#**    *         
#* *  *         
#** *  *         
#* ***  *       
#*** **  *       
#**   **  *     *
#*     **  *   **
#       **  * * *
#        **  *  *
#         **    *
#          **   *
#         ** *  *
#        ** * * *
#       *********
#Cursor hash cbc9d1e7694bb3cd40b141c1c401534e returns 0x0
ln -s bd_double_arrow cbc9d1e7694bb3cd40b141c1c401534e


#Cursor image name: 8bec2e7edaad37203ba06323832b0227
#       *********
#        *      *
#         *    **
#          *  * *
#         *  * **
#        *  *** *
#       *  ** ***
#*     *  **   **
#**   *  **     *
#* * *  **       
#*  *  **       
#*    **         
#*   **         
#*  * **         
#* * * **       
#*********       
#Cursor hash 8bec2e7edaad37203ba06323832b0227 returns 0x0
ln -s fd_double_arrow 8bec2e7edaad37203ba06323832b0227


#Cursor image name: 242435b26f6f1212e7e730388f1f3213
#  *          * 
# * *        * *
#**  *      *  **
# **  *    *  **
#  **  *  *  ** 
#   **  **  **   
#    **    **   
#     **  **     
#     *    *     
#    *  **  *   
#   *  ****  *   
#  *  **  **  * 
# *  **    **  *
#*  **      ** **
# ***        ***
#  *          * 
#Cursor hash 242435b26f6f1212e7e730388f1f3213 returns 0x0
ln -s crossed_circle 242435b26f6f1212e7e730388f1f3213


#Cursor image name: c02a0b547ffcca27901c2895c275aa55
#     ***********
#    **         *
#     *        **
#   * *       * *
#     *      * **
#  * **     * * *
#     *    * * **
# * * *   * * * *
#     *  * * * **
#* * ** * * * * *
#****************
#*   ***   *   *
#*  * *  *   *   
#* * ***   *     
#** * *  *       
#*******         
#Cursor hash c02a0b547ffcca27901c2895c275aa55 returns 0x0
ln -s cross c02a0b547ffcca27901c2895c275aa55
Back to top
View user's profile Send private message
Chewie
n00b
n00b


Joined: 02 Apr 2003
Posts: 26
Location: Sweden, Boras

PostPosted: Wed May 21, 2003 8:06 pm    Post subject: Reply with quote

Thanks for the tip, really like my new pointers.
No flickering either :D
Back to top
View user's profile Send private message
scootersmk
Apprentice
Apprentice


Joined: 17 May 2003
Posts: 186
Location: Knoxville, TN

PostPosted: Wed May 21, 2003 8:51 pm    Post subject: need help Reply with quote

Ive read this entire thread trying to figure out how to get this to work on my machine i am using gentoo(of course) running fluxbox. Ive tried serveral of the methods posted in here and none of them seem to work for me. Could somebody please post some more specific instructions that work with fluxbox. thanks
Back to top
View user's profile Send private message
Chewie
n00b
n00b


Joined: 02 Apr 2003
Posts: 26
Location: Sweden, Boras

PostPosted: Wed May 21, 2003 9:58 pm    Post subject: Re: need help Reply with quote

scootersmk wrote:
Ive read this entire thread trying to figure out how to get this to work on my machine i am using gentoo(of course) running fluxbox. Ive tried serveral of the methods posted in here and none of them seem to work for me. Could somebody please post some more specific instructions that work with fluxbox. thanks


Do you run XFree86 version 4.3 ?
I couldn't get it to work before I upgraded X.
Back to top
View user's profile Send private message
scootersmk
Apprentice
Apprentice


Joined: 17 May 2003
Posts: 186
Location: Knoxville, TN

PostPosted: Thu May 22, 2003 1:00 am    Post subject: yes Reply with quote

im using xfree 4.3.0-r2
Back to top
View user's profile Send private message
alwyn
Tux's lil' helper
Tux's lil' helper


Joined: 21 May 2003
Posts: 140

PostPosted: Thu May 22, 2003 2:19 pm    Post subject: Re: need help Reply with quote

scootersmk wrote:
Ive read this entire thread trying to figure out how to get this to work on my machine i am using gentoo(of course) running fluxbox. Ive tried serveral of the methods posted in here and none of them seem to work for me. Could somebody please post some more specific instructions that work with fluxbox. thanks


I have the same problem, I have the same version X as you.

I'm also running gentoo under VMWare 4, with Debian host system and on a laptop. Maybe that makes a difference?
Back to top
View user's profile Send private message
scootersmk
Apprentice
Apprentice


Joined: 17 May 2003
Posts: 186
Location: Knoxville, TN

PostPosted: Thu May 22, 2003 9:04 pm    Post subject: Reply with quote

The problem i have is all directory the directions talk about, non of them exist on my system. If someone could tell me the full path of the directory that i need to put the cursor files in, or where i need to create a directory, i would really appreciate it. I hope this clears up my question a little bit.
Back to top
View user's profile Send private message
alwyn
Tux's lil' helper
Tux's lil' helper


Joined: 21 May 2003
Posts: 140

PostPosted: Fri May 23, 2003 1:33 am    Post subject: I suspect no RENDER, no mouse themes Reply with quote

Hi,

After poking around a bit my suspicion is that Xcursor which gives you the nice mouse themes, rely on RENDER support.

Like many laptop users with an i830 card, I do not have RENDER support. This is pure crap if you take the large user base into account as well as the increasing use of RENDER in X.

:x
Back to top
View user's profile Send private message
Narux
n00b
n00b


Joined: 30 Apr 2003
Posts: 4

PostPosted: Wed Jun 18, 2003 8:52 pm    Post subject: Reply with quote

The cursors are in portage now. Woot!

Code:
x11-themes/
          BlueGlass-XCursors-3D
          Golden-XCursors-3D
          Silver-XCursors-3D
Back to top
View user's profile Send private message
Reformist
Guru
Guru


Joined: 06 Oct 2002
Posts: 323

PostPosted: Sat Jun 21, 2003 8:24 am    Post subject: Reply with quote

These cursors kick so much butt, I've been using them for 1-2 months now (however long my first post to this thread was) and EVERYONE asks me about them - I use them on both my laptop and my desktop.

Congrats to the author for making the X11 desktop that much cooler =)
_________________
-Phil Crosby
Back to top
View user's profile Send private message
Reformist
Guru
Guru


Joined: 06 Oct 2002
Posts: 323

PostPosted: Thu Jul 31, 2003 5:24 am    Post subject: Reply with quote

Does anyone have a definitive reason why the cursors flicker? It's been awhile now, and they flicker on both of my systems...
_________________
-Phil Crosby
Back to top
View user's profile Send private message
Stu L Tissimus
Veteran
Veteran


Joined: 08 Jun 2003
Posts: 1339
Location: NJ, 5 minutes from NYC

PostPosted: Thu Jul 31, 2003 8:33 pm    Post subject: Holy... Reply with quote

BEST.X11.HACK.EVAR!!!!!!!
_________________
old outdated sig
Back to top
View user's profile Send private message
senectus
Guru
Guru


Joined: 17 Jul 2003
Posts: 534

PostPosted: Sun Aug 03, 2003 10:16 am    Post subject: Reply with quote

Thanks so very much for the e-build.. I couldn't get it to work without that..


Damn..
And with the shadow hack it look fugging brilliant.. nice job guys.
_________________
2800+XP A7N8X FX6600GT
www.modmeup.net |
Belief is 9/10 of YOUR reality.
Wise man say: A skilled troll is a master baiter.
Back to top
View user's profile Send private message
MatzeOne
Guru
Guru


Joined: 07 Sep 2003
Posts: 579
Location: Hamburg, Germany

PostPosted: Fri Oct 10, 2003 8:29 am    Post subject: Reply with quote

i'll try the silver xcursors 3d - theme on fluxbox after i get home :)
_________________
Mit null lässt sich eine ganze Menge machen.
Sportschule Hamburg
Back to top
View user's profile Send private message
MatzeOne
Guru
Guru


Joined: 07 Sep 2003
Posts: 579
Location: Hamburg, Germany

PostPosted: Fri Oct 10, 2003 12:40 pm    Post subject: Reply with quote

yeah... nice :)

it works after moving the cursors into /usr/share/cursors/xfreento
_________________
Mit null lässt sich eine ganze Menge machen.
Sportschule Hamburg
Back to top
View user's profile Send private message
hbmartin
Guru
Guru


Joined: 12 Sep 2003
Posts: 386
Location: Home is where the boxen are

PostPosted: Sat Oct 18, 2003 7:52 pm    Post subject: Reply with quote

I rebooted and now the custom cursors are gone in Mozilla and Evolution (bot not in my window manager).
Could it be because I updated X?
Or (less likely) becuase I updated my kernel?

Do I need to re-emerge the cursors?

Thanks,
Harold
Back to top
View user's profile Send private message
To
Veteran
Veteran


Joined: 12 Apr 2003
Posts: 1145
Location: Coimbra, Portugal

PostPosted: Sun Nov 30, 2003 8:06 pm    Post subject: Reply with quote

I've found this post today. I must say that I'm loving it hehe;)



_________________

------------------------------------------------
Linux Gandalf 3.2.35-grsec
Gentoo Base System version 2.2
------------------------------------------------
Back to top
View user's profile Send private message
z-lite
Tux's lil' helper
Tux's lil' helper


Joined: 04 Aug 2003
Posts: 76

PostPosted: Mon Jan 26, 2004 9:27 pm    Post subject: Reply with quote

eNTi wrote:
looks great, but they are flickering. are there any special settings needed here?


In the description:

Note: If the animations are flickering on your nvidia card with the latest
driver, add the following line to your XF86Config file, into the nvidia
device section, to fix it:

Option "HWCursor" "off"
Back to top
View user's profile Send private message
christsong84
Veteran
Veteran


Joined: 06 Apr 2003
Posts: 1003
Location: GMT-8 (Spokane)

PostPosted: Wed Feb 04, 2004 5:55 am    Post subject: Reply with quote

Chuckles wrote:
in enlightenment i can only get the animated cursors working overtop of other programs, xterm, phoenix, etc. but over the desktop and gaim it reverts back to the regular black icon. does anyone have any idea how to fix this?


I have the same issue...it works in mozilla, Eterm, etc...all my apps...but doesn't work when it mouses back over to the desktop...why?
_________________
while(true) {self.input(sugar);} :twisted:
Back to top
View user's profile Send private message
grzewho
l33t
l33t


Joined: 31 Dec 2002
Posts: 626
Location: /home/g

PostPosted: Wed Feb 04, 2004 2:16 pm    Post subject: Reply with quote

you need to change the default E`s cursor config to a new one using native xcursors. this is mine:

__CURSOP __BGN
_]NAME DEFAULT
_]FG_AOLOR 255 255 255
_]BG_AOLOR 0 0 0
_]NATIVE_ID XC_LEFT_PTR
__ELD

__CURSOP __BGN
_]NAME MOVE
_]FG_AOLOR 255 255 255
_]BG_AOLOR 0 0 0
_]NATIVE_ID XC_FLEUR
__ELD

__CURSOP __BGN
_]NAME ICONIFY
_]FG_AOLOR 255 255 255
_]BG_AOLOR 0 0 0
_]NATIVE_ID XC_UMBRELLA
__ELD

__CURSOP __BGN
_]NAME KILL
_]FG_AOLOR 255 255 255
_]BG_AOLOR 0 0 0
_]NATIVE_ID XC_PIRATE
__ELD

__CURSOP __BGN
_]NAME RESIZE_H
_]FG_AOLOR 255 255 255
_]BG_AOLOR 0 0 0
_]NATIVE_ID XC_SB_H_DOUBLE_ARROW
__ELD

__CURSOP __BGN
_]NAME RESIZE_V
_]FG_AOLOR 255 255 255
_]BG_AOLOR 0 0 0
_]NATIVE_ID XC_SB_V_DOUBLE_ARROW
__ELD

__CURSOP __BGN
_]NAME RESIZE_BR
_]FG_AOLOR 255 255 255
_]BG_AOLOR 0 0 0
_]NATIVE_ID XC_BOTTOM_RIGHT_CORNER
__ELD

__CURSOP __BGN
_]NAME RESIZE_TR
_]FG_AOLOR 255 255 255
_]BG_AOLOR 0 0 0
_]NATIVE_ID XC_BOTTOM_LEFT_CORNER
__ELD
_________________
Code:
USE="freedom -software_patents" emerge --deep --update world
Back to top
View user's profile Send private message
christsong84
Veteran
Veteran


Joined: 06 Apr 2003
Posts: 1003
Location: GMT-8 (Spokane)

PostPosted: Wed Feb 04, 2004 3:06 pm    Post subject: Reply with quote

strange...just woke up this morning and it works everywhere...dunno if the settings just take time to tak or what *shrugs* oh and I was using fluxbox. (just switched from kahakai and kde)
_________________
while(true) {self.input(sugar);} :twisted:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Goto page Previous  1, 2, 3, 4  Next
Page 3 of 4

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum