Difference between revisions of "User:Gagliol"

From ThinkWiki
Jump to: navigation, search
Line 7: Line 7:
 
* How can I switch Fn and Ctrl keys? (I guess I can't)
 
* How can I switch Fn and Ctrl keys? (I guess I can't)
  
* Enable scrolling and keep functionality of mouse 2 button
+
* Enable scrolling and keep functionality of mouse 2 button. For the moment I'm using button 2 to scroll, and emulating 2=1+3 to paste. This is the corresponding section in {{path|xorg.conf}}:
 +
 
 +
Section "InputDevice"
 +
        Identifier      "Configured Mouse"
 +
        Driver          "mouse"
 +
        Option          "CorePointer"
 +
        Option          "Device"                "/dev/input/mice"
 +
        Option          "Protocol"              "ImPS/2"
 +
        Option          "Buttons"              "7"
 +
        Option          "Emulate3Buttons"      "on"
 +
        Option          "Emulate3Timeout"      "100"
 +
        Option          "EmulateWheel"          "on"
 +
        Option          "EmulateWheelButton"    "2"
 +
        Option          "EmulateWheelTimeout"  "500"
 +
        Option          "YAxisMapping"          "4 5"
 +
        Option          "XAxisMapping"          "6 7"
 +
EndSection
 +
 
  
 
* Wireless
 
* Wireless

Revision as of 17:51, 16 August 2006

IBM ThinkPad: X31 (2673-CBU)

Currently running: Kubuntu 5.10 (Breezy)

Current issues and open questions:

  • How can I switch Fn and Ctrl keys? (I guess I can't)
  • Enable scrolling and keep functionality of mouse 2 button. For the moment I'm using button 2 to scroll, and emulating 2=1+3 to paste. This is the corresponding section in xorg.conf:
Section "InputDevice"
       Identifier      "Configured Mouse"
       Driver          "mouse"
       Option          "CorePointer"
       Option          "Device"                "/dev/input/mice"
       Option          "Protocol"              "ImPS/2"
       Option          "Buttons"               "7"
       Option          "Emulate3Buttons"       "on"
       Option          "Emulate3Timeout"       "100"
       Option          "EmulateWheel"          "on"
       Option          "EmulateWheelButton"    "2"
       Option          "EmulateWheelTimeout"   "500"
       Option          "YAxisMapping"          "4 5"
       Option          "XAxisMapping"          "6 7"
EndSection


  • Wireless
  • FnF7 does not work
  • Untested: Irda
  • Untested: modem
  • Untested: IEEE 1394
  • Untested: Parallel port