bugzilla-daemon at freedesktop.org
2014-Jun-08 13:57 UTC
[Nouveau] [Bug 79795] New: [NVD9] No devices detected
https://bugs.freedesktop.org/show_bug.cgi?id=79795
Priority: medium
Bug ID: 79795
Assignee: nouveau at lists.freedesktop.org
Summary: [NVD9] No devices detected
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: mail at tcrueger.de
Hardware: x86-64 (AMD64)
Status: NEW
Version: unspecified
Component: Driver/nouveau
Product: xorg
Created attachment 100656
--> https://bugs.freedesktop.org/attachment.cgi?id=100656&action=edit
Xorg.log
I get the message "No devices detected" in Xorg.log if I try to use my
PciE
GeForce GT 610.
The device seems to be initialized correctly in the kernel module but Xorg
refuses to use it.
output from lspci | grep VGA:
01:00.0 VGA compatible controller: NVIDIA Corporation G96 [GeForce 9500 GT]
(rev a1)
06:00.0 VGA compatible controller: NVIDIA Corporation GF119 [GeForce GT 610]
(rev a1)
The other graphics card is my main graphics card. If I configure both cars in
xorg.conf only the main card is used. If I only configure the GT 610, nothing
is displayed.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/nouveau/attachments/20140608/1ad68ed8/attachment-0001.html>
bugzilla-daemon at freedesktop.org
2014-Jun-08 13:59 UTC
[Nouveau] [Bug 79795] [NVD9] No devices detected
https://bugs.freedesktop.org/show_bug.cgi?id=79795 --- Comment #1 from Till Crueger <mail at tcrueger.de> --- Created attachment 100657 --> https://bugs.freedesktop.org/attachment.cgi?id=100657&action=edit output from dmesg Ouput from dmesg added. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140608/7c36325d/attachment.html>
bugzilla-daemon at freedesktop.org
2014-Jun-08 14:00 UTC
[Nouveau] [Bug 79795] [NVD9] No devices detected
https://bugs.freedesktop.org/show_bug.cgi?id=79795 --- Comment #2 from Till Crueger <mail at tcrueger.de> --- Created attachment 100658 --> https://bugs.freedesktop.org/attachment.cgi?id=100658&action=edit Xorg.conf with both cards configured Xorg.conf where both cards are configured. Only the primary card is started. Xorg.log is from another config. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140608/3bf6e978/attachment.html>
bugzilla-daemon at freedesktop.org
2014-Jun-08 14:04 UTC
[Nouveau] [Bug 79795] [NVD9] No devices detected
https://bugs.freedesktop.org/show_bug.cgi?id=79795 --- Comment #3 from Till Crueger <mail at tcrueger.de> --- Created attachment 100659 --> https://bugs.freedesktop.org/attachment.cgi?id=100659&action=edit Xorg.conf for only the secondary card This is the xorg.conf where only the secondary card is configured. In this mode only a blank screen is shown. The xorg.log is from this configuration. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140608/1376b1d3/attachment.html>
bugzilla-daemon at freedesktop.org
2014-Jun-08 14:51 UTC
[Nouveau] [Bug 79795] [NVD9] No devices detected
https://bugs.freedesktop.org/show_bug.cgi?id=79795
--- Comment #4 from Emil Velikov <emil.l.velikov at gmail.com> ---
Should be fixed with
commit adbbdbac04f093c0abf946b1e93e4e5291808491
Author: Dave Airlie <airlied at redhat.com>
Date: Wed Mar 26 14:09:37 2014 +1000
drm/nouveau: fail runtime pm properly.
If we were on a non-optimus device, we'd return -EINVAL, this would
lead to the over engineered runtime pm system to go into an error
state, subsequent get_sync's would fail, so we'd never be able
to open the device again.
(like really get_sync shouldn't fail if the device isn't powered
down).
Signed-off-by: Dave Airlie <airlied at redhat.com>
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
which went in 3.14.0-rc8.
Feel free to forward it to stable if it resolves the problem for you.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/nouveau/attachments/20140608/04b60254/attachment.html>
bugzilla-daemon at freedesktop.org
2014-Jun-08 15:07 UTC
[Nouveau] [Bug 79795] [NVD9] No devices detected
https://bugs.freedesktop.org/show_bug.cgi?id=79795
Emil Velikov <emil.l.velikov at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #5 from Emil Velikov <emil.l.velikov at gmail.com> ---
*** This bug has been marked as a duplicate of bug 76531 ***
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/nouveau/attachments/20140608/45e030b5/attachment.html>
Possibly Parallel Threads
- [Bug 43731] New: No support for DP on NVD9
- [Bug 89047] New: linux-3.19 nvd9 Invalid rom content
- [Bug 54646] New: i2c failure on Quadro NVS 4200M (GF119 (NVD9))
- [Bug 78361] New: [NVD9] Screen frozen on resume from suspend
- [PATCH -next] drm/nouveau/kms/nvd9-: Fix file release memory leak