[Bug 103050] Re: Xorg fails to start requesting libwfb when using nvidia-glx-new

2007-06-19 Thread Sitsofe Wheeler
*** This bug is a duplicate of bug 98641 ***
https://bugs.launchpad.net/bugs/98641

OK I'm going to duplicate this on Bug #98641 because hand waving that
the two are the same isn't working. I know this is bad practice (because
Ben is marked as working on this bug and not the other) but we are
starting to see people missing each other due and information having to
be posted twice and I hate forward duping. If this turns out to be the
wrong thing please say and that way I'll know better for next time.

Thanks for taking the time to report this bug and helping to make Ubuntu
better. This particular bug has already been reported and is a duplicate
of bug #98641 and is being marked as such. Please feel free to report
any other bugs you may find.

** This bug has been marked a duplicate of bug 98641
   [nvidia-glx-new] NVidia driver missing libwfb

-- 
Xorg fails to start requesting libwfb when using nvidia-glx-new
https://bugs.launchpad.net/bugs/103050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103050] Re: Xorg fails to start requesting libwfb when using nvidia-glx-new

2007-05-23 Thread Martin Pitt
I rejected the feisty-updates upload for this; I guess it was supposed
to go to -proposed? Please do that first, subscribe ubuntu-sru, and an
SRU policy compliant request
(https://wiki.ubuntu.com/StableReleaseUpdates)

** Changed in: linux-restricted-modules-2.6.20 (Ubuntu)
   Status: Fix Committed = In Progress

-- 
Xorg fails to start requesting libwfb when using nvidia-glx-new
https://bugs.launchpad.net/bugs/103050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103050] Re: Xorg fails to start requesting libwfb when using nvidia-glx-new

2007-05-23 Thread Alberto Milone
Martin Pitt:
I think the upload you rejected had been done by Ben Collins.

It's all reported here:
https://bugs.launchpad.net/ubuntu/+source/linux-restricted-modules-2.6.20/+bug/98641

Maybe you should talk to him.

Alberto

-- 
Xorg fails to start requesting libwfb when using nvidia-glx-new
https://bugs.launchpad.net/bugs/103050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103050] Re: Xorg fails to start requesting libwfb when using nvidia-glx-new

2007-04-27 Thread Alberto Milone
I'll report the same solution I suggested in bug #98641:

Here is the solution to the bug and the source code.

First of all, the libnvidia-wfb.so.1.0.9755, available only in the
latest driver 9755 (in the nvidia-glx-new package) was being not copied
by the packaging scripts to /usr/lib/xorg/modules/ therefore I added the
following lines at line 964 of the debian/rules :

  if [ $$this_ver = $(nv_new_version) ]; then \
   install $$this_dir/usr/X11R6/lib/modules/libnvidia-wfb.so.$$this_ver \
$(CURDIR)/debian/nvidia-glx$${nv_flav}/usr/lib/xorg/modules/; \
  fi;

If the driver is the latest version then the file is copied, otherwise
nothing will happen (as other versions do not have the wfb module).

Another important step was that to make the packaging script create a
symlink to modules/libnvidia-wfb.so.$$this_ver (e.g. libnvidia-
wfb.so.1.0.9755) named libwfb.so in /usr/lib/xorg/modules/ . Therefore I
edited both the debian/nvidia-glx.links.in and the debian/nvidia-
glx.links.amd64.in adding only the following line:

usr/lib/xorg/modules/libnvidia-wfb.so.@@VERSION@@
usr/lib/xorg/modules/libwfb.so

And that's all. Now the users of Geforce 8800 will be able to use the
nvdia driver.

Here you will find the entire source code made with pbuilder.

You will only have to edit the debian/changelog and bump the version of
the linux-restricted-modules package.

http://albertomilone.com/ubuntu/nvidia/bugfix/linux-restricted-modules-2.6.20_2.6.20.5-15.20.tar.gz
http://albertomilone.com/ubuntu/nvidia/bugfix/linux-restricted-modules-2.6.20_2.6.20.5-15.20.dsc
http://albertomilone.com/ubuntu/nvidia/bugfix/linux-restricted-modules-2.6.20_2.6.20.5-15.20_i386.changes

Regards

Alberto Milone

-- 
Xorg fails to start requesting libwfb when using nvidia-glx-new
https://bugs.launchpad.net/bugs/103050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103050] Re: Xorg fails to start requesting libwfb when using nvidia-glx-new

2007-04-22 Thread Daniel \Fremen\ Llewellyn
I can confirm that the solution proposed in bug #98641 also works for my
situation on the amd64 platform (core 2 duo)

-- 
Xorg fails to start requesting libwfb when using nvidia-glx-new
https://bugs.launchpad.net/bugs/103050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103050] Re: Xorg fails to start requesting libwfb when using nvidia-glx-new

2007-04-20 Thread Sitsofe Wheeler
This looks like it might be a dup of Bug #98641

-- 
Xorg fails to start requesting libwfb when using nvidia-glx-new
https://bugs.launchpad.net/bugs/103050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103050] Re: Xorg fails to start requesting libwfb when using nvidia-glx-new

2007-04-20 Thread Jacques Latrive
Actually, my bug solved itself (maybe thanks to an update, I can't
remember), so I won't open a bug report for an already solved issue :)

-- 
Xorg fails to start requesting libwfb when using nvidia-glx-new
https://bugs.launchpad.net/bugs/103050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103050] Re: Xorg fails to start requesting libwfb when using nvidia-glx-new

2007-04-19 Thread Sitsofe Wheeler
Jacques:
Please spin off a separate bug report for your issue. In that bug report could 
you attach the following files:
/var/log/Xorg.0.log
/etc/X11/xorg.conf
dmesg.txt produced by
dmesg  dmesg.txt

Could you add the output produced by the following commands to this bug:
dpkg -l nvidia-\* | grep ii
lspci | grep -i nv
ls -al /lib/linux-restricted-modules/
uname -a

After the bug is made either post a link back here or subscribe me to
the bug. Thanks!

-- 
Xorg fails to start requesting libwfb when using nvidia-glx-new
https://bugs.launchpad.net/bugs/103050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103050] Re: Xorg fails to start requesting libwfb when using nvidia-glx-new

2007-04-18 Thread Jacques Latrive
I've got the same bug with nvidia-glx-new. The bug is fixed with these two 
comands (as root) :
# rmmod nvidia
# modprobe nvidia_new

It looks like the wrong kernel module is loaded at startup ...

-- 
Xorg fails to start requesting libwfb when using nvidia-glx-new
https://bugs.launchpad.net/bugs/103050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103050] Re: Xorg fails to start requesting libwfb when using nvidia-glx-new

2007-04-18 Thread Daniel \Fremen\ Llewellyn
Jacques, this fix does not work for the bug I reported above, as the wfb
module is not a kernel module but rather an X11 module, so no amount of
reloading of the nvidia.ko kernel module will resolve the issue

-- 
Xorg fails to start requesting libwfb when using nvidia-glx-new
https://bugs.launchpad.net/bugs/103050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103050] Re: Xorg fails to start requesting libwfb when using nvidia-glx-new

2007-04-18 Thread Jacques Latrive
Upon closer inspection, it appears I'm having another bug (Sorry for the 
polution). 
Here's what's in my Xorg.0.log :
(II) LoadModule: wfb
(WW) Warning, couldn't open module wfb
(II) UnloadModule: wfb
(EE) Failed to load module wfb (module does not exist, 0) (-- that is why I 
thought it was the same bug)

but at the the end of the file :
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module! Please ensure 
(-- obviosusly not the same bug after all)
(EE) NVIDIA(0): that there is a supported NVIDIA GPU in this system, and
(EE) NVIDIA(0): that the NVIDIA device files have been created properly. 
(EE) NVIDIA(0): Please consult the NVIDIA README for details.
(EE) NVIDIA(0):  *** Aborting ***
(II) UnloadModule: nvidia
(II) UnloadModule: ramdac
(II) UnloadModule: fb
(EE) Screen(s) found, but none have a usable configuration.

However, like I said, reloading the kernel module resolves my bug, and Xorg 
starts correctly, but I still find the lines
(II) LoadModule: wfb
(WW) Warning, couldn't open module wfb
(II) UnloadModule: wfb
(EE) Failed to load module wfb (module does not exist, 0)
in the Xorg.0.log file. Weird.

-- 
Xorg fails to start requesting libwfb when using nvidia-glx-new
https://bugs.launchpad.net/bugs/103050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 103050] Re: Xorg fails to start requesting libwfb when using nvidia-glx-new

2007-04-17 Thread Martin Pitt
Hi Ben,

Ben Collins [2007-04-16 19:47 -]:
 Marking this for a Stable Release Update. This package isn't on CDs, so
 wont affect upgrades/installs (upgrades will get nvidial-glx, or will
 eventually be able to get the updated package once we fix it).

NB that l-r-m-kernel *is* on the CDs (the package that ships the
modalias lists), just not the nvidia and fglrx packages.

-- 
Xorg fails to start requesting libwfb when using nvidia-glx-new
https://bugs.launchpad.net/bugs/103050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 103050] Re: Xorg fails to start requesting libwfb when using nvidia-glx-new

2007-04-17 Thread Martin Pitt
Hi Sistofe,

Sitsofe Wheeler [2007-04-16 20:10 -]:
 Reopening restricted-manager bug based on last comment.

Just for the record and for future bug triage: l-r-m now ships the
modalias lists, so it needs to be changed there. r-m does not have any
X.org driver lists any more, because they are architecture specific.

-- 
Xorg fails to start requesting libwfb when using nvidia-glx-new
https://bugs.launchpad.net/bugs/103050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103050] Re: Xorg fails to start requesting libwfb when using nvidia-glx-new

2007-04-17 Thread Sitsofe Wheeler
Martin:
Thanks for the heads up on this.

-- 
Xorg fails to start requesting libwfb when using nvidia-glx-new
https://bugs.launchpad.net/bugs/103050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103050] Re: Xorg fails to start requesting libwfb when using nvidia-glx-new

2007-04-16 Thread Martin Pitt
Not a r-m issue, even less so if you manually use nvidia-glx-config.

** Changed in: restricted-manager (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
Xorg fails to start requesting libwfb when using nvidia-glx-new
https://bugs.launchpad.net/bugs/103050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103050] Re: Xorg fails to start requesting libwfb when using nvidia-glx-new

2007-04-16 Thread Daniel \Fremen\ Llewellyn
martin, I believe it was marked as a restricted-manager issue because
the restricted-manager did NOT install the correct package. It installed
nvidia-glx when my system requires the package nvidia-glx-new. manual
usage of nvidia-glx-config has no bearing on the situation. I have not
run nvidia-glx-config to enable the nvidia module in my xorg.conf file.
the restricted-manager performed this step for me, and all I have done
is manually reset to the nv module as 1) restricted-manager installed
the wrong package, and 2) there is a bug with the nvidia-glx-new package
which is independant of r-m.

-- 
Xorg fails to start requesting libwfb when using nvidia-glx-new
https://bugs.launchpad.net/bugs/103050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103050] Re: Xorg fails to start requesting libwfb when using nvidia-glx-new

2007-04-16 Thread Ben Collins
** Changed in: linux-restricted-modules-2.6.20 (Ubuntu)
   Importance: Undecided = High
 Assignee: (unassigned) = Ben Collins
   Status: Unconfirmed = In Progress
   Target: None = ubuntu-7.04

-- 
Xorg fails to start requesting libwfb when using nvidia-glx-new
https://bugs.launchpad.net/bugs/103050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103050] Re: Xorg fails to start requesting libwfb when using nvidia-glx-new

2007-04-16 Thread Ben Collins
Marking this for a Stable Release Update. This package isn't on CDs, so
wont affect upgrades/installs (upgrades will get nvidial-glx, or will
eventually be able to get the updated package once we fix it).

Expect a fix within a few days after release.

** Changed in: linux-restricted-modules-2.6.20 (Ubuntu)
   Target: ubuntu-7.04 = later

-- 
Xorg fails to start requesting libwfb when using nvidia-glx-new
https://bugs.launchpad.net/bugs/103050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103050] Re: Xorg fails to start requesting libwfb when using nvidia-glx-new

2007-04-16 Thread Sitsofe Wheeler
Reopening restricted-manager bug based on last comment.

** Changed in: restricted-manager (Ubuntu)
   Status: Rejected = Unconfirmed

-- 
Xorg fails to start requesting libwfb when using nvidia-glx-new
https://bugs.launchpad.net/bugs/103050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103050] Re: Xorg fails to start requesting libwfb when using nvidia-glx-new

2007-04-16 Thread Sitsofe Wheeler
Bug #106649 covers the restricted-manager should use nvidia-glx-new
case. Rejecting r-m package again.

** Changed in: restricted-manager (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
Xorg fails to start requesting libwfb when using nvidia-glx-new
https://bugs.launchpad.net/bugs/103050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103050] Re: Xorg fails to start requesting libwfb when using nvidia-glx-new

2007-04-16 Thread Ben Collins
** Changed in: linux-restricted-modules-2.6.20 (Ubuntu)
   Status: In Progress = Fix Committed

-- 
Xorg fails to start requesting libwfb when using nvidia-glx-new
https://bugs.launchpad.net/bugs/103050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103050] Re: Xorg fails to start requesting libwfb when using nvidia-glx-new

2007-04-15 Thread Sitsofe Wheeler
** Summary changed:

- Xorg fails to start requesting libwfb when using packaged NVIDIA drivers
+ Xorg fails to start requesting libwfb when using nvidia-glx-new

-- 
Xorg fails to start requesting libwfb when using nvidia-glx-new
https://bugs.launchpad.net/bugs/103050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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