Re: GTX 1050Ti not detected
Niclas Zeising <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]> |
On 2020-09-18 13:22, KIRIYAMA Kazuhiko wrote: > On Fri, 18 Sep 2020 15:15:19 +0900, > Niclas Zeising wrote: >> >> On 2020-09-18 04:35, KIRIYAMA Kazuhiko wrote: >>> Hi, all >>> >>> I'm trying to setup X11 on GEFORCE GTX 1050Ti in >>> 13.0-CURRENT (r363381). I've installed >>> nvidia-driver-390-390.138, and run `nvidia-xconfig', and run >>> `startx', but could not detected device: >>> >> >> What does dmesg say when you load the module? > > I set `nvidia_load="YES"' in /boot/loader.conf: > > admin@bk:~[29]% cat /boot/loader.conf > geom_mirror_load="YES" > vfs.root.mountfrom="zfs:zroot/ROOT/default" > kern.geom.label.disk_ident.enable="0" > kern.geom.label.gptid.enable="0" > opensolaris_load="YES" > zfs_load="YES" > nvidia_load="YES" > nvidia-modeset_load="YES" > nullfs_load="YES" > admin@bk:~[30]% > > dmesg at boot time (/var/run/dmesg.boot) as follows: Does it make a difference if you load nvidia.ko and nvidia_modeset.ko from /etc/rc.conf instead (add it to kld_list). Are you running any xorg configuration? Which version ov the nvidia driver are you using, you said 390 before, but dmesg seem to indicate 440. Regards -- Niclas _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"