Am Mittwoch, 12. Februar 2020, 19:13:44 CET schrieb Patrick Shanahan:
* Hans-Peter Jansen <hpj@urpla.net> [02-12-20 02:13]:
Am Mittwoch, 12. Februar 2020, 04:52:28 CET schrieb Patrick Shanahan:
* Hans-Peter Jansen <hpj@urpla.net> [02-11-20 10:43]:
Am Dienstag, 11. Februar 2020, 14:54:15 CET schrieb Patrick Shanahan:
* Stefan Dirsch <sndirsch@suse.de> [02-11-20 06:03]:
On Mon, Feb 10, 2020 at 02:34:08PM -0500, Patrick Shanahan wrote: > Please update > > NVIDIA-Linux-x86_64-390.132.run > > also and thanks much for your efforts.
Not sure what you mean. I'm not aware of an update for 390.xx series.
yes, I have not seen one so am locked to a kernel < 5.5 as 390.132 will not install in kernel-default-5.5.1-1.1.x86_64
Hmm, no. RYO. In a sane way! In short:
cd ~/src osc co X11:Drivers:Video/nvidia-gfxG04 cd X11:Drivers:Video/nvidia-gfxG04 osc service dr osc build # save away /var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/ RPMS/x86_64/nvidia-gfxG04-kmp-default-390.132_k5.5.1_1-0.x86_64.rpm osc build x11-video-nvidiaG04.spec # save away /var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/ RPMS/x86_64/* zypper in saved-away-packages # ignore missing signing key..
In order to use osc, you need an OBS login, any openSUSE account will do.
In case of trouble, call back.
Even nvidia-gfxG03 works with kernel 5.5 btw.
These packages will eventually be available from nvidia as well.
NVIDIA GF106 [GeForce GTS 450] vendor: PNY driver: nvidia v: 390.132
the described osc operation works and produces the rpm, but installing the rpm took quite a long time, > 3 times installing NVIDIA-Linux-x86_64-390.132.run on earlier kernels
The driver rpm compiles the modules during installation for every installed kernel.
iiuc, the problem with the NVxxx.run application is the new kernel api changed and the run files no longer matches, needs to be patched. I am guessing the generated rpm is missing adaptation to the changed api.
But all beyond me and no time to actually learn it.
Here: NVIDIA GK104 [GeForce GTX 760], 10de:1187 (rev a1), with nvidia-gfxG05-kmp-default-440.59_k5.5.1_1 and NVIDIA GF104 [GeForce GTX 460], 10de:0e22 (rev a1), with nvidia-gfxG04-kmp-default-390.132_k5.5.1_1 are doing fine. These are identical to the official packages, available at https://download.nvidia.com/opensuse/tumbleweed You find everything, you need to know on https://en.opensuse.org/SDB:NVIDIA_drivers Additionally, with having the nvidia sources checked out, you can check, which driver supports your model with: # fetch device id $ hwinfo --gfxcard | grep -E \\\<Device Device: pci 0x1187 "GK104 [GeForce GTX 760]" # query driver $ grep 0x1187 nvidia-gfx*/pci_ids* nvidia-gfxG03/pci_ids-340.107:0x1187 GeForce GTX 760 nvidia-gfxG03/pci_ids-340.107.new:0x1187 GeForce GTX 760 nvidia-gfxG04/pci_ids-390.132:0x1187 GeForce GTX 760 nvidia-gfxG05/pci_ids-440.44:0x1187 GeForce GTX 760 This one is supported by the last 3 driver generations. You would prefer the newest, of course. It would be a good idea to clean the system beforehand. The run modules provide an --uninstall option, btw. Cheers, Pete -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org