[Bug 196678] [x11-servers/xorg-server] [PATCH] Xorg devd backend

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Sep 14 07:56:42 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196678

Jan Beich <jbeich at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbeich at FreeBSD.org

--- Comment #11 from Jan Beich <jbeich at FreeBSD.org> ---
With the patch applied config/devd no longer honors xorg.conf e.g.,

  Section "InputClass"
          Identifier       "keyboard defaults"
          MatchIsKeyboard  "true"
          Option           "XkbLayout" "us(dvorak)"
          Option           "XkbOptions" "terminate:ctrl_alt_bksp"
  EndSection

  Section "InputClass"
          Identifier       "mouse defaults"
          MatchIsPointer   "true"
          Option           "InvX" "true"
          Option           "InvY" "true"
          Option           "Emulate3Buttons" "false"
  EndSection

but the following still works:

  Section "InputClass"
          Identifier       "dummy defaults"
          Option           "Ignore" "true"
  EndSection

which suggests Match* have regressed.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list