Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

paieye

macrumors 6502
Original poster
Nov 14, 2008
306
14
My sight is by no means as good as it once was, so I have enlarged the mouse-pointer in System Preferences. However, the mouse-pointer that appears immediately after booting up this notebook remains tiny, and at times I have great difficulty in seeing it. Is there any means of enlarging it ?
 

paieye

macrumors 6502
Original poster
Nov 14, 2008
306
14
There is indeed a means of enlarging the mouse-pointer, at any rate in El Capitan. Slide your forefinger very fast from side to side on the trackpad. This will enlarge the mouse-pointer to a very large and conspicuous size for long enough for one to see and use it.
 

KALLT

macrumors 603
Sep 23, 2008
5,380
3,415
I don’t think the cursor size can be set for the pre-login stage. Are you using FileVault?
 

Bruno09

macrumors 68020
Aug 24, 2013
2,202
153
Far from here
There is a mean to enlarge the pointer for the pre-login stage.

Enable the root user session, login in this session, go to System Preferences / Accessibility to set the pointer size to taste.

Reboot and enjoy your large pointer.

(You can use the same way to activate touch-to-click for the pre-login stage, as I did)
 
Last edited:

KALLT

macrumors 603
Sep 23, 2008
5,380
3,415
You should never login into the system (GUI) as root, it is just too dangerous. However, your idea does work. You can set the cursor size locally, for all users. This actually works in the pre-login screen as well (just tested it).

To do so, first get your current cursor size with this command:
Code:
defaults read com.apple.universalaccess mouseDriverCursorSize


This should return a number on the next line. Then you simply add that number in this command here (just replace the 1.0 at the end with that number):
Code:
sudo defaults write /Library/Preferences/com.apple.universalaccess mouseDriverCursorSize -float 1.0


To confirm:
Code:
defaults read /Library/Preferences/com.apple.universalaccess mouseDriverCursorSize
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.