Changeset fe16450ffbc9addda1be4cfcaad78b7c4ded9435


Ignore:
Timestamp:
08/08/07 17:14:24 (5 years ago)
Author:
flupke <flupke@…>
Children:
d5dacc74a117f96a578399fc0a885e9b09731390
Parents:
e5ce9e9a201ad5eae6be768273b27245762f11fb
git-committer:
flupke <flupke@…> (08/08/07 17:14:24)
Message:

Ajoute le support pour la Kensington Expert Mouse

git-svn-id:  http://kawa.selfip.org/svn/projects@443 532e76a9-45ae-c241-9c6d-8309ac6440cd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • various/config/bill/xorg.conf

    r3d1dd63 rfe16450  
    3939  InputDevice     "Generic Keyboard" 
    4040  InputDevice     "Logitech MX518" 
    41 EndSection 
    42  
    43 Section "ServerLayout" 
    44   Identifier    "Simple Layout" 
    45   Screen        "Default Screen" 
    46   InputDevice   "Generic Keyboard" 
    47   InputDevice   "Logitech MX518" 
    48 EndSection 
    49  
    50 Section "ServerLayout" 
    51   Identifier    "Simple Layout (free)" 
    52   Screen        "Default Screen (free)" 
    53   InputDevice   "Generic Keyboard" 
    54   InputDevice   "Logitech MX518" 
    55 EndSection 
    56  
    57 Section "ServerLayout" 
    58   Identifier    "TwinView Layout" 
    59   Screen        "TwinView Screen" 
    60   InputDevice   "Generic Keyboard" 
    61   InputDevice   "Logitech MX518" 
     41  InputDevice     "Kensington Expert Mouse" 
     42EndSection 
     43 
     44Section "ServerLayout" 
     45  Identifier      "Simple Layout" 
     46  Screen          "Default Screen" 
     47  InputDevice     "Generic Keyboard" 
     48  InputDevice     "Logitech MX518" 
     49  InputDevice     "Kensington Expert Mouse" 
     50EndSection 
     51 
     52Section "ServerLayout" 
     53  Identifier      "Simple Layout (free)" 
     54  Screen          "Default Screen (free)" 
     55  InputDevice     "Generic Keyboard" 
     56  InputDevice     "Logitech MX518" 
     57  InputDevice     "Kensington Expert Mouse" 
     58EndSection 
     59 
     60Section "ServerLayout" 
     61  Identifier      "TwinView Layout" 
     62  Screen          "TwinView Screen" 
     63  InputDevice     "Generic Keyboard" 
     64  InputDevice     "Logitech MX518" 
     65  InputDevice     "Kensington Expert Mouse" 
    6266EndSection 
    6367 
     
    9599  Driver    "keyboard" 
    96100  Option    "CoreKeyboard" 
     101  # Use either of the following XkbRules when ussing XFree/XOrg 
    97102  #Option    "XkbRules"  "xfree86" 
    98103  Option    "XkbRules" "xorg" 
     
    106111  Driver      "mouse" 
    107112  Option      "CorePointer" 
    108   Option      "Device" "/dev/input/mice" 
     113  Option      "Device" "/dev/input/mouse0" 
    109114  Option      "Protocol" "ExplorerPS/2" 
    110115  Option      "Emulate3Buttons" "false" 
     
    113118  Option      "ButtonMapping" "1 2 3 6 7" 
    114119  #Option      "Resolution" "800" 
     120EndSection 
     121 
     122Section "InputDevice" 
     123    Identifier "Kensington Expert Mouse" 
     124    Driver     "mouse" 
     125    Option     "SendCoreEvents" "true" 
     126    Option     "Device" "/dev/input/mouse1" 
     127    Option     "Protocol" "ExplorerPS/2" 
     128    Option     "Emulate3Buttons" "true" 
     129    Option     "Buttons" "6" 
     130    Option     "ZAxisMapping" "4 5" 
     131    Option     "ButtonMapping" "1 3 6 7" 
    115132EndSection 
    116133 
     
    158175  Driver      "nvidia" 
    159176  Option      "RenderAccel" "on" 
    160   Option      "CoolBits" "on" 
     177  Option      "CoolBits" "1" 
    161178  Option      "NoLogo" "on" 
    162179  Option      "TwinView" 
Note: See TracChangeset for help on using the changeset viewer.