[Kernel-packages] [Bug 1742095] Re: kernel 4.13.0-24 not working with nvidia drivers, monitor flickering

2018-01-15 Thread Norman Wilson
I can confirm that the by-hand fix described in #24 (add #include ' to uvm8_va_block.c) allows DKMS to compile the driver, and appears to allow both regular graphics and CUDA to work. I've taught our configuration-management system to apply the fix, but it's still a critical problem for anyone els

[Kernel-packages] [Bug 1742095] Re: kernel 4.13.0-24 not working with nvidia drivers, monitor flickering

2018-01-11 Thread Norman Wilson
This bug also occurs in 4.13.0-26. This is a critical bug because that is now the HWE kernel for Ubuntu 16.04; we must move to it to get Meltdown fixes; but doing so makes many of our systems unusable. https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/1741747 looks closely related. --

[Kernel-packages] [Bug 1479093] Re: Segfault in ld-2.19.so while starting Steam after upgrade to 3.13.0-59.98

2015-07-30 Thread Norman Wilson
Kernel 3.13.0-61 cures the symptoms I reported as well. Thanks! -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-lts-utopic in Ubuntu. https://bugs.launchpad.net/bugs/1479093 Title: Segfault in ld-2.19.so while starting Steam after

[Kernel-packages] [Bug 1479093] Re: Segfault in ld-2.19.so while starting Steam after upgrade to 3.13.0-59.98

2015-07-29 Thread Norman Wilson
Here is a simpler example program: #include #include #include #include #include #include int main(argc, argv) int argc; char **argv; { int pid, rpid; int st; if (argc < 2) { fprintf(stderr, "usage: %s command ...\n", argv[0]); return