Launchpad has imported 30 comments from the remote bug at
http://bugs.gentoo.org/show_bug.cgi?id=341975.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2010-10-21T09:31:18+00:00 Idl0r wrote:

Latest keyworded drivers doesn't build with >=kernel-2.6.36.
/var/tmp/portage/x11-drivers/nvidia-drivers-256.53/work/kernel/nv.c:426: error: 
unknown field 'ioctl' specified in initializer
/var/tmp/portage/x11-drivers/nvidia-drivers-256.53/work/kernel/nv.c:426: 
warning: initialization from incompatible pointer type
make[4]: *** 
[/var/tmp/portage/x11-drivers/nvidia-drivers-256.53/work/kernel/nv.o] Error 1
make[3]: *** 
[_module_/var/tmp/portage/x11-drivers/nvidia-drivers-256.53/work/kernel] Error 2

nvidia-drivers-260.19.12 seems to be the latest stable version from
nvidia but its still hardmasked as "beta".

Could we fix the mask?

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/2

------------------------------------------------------------------------
On 2010-10-22T13:36:50+00:00 Brant wrote:

*** Bug 342021 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/3

------------------------------------------------------------------------
On 2010-10-23T10:33:54+00:00 Idl0r wrote:

*** Bug 342275 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/4

------------------------------------------------------------------------
On 2010-10-24T18:41:19+00:00 Stylinae wrote:

is 260 still considered beta?  Gentoo portage just released *.36 into
~amd64 so people on testing can't use the driver yet.  I know Ubuntu is
shipping with version 260, so I wouldn't think it's still in beta.

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/5

------------------------------------------------------------------------
On 2010-10-25T17:58:42+00:00 Idl0r wrote:

*** Bug 342651 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/6

------------------------------------------------------------------------
On 2010-10-27T15:28:13+00:00 Deduktionstheorem wrote:

(In reply to comment #3)
> is 260 still considered beta?

There still are serious issues with nvidia-drivers-260.19.*, see bug
#336837

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/7

------------------------------------------------------------------------
On 2010-10-27T15:34:21+00:00 Kfirufk wrote:

since new nvidia beta drivers xbmc stopped working.

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/8

------------------------------------------------------------------------
On 2010-11-02T23:28:52+00:00 Conan wrote:

x11-drivers/nvidia-drivers-260.19.12 is masked as being beta but it's
marked stable on the nvidia website.

Does it still ahve major issues?

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/9

------------------------------------------------------------------------
On 2010-11-05T15:16:02+00:00 Codez-iccd-99 wrote:

As it is stated in bug #336837, comment 33 the version 256.53 of nvidia-drivers 
can be compiled against 2.6.36 (gentoo-sources-)kernel with a patch that was 
posted to NVidia forums by artem.
So with little tinkering applied for nvidia-drivers-256.53.ebuild, I am able to 
compile those drivers. (I don't know how they work yet, though.)
The question is, would this patch (and later potential stabilizing of 256.53) 
be an acceptable alternative for unmasking masked drivers?

Ebuild was modified as per following, shown here only for reference. The
.txt extension was removed from the file posted in the forums. I'll post
the real deals (ebuild and the patch) if there's any point for doing
that.


--- /usr/portage/x11-drivers/nvidia-drivers/nvidia-drivers-256.53.ebuild        
2010-08-31 18:57:49.000000000 +0300
+++ /usr/local/portage/x11-drivers/nvidia-drivers/nvidia-drivers-256.53.ebuild  
2010-11-05 17:03:37.000000000 +0200
@@ -277,6 +277,10 @@

                # If greater than 2.6.5 use M= instead of SUBDIR=
                convert_to_m "${NV_SRC}"/Makefile.kbuild
+
+               if kernel_is ge 2 6 36; then
+                       epatch 
"${FILESDIR}"/NVIDIA-Linux-x86-256.53-linux-2.6.36.patch
+               fi
        fi
 }


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/627022/comments/10

------------------------------------------------------------------------
On 2010-11-06T18:38:16+00:00 J.Schlick wrote:

(In reply to comment #7)
> x11-drivers/nvidia-drivers-260.19.12 is masked as being beta but it's marked
> stable on the nvidia website.
> 
> Does it still ahve major issues?
> 

opengl stuff is buggy or at least does not work as expected. In my environment
app-emulation/qemu-kvm-0.13.0-r2 stops with a coredump when trying to start a 
virtual machine.

Program terminated with signal 11, Segmentation fault.
#0  0x0000003ad109483f in ?? () from //usr/lib64/opengl/nvidia/lib/libGL.so.1
(gdb) bt
#0  0x0000003ad109483f in ?? () from //usr/lib64/opengl/nvidia/lib/libGL.so.1
#1  0x0000003ad1094c39 in ?? () from //usr/lib64/opengl/nvidia/lib/libGL.so.1
#2  0x0000003ad109939b in ?? () from //usr/lib64/opengl/nvidia/lib/libGL.so.1
#3  0x0000003ad109994c in ?? () from //usr/lib64/opengl/nvidia/lib/libGL.so.1
#4  0x0000003ac8c06c3a in start_thread () from /lib/libpthread.so.0
#5  0x0000003ac80d1cad in clone () from /lib/libc.so.6



Reply at: 
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/627022/comments/11

------------------------------------------------------------------------
On 2010-11-07T16:58:04+00:00 Dyadkin wrote:

(In reply to comment #7)
> x11-drivers/nvidia-drivers-260.19.12 is masked as being beta but it's marked
> stable on the nvidia website.
> 
> Does it still ahve major issues?
> 

My laptop sony vaio vpccw2s1r with gf 330m does not start xorg with
x11-drivers/nvidia-drivers-260.19.12 (just black screen)

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/12

------------------------------------------------------------------------
On 2010-11-13T07:51:43+00:00 Tdalman wrote:

New driver version 260.19.21 was just released - might be worth a try ?

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/13

------------------------------------------------------------------------
On 2010-11-13T09:17:50+00:00 Chi-Thanh Christopher Nguyen wrote:

*** Bug 345269 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/14

------------------------------------------------------------------------
On 2010-11-13T09:43:39+00:00 Dominique Michel wrote:

(In reply to comment #7)
> x11-drivers/nvidia-drivers-260.19.12 is masked as being beta but it's marked
> stable on the nvidia website.
> 
> Does it still ahve major issues?
> 

I get something like "... nvidia.ko    Device not found"

with 'modprobe nvidia' on my ~amd64 system.

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/15

------------------------------------------------------------------------
On 2010-11-13T10:06:13+00:00 Turul16 wrote:

Created attachment 254193
nv-256.53_lnx-2.6.36.patch

I had issues with the 260.19.12 and with gvim while using 2.6.36 kernel.
(Strange if tracing the gvim process it is working)

I have the 256.53 to compile with 2.6.36 , I have back-ported the config
options from the 2.6.36.

Now gvim is working.
I tested OpenArena as well.

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/16

------------------------------------------------------------------------
On 2010-11-13T10:19:00+00:00 Turul16 wrote:

Created attachment 254195
nvidia-drivers-256.53.ebuild

A working ebuild with the nv-256.53_lnx-2.6.36.patch.

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/17

------------------------------------------------------------------------
On 2010-11-13T17:11:23+00:00 Jcwren wrote:

I'm happy to report that applying the patch and new ebuild has allowed
me to once again use KDE on my workstation.

Thank you!

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/18

------------------------------------------------------------------------
On 2010-11-16T07:48:26+00:00 Xarthisius wrote:

*** Bug 345707 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/19

------------------------------------------------------------------------
On 2010-11-18T18:57:09+00:00 Petr Písař wrote:

Created attachment 254745
Patch for 96.43.18 driver

The same issue with x11-drivers/nvidia-drivers-96.43.18. This is patch
for 260* version transposed for 96.43.18 version. Tested on x86 and
Linux 2.6.36-gentoo-r1.

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/20

------------------------------------------------------------------------
On 2010-12-15T06:46:29+00:00 Limanski wrote:

Hi all,

  gentoo-sources-2.6.36-r5 is now stable (bug 348509) on x86. Should
this bug be a blocker for 2.6.36 stabilization?

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/21

------------------------------------------------------------------------
On 2010-12-16T13:10:06+00:00 Tbartdev wrote:

(In reply to comment #19)
> Hi all,
> 
>   gentoo-sources-2.6.36-r5 is now stable (bug 348509) on x86. Should this bug
> be a blocker for 2.6.36 stabilization?
> 

2.6.35 also has some severe problems. better fix this issue I guess...

Attila, please correct the patch to have the correct name! (36 not 26)

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/22

------------------------------------------------------------------------
On 2010-12-16T13:11:28+00:00 Tbartdev wrote:

This bug is related to http://bugs.gentoo.org/show_bug.cgi?id=348865

virtualbox-modules has a similar issue, see my patch above.

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/23

------------------------------------------------------------------------
On 2010-12-21T09:29:50+00:00 Mike wrote:

(In reply to comment #19)
> Hi all,
> 
>   gentoo-sources-2.6.36-r5 is now stable (bug 348509) on x86. Should this bug
> be a blocker for 2.6.36 stabilization?
> 
As someone who just downloaded the stable 2.6.36-r5 and expected stable 
nvidia-drivers-195.36.31 to work, I would second the notion that something 
should be done *soon* or alternatively block 2.6.36 as stable.  I'll try the 
patches supplied above for now.


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/627022/comments/24

------------------------------------------------------------------------
On 2010-12-21T11:00:00+00:00 Codez-iccd-99 wrote:

As I've stated in comment #8 256.53 can be compiled against 3.6.36. Now
I have 3.6.36-r5 kernel running smoothly with nvidia-drivers-256.53, but
it is NOT using any patches attached here. Instead the patch (mentioned
in my comment) that contains 3 very small changes is used.

Additionally it seems, that some of 260.*-series drivers are not
hardmasked anymore so the question is, do we want working older (256.53)
drivers beside new cutting-edge drivers, or not?


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/627022/comments/25

------------------------------------------------------------------------
On 2010-12-21T11:04:22+00:00 Deduktionstheorem wrote:

I have gentoo-sources-2.6.36-r5 and nvidia-drivers-260.19.29 installed
(directly from portage, without any patches). They're running without
any problems!

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/26

------------------------------------------------------------------------
On 2010-12-21T16:40:00+00:00 Idl0r wrote:

(In reply to comment #24)
> I have gentoo-sources-2.6.36-r5 and nvidia-drivers-260.19.29 installed
> (directly from portage, without any patches). They're running without any
> problems!
> 

I agree, 260.19.29 is the only version of the 260 series that works fine
for me.

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/27

------------------------------------------------------------------------
On 2010-12-21T16:42:29+00:00 Mike wrote:

(In reply to comment #24)
I can second this.  I have the same setup.  I also tested the corresponding 
nvidia-setting-260.19.29 and it seems to be working as well.  The only minor 
thing I have found is "nvidia: module license 'NVIDIA' taints kernel" in dmesg. 
BTW, I'm running a nVidia Corporation G96 [GeForce 9400 GT] (rev a1).


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/627022/comments/28

------------------------------------------------------------------------
On 2010-12-21T16:50:35+00:00 Idl0r wrote:

*** Bug 349303 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/29

------------------------------------------------------------------------
On 2010-12-24T15:38:59+00:00 Idl0r wrote:

*** Bug 349616 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/30

------------------------------------------------------------------------
On 2011-01-02T21:03:42+00:00 Samuli Suominen wrote:

This should be solved by bug 348186.

Reply at: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/627022/comments/31


** Changed in: gentoo
       Status: Unknown => Fix Released

** Changed in: gentoo
   Importance: Unknown => Medium

** Bug watch added: Gentoo Bugzilla #348865
   http://bugs.gentoo.org/show_bug.cgi?id=348865

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/627022

Title:
  package nvidia-current 195.36.24-0ubuntu1~10.04 failed to
  install/upgrade: nvidia-current kernel module failed to build
  (nv.c:417: error: unknown field ‘ioctl’ specified in initializer)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/627022/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to