On 30/05/2017 03:15 πμ, Paul Rogers wrote:
I'm well into building BLFS-7.10. Just built X, and startx fails. I think the following is relevant, but can't find the relevance of "-19": [16:30 ~]# grep EE /var/log/Xorg.0.log (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 154.961] (EE) Failed to load module "intel" (module does not exist, 0) [ 155.156] (EE) [drm] Failed to open DRM device for pci:0000:02:00.0: -19 [ 155.156] (EE) No devices detected. [ 155.156] (EE) [ 155.156] (EE) no screens found(EE) [ 155.156] (EE) [ 155.156] (EE) Please also check the log file at "/var/log/Xorg.0.log" for a$ [ 155.156] (EE) [16:31 ~]# lspci|grep 2:00 02:00.0 VGA compatible controller: NVIDIA Corporation GF106 [GeForce GTS 450] ($ 02:00.1 Audio device: NVIDIA Corporation GF106 High Definition Audio Controller$ [16:32 ~]# lsmod|grep nvidia nvidiafb 32862 0 cfbfillrect 3306 3 nvidiafb,rivafb,drm_kms_helper cfbimgblt 2047 3 nvidiafb,rivafb,drm_kms_helper vgastate 5065 2 nvidiafb,rivafb cfbcopyarea 3006 3 nvidiafb,rivafb,drm_kms_helper i2c_algo_bit 4714 3 nvidiafb,rivafb,nouveau fb_ddc 1533 2 nvidiafb,rivafb fb 48530 7 nvidiafb,rivafb,bitblit,nouveau,softcursor,fbco$ i2c_core 21066 11 fb_ddc,nvidiafb,asc7621,i2c_algo_bit,rivafb,i2$ [16:33 ~]# lsmod|grep nouveau nouveau 1217334 0 video 27173 1 nouveau ttm 61736 1 nouveau drm_kms_helper 86990 1 nouveau drm 237518 3 nouveau,ttm,drm_kms_helper i2c_algo_bit 4714 3 nvidiafb,rivafb,nouveau fb 48530 7 nvidiafb,rivafb,bitblit,nouveau,softcursor,fbco$ wmi 6676 2 mxm_wmi,nouveau hwmon 7335 4 asc7621,nouveau,i5500_temp,coretemp i2c_core 21066 11 fb_ddc,nvidiafb,asc7621,i2c_algo_bit,rivafb,i2$ [16:34 ~]# uname -a Linux pylon 4.9.23-SMP #6 SMP Mon May 29 15:48:25 PDT 2017 x86_64 GNU/LinuxI don't see anything missing to configure in the kernel. Can anybody please help? TIA
I think that your problem is the *fb kernel modules because they conflict with Kernel Mode Setting. Set # CONFIG_FB_NVIDIA is not set # CONFIG_FB_RIVA is not set # CONFIG_FB_DDC is not set in your kernel config and retry. Maybe you will need to disable some more, not sure. If I run lsmod|grep -i fb there is not output, and I'm using a fully modular kernel. -- Thanos -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
