Second day im trying to get my new pc to work and im loosing my mind completely with nvidia.
I have Volta GPU which goes with 580 drivers.
I ditched STABLE to RELEASE as stable could not even launch nvidia , constant kernel panic on STARTX due to mismatch of kernel and nvidia packages. Updated kernel to 15.1-STABLE , rebuild nvidia - nothing. Ditched.
Went back to RELEASE. 15.0-RELEASE 1500068
ports, pkg are in quarterly and im keeping it as it was only one way to get nvidia-settings-580 in the past.but today is a different day.
which is all good but if i want to install nvidia-settings: i get this
595 version which wont work with my current 580.
nvidia-settings-580 : not found
first time i had to install nvidia-drivers-580 to pull settings as it was decoupled from kmod`s ... now is pulled everything but i cant pull settings with 580.
I have Volta GPU which goes with 580 drivers.
I ditched STABLE to RELEASE as stable could not even launch nvidia , constant kernel panic on STARTX due to mismatch of kernel and nvidia packages. Updated kernel to 15.1-STABLE , rebuild nvidia - nothing. Ditched.
Went back to RELEASE. 15.0-RELEASE 1500068
ports, pkg are in quarterly and im keeping it as it was only one way to get nvidia-settings-580 in the past.but today is a different day.
Code:
# pkg repos
FreeBSD-ports: {
url : "pkg+http://pkg.freebsd.org/FreeBSD:15:amd64/quarterly",
enabled : yes,
priority : 0,
mirror_type : "SRV",
signature_type : "FINGERPRINTS",
fingerprints : "/usr/share/keys/pkg"
}
FreeBSD-ports-kmods: {
url : "pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/kmods_quarterly_0",
enabled : yes,
priority : 0,
mirror_type : "SRV",
signature_type : "FINGERPRINTS",
fingerprints : "/usr/share/keys/pkg"
}
FreeBSD-base: {
url : "pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/base_release_0",
enabled : no,
priority : 0,
mirror_type : "SRV",
signature_type : "FINGERPRINTS",
fingerprints : "/usr/share/keys/pkgbase-15"
}
#
Code:
# pkg info | grep nvidia
nvidia-driver-580-580.142 NVIDIA graphics driver userland
nvidia-drm-66-kmod-580-580.142.1500068 NVIDIA DRM Kernel Module
nvidia-drm-kmod-580-580.142 NVIDIA DRM kernel module
nvidia-kmod-580-580.142.1500068 NVIDIA graphics driver kernel module
which is all good but if i want to install nvidia-settings: i get this
Code:
# pkg install nvidia-settings
Updating FreeBSD-ports repository catalogue...
FreeBSD-ports repository is up to date.
Updating FreeBSD-ports-kmods repository catalogue...
FreeBSD-ports-kmods repository is up to date.
All repositories are up to date.
The following 25 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
adwaita-icon-theme: 47.0 [FreeBSD-ports]
adwaita-icon-theme-legacy: 46.2 [FreeBSD-ports]
at-spi2-core: 2.56.8 [FreeBSD-ports]
colord: 1.4.8_1 [FreeBSD-ports]
cups: 2.4.19 [FreeBSD-ports]
dav1d: 1.5.3_1 [FreeBSD-ports]
desktop-file-utils: 0.28 [FreeBSD-ports]
gmp: 6.3.0 [FreeBSD-ports]
gnutls: 3.8.13 [FreeBSD-ports]
gsettings-desktop-schemas: 47.1_2 [FreeBSD-ports]
gtk-update-icon-cache: 3.24.42 [FreeBSD-ports]
gtk3: 3.24.52 [FreeBSD-ports]
hicolor-icon-theme: 0.18 [FreeBSD-ports]
jansson: 2.15.0 [FreeBSD-ports]
json-glib: 1.10.8 [FreeBSD-ports]
lcms2: 2.19 [FreeBSD-ports]
libgusb: 0.4.9_1 [FreeBSD-ports]
libpaper: 1.1.28_1 [FreeBSD-ports]
librsvg2-rust: 2.62.0_1 [FreeBSD-ports]
libtasn1: 4.21.0 [FreeBSD-ports]
libvdpau: 1.5 [FreeBSD-ports]
nettle: 3.10.2 [FreeBSD-ports]
nvidia-settings: 595.58.03 [FreeBSD-ports]
p11-kit: 0.26.2 [FreeBSD-ports]
sqlite3: 3.50.4_2,1 [FreeBSD-ports]
Number of packages to be installed: 25
The process will require 175 MiB more space.
36 MiB to be downloaded.
Proceed with this action? [y/N]:
nvidia-settings-580 : not found
first time i had to install nvidia-drivers-580 to pull settings as it was decoupled from kmod`s ... now is pulled everything but i cant pull settings with 580.