Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 364647 - x11-drivers/nvidia-drivers-260.19.36 +acpi triggers problems after resume from sleep
Summary: x11-drivers/nvidia-drivers-260.19.36 +acpi triggers problems after resume fro...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-24 11:09 UTC by Marco DR
Modified: 2012-07-22 22:02 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marco DR 2011-04-24 11:09:21 UTC
If nvidia-drivers are installed with +acpi flag, after resuming from sleep (on kde-4.6.2), random 2-3 s freezes are experienced. X seems to be the process which actually freezes. The problem goes away after recompiling nvidia-drivers with -acpi.

This problem has been already reported several times:
https://bugs.archlinux.org/task/22731
http://www.nvnews.net/vbulletin/showthread.php?t=158248

The workaround reported in bug #363363 (to disable acpid) is not enough. The freezes are only gone after recompiling nvidia-drivers with -acpi.

I would suggest to add a message in the nvidia-drivers ebuild to warn against those freezes, or to disable the acpi flag altogether until the problem is solved.

Reproducible: Always
Comment 1 Patrick ALLAERT 2011-12-02 08:45:05 UTC
Not sure I have the exact same issue but using x11-drivers/nvidia-drivers-285.05.09-r1 I'm experiencing a similar issue:
The system crashes systematically after resume, I don't have this problem with x11-drivers/nvidia-drivers-275.09.07.
In both cases, it has been compiled with +acpi.
I will recompile the 285.05.09 version with -acpi to see if this is related to this issue or if I should open a new bug report.
Comment 2 Patrick ALLAERT 2012-02-01 11:17:09 UTC
I can still confirm this issue.

Suspending (from KDE) then resuming systematically produces a crash.
Confirmed with x11-drivers/nvidia-drivers 285.05.09-r1 and 290.10.

Using -acpi solves the issue.

What will I miss by disabling the acpi flag? Shouldn't it be the default until this issue if fixed?
Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2012-07-22 22:01:16 UTC
USE=acpi simply RDEPENDS on the acpid daemon. It doesn't affect the code in anyway. If you have the acpid daemon running then the driver will connect to it no matter what if the acpi USE flag is on or off. So it doesn't make sense that disabling the acpid daemon didn't work but recompiling without USE=acpi did.
Comment 4 Doug Goldstein (RETIRED) gentoo-dev 2012-07-22 22:02:55 UTC
Please use nvidia-bug-report.sh and submit the issue to linux-bugs@nvidia.com along with the output of nvidia-bug-report.sh

The issue you're having is in the closed portion of the code so there's not much we can do.