PLDWWW: Docs/xorg

Mateusz Korniak "Mateusz Korniak" at pld-linux.org
Wed Apr 7 11:49:44 CEST 2010


Author: Mateusz Korniak   Date: Wed Apr  7 09:49:44 2010 GMT
Module: PLDWWW   URL: http://www.pld-linux.org/Docs/xorg?action=diff&rev2=25&rev1=24
---- Log message:
xserver 1.8+ and keyboard/synaptics

---- Page affected: Docs/xorg

---- Diffs:

================================================================
The comment on the change is:
xserver 1.8+ and keyboard/synaptics

  Hal is no longer used. See [https://wiki.ubuntu.com/X/Config/Input#Input https://wiki.ubuntu.com/X/Config/Input#Input]
  
  NOTE: '''xinput''' is in '''xorg-app-xinput''' package in PLD Linux.
+ ===
+ Polecam mojego configa, dzialaja pliterki oraz ctrl-alt-bkspc (brakuje
+ tylko Zoom na ctrl-alt{-,+})
  
+ === xserver 1.8+ and keyboard ===
+ Configuration stored in '/etc/X11/xorg.conf.d/10-keyboard.conf' supposed to support pl national characters and ctrl-alt-bkspc. Missing ctrl-alt{-,+}) though.
+ {{{
+ Section "InputClass"
+         Identifier "keyboard-all"
+         Driver "evdev"
+         Option "XkbLayout" "us,pl"
+         Option "XkbModel" "evdev"
+         Option "XkbVariant" ",qwerty"
+         #Option "XkbOptions"
+ "grp:alt_shift_toggle,grp:switch,compose:rwin,terminate:ctrl_alt_bksp"
+         Option "XkbOptions" "compose:rwin,terminate:ctrl_alt_bksp"
+ 
+         Option          "LeftAlt"       "Meta"
+         Option          "RightAlt"      "ModeShift"
+ 
+         MatchIsKeyboard "on"
+ EndSection
+ }}}
+ 
+ === xserver 1.8+ and synaptics ===
+ Consider creating file '/etc/xorg.conf.d/10-synaptics.conf' containing:
+ 
+ {{{
+ Section "InputClass"
+         Identifier      "touchpad catchall"
+         Driver          "synaptics"
+         MatchIsTouchpad "on"
+         MatchDevicePath "/dev/input/event*"
+         Option          "SHMConfig"             "true"
+         Option          "HorizEdgeScroll"       "1"
+         Option          "VertEdgeScroll"        "1"
+         Option          "TapButton1"            "1"
+         Option          "TapButton2"            "1"
+         Option          "TapButton3"            "1"
+         Option          "AccelFactor"           "0.001"
+ EndSection
+ }}}
  == xserver and evdev driven input devices + HAL ==
  
  xorg server can use two different sources of mouse, keyboard information.


More information about the pld-cvs-commit mailing list