Tables des matières. - 6. Fichiers de configuration XF86Config et Xconfig << >> Up Title Contents

6. Fichiers de configuration XF86Config et Xconfig


La position des fichiers de configuration X varie suivant la distribution que vous utilisez. Cela sera probablement /etc/Xconfig, /etc/XF86Config ou /usr/X11/lib/X11/XF86Config. Lors du démarrage de X, le nom du répertoire utilisé sera affiché à l'écran.

Souris Série Microsoft

XF86config:

Section "Pointer"

Protocol "microsoft"

Device "/dev/mouse"

EndSection

Xconfig:

#

# Mouse definition and related parameters

#

Microsoft "/dev/mouse"

Souris Série Microsoft avec Emulation Trois Boutons

XF86config:

Section "Pointer"

Protocol "microsoft"

Device "/dev/mouse"

Emulate3Buttons

EndSection

Xconfig:

#

# Mouse definition and related parameters

#

Microsoft "/dev/mouse"

Emulate3Buttons

Souris Série Trois Boutons MouseSystems

XF86config:

Section "Pointer"

Protocol "mousesystems"

Device "/dev/mouse"

# ClearDTR # These two lines probably won't be needed,

# ClearRTS # try without first and then just the DTR

EndSection

Xconfig:

#

# Mouse definition and related parameters

#

MouseSystems "/dev/mouse"

#ClearDTR # These two lines probably won't be needed,

#ClearRTS # try without first and then just the DTR


<< >> Up Title Contents

© 1996-1997 "Logiciels du Soleil"