From: H.S. on
Dennis G. Wicks wrote:
> Greetings;
>
> Search as I may I can not find how to do this.
>
> I am running gnome and a hi-res screen. My cursor and mouse pointer are
> too small to see easily on the screen. How do I make them bigger?
>
> Many TIA!
> Dennis
>
>

On debian Lenny:

{~}$> apt-cache search cursors
big-cursor - larger mouse cursors for X
comixcursors - X11 mouse theme with a comic feeling
crystalcursors - X11 mouse theme with the crystal look&feel
dmz-cursor-theme - Style neutral, scalable cursor theme
icoutils - Create and extract MS Windows icons and cursors
libxcursor1 - X cursor management library
oxygencursors - Oxygen mouse cursor theme
python-psycopg2 - Python module for PostgreSQL
uqm - The Ur-Quan Masters - An inter-galatic adventure game
uqm-russian - Russian addon for 'The Ur-Quan Masters' game
uqm-content - The Ur-Quan Masters - Game data files


So perhaps you want to try big-cursor package.

->HS


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
From: Manu Hack on
On Tue, May 6, 2008 at 1:20 PM, Dennis G. Wicks <wix(a)eskimo.com> wrote:

> Greetings;
>
> Search as I may I can not find how to do this.
>
> I am running gnome and a hi-res screen. My cursor and mouse pointer are
> too small to see easily on the screen. How do I make them bigger?
>

sudo apt-get install chameleon-cursor-theme

(or any other theme you like)

sudo update-alternatives --config x-cursor-theme

and choose the one you like. For example I chose
/usr/share/icons/Chameleon-Pearl-Large/cursor.theme, which is large enough
for me.

Manu