Lokasi dari file konfigurasi untuk X tergantung pada keluaran (release) tertentu dan distributi yang anda punyai.  Lokasinya mungkin adalah  /etc/Xconfig, /etc/XF86Config  atau  /usr/X11/lib/XF86Config.  Anda seharusnya bisa melihatnya pada saat memulai X -- hal tersebut akan ditampilkan pada screen sebelum seluruh pilihan ditayangkan.  Syntax antara file-file XF86Config dan Xconfig sedikit berbeda, sehingga keduanya dimasukkan pada distribusi. 
Microsoft Serial Mouse
             Section "Pointer"
                 Protocol "microsoft"
                 Device "/dev/mouse"
             EndSection
             #
             # Mouse definition and related parameters
             #
             Microsoft      "/dev/mouse"
             Section "Pointer"
                 Protocol "microsoft"
                 Device "/dev/mouse"
                 Emulate3Buttons
             EndSection
             #   
             # Mouse definition and related parameters
             #
             Microsoft      "/dev/mouse"
             Emulate3Buttons
             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
             #
             # 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
             Section "Pointer"
                 Protocol "MouseSystems"
                 Device "/dev/gpmdata"
             EndSection
 
             #
             # Mouse definition and related parameters
             #
             MouseSystems      "/dev/gpmdata"