Difference between revisions of "User:Gagliol"

From ThinkWiki
Jump to: navigation, search
Line 12: Line 12:
 
* 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. 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}}:
+
* 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. See the "InputDevice" section in my [[User:Gagliol/xorg.conf|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
Line 35: Line 18:
 
* {{key|Fn}}{{key|F7}} does not work
 
* {{key|Fn}}{{key|F7}} does not work
  
* [[Problem with high pitch noises|hissing sound]] when on batteries  
+
* [[Problem with high pitch noises|Hissing sound]] when on batteries  
 
 
* Untested: Irda
 
 
 
* Untested: modem
 
 
 
* Untested: IEEE 1394
 
  
* Untested: Parallel port
+
* Untested:  
 +
** Irda
 +
** modem
 +
** IEEE 1394
 +
** Parallel port

Revision as of 19:16, 16 August 2006

IBM ThinkPad: X31 (2673-CBU)

Currently running: Kubuntu 5.10 (Breezy)

Configuration files:

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. See the "InputDevice" section in my xorg.conf
  • Wireless
  • FnF7 does not work
  • Untested:
    • Irda
    • modem
    • IEEE 1394
    • Parallel port