bugzilla-daemon at freedesktop.org
2014-Apr-24 03:37 UTC
[Nouveau] [Bug 77857] New: Second Monitor
https://bugs.freedesktop.org/show_bug.cgi?id=77857
Priority: medium
Bug ID: 77857
Assignee: nouveau at lists.freedesktop.org
Summary: Second Monitor
QA Contact: xorg-team at lists.x.org
Severity: major
Classification: Unclassified
OS: Linux (All)
Reporter: eagle_boy at rocketmail.com
Hardware: x86-64 (AMD64)
Status: NEW
Version: unspecified
Component: Driver/nouveau
Product: xorg
Created attachment 97852
--> https://bugs.freedesktop.org/attachment.cgi?id=97852&action=edit
Xorg.0.log
When I updated to kernel 3.11.0-20 my second monitor stop working. I looked at
the display manager and it only show one Display available and it's setup to
default vesa settings.
I restarted my box using kernel 3.11.0-19 it all works fine.
I don't know if a change in the kernel was the reason why my monitor stopped
working of if it was a change in the drivers that happend at the same time the
kernel was updated.
I looked in the Xorg.0.log file and the only errors I found are the following:
-- [drm] KMS not enabled
-- No devices detected.
-- NVIDIA: Failed to load the NVIDIA kernel module. Please check your NVIDIA:
system's kernel log for additional error messages.
-- open /dev/dri/card0: No such file or directory
-- Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
My Specs:
-- X.Org X Server 1.14.5
-- Operating System: Linux 3.2.0-37-generic x86_64 Ubuntu
** 3.11.0-20-generic #34-Ubuntu SMP Tue Apr 1 20:40:25 UTC 2014 x86_64
-- xorg-server 2:1.14.5-1ubuntu2~saucy1
-- Module nouveau: 1.14.5, module version = 1.0.10 ABI class: X.Org Video
Driver, version 14.1
-- Module nvidia: 4.0.2, module version = 1.0.0 Module class: X.Org Video
Driver
-- Video Card: GeForce 9800 GTX
-- CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 6400+
-- Memory: 12 Gb
--
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/20140424/e4944ef7/attachment.html>
bugzilla-daemon at freedesktop.org
2014-Apr-24 03:41 UTC
[Nouveau] [Bug 77857] Second Monitor
https://bugs.freedesktop.org/show_bug.cgi?id=77857 --- Comment #1 from Ilia Mirkin <imirkin at alum.mit.edu> --- Please attach dmesg from the failing kernel. It appears that the nouveau kernel module is not loaded (or its load failed somehow). As a result, you're using VESA which has no concept of any of the card's post-1990 features. -- 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/20140424/9c30c24a/attachment-0001.html>
bugzilla-daemon at freedesktop.org
2014-Apr-24 03:42 UTC
[Nouveau] [Bug 77857] Second Monitor
https://bugs.freedesktop.org/show_bug.cgi?id=77857 --- Comment #2 from eagle_boy at rocketmail.com --- Created attachment 97853 --> https://bugs.freedesktop.org/attachment.cgi?id=97853&action=edit dmesg -- 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/20140424/fd4437b5/attachment.html>
bugzilla-daemon at freedesktop.org
2014-Apr-24 03:42 UTC
[Nouveau] [Bug 77857] Second Monitor Stopped Working
https://bugs.freedesktop.org/show_bug.cgi?id=77857
eagle_boy at rocketmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Second Monitor |Second Monitor Stopped
| |Working
--
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/20140424/156cab8d/attachment.html>
bugzilla-daemon at freedesktop.org
2014-Apr-24 03:48 UTC
[Nouveau] [Bug 77857] Second Monitor Stopped Working
https://bugs.freedesktop.org/show_bug.cgi?id=77857 --- Comment #3 from Ilia Mirkin <imirkin at alum.mit.edu> --- I see no messages related to nouveau in your dmesg. That means that either the kernel module is not installed, or it is blacklisted by something. In any case, I don't see any nouveau-related issues. Just a system configuration one. Perhaps you installed the nvidia proprietary driver? That tends to wipe nouveau one way or another (e.g. a blacklist entry in your modprobe configs). -- 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/20140424/4292e557/attachment.html>
bugzilla-daemon at freedesktop.org
2014-Apr-24 03:58 UTC
[Nouveau] [Bug 77857] Second Monitor Stopped Working
https://bugs.freedesktop.org/show_bug.cgi?id=77857 --- Comment #4 from eagle_boy at rocketmail.com --- I originally had the NVIDIA driver installed and when I got my second monitor I uninstalled the NVIDIA driver and installed nouveau. I then modified my xorg.conf to Section "Device" Identifier "n" Driver "nouveau" EndSection and everything worked fine. But when installed 3.11.0-20 it stopped working. I checked my blacklist.conf and I only haev the following items in it blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac Is there somewhere I can check to see if something got miss configured? -- 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/20140424/096323b6/attachment.html>
bugzilla-daemon at freedesktop.org
2014-Apr-24 04:01 UTC
[Nouveau] [Bug 77857] Second Monitor Stopped Working
https://bugs.freedesktop.org/show_bug.cgi?id=77857 --- Comment #5 from Ilia Mirkin <imirkin at alum.mit.edu> --- Try shutting down X, then running modprobe nouveau and then starting X again. (Doing this while X is running is highly unadvised.) You might also ask your distribution provider. Perhaps they packaged the kernel wrong, dunno. -- 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/20140424/06437f46/attachment.html>
bugzilla-daemon at freedesktop.org
2014-Apr-24 04:04 UTC
[Nouveau] [Bug 77857] Second Monitor Stopped Working
https://bugs.freedesktop.org/show_bug.cgi?id=77857 --- Comment #6 from eagle_boy at rocketmail.com --- Created attachment 97859 --> https://bugs.freedesktop.org/attachment.cgi?id=97859&action=edit Xorg.0.log - 3.11.0-19 (Second Monitor Working) -- 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/20140424/8c386f4e/attachment.html>
bugzilla-daemon at freedesktop.org
2014-Apr-24 04:05 UTC
[Nouveau] [Bug 77857] Second Monitor Stopped Working
https://bugs.freedesktop.org/show_bug.cgi?id=77857 --- Comment #7 from eagle_boy at rocketmail.com --- Created attachment 97860 --> https://bugs.freedesktop.org/attachment.cgi?id=97860&action=edit dmesg - 3.11.0-19 (Second Monitor Working) -- 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/20140424/1102aace/attachment.html>
bugzilla-daemon at freedesktop.org
2014-Apr-24 04:07 UTC
[Nouveau] [Bug 77857] Second Monitor Stopped Working
https://bugs.freedesktop.org/show_bug.cgi?id=77857 --- Comment #8 from eagle_boy at rocketmail.com --- I attached my Xorg.0.log and dmesg for 3.11.0-19 just in case it helps ID a probable cause. I will stop X and modprobe and will put my outcome. -- 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/20140424/8d3e9ba8/attachment-0001.html>
bugzilla-daemon at freedesktop.org
2014-Apr-24 04:15 UTC
[Nouveau] [Bug 77857] Second Monitor Stopped Working
https://bugs.freedesktop.org/show_bug.cgi?id=77857
--- Comment #9 from Ilia Mirkin <imirkin at alum.mit.edu> ---
In your 'working' case, you're using the proprietary driver:
[ 29.885032] nvidia: module license 'NVIDIA' taints kernel.
[ 29.885037] Disabling lock debugging due to kernel taint
[ 29.905236] vgaarb: device changed decodes:
PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[ 29.905528] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on
minor 0
[ 29.905537] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 331.49 Wed Feb
12 20:42:50 PST 2014
And similarly in the Xorg log:
[ 38.408] (II) NVIDIA(0): Creating default Display subsection in Screen
section
"Default Screen Section" for depth/fbbpp 24/32
[ 38.408] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 38.408] (==) NVIDIA(0): RGB weight 888
[ 38.408] (==) NVIDIA(0): Default visual is TrueColor
[ 38.408] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 38.462] (**) NVIDIA(0): Enabling 2D acceleration
[ 39.431] (II) NVIDIA(0): Display (AOC 2243W (CRT-0)) does not support
NVIDIA 3D Vision
[ 39.431] (II) NVIDIA(0): stereo.
[ 39.437] (II) NVIDIA(0): Display (HP W2071d (DFP-2)) does not support
NVIDIA 3D Vision
[ 39.437] (II) NVIDIA(0): stereo.
[ 39.437] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
[ 39.438] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 650 (GK107) at PCI:1:0:0
(GPU-0)
Which, BTW, should be noted, is not at all the 9800 GTX you claimed you had...
--
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/20140424/db35e70d/attachment.html>
bugzilla-daemon at freedesktop.org
2014-Apr-24 04:35 UTC
[Nouveau] [Bug 77857] Second Monitor Stopped Working
https://bugs.freedesktop.org/show_bug.cgi?id=77857 --- Comment #10 from eagle_boy at rocketmail.com --- I ran the modprobe and I got. libkmod: ERROR ../libkmod/libkmod-module.c: 791 kmod_module_insert_module: could not find module by name='off' ERROR: could not insert 'off': Function not implemented. I uninstalled (or at least assumed it was uninstalled after running the the bin's remove option) so I wonder why it' still showing. I will double check with my package manager to see if the script missed something. As for not having GeForce 9800 GTX, I do have that card install I wonder why it's detecting it as GTX 650 (I wonder if they have the same chipset). -- 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/20140424/365ca8dd/attachment.html>
bugzilla-daemon at freedesktop.org
2014-Apr-24 04:41 UTC
[Nouveau] [Bug 77857] Second Monitor Stopped Working
https://bugs.freedesktop.org/show_bug.cgi?id=77857 --- Comment #11 from eagle_boy at rocketmail.com --- Sorry my card is GeForce 9800 GX2 not 9800 GTX. -- 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/20140424/d43436a4/attachment.html>
bugzilla-daemon at freedesktop.org
2016-Feb-23 07:32 UTC
[Nouveau] [Bug 77857] Second Monitor Stopped Working
https://bugs.freedesktop.org/show_bug.cgi?id=77857
Christopher M. Penalver <christopher.m.penalver at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #12 from Christopher M. Penalver <christopher.m.penalver at
gmail.com> ---
eagle_boy at rocketmail.com, given you are using a downstream version, and have
made non-default configuration changes, it will help immensely if you filed a
new report with the Ubuntu repository kernel (not mainline/upstream) via a
terminal:
ubuntu-bug linux
Please feel free to subscribe me to it.
For more on why this is helpful, please see
https://wiki.ubuntu.com/ReportingBugs.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<https://lists.freedesktop.org/archives/nouveau/attachments/20160223/e5ffa366/attachment.html>
Apparently Analagous Threads
- [Bug 72458] New: Machine freezes when launching Firefox
- [Bug 73744] New: Constant lock ups with NVIDIA GeForce 8400 GS
- [Bug 71382] New: Nouveau dmesg error, computer hangs
- Iptables issue on a PV Debian 7.0 host
- [Bug 92049] New: Suspend/resume failure on Acer Aspire V5-573G notebook