Bug 95213 - no screens found(EE)
Summary: no screens found(EE)
Status: CLOSED NOTOURBUG
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/nouveau (show other bugs)
Version: 11.2
Hardware: Other All
: medium normal
Assignee: Nouveau Project
QA Contact: Nouveau Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-30 13:11 UTC by tele
Modified: 2016-05-09 16:45 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Xorg.0.log (4.64 KB, text/plain)
2016-04-30 13:11 UTC, tele
Details
dmesg (50.23 KB, text/plain)
2016-05-01 18:58 UTC, tele
Details

Description tele 2016-04-30 13:11:14 UTC
Created attachment 123368 [details]
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 ?
Comment 1 Ilia Mirkin 2016-04-30 20:02:59 UTC
[   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).
Comment 2 tele 2016-05-01 16:46:10 UTC
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
$ 
#-----------------------------
Comment 3 Ilia Mirkin 2016-05-01 17:04:18 UTC
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.
Comment 4 tele 2016-05-01 17:31:44 UTC
   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@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@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 
#---------------------
Comment 5 tele 2016-05-01 18:46:28 UTC
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'
Comment 6 Ilia Mirkin 2016-05-01 18:47:38 UTC
(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".
Comment 7 tele 2016-05-01 18:58:02 UTC
Created attachment 123396 [details]
dmesg

So dmesg added, you can watch all.
Comment 8 Ilia Mirkin 2016-05-01 19:04:04 UTC
(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.
Comment 9 Ilia Mirkin 2016-05-01 19:24:40 UTC
BTW, I might note that vesa is being loaded... perhaps that's upsetting things, although I'm not sure if that would do it.
Comment 10 tele 2016-05-09 16:45:55 UTC
I will cast these distribution and look for error.
I will change linux distribution.
So you can close the topic.
  See you later!


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.