Account Links: Cart | Your Account | Logout

Skip to content

Red Hat Knowledgebase

Red Hat Knowledgebase Search:

Updated Within the Last:

New Solutions within the last day New Solutions within the last week New Solutions within the last month

Browse by topics:


Click to View a Topic
Red Hat Enterprise Linux > AS/ES/WS v. 3 > Issue <<  462 of 593 >>

Solution Tools:


Email a Solution Postcard Printer version Submit a comment on this answer Update notifications Request an answer Back

Article Reference

Article ID: 8037
Last update: 04-06-06
Issue:
How do I configure my mouse for left-hand use in Red Hat Enterprise Linux 3?
Resolution:

Release Found: Red Hat Enterprise Linux 3

Symptom:
Using the usual tools to configure the mouse for left-hand use does not seem to work for the mouse.

Solution:

The XFree86 configuration tools will configure a USB mouse regardless of whether there is one or not. Mouse configuration is defined in the file /etc/X11/XF86Config, in the section "ServerLayout". One of the mice is marked as a "CorePointer" while the other is marked as "AlwaysCore"

If configuring the mouse for left-hand use does not work with the usual tools, switch the options "CorePointer" and "AlwaysCore" between the devices.

For example:

InputDevice "Mouse0" "AlwaysCore"
InputDevice "DevInputMice" "CorePointer

to

InputDevice "Mouse0" "CorePointer"
InputDevice "DevInputMice" "AlwaysCore"


How well did this entry answer your question?


good wrong incomplete out of date
Red Hat Enterprise Linux > AS/ES/WS v. 3 > Issue <<   462  of  593  >>