No devices detected for NVIDIA card.

blubee blubeeme gurenchan at gmail.com
Wed Jan 3 02:44:52 UTC 2018


On Wed, Jan 3, 2018 at 9:52 AM, Kovacs Zoltan via freebsd-x11 <
freebsd-x11 at freebsd.org> wrote:

> Dear Adam,
> The /boot/loader.conf file contains
> if_urtwn_load="YES"hw.psm.elantech_support="1"sem_load="
> YES"nvidia_load="YES"nvidia-modeset_load="YES"
> The /etc/rc.conf contains
> hostname="ideapad320s"sshd_enable="YES"dumpdev="AUTO"
> hald_enable="YES"dbus_enable="YES"moused_enable="YES"linux_
> enable="YES"slim_enable="YES"wlans_urtwn0="wlan0"ifconfig_wlan0="WPA
> DHCP"kld_list="nvidia-modeset"
>
>
> I don not know if there is any discrepancy between the nvidia setting in
> the two files. I guessed not.
> Kind regards,Zoltan      From: Adam Vande More <amvandemore at gmail.com>
>  To: Kovacs Zoltan <kovacsz2013 at yahoo.com>
> Cc: "freebsd-x11 at freebsd.org" <freebsd-x11 at freebsd.org>
>  Sent: Wednesday, January 3, 2018 12:59 AM
>  Subject: Re: No devices detected for NVIDIA card.
>
> On Tue, Jan 2, 2018 at 11:10 AM, Kovacs Zoltan via freebsd-x11 <
> freebsd-x11 at freebsd.org> wrote:
>
> Dear all!
> When I start Xorg on a laptop with FreeBSD 11.1-RELEASE it falls back with
> the message "No devices detected".
>
>
> What are the content's of your /boot/loader.conf?
>
> --
> Adam
>
>
> _______________________________________________
> freebsd-x11 at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-x11
> To unsubscribe, send any mail to "freebsd-x11-unsubscribe at freebsd.org"
>
The nvidia binary blob needs Linux emulation, try adding these in
/boot/loader.conf:
linux_load="YES"
nvidia_load="YES"

along with modeset inside your /etc/rc.conf
kld_list="nvidia-modeset"


More information about the freebsd-x11 mailing list