bugzilla-daemon at freedesktop.org
2016-Apr-30 13:11 UTC
[Nouveau] [Bug 95213] New: no screens found(EE)
https://bugs.freedesktop.org/show_bug.cgi?id=95213 Bug ID: 95213 Summary: no screens found(EE) Product: Mesa Version: 11.2 Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: swojskichlopak at wp.pl QA Contact: nouveau at lists.freedesktop.org Created attachment 123368 --> https://bugs.freedesktop.org/attachment.cgi?id=123368&action=edit Xorg.0.log Hi! I use Nvidia GTX 660 nouveau driver worked about year ago, games not worked because this was new driver, so not all will work. #------------------------------------- $ glxinfo | grep OpenGL OpenGL vendor string: nouveau OpenGL renderer string: Gallium 0.4 on NVE6 OpenGL core profile version string: 3.1 (Core Profile) Mesa 9.2.5 OpenGL core profile shading language version string: 1.40 OpenGL core profile context flags: (none) OpenGL core profile extensions: OpenGL version string: 3.0 Mesa 9.2.5 OpenGL shading language version string: 1.30 OpenGL context flags: (none) OpenGL extensions: #------------------------------------ Now worked 3 days (flashing before starting) and not working. Xorg #---------------------- [ 686.432] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) ... [ 686.434] (II) NOUVEAU driver for NVIDIA chipset families : [ 686.434] RIVA TNT (NV04) [ 686.434] RIVA TNT2 (NV05) [ 686.434] GeForce 256 (NV10) [ 686.434] GeForce 2 (NV11, NV15) [ 686.434] GeForce 4MX (NV17, NV18) [ 686.434] GeForce 3 (NV20) [ 686.434] GeForce 4Ti (NV25, NV28) [ 686.434] GeForce FX (NV3x) [ 686.434] GeForce 6 (NV4x) [ 686.434] GeForce 7 (G7x) [ 686.434] GeForce 8 (G8x) [ 686.434] GeForce GTX 200 (NVA0) [ 686.434] GeForce GTX 400 (NVC0) [ 686.434] (--) using VT number 8 [ 686.445] (WW) Falling back to old probe method for v4l [ 686.445] (II) v4l: Initiating device probe [ 686.445] (EE) [drm] KMS not enabled [ 686.445] (EE) No devices detected. [ 686.445] (EE) Fatal server error: [ 686.445] (EE) no screens found(EE) [ 686.445] (EE) Please consult the The X.Org Foundation support at http://pclinuxos.com #---------------------->From wiki I found:"no screens found" --> ... message telling you that something went wrong ... "No devices detected" --> ...xorg.conf file doesn't contain the correct driver(s) for the chipset(s)... http://www.x.org/wiki/FAQErrorMessages/ Why I'm ask, if I have good Nvidia driver ? - I wanted test games from Mesa for friend from forum (because mesa not provide 32bit and 64bit together, closed drivers have) but this is not problem, I have also Intel graphic card or I can use vesa driver http://wiki.ghostbsd.org/index.php?title=How_to_resolve_the_%22fatal_server_error:_no_screen_found%22 I have a questions - What do with this ? Forget, or report any bugs ? - Is this a error or deliberately disabling ? - Exist website for nouveau driver, which hardware it support ? -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20160430/9d24f59e/attachment.html>
bugzilla-daemon at freedesktop.org
2016-Apr-30 20:02 UTC
[Nouveau] [Bug 95213] no screens found(EE)
https://bugs.freedesktop.org/show_bug.cgi?id=95213 --- Comment #1 from Ilia Mirkin <imirkin at alum.mit.edu> --- [ 686.445] (EE) [drm] KMS not enabled This implies that you don't have the nouveau kernel module loaded (or you've loaded it with modeset=0 which effectively disables it). -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20160430/d84dec9a/attachment.html>
bugzilla-daemon at freedesktop.org
2016-May-01 16:46 UTC
[Nouveau] [Bug 95213] no screens found(EE)
https://bugs.freedesktop.org/show_bug.cgi?id=95213 --- Comment #2 from tele <swojskichlopak at wp.pl> --- Example from Intel graphic card which working: end of dmesh log #------------------------------- . . . [ 0.000000] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input18 [ 0.000000] [drm] Initialized i915 1.6.0 20151010 for 0000:00:02.0 on minor 0 [ 0.000000] fbcon: inteldrmfb (fb0) is primary device [ 0.000000] Console: switching to colour frame buffer device 240x67 [ 0.000000] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device [ 0.000000] [drm:intel_set_pch_fifo_underrun_reporting [i915]] *ERROR* uncleared pch fifo underrun on pch transcoder A [ 0.000000] [drm:cpt_irq_handler [i915]] *ERROR* PCH transcoder A FIFO underrun [ 0.000000] ip_set: protocol 6 [ 0.000000] netfilter PSD loaded - (c) astaro AG [ 0.000000] IFWLOG: register target . . . #------------------------------- #------------------------ $ lsmod . . . i915 890176 3 drm_kms_helper 79844 1 i915 drm 232046 5 i915,drm_kms_helper video 24297 1 i915 . . . #------------------------ checking #----------------------------------------------- $ modinfo i915 filename: /lib/modules/4.4.6-pclos1/kernel/drivers/gpu/drm/i915/i915.ko.xz . . . $ modinfo nouveau filename: /lib/modules/4.4.6-pclos1/kernel/drivers/gpu/drm/nouveau/nouveau.ko.xz . . . #----------------------------------------------- Configuration: #-------------------------------------- $ modprobe -c | grep nouveau alias pci:v000010DEd*sv*sd*bc03sc*i* nouveau alias pci:v000012D2d*sv*sd*bc03sc*i* nouveau #-------------------------------------- Blacklisted and disabled modules #----------------------------- $ modprobe --showconfig | egrep "^(blacklist|install)" | grep nouveau $ #----------------------------- -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20160501/bf6713f9/attachment.html>
bugzilla-daemon at freedesktop.org
2016-May-01 17:04 UTC
[Nouveau] [Bug 95213] no screens found(EE)
https://bugs.freedesktop.org/show_bug.cgi?id=95213 --- Comment #3 from Ilia Mirkin <imirkin at alum.mit.edu> --- Perhaps if you provide a dmesg, it will become apparent why nouveau didn't load. Can't really tell that from the xorg log... it's just obvious that nouveau isn't loaded. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20160501/04381bc7/attachment.html>
bugzilla-daemon at freedesktop.org
2016-May-01 17:31 UTC
[Nouveau] [Bug 95213] no screens found(EE)
https://bugs.freedesktop.org/show_bug.cgi?id=95213 --- Comment #4 from tele <swojskichlopak at wp.pl> --- nouveau #----------------------------- $ dmesg . . . [ 28.809515] fuse init (API version 7.23) [ 28.885150] input: PC Speaker as /devices/platform/pcspkr/input/input16 [ 28.956544] loop: module loaded [ 29.054695] device-mapper: uevent: version 1.0.3 [ 29.054821] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel at redhat.com [ 29.806268] EXT4-fs (sda7): re-mounted. Opts: (null) <--- THE END HERE #----------------------------- intel #--------------------- $ dmesg . . . [ 0.000000] fuse init (API version 7.23) [ 0.000000] input: PC Speaker as /devices/platform/pcspkr/input/input17 [ 0.000000] loop: module loaded [ 0.000000] device-mapper: uevent: version 1.0.3 [ 0.000000] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel at redhat.com [ 0.000000] EXT4-fs (sda7): re-mounted. Opts: (null) [ 0.000000] multipathd (2308): /proc/2308/oom_adj is deprecated, please use /proc/2308/oom_score_adj instead. [ 0.000000] device-mapper: multipath: version 1.10.0 loaded [ 0.000000] device-mapper: multipath round-robin: version 1.0.0 loaded [ 0.000000] device-mapper: table: 253:1: multipath: error getting device [ 0.000000] device-mapper: ioctl: error adding target to table [ 0.000000] vboxdrv: Found 4 processor cores . . . GOES FURTHER #--------------------- -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20160501/0beacff7/attachment.html>
bugzilla-daemon at freedesktop.org
2016-May-01 18:46 UTC
[Nouveau] [Bug 95213] no screens found(EE)
https://bugs.freedesktop.org/show_bug.cgi?id=95213 --- Comment #5 from tele <swojskichlopak at wp.pl> --- This is true, I don't see from lsmod command, video have 0 , in intel was driver i915. In next day I will try save lsmod output, from dmesg I have only ACPI errors, nothing more from : dmesg | grep -i 'error\|warning\|fail|\segfault' -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20160501/a179dab7/attachment.html>
bugzilla-daemon at freedesktop.org
2016-May-01 18:47 UTC
[Nouveau] [Bug 95213] no screens found(EE)
https://bugs.freedesktop.org/show_bug.cgi?id=95213 --- Comment #6 from Ilia Mirkin <imirkin at alum.mit.edu> --- (In reply to tele from comment #5)> This is true, I don't see from lsmod command, > video have 0 , in intel was driver i915. > > In next day I will try save lsmod output, > from dmesg I have only ACPI errors, nothing more from : > dmesg | grep -i 'error\|warning\|fail|\segfault'To be clear, what I'm looking for is the output of dmesg. Not the output of "dmesg | grep something". -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20160501/cb07559d/attachment-0001.html>
bugzilla-daemon at freedesktop.org
2016-May-01 18:58 UTC
[Nouveau] [Bug 95213] no screens found(EE)
https://bugs.freedesktop.org/show_bug.cgi?id=95213 --- Comment #7 from tele <swojskichlopak at wp.pl> --- Created attachment 123396 --> https://bugs.freedesktop.org/attachment.cgi?id=123396&action=edit dmesg So dmesg added, you can watch all. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20160501/9bf010eb/attachment.html>
bugzilla-daemon at freedesktop.org
2016-May-01 19:04 UTC
[Nouveau] [Bug 95213] no screens found(EE)
https://bugs.freedesktop.org/show_bug.cgi?id=95213 Ilia Mirkin <imirkin at alum.mit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |NOTOURBUG --- Comment #8 from Ilia Mirkin <imirkin at alum.mit.edu> --- (In reply to tele from comment #7)> Created attachment 123396 [details] > dmesg > > So dmesg added, you can watch all.There isn't a single mention of nouveau. I don't know why nouveau's not being loaded, but there's not even an attempt of it. Please file a bug with your distro. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20160501/25786d6c/attachment.html>
bugzilla-daemon at freedesktop.org
2016-May-01 19:24 UTC
[Nouveau] [Bug 95213] no screens found(EE)
https://bugs.freedesktop.org/show_bug.cgi?id=95213 --- Comment #9 from Ilia Mirkin <imirkin at alum.mit.edu> --- BTW, I might note that vesa is being loaded... perhaps that's upsetting things, although I'm not sure if that would do it. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20160501/921b4ce5/attachment.html>
bugzilla-daemon at freedesktop.org
2016-May-09 16:45 UTC
[Nouveau] [Bug 95213] no screens found(EE)
https://bugs.freedesktop.org/show_bug.cgi?id=95213 tele <swojskichlopak at wp.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from tele <swojskichlopak at wp.pl> --- I will cast these distribution and look for error. I will change linux distribution. So you can close the topic. See you later! -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20160509/f393bac9/attachment.html>