Nvidia GT240 screen corruption after boot

Bug #706063 reported by Nukam
40
This bug affects 7 people
Affects Status Importance Assigned to Milestone
Linux
New
Undecided
Unassigned
linux (Ubuntu)
Incomplete
High
Unassigned

Bug Description

I am currently running Win7 and want to dual boot Ubuntu 10.10 on my computer I am currently running AMD Phenom II X4 940 Processor at 3.0 Ghz, 6gigs of ram, and have a Nvidia GT240.

My issue is that when I boot from the disc I get up to the Ubuntu loading screen and then it shows my background all scrambled and nothing happens, I cant do anything, no windows pop up at all. Is this and issue with my computer or with the disc, or maybe im missing something necessary. Any help would be greatly appreciated, thank you.

EDIT: Visual Addition
Booting through the disc, which brings me here:
http://i55.photobucket.com/albums/g139/Yoyomega/0114111510.jpg

After that screen:
http://i55.photobucket.com/albums/g139/Yoyomega/0114111510a.jpg

Timo Aaltonen (tjaalton)
affects: xserver-xorg-video-nv (Ubuntu) → xserver-xorg-video-nouveau (Ubuntu)
Revision history for this message
Martin Beeger (martin-beeger) wrote :

In my case, the fan of the video card is simply not running, so it turns off after some time to prevent dying because of overheating.
This could also be your problem.

Revision history for this message
In , Andrius Štikonas (stikonas) wrote :

Created attachment 51753
dmesg log

Nvidia GTA 240 card (NVA3) locks up at the very beginning of the boot process.
Kernel is booted with vga=0 parameter but it doesn't affect lock up.

You can see in dmesg log:
[ 2.410505] [drm] nouveau 0000:04:00.0: GPU lockup - switching to software fbcon

Revision history for this message
In , Andrius Štikonas (stikonas) wrote :

Created attachment 51754
dmesg log with nouveau.force_post=1

Revision history for this message
In , Patmandin (patmandin) wrote :

Adding 'nouveau.vram_pushbuf=1' to kernel parameters help a bit for my NVA5, but it's till far from perfect: https://bugs.freedesktop.org/show_bug.cgi?id=39988

Maybe you should try.

Revision history for this message
In , Andrius Štikonas (stikonas) wrote :

(In reply to comment #2)
> Adding 'nouveau.vram_pushbuf=1' to kernel parameters help a bit for my NVA5,
> but it's till far from perfect:
> https://bugs.freedesktop.org/show_bug.cgi?id=39988
>
> Maybe you should try.

Unfortunately, 'nouveau.vram_pushbuf=1' doesn't help at all. The lockup is still there.

Revision history for this message
In , Andrius Štikonas (stikonas) wrote :

Created attachment 54467
dmesg with drm.debug=14

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in xserver-xorg-video-nouveau (Ubuntu):
status: New → Confirmed
Revision history for this message
greg (grigorig) wrote :

I'm affected by this, too. Basically, any acceleration seems to be problematic on NVA3 chips. Passing nouveau.noaccel=1 to kernel fixes this: booting works normally, albeit X is unaccelerated.

Revision history for this message
greg (grigorig) wrote :

This patch disables acceleration completely for certain known chipsets. This is not ideal, but certainly better than an unusuable, crashing system.

Revision history for this message
greg (grigorig) wrote :

This patch disables acceleration completely for certain known chipsets. This is not ideal, but certainly better than an unusuable, crashing system.

Revision history for this message
Ubuntu Foundations Team Bug Bot (crichton) wrote :

The attachment "drm-nouveau-nva3-noaccel.patch" of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by removing the tag 'patch' from the bug report and editing the attachment so that it is not flagged as a patch. Additionally, if you are member of the ubuntu-reviewers team please also unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by Brian Murray. Please contact him regarding any issues with the action taken in this bug report.]

tags: added: patch
Revision history for this message
In , Andrius Štikonas (stikonas) wrote :

I've tested this again with current freedesktop.org git kernel and this card still locks up at boot.

Bryce Harrington (bryce)
affects: xserver-xorg-video-nouveau (Ubuntu) → linux (Ubuntu)
Changed in linux (Ubuntu):
importance: Undecided → High
status: Confirmed → Triaged
tags: added: kernel-handoff-graphics
Revision history for this message
Joseph Salisbury (jsalisbury) wrote : Re: Nvidia GT240 compatibility issue

Can you provide some information on the status of the patch with regards to getting it merged upstream? Has it been sent upstream, what sort of feedback has it received, is it getting applied to a subsystem maintainer's tree, etc?

People affected by this bug are probably wondering why the kernel team doesn't just apply the patch and fix it. The reason is that the kernel team is reluctant (not opposed) to apply any patch to a stable kernel that is not from upstream. Applying patches that don't come from upstream add greatly to the support of the kernel as other upstream patches may touch the same area as the non-upstream patch and may prevent them from applying cleanly.

Revision history for this message
Brad Figg (brad-figg) wrote :

@Nukam, @Ben,

This bug was filed over a year ago and the attached patched is from 1.5 years ago. Can you please verify that this is still an issue for you and let us know? Thanks.

Changed in linux (Ubuntu):
status: Triaged → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for linux (Ubuntu) because there has been no activity for 60 days.]

Changed in linux (Ubuntu):
status: Incomplete → Expired
Revision history for this message
In , Emil-l-velikov (emil-l-velikov) wrote :

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

Revision history for this message
greg (grigorig) wrote :

This is definitely still an issue. There are multiple bug reports about this upstream, but nobody cared about them.

Changed in linux (Ubuntu):
status: Expired → Incomplete
Changed in linux:
importance: Unknown → Medium
status: Unknown → Confirmed
Revision history for this message
madbiologist (me-again) wrote : Re: Nvidia GT240 compatibility issue

Greg - Support for Ubuntu 10.10 "Maverick Meerkat" has ended. Maverick's 2.6.35 kernel might also be too old to contain support for the GT240.

If this issue is still occurring on Ubuntu 12.04 "Precise Pangolin" please file a new bug.

Revision history for this message
In , Cybjit (cybjit) wrote :

Still a problem on my GT240. I get screen corruption when X starts up. The card is fanless.

Ubuntu 13.04

linux: 9816a78 drm/nouveau/devinit: ensure legacy vga control is enabled during post

drm: 303ca37 radeon: Fix 1D tiling layout on SI.

xf86-video-nouveau: 8f934fa bump to 1.0.6

Revision history for this message
In , Cybjit (cybjit) wrote :

Created attachment 73304
dmesg gt240 3.8.0-rc3+

Revision history for this message
In , Cybjit (cybjit) wrote :

Created attachment 73305
Xorg.0.log gt240 3.8.0-rc3+

Revision history for this message
In , Cybjit (cybjit) wrote :

Created attachment 73306
GT240 bios

Revision history for this message
Cybjit (cybjit) wrote : Re: Nvidia GT240 compatibility issue

There are already quite a few bugs open regarding GT 240, I do not think opening another one would be helpful.
(list at https://bugs.freedesktop.org/show_bug.cgi?id=33165)

Upstream seems unresponsive, I do not think this will be solved anytime soon.

Attaching updated patch disabling acceleration.

Revision history for this message
greg (grigorig) wrote :

This is still a problem with 13.04.

Please just apply the patch. This problem is well documented and while upstream is unresponsive the patch is known to fix this. I hope Ubuntu developers know how frustrating this has been. It is a critical bug (the system won't even boot properly), there is a simple and known working fix available, yet nothing ever happens.

Cybjit (cybjit)
Changed in linux (Ubuntu):
status: Incomplete → Confirmed
Revision history for this message
Cybjit (cybjit) wrote :

Just checked and confirmed that this is still a problem on 3.8.0-19-generic

summary: - Nvidia GT240 compatibility issue
+ Nvidia GT240 screen corruption after boot
Revision history for this message
penalvch (penalvch) wrote :

Nukam, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com/daily-live/current/ .

If it remains an issue, could you please run the following command in the development release from a Terminal (Applications->Accessories->Terminal), as it will automatically gather and attach updated debug information to this report:

apport-collect -p linux <replace-with-bug-number>

Also, could you please test the latest upstream kernel available following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional upstream developers to examine the issue. Please do not test the daily folder, but the one all the way at the bottom. Once you've tested the upstream kernel, please comment on which kernel version specifically you tested. If this bug is fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For example:
kernel-fixed-upstream-v3.11-rc5

This can be done by clicking on the yellow circle with a black pencil icon next to the word Tags located at the bottom of the bug description. As well, please remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's Status as Confirmed. Please let us know your results. Thank you for your understanding.

Changed in linux (Ubuntu):
status: Confirmed → Incomplete
Revision history for this message
In , Ilia Mirkin (imirkin) wrote :

*** This bug has been marked as a duplicate of bug 33165 ***

Changed in linux:
status: Confirmed → Invalid
Cybjit (cybjit)
Changed in linux:
importance: Medium → Unknown
status: Invalid → Unknown
Revision history for this message
Cybjit (cybjit) wrote :

Still shows corruption and locks up on latest saucy kernel.
nouveau.noaccel=1 still allows boot.

Changed in linux (Ubuntu):
status: Incomplete → Confirmed
Revision history for this message
penalvch (penalvch) wrote :

Cybjit, if you have a bug in Ubuntu, the Ubuntu Kernel team, Ubuntu Bug Control team, and Ubuntu Bug Squad would like you to please file a new report by executing the following in a terminal while booted into a Ubuntu repository kernel (not a mainline one) via:
ubuntu-bug linux

For more on this, please read the official Ubuntu documentation:
Ubuntu Bug Control and Ubuntu Bug Squad: https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue
Ubuntu Kernel Team: https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Filing_Kernel_Bug_reports
Ubuntu Community: https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette

When opening up the new report, please feel free to subscribe me to it.

Please note, not filing a new report would delay your problem being addressed as quickly as possible.

No need exists to comment here at this time. After reading the above documention in it's entirety, if you have further questions, you are welcome to redirect them to the appropriate mailing list or forum via http://www.ubuntu.com/support/community/mailinglists , or you may contact me directly.

Thank you for your understanding.

Changed in linux (Ubuntu):
status: Confirmed → Incomplete
Changed in linux:
importance: Unknown → Undecided
status: Unknown → New
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Closed, 13.04 is longer supported

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

Other bug subscribers

Related questions

Remote bug watches

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