[Bug 196678] x11-servers/xorg-server: Update to 1.20.7 + make config/devd recognize /dev/input/eventX from multimedia/webcamd

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 25 14:18:14 UTC 2020


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

Michael Gmelin <grembo at FreeBSD.org> changed:

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

--- Comment #158 from Michael Gmelin <grembo at FreeBSD.org> ---
(In reply to Jens Grassel from comment #157)

Once you have more time to test, please try running
https://github.com/grembo/xorg-udev-setup-check
on your machine.

You can fetch it directly:

fetch
https://raw.githubusercontent.com/grembo/xorg-udev-setup-check/master/xorg-udev-setup-check.sh

In your case (nvidia), the procedure would be

- Run (as an unprivileged user):

  ./xorg-udev-setup-check.sh -d


  ("-d" skips DRM checks) 
- Correct all errors it reports, consider its recommendations.

If it still doesn't work afterwards, please run

  ./xorg-udev-setup-check.sh -des

  ("-e" collects evidence, "-s" uses sudo to run
  libinput list-devices - not necessary if you
  run it as root)

to collect (hopefully) all relevant information on your
setup and share it here. In case your machine still hangs,
but X is running, please ssh into the machine, set DISPLAY
and run the script from there, e.g.:

  DISPLAY=:0 ./xorg-udev-setup-check.sh -des

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


More information about the freebsd-x11 mailing list