[Ubuntu-x-swat] [Bug 413296] Re: Nvidia binary driver won't build with 2.6.31-rt kernel

2009-10-22 Thread Iain Bucław
@Trulan, how was NViDIA installed before hand? The first time you tried and failed was probably because you had residual pieces of a previous NViDIA installation still present (ie: from manual installation from the nv site), and so it was more likely an X11 failure rather than a driver failure. As

[Ubuntu-x-swat] [Bug 413296] Re: Nvidia binary driver won't build with 2.6.31-rt kernel

2009-10-21 Thread Iain Bucław
** Changed in: nvidia-graphics-drivers-180 (Ubuntu) Status: In Progress => Fix Released -- Nvidia binary driver won't build with 2.6.31-rt kernel https://bugs.launchpad.net/bugs/413296 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to nvidia-gr

[Ubuntu-x-swat] [Bug 413296] Re: Nvidia binary driver won't build with 2.6.31-rt kernel

2009-10-21 Thread Iain Bucław
Alberto, that is what I have been using when compiling the drivers manually for the past 2 months. As for the debian build, I noticed there was already an nvidia-rt-compat.patch file in the debian.binary/patches tree. So I fixed that and added it to the dkms.conf.in file. Had a try at package bu

[Ubuntu-x-swat] [Bug 413296] Re: Nvidia binary driver won't build with 2.6.31-rt kernel

2009-10-20 Thread Iain Bucław
Motin, I will look into it. I currently use 190.32 drivers... Most current is 190.40, and I *know* that it doesn't work in the most recent stable (185.36). Will message back with updates. -- Nvidia binary driver won't build with 2.6.31-rt kernel https://bugs.launchpad.net/bugs/413296 You receiv

[Ubuntu-x-swat] [Bug 413296] Re: Nvidia binary driver won't build with 2.6.31-rt kernel

2009-10-13 Thread Iain Bucław
Bryce, sorry, but I was very quick to remove it after it became evident that it affected something else in the driver when going into screensaver. The idea was: #ifdef CONFIG_PREEMPT_RT #define spin_lock_init(lock)atomic_spin_lock_init(lock) /* etc */ #endif Removing the need for a separate nv

[Ubuntu-x-swat] [Bug 413296] Re: Nvidia binary driver won't build with 2.6.31-rt kernel

2009-10-04 Thread Iain Bucław
** Attachment removed: "rt_preempt_31-new.patch" http://launchpadlibrarian.net/3307/rt_preempt_31-new.patch -- Nvidia binary driver won't build with 2.6.31-rt kernel https://bugs.launchpad.net/bugs/413296 You received this bug notification because you are a member of Ubuntu-X, which is sub

[Ubuntu-x-swat] [Bug 413296] Re: Nvidia binary driver won't build with 2.6.31-rt kernel

2009-10-04 Thread Iain Bucław
Since it's BugJam, I had a more detailed look at the difference between 2.6.29->2.6.31 with and without RT patches, and came up with this shorter, sweeter patch that should resolve things, at least, until the NV-devs fix things up properly. I don't think backwards compatibility with previous kerne

[Ubuntu-x-swat] [Bug 413296] Re: Nvidia binary driver won't build with 2.6.31-rt kernel

2009-09-29 Thread Iain Bucław
And attached is the patch that should now work. Regards Iain ** Attachment added: "rt_preempt_31.patch" http://launchpadlibrarian.net/32679012/rt_preempt_31.patch -- Nvidia binary driver won't build with 2.6.31-rt kernel https://bugs.launchpad.net/bugs/413296 You received this bug notificati

[Ubuntu-x-swat] [Bug 413296] Re: Nvidia binary driver won't build with 2.6.31-rt kernel

2009-09-29 Thread Iain Bucław
in: nvidia-graphics-drivers-180 (Ubuntu) Status: Fix Released => In Progress ** Changed in: nvidia-graphics-drivers-180 (Ubuntu) Assignee: (unassigned) => Iain Bucław (tinivole) -- Nvidia binary driver won't build with 2.6.31-rt kernel https://bugs.launchpad.net/bugs/413296

[Ubuntu-x-swat] [Bug 413296] Re: Nvidia binary driver won't build with 2.6.31-rt kernel

2009-09-28 Thread Iain Bucław
This is the patch in the recent upload: --- nvidia-graphics-drivers-180-185.18.36.orig/debian.binary/patches/rt_preempt_31.patch +++ nvidia-graphics-drivers-180-185.18.36/debian.binary/patches/rt_preempt_31.patch @@ -0,0 +1,12 @@ +diff -urN NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/nv-linux.h N

[Ubuntu-x-swat] [Bug 413296] Re: Nvidia binary driver won't build with 2.6.31-rt kernel

2009-09-17 Thread Iain Bucław
Oops, forgot to attach. ** Attachment added: "nv-2.6.31-rt.patch" http://launchpadlibrarian.net/31986809/nv-2.6.31-rt.patch -- Nvidia binary driver won't build with 2.6.31-rt kernel https://bugs.launchpad.net/bugs/413296 You received this bug notification because you are a member of Ubuntu-X,

[Ubuntu-x-swat] [Bug 413296] Re: Nvidia binary driver won't build with 2.6.31-rt kernel

2009-09-17 Thread Iain Bucław
I ran into this issue, and wrote a patch, and posted here: http://www.nvnews.net/vbulletin/showthread.php?p=2087519#post2087519 It is based on the patch in the previous post, but rather than a separate patch for all NV driver versions, this should work across the board. At least, I hope. Regards