DragonFlyBSD Guidebook | ||
---|---|---|
Prev | Chapter 6 X Window System |
If you have a wheel mouse: Look for a section called "InputDevice" in your XF86Config file which includes the line {Driver "mouse"}. Add this text to the next line:
Option "ZAxisMapping" "4 5"
When XFree86 is next started, you will be able to scroll windows using your mouse wheel.
To change your mouse pointer, create a file in your home directory called .Xdefaults, with the line
Xcursor:theme: cursorname
where cursorname is one of the directories in /usr/X11R6/lib/X11/icons. The default formats as of this writing are "default", "handhelds", redglass", and "whiteglass". It is possible to create new custom cursors; check the Xcursor manpage for details.
Contact the Documentation Team for comments, suggestions and questions about this document.