↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

  • Home
  • About the Author…
  • Copyright and Trademarks..

Category Archives: NVIDIA

Post navigation

← Older posts
Newer posts →

NVIDIA – New 4XX Driver, OK with Kernel 4.19..

Adventures With Linux ™ Posted on September 21, 2018 by RGSeptember 21, 2018

NVIDIA have version-bumped their driver, and new driver 410.57 is now available, and details are here:  https://www.nvidia.com/Download/driverResults.aspx/138279/en-us Tested with Kernel 4.19-rc4, and this version compiles/loads OK, without any need for a patch.. …………………… ld -r -o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.57/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.57/kernel/nvidia-modeset/nvidia-modeset-linux.o Building modules, stage 2. MODPOST 4 modules CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.57/kernel/nvidia-drm.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.57/kernel/nvidia-drm.ko CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.57/kernel/nvidia-modeset.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.57/kernel/nvidia-modeset.ko CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.57/kernel/nvidia-uvm.mod.o … Continue reading →

Posted in kernel, Linux, NVIDIA, Performance | Tagged 4.19-rc4, 410.57, new driver, nvidia, ok with kernel 4.19 | Leave a reply

Kernel – 4.19-rc2 – OK with Latest VMware, and Patched NVIDIA

Adventures With Linux ™ Posted on September 2, 2018 by RGSeptember 2, 2018

Kernel 4.19-rc2 is out, and details of changes from -rc1 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1809.0/00713.html As with -rc1, the latest VMware (14.1.3) compiles/loads OK, and the latest NVIDIA (396.54 and 390.87) with the patch mentioned in a previous article ( http://rglinuxtech.com/?p=2391 ) compiles and loads OK.    The patch is applicable to both versions.. Robert Gadsdon.    September 2, 2018. … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, patches, VMware | Tagged kernel 4.19-rc2, nvidia 396.54 390.87, ok, patched, vmware 14.1.3 | 5 Replies

NVIDIA – 396.54 Patched for Kernel 4.19-rc1 – OK for Some?

Adventures With Linux ™ Posted on August 29, 2018 by RGAugust 29, 2018

Thanks to Tomas Pruzina for more info on this problem…    I have now tested NVIDIA 396.54 – patched with the changes mentioned in my previous article – and it runs OK on my system (Fedora 28, KDE/Plasma).    I created a patched runtime version of the installer, and then (as root) installed it as usual: # ./NVIDIA-Linux-x86_64-396.54-419.run -s … Continue reading →

Posted in fix, Hacks, kernel, Linux, NVIDIA, Opinion, patches | Tagged black screen for some, kernel 4.19-rc1, nvidia 396.54, ok with fedora 28, patch | Leave a reply

Kernel – 4.19-rc1 – OK with VMware, breaks NVIDIA – and Possible Fix..

Adventures With Linux ™ Posted on August 27, 2018 by RGAugust 27, 2018

Kernel 4.19-rc1 has been released, and very brief details of changes are here: http://lkml.iu.edu/hypermail/linux/kernel/1808.3/01014.html VMware 14.1.3 compiles/loads OK, but NVIDIA (396.54) compile failed: …………………. /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-396.54/kernel/nvidia-drm/nvidia-drm-encoder.c:219:11: error: implicit declaration of function ‘drm_mode_connector_attach_encoder’; did you mean ‘drm_connector_attach_encoder’? [-Werror=implicit-function-declaration] ret = drm_mode_connector_attach_encoder(connector, encoder); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drm_connector_attach_encoder cc1: some warnings being treated as errors ……………….. – and a similar error with nvidia-drm-connector.c … Continue reading →

Posted in DisplayLink, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged 4.19-rc1, displaylink 4.2 compile fail, drm_mode_connector_attach_encoder, kernel, nvidia 396.54 compile fail, possible fix, released, vmware 14.1.3 ok | 6 Replies

Kernel – 4.18 Finally Released – OK with latest NVIDIA, and Patched VMware

Adventures With Linux ™ Posted on August 12, 2018 by RGAugust 12, 2018

Kernel 4.18 has finally arrived, and details of changes since -rc8 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1808.1/02806.html As expected, after changes in -rc7, the latest NVIDIA and (patched) VMware all compile/load OK..    Tested with VMware 14.1.2 with the vmmon patch, and NVIDIA 390.77 and 396.51. Coincidentally, I can also confirm that 4.18 boots OK on HP PA-RISC (HP9000/785-C3700) – but … Continue reading →

Posted in HPPA, kernel, Linux, NVIDIA, PA-RISC, patches, VMware | Tagged 14.1.2, 390.77, 396.51, kernel 4.18 final, nvidia ok, released, vmmon patched, vmware | Leave a reply

NVIDIA – GPL Problem with Kernel 4.18, But only for Some.. Fixed in 4.18-rc7.

Adventures With Linux ™ Posted on August 1, 2018 by RGAugust 1, 2018

Thanks to towo, for pointing out that some others have had GPL issues with the latest NVIDIA drivers and Kernel 4.18-rc6, even though they compiled/loaded OK on my test system, as reported in an earlier article.. …………… ld -r -o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.77/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.77/kernel/nvidia-modeset/nvidia-modeset-linux.o Building modules, stage 2. MODPOST 4 modules CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.77/kernel/nvidia-drm.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.77/kernel/nvidia-drm.ko CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.77/kernel/nvidia-modeset.mod.o LD … Continue reading →

Posted in compilation, Linux, NVIDIA, Opinion | Tagged fixed in 4.18-rc7, gpl, inconsistent, kernel 4.18, no error on some systems, nvidia, __put_devmap_managed_page | Leave a reply

NVIDIA – GPL Problem with Kernel 4.18, But only for Some.. Fixed in 4.18-rc7.

Adventures With Linux ™ Posted on August 1, 2018 by RGAugust 1, 2018

Thanks to towo, for pointing out that some others have had GPL issues with the latest NVIDIA drivers and Kernel 4.18-rc6, even though they compiled/loaded OK on my test system, as reported in an earlier article.. …………… ld -r -o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.77/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.77/kernel/nvidia-modeset/nvidia-modeset-linux.o Building modules, stage 2. MODPOST 4 modules CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.77/kernel/nvidia-drm.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.77/kernel/nvidia-drm.ko CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.77/kernel/nvidia-modeset.mod.o LD … Continue reading →

Posted in compilation, Linux, NVIDIA, Opinion | Tagged fixed in 4.18-rc7, gpl, inconsistent, kernel 4.18, no error on some systems, nvidia, __put_devmap_managed_page | Leave a reply

Kernel – 4.18-rc6 – OK with Latest NVIDIA, and Patched VMware..

Adventures With Linux ™ Posted on July 22, 2018 by RGJuly 22, 2018

Kernel 4.18-rc6 has been released, and details of changes since -rc5 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1807.2/06572.html The latest NVIDIA drivers ( 390.77 and 396.45 ) compile/load OK, as does vmmon-patched VMware 14.1.2 (see http://rglinuxtech.com/?p=2322 ). Robert Gadsdon.  July 22. 2018. … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, patches, VMware | Tagged 390.77, 396.45, kernel 4.18-rc6, ok with lates nvidia, vmmon patch, vmware 14.1.2 | 2 Replies

NVIDIA – New Driver 390.77 – OK with Kernel 4.18..

Adventures With Linux ™ Posted on July 16, 2018 by RGJuly 16, 2018

NVIDIA have released driver 390.77, and details are here:  http://www.nvidia.com/Download/driverResults.aspx/136120/en-us I have tested this with Kernel 4.18-rc5, and it compiles/loads successfully: ……………………………….. ld -r -o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.77/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.77/kernel/nvidia-modeset/nvidia-modeset-linux.o Building modules, stage 2. MODPOST 4 modules CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.77/kernel/nvidia-drm.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.77/kernel/nvidia-drm.ko CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.77/kernel/nvidia-modeset.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.77/kernel/nvidia-modeset.ko CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.77/kernel/nvidia-uvm.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.77/kernel/nvidia-uvm.ko CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.77/kernel/nvidia.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.77/kernel/nvidia.ko make[2]: Leaving directory … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion | Tagged 390.77, new driver, nvidia, ok with kernel 4.18, tested with 4.18-rc5 | Leave a reply

Kernel – 4.18-rc2 is Out – Includes fix for VMware Runtime, OK with Latest Patched VMware and NVIDIA.

Adventures With Linux ™ Posted on June 24, 2018 by RGJune 24, 2018

Kernel 4.18-rc2 has been released, and brief details of changes from -rc1 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1806.3/00112.html This includes the cmdline fix, which enables the VMware runtimes to execute correctly.   The VMware 14.1.2 vmmon patch is still required (see http://rglinuxtech.com/?p=2322 ) NVIDIA 390.67 compiles OK, with the nvidia-drm-drv.c patch (see http://rglinuxtech.com/?p=2315 ) Robert Gadsdon.  June 24, 2018. … Continue reading →

Posted in compilation, fix, Hacks, kernel, Linux, NVIDIA, Opinion, patches, Performance, quirks, VMware | Tagged 390.67, 4.18-rc2 out, includes cmdline fix, kernel, nvidia-drm-drv.c patch, vmmon patch, vmware runtime | Leave a reply

Post navigation

← Older posts
Newer posts →
Original content © Robert Gadsdon 2013
↑