Re: Screen recognition.
- In reply to: David : "Screen recognition."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Jan 2023 15:57:20 UTC
On Wed, Jan 4, 2023 at 9:03 AM David wrote: > Mouse and keyboard are detected without any trouble, but the monitor, a > Dahua LM24-S420, is not giving a lot of joy. This monitor usually works > at 1920x1080 @ 60Hz, but is not delivering anything like that now. For AMD or Intel you need to build and install /usr/ports/graphics/drm-510-kmod/ (as root) cd /usr/ports/graphics/drm-510-kmod/; make install Then modesetting driver should work out of the box. For nvidia you need to install one of the nvidia binary drivers nvidia-driver-XXX where XXX matches your GPU generation (see all with pkg search -x nvidia). > If there was an equivalent to lshw that would give me information on the > connection point, that might help, but that doesn't appear to be > available as lshw. For PCI(-E) devices: pciconf -lv For USB devices: usbconfig usbconfig dump_all_desc Have fun :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info