[nvidia-new, hardy] certain websites in firefox causes X restart due to lack of wfb symlink

Bug #212648 reported by stop
258
Affects Status Importance Assigned to Milestone
firefox (Ubuntu)
Invalid
Undecided
Unassigned
Hardy
Invalid
Undecided
Unassigned
linux-restricted-modules-2.6.24 (Ubuntu)
Fix Released
Critical
Unassigned
Hardy
Fix Released
Critical
Timo Aaltonen
linux-restricted-modules-envy-2.6.24 (Ubuntu)
Fix Released
Undecided
Alberto Milone
Hardy
Fix Released
Undecided
Unassigned
xorg (Ubuntu)
Invalid
Undecided
Unassigned
Hardy
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: xorg

If you go to http://www.themareks.com/xf/ in hardy with latest updates and click the second link on the left ("Conspiracy"), X will restart. This bug seems to be 100% reproducible by some while nothing happens with others (http://ubuntuforums.org/showthread.php?t=746777). It might be that this only occurs on 64 bit, but this is just an assumption. Bug is confirmed by me under 64 bit.

[Update]
Nvidia reports (http://www.nvnews.net/vbulletin/showpost.php?p=1639245&postcount=13):
 Re: This web page crashex 169.12 and 173.08 but not 169.04
 It should be using the one from the server. That looks like a bug in the package.

 The .run installer will always create a symlink from libnvidia-wfb.so.1 to libnvidia-wfb.so.1.x.y.z, and then will create a symlink from libwfb.so to libnvidia-wfb.so.1 only if an existing libwfb.so doesn't already exist. The idea is that if the server installed one, it'll use that, and if someone used a distribution package and then installed the .run file over it, the distro package would have already created a libwfb.so -> libnvidia-wfb.so.1 symlink. In practice, I don't think that was communicated clearly enough to the distributions.

[Testcase]
To reproduce the bug, gedit killer.html and paste the following line:

<div style="border: 1px solid #000; border-left: none; height: 200000px;"></div>

Save, close, and open with Firefox. WARNING: This will probably crash X for users with proprietary Nvidia drivers and 8xxx series cards (at least it crashes for me).

[Workaround]
sudo ln -sf /usr/lib/nvidia/libwfb.so.xserver-xorg-core /usr/lib/xorg/modules/libwfb.so

Or alternately,

To temporarily fix the problem (if you're running nvidia-glx-new) download the updated libwfb and then copy it over to your /usr/lib/xorg/modules directory, and then create a new symbolic link to libwfb:

$ wget http://people.freedesktop.org/~aplattner/wfb/Linux-x86_64/libnvidia-wfb.so.173.08
$ mv libnvidia-wfb.so.173.08 /usr/lib/xorg/modules/
$ sudo chown root /usr/lib/xorg/modules/libnvidia-wfb.so.173.08
$ sudo ln -sf /usr/lib/xorg/modules/libnvidia-wfb.so.173.08 /usr/lib/xorg/modules/libwfb.so

Restart xorg and everything should function normally. Enjoy!

To restore back to the original, drop back to the X terminal (ctrl+alt+f1) and then link back the original library.

$ sudo ln -sf /usr/lib/xorg/modules/libnvidia-wfb.so.169.12 /usr/lib/xorg/modules/libwfb.so

instead of libnvidia-wfb.so.173.08

And your X should function as normal without having to reinstall the nvidia drivers.

[Thanks go to Nick B, tam and Silviu Julean for their investigation/analysis work]

Revision history for this message
Jeremy LaCroix (jlacroix82-deactivatedaccount) wrote :

I can confirm this bug on my 64-bit Hardy box, while the page loads fine on my 32-bit laptop.

Revision history for this message
Nick B. (futurepilot) wrote :

Crashes X here as well. 32bit though. Using the Nvidia driver with a GeForce 8400M GS

Revision history for this message
Nik Ahmad Faris (teslarage) wrote :

I am using 64-bit hardy with nvidia 7900gt and i CANNOT replicate this bug.

Revision history for this message
Nick B. (futurepilot) wrote :

I found this digging through the logs

Apr 6 00:10:18 HardyHeron-laptop kernel: [ 313.847284] Xorg[3687]: segfault at 0000ff10 eip b6f96ba0 esp bfa65240 error 4

Timo Aaltonen (tjaalton)
Changed in xorg:
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
Constantine Evans (cevans) wrote : Re: [nvidia-new] a visit to http://www.themareks.com/xf/ in firefox hardy causes X to restart

It looks to me as though this is a video driver bug, possibly in the proprietary nvidia drivers. Nik, what drivers are you using?

Revision history for this message
sune (sunespam) wrote :

Crashes my X also. Using 32 bit hardy with nvidia 169.12 driver (geforce 8800gts 320).

My Xorg.0.log.old finishes with this entry;

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x7e) [0x80c780e]
1: [0xb7f27420]

Fatal server error:
Caught signal 11. Server aborting

Revision history for this message
Nick B. (futurepilot) wrote :

This definitely seems to be something with the Nvidia driver. I installed the Beta driver and was not able to reproduce this.

Revision history for this message
manny (estelar57) wrote :

crashes here too.

dell inspiron 1420

nvidia 8400M GS

Revision history for this message
Alexander Sack (asac) wrote :

please attach your xorg.conf and your complete Xorg log taken _after_ reproducing the crash.

Revision history for this message
manny (estelar57) wrote :

Update:

opening the site ubuntuguide.org gives the same result

http://ubuntuguide.org/wiki/Ubuntu:Gutsy

This only happens in Firefox3 beta 5 and epiphany

it DOES NOT happen in firefox 2 in hardy

where is my xorg log so i can upload it?

Revision history for this message
Jeremy LaCroix (jlacroix82-deactivatedaccount) wrote :

http://ubuntuguide.org/wiki/Ubuntu:Gutsy also gives me the same result.

Attached is my Xorg.0.log.

Revision history for this message
Jeremy LaCroix (jlacroix82-deactivatedaccount) wrote :

Also, deleting my .mozilla folder does not fix this issue for me.

Revision history for this message
sune (sunespam) wrote :

Here are my x-files after visit (crash) to http://ubuntuguide.org/wiki/Ubuntu:Gutsy

/Sune

Revision history for this message
sune (sunespam) wrote :

Ups..forgot this

Revision history for this message
Nick B. (futurepilot) wrote :

Backtrace generated from /etc/X11/core

Revision history for this message
Nick B. (futurepilot) wrote :
Revision history for this message
Nick B. (futurepilot) wrote :
Revision history for this message
Vadim Peretokin (vperetokin) wrote :

Confirmed, 64bit 8.04, nvidia 8600gt, 169.12 drivers.

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

Closing superfluous xorg entry.

Changed in xorg:
status: New → Invalid
Revision history for this message
Nick B. (futurepilot) wrote :

There was a workaround for a Nvidia driver issue and Compiz posted here
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/194851/comments/37
Interestingly it also fixes this problem as well. It seems to be just a workaround though. I think the underlying problem has to do with the packaging of the driver since this bug and the bug with Compiz only seem to affect the 8 series cards.

Revision history for this message
akoblentz (akoblentz) wrote :

On my system it sometimes crashes X, other times it forces a hard restart.

Revision history for this message
Silviu Julean (sjulean) wrote :

Can confirm with 64-bit and 8400 GS (it seems to be platform independent, 8 series only).

From Xorg.0.log.old:

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x6a) [0x48402a]
1: /lib/libc.so.6 [0x7fa58dfaf100]
2: /usr/lib/xorg/modules//libwfb.so(wfbRasterizeTrapezoid+0x18b) [0x7fa58b02d6cb]
3: /usr/lib/xorg/modules/drivers//nvidia_drv.so(_nv000745X+0x12f) [0x7fa58ba3e38f]

Fatal server error:
Caught signal 11. Server aborting

firefox -safe-mode did not help. I tried nohup firefox and got this from nohup.out:

debugger.onModuleDeactivate Attempt to deactive context that is not active http://www.google.com/search?q=ubuntuguide.org+restarts+X&ie=utf-8&oe=utf-8&aq=t&rls=com.ubuntu:en-US:unofficial&client=firefox-a
debugger.onModuleDeactivate Attempt to deactive context that is not active http://www.google.com/search?q=ubuntuguide.org+restarts+X&ie=utf-8&oe=utf-8&aq=t&rls=com.ubuntu:en-US:unofficial&client=firefox-a
debugger.onModuleDeactivate Attempt to deactive context that is not active http://ubuntuguide.org/wiki/Ubuntu:Gutsy
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
firefox: Fatal IO error 104 (Connection reset by peer) on X server :0.0.

...don't know if it's relevant. I propose an importance raise - having a web site able to crash Xorg might have security implications, right?

Revision history for this message
mbana (m.bana) wrote :

Hi,

THis bug is truly disgusting,

Revision history for this message
mbana (m.bana) wrote :
Revision history for this message
mbana (m.bana) wrote :
Revision history for this message
mbana (m.bana) wrote :

sorry i forgot to mention, i am running hardy 64bit, firefox 3.0 beta 5, 8800 gts (g92 i think) nvidia. feel free to ask for any more info.

Revision history for this message
Nick B. (futurepilot) wrote :

Does somebody want to try this?
sudo ln -sf /usr/lib/nvidia/libwfb.so.xserver-xorg-core /usr/lib/xorg/modules/libwfb.so
Restart X and see if you can reproduce the crash.
Someone had a very similar issue here
http://www.nvnews.net/vbulletin/showthread.php?t=112098
This is the explanation according to Nvidia
http://www.nvnews.net/vbulletin/showpost.php?p=1639245&postcount=13

Revision history for this message
Silviu Julean (sjulean) wrote :

13 crashes later (about 4 of which were complete system freezes), I have managed to reproduce the bug with a locally saved and reduced version of ubuntuguide.org, using a minimal HTML (only an inclusion of /skins/monobook/main.css and a bodyContent of height 200000px). imho, this is almost certainly related to an on-screen buffer size: Firefox does not crash when loading this page in a tab in the background, only when displaying it.

I will now try to reduce the required CSS and see if Compiz makes any difference. I will try to post the reduced test case afterwards.

Revision history for this message
Silviu Julean (sjulean) wrote :

Another 12 crashes later, I have managed to write a reduced HTML file that reproduces the bug. It doesn't even deserve its own attachment, being a 1-liner.

To reproduce the bug, gedit killer.html and paste the following line:

<div style="border: 1px solid #000; border-left: none; height: 200000px;"></div>

Save, close, and open with Firefox. WARNING: This will probably crash X for users with proprietary Nvidia drivers and 8xxx series cards (at least it crashes for me).

Compiz does not appear to make a difference.

All style declarations seem to be necessary (the border color shouldn't matter, and probably neither should the border size, just its presence).

I didn't pinpoint an exact value for the height yet - I only know that it's greater than 100k px. I will try to find a more precise value now (at least for my hardware and/or settings).

Revision history for this message
Silviu Julean (sjulean) wrote :

On my system, Firefox crashes with heights starting from 131063px (it works for 131062px). This happens at any screen resolution (up to 1280x800), at any Firefox window size (up to maximized), and independent of Compiz being enabled or disabled. I'm using an 8400GS with 256Mb RAM.

Updated test case (WARNING - this can crash your X server or freeze your entire computer):
<div style="border: 1px solid #000; border-left: none; height: 131063px;"></div>

Revision history for this message
Vadim Peretokin (vperetokin) wrote : Re: [Bug 212648] Re: [nvidia-new] a visit to http://www.themareks.com/xf/ in firefox hardy causes X to restart
  • unnamed Edit (422 bytes, text/html; charset=ISO-8859-1)

I can confirm that Silviu Julean's latest test case did work for me.

I can also confirm that Nick B.'s suggestion solved it! Both the test case,
and the 'http://www.themareks.com/xf/conspiracy.shtml' link go through just
fine.

Please fix soon, as this isn't nvidia problem, and it's best fixed before it
hits the media.

Revision history for this message
b33r (funky-boy77) wrote : Re: [nvidia-new] a visit to http://www.themareks.com/xf/ in firefox hardy causes X to restart

I'm on Hardy 8.04 AMD64 I cannot reproduce the bug, I'm using Intel GMA 3100 builtin VGA.

Revision history for this message
Silviu Julean (sjulean) wrote :

b33r, your inability to reproduce the bug is expected. This problem seems to occur only with Nvidia 8xxx (8-series) cards, and only for users of the proprietary drivers.

As a side note, I have successfully used the fix proposed by Nick B. (I don't know what libwfb does - or should do - but creating the symlink to the Xorg version apparently works with no side effects, so this might indeed be a packaging issue.)

Revision history for this message
Sebastian "Nait" Kacprzak (naicik) wrote :

I confirm that Nick B.' workaround works.
Hardy 8.04 AMD64
GF 8600GT

Revision history for this message
vista killer (vistakiller) wrote :

I confirm the bug and the Nick B solution.
Kubuntu hardy heron
8800GtS

Revision history for this message
bekirserifoglu@gmail.com (bekirserifoglu) wrote :

İ have the same problem with ubuntuguide.org . my xorg.conf is attached

Revision history for this message
umer (umer-farooq) wrote :

I have been having the same problem at ubuntuguide.org, and I can confirm that this occurs at the website mentioned in the bug. I have an Nvidia 8400m GS, running with proprietery drivers on Hardy 64bit. I can confirm that Nick B.'s workaround solved the problem for me.

Bryce Harrington (bryce)
description: updated
Changed in linux-restricted-modules-2.6.24:
status: Confirmed → Triaged
Bryce Harrington (bryce)
Changed in linux-restricted-modules-2.6.24:
importance: Medium → Critical
description: updated
Revision history for this message
Nikola Borisof (nikola-borisof) wrote :

Confirm the bug on Nvidia 8600, Ubuntu 8.10.
Also Confirm the fix by Nick B. (thanks)
"sudo ln -sf /usr/lib/nvidia/libwfb.so.xserver-xorg-core /usr/lib/xorg/modules/libwfb.so"

Good luck.

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

Ok, so the libwfb links were basically my fault, since I added them soon after Hardy was released, damn...

Fixing this should also fix the pink shadows bug (bug 186382).

Changed in linux-restricted-modules-2.6.24:
assignee: nobody → tjaalton
Revision history for this message
nanjil (kumarchi) wrote :

I did the following and installed apparently the 'fixed' 173.08 drivers. now everything works so far.
however i had to reboot esc and ask ubuntu to fix the xorg for me during boot up

[Update]
Nvidia reports
 (http://www.nvnews.net/vbulletin/showpost.php?p=1639245&postcount=13):
 Re: This web page crashex 169.12 and 173.08 but not 169.04
 It should be using the one from the server. That looks like a bug in
 the package.

 The .run installer will always create a symlink from
 libnvidia-wfb.so.1 to libnvidia-wfb.so.1.x.y.z, and then will create a symlink from
 libwfb.so to libnvidia-wfb.so.1 only if an existing libwfb.so doesn't
 already exist. The idea is that if the server installed one, it'll use that,
 and if someone used a distribution package and then installed the .run
 file over it, the distro package would have already created a
 libwfb.so -> libnvidia-wfb.so.1 symlink. In practice, I don't think that was
 communicated clearly enough to the distributions.

[Testcase]
To reproduce the bug, gedit killer.html and paste the following line:

<div style="border: 1px solid #000; border-left: none; height:
 200000px;"></div>

Save, close, and open with Firefox. WARNING: This will probably crash X
 for users with proprietary Nvidia drivers and 8xxx series cards (at
 least it crashes for me).

[Workaround]
sudo ln -sf /usr/lib/nvidia/libwfb.so.xserver-xorg-core
 /usr/lib/xorg/modules/libwfb.so

Or alternately,

To temporarily fix the problem (if you're running nvidia-glx-new)
 download the updated libwfb and then copy it over to your
 /usr/lib/xorg/modules directory, and then create a new symbolic link to libwfb:

$ wget
 http://people.freedesktop.org/~aplattner/wfb/Linux-x86_64/libnvidia-wfb.so.173.08
$ mv libnvidia-wfb.so.173.08 /usr/lib/xorg/modules/
$ sudo chown root /usr/lib/xorg/modules/libnvidia-wfb.so.173.08
$ sudo ln -sf /usr/lib/xorg/modules/libnvidia-wfb.so.173.08
 /usr/lib/xorg/modules/libwfb.so

Restart xorg and everything should function normally. Enjoy!

To restore back to the original, drop back to the X terminal
 (ctrl+alt+f1) and then link back the original library.

$ sudo ln -sf /usr/lib/xorg/modules/libnvidia-wfb.so.169.12
 /usr/lib/xorg/modules/libwfb.so

instead of libnvidia-wfb.so.173.08

And your X should function as normal without having to reinstall the
 nvidia drivers.

Revision history for this message
mbana (m.bana) wrote :

without having to install it manually
how do i install the 169.04 drivers? i remember having that in hardy. i've got a 8800gts (g92) thanks

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

I'll upload the fix to hardy-proposed.

Changed in xorg:
status: New → Invalid
Changed in linux-restricted-modules-2.6.24:
assignee: nobody → tjaalton
importance: Undecided → Critical
status: New → Fix Committed
Revision history for this message
Timo Aaltonen (tjaalton) wrote :

Here is the debdiff, contains another fix too.

Changed in linux-restricted-modules-envy-2.6.24:
assignee: nobody → albertomilone
status: New → In Progress
Revision history for this message
Martin Pitt (pitti) wrote :

Accepted into hardy-proposed, please test and give feedback here.

Changed in linux-restricted-modules-envy-2.6.24:
status: New → Fix Committed
Revision history for this message
Martin Pitt (pitti) wrote :

Whoops, sorry. I accepted linux-restricted-modules.2-6.24, not envy (yet).

Changed in linux-restricted-modules-envy-2.6.24:
status: Fix Committed → Confirmed
Revision history for this message
Nick B. (futurepilot) wrote :

I can confirm the driver from Hardy Proposed fixes this problem. I reverted the workaround before updating the driver to make sure it would work for someone that didn't do the workaround. And it's working fine now, no more crashes.

:~$ apt-cache policy nvidia-glx-new
nvidia-glx-new:
  Installed: 169.12+2.6.24.12-17.36
  Candidate: 169.12+2.6.24.12-17.36
  Version table:
 *** 169.12+2.6.24.12-17.36 0
        500 http://us.archive.ubuntu.com hardy-proposed/restricted Packages
        100 /var/lib/dpkg/status
     169.12+2.6.24.12-16.34 0
        500 http://us.archive.ubuntu.com hardy/restricted Packages

Revision history for this message
Christopher Denter (dennda) wrote :

Without having read the whole bug report, I want to make sure we are getting this right. If I don't tell anything useful, just ignore it.

This bug is not yet fixed with Version: 169.12+2.6.24.500-500.24~envy of nvidia-glx-new.

(I just read about the bug yesterday, confirmed that my X crashed when opening that site, got all available updates from proposed and rebooted. X still crashing. But that may be due to the fact that I use the envy version.)

Revision history for this message
Martin Pitt (pitti) wrote : Re: [Bug 212648] Re: [nvidia-new, hardy] certain websites in firefox causes X restart due to lack of wfb symlink

dennda [2008-05-08 7:36 -0000]:
> This bug is not yet fixed with Version: 169.12+2.6.24.500-500.24~envy of
> nvidia-glx-new.

Right. A new -envy l-r-m package was just uploaded which has the same
bug fix as the standard l-r-m package. It should become available in a
few hours.

Revision history for this message
Vadim Peretokin (vperetokin) wrote :

I can confirm that upgrading to the package in hardy-proposed worked. Before this page (http://developer.pidgin.im/ticket/4986) crashed, now it doesn't. Thanks!

Revision history for this message
Christophe Sauthier (christophe.sauthier) wrote :

I can confirm too that upgrading using the package in hardy-proposed fixes the bug 221906 (which is a dupe of this one...). Thanks !

Revision history for this message
Martin Pitt (pitti) wrote :

l-r-m-envy moved to hardy-updates and intrepid, see bug 221304.

Changed in linux-restricted-modules-envy-2.6.24:
status: In Progress → Fix Released
status: Confirmed → Fix Released
Revision history for this message
Lr5 (lrfive) wrote :

http://ubuntuguide.org/wiki/Ubuntu:Gutsy#disablectrlaltconsole does that too.

I'm running 32 bit version of Ubuntu 8.04, upgraded from 7.10. For some reason it doesn't happen if I use firefox 2 instead of the 3 beta, so I'm using that as my main web browser while waiting for a bug fix.

Changed in firefox:
status: New → Invalid
status: New → Invalid
Revision history for this message
Martin Pitt (pitti) wrote :

linux-restricted-modules 2.6.24-17.36 copied to hardy-updates.

Changed in linux-restricted-modules-2.6.24:
status: Fix Committed → Fix Released
Revision history for this message
erat123 (erat123) wrote : Re: [Bug 212648] Re: [nvidia-new, hardy] certain websites in firefox causes X restart due to lack of wfb symlink
  • unnamed Edit (943 bytes, text/html; charset=ISO-8859-1)

Thank you so much to everyone who helped fix this!

On Mon, May 26, 2008 at 4:18 AM, Martin Pitt <email address hidden> wrote:

> linux-restricted-modules 2.6.24-17.36 copied to hardy-updates.
>
> ** Changed in: linux-restricted-modules-2.6.24 (Ubuntu Hardy)
> Status: Fix Committed => Fix Released
>
> --
> [nvidia-new, hardy] certain websites in firefox causes X restart due to
> lack of wfb symlink
> https://bugs.launchpad.net/bugs/212648
> You received this bug notification because you are a direct subscriber
> of a duplicate bug.
>

Revision history for this message
Vadim Peretokin (vperetokin) wrote :

Shouldn't this bug be marked as "fix released" then?

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

right, closing as fixed.

Changed in linux-restricted-modules-2.6.24:
assignee: tjaalton → nobody
status: Triaged → Fix Released
Revision history for this message
John Vivirito (gnomefreak) wrote :

Im still getting bugs on this i just told him to enable all repos and see if it upgrades for him. This is from bug #229816

Revision history for this message
waterpie (email-freemail) wrote :

Firefox 3 on ubuntu 7.04 crashes the X server on the following url:

http://el.wikisource.org/wiki/%CE%A3%CF%8D%CE%BD%CF%84%CE%B1%CE%B3%CE%BC%CE%B1_%CF%84%CE%B7%CF%82_%CE%95%CE%BB%CE%BB%CE%AC%CE%B4%CE%B1%CF%82

It is totally repeatable.

The last part of the url is in greek. However eg. visiting the home page of the above site that also has greek characters in the url, doesn't create a problem. There is no pausing, cpu spark or disk thrashing.

var/log/messages , dmesg and the X log file, don't show anything.

from xdpyinfo:
name of display: :0.0
version number: 11.0
vendor string: The X.Org Foundation
vendor release number: 70200000
X.Org version: 7.2.0

I am pretty sure that the computer *doesn't* use a nvidia card, but I forgot to look, and it is at work. I will confirm tomorrow.

I tried the above url with 8.04 , ff 3, and a 6600 nvidia card at home, and there is no problem.

Revision history for this message
Vadim Peretokin (vperetokin) wrote :
  • unnamed Edit (76 bytes, text/html; charset=ISO-8859-1)

Above link doesn't crash on nvidia 169.12, 8600gt, ff3, ubuntu 8.04

Revision history for this message
Chris Coulson (chrisccoulson) wrote :

waterpie: This bug report describes a problem where Firefox can crash Xorg due to an issue with the packaging of the NVIDIA binary drivers on Hardy. If your computer doesn't have a NVIDIA card or it's not running Hardy, then you have a different problem (unrelated to this one) and should open a new bug report.

Revision history for this message
John Vivirito (gnomefreak) wrote :

Chris Coulson wrote:
> waterpie: This bug report describes a problem where Firefox can crash
> Xorg due to an issue with the packaging of the NVIDIA binary drivers on
> Hardy. If your computer doesn't have a NVIDIA card or it's not running
> Hardy, then you have a different problem (unrelated to this one) and
> should open a new bug report.
>
>
If you look at the master bug its been fixed that is why i told the user
to make sure he is up to date. Not all users will see this as some users
use upstream drivers using evny or whatever they use. and even some of
the users with our drivers dont have an issue.

--
Sincerely Yours,
    John Vivirito

https://launchpad.net/~gnomefreak
https://wiki.ubuntu.com/JohnVivirito
Linux User# 414246

Revision history for this message
waterpie (email-freemail) wrote :

Continuing my post above, the computer that has the problem doesn't have a nvidia card. It has a:
ati rage xl

Should I open a new bug report? Or should I add the info to the "master bug"? (If yes, which is the "master bug"? )

Revision history for this message
Chris Coulson (chrisccoulson) wrote :

waterpie: Yes, you should open a new bug report. Your problem is completely unrelated to this bug, which is now fixed. You might find these helpful to read when writing your bug report:

https://wiki.ubuntu.com/DebuggingXorg
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.