[Bug 217844] devel/gvfs: should we disable hal in gvfs?

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 16 22:48:20 UTC 2018


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

VVD <vvd at unislabs.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vvd at unislabs.com

--- Comment #8 from VVD <vvd at unislabs.com> ---
(In reply to Chris Hutchinson from comment #4)
Did you tried in xorg.conf:
Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc104"
    Option "XkbLayout"  "us,…"
…
EndSection
Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/sysmouse"
…
EndSection
Section "ServerLayout"
…
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    Option "AutoAddDevices" "off"
    Option "AllowEmptyInput" "off"
EndSection
…

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


More information about the freebsd-gnome mailing list