Article 5FM9C Debian 10 fresh install blinking cursor

Debian 10 fresh install blinking cursor

by
Inderer
from LinuxQuestions.org on (#5FM9C)
Hello all! I installed Debian 10.08 few days ago on laptop with UEFI and hybrid graphics.
After the installastion it runs out of grub to black screen with blinking cursor and message about disk checking in process on it. The message implies that i can skip the checking process by pressing
Ctrl+C, howewer, nor Ctrl+C, nor Ctrl+Shift+F1 nor Ctrl+Alt+Backspace don't have any effect.

In recovery mode, startx command doesn't work, indicating following errors:
Code:Screen 0 deleted because of no matching config session
Cannot run in framebuffer mode. Please specify busIDs for all framebuffer devicesI thought the problem is caused by the hybrid graphics and followed this https://wiki.debian.org/NVIDIA%20Opt...he_primary_GPU guide.
I had to install required driver from the backports, but overall i followed the instruction carefully.
I also have installed required realtek firmware and linux non free firmware.
After that, the problem with startx command still exist (along with debian launching into black screen).
Now the error messages startx generates in logs contatin the following:
Code:[ 183.379] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[ 183.379] (EE) NVIDIA: system's kernel log for additional error messages and
[ 183.379] (EE) NVIDIA: consult the NVIDIA README for details.
[ 183.379] (EE) No devices detected.
[ 183.379] (EE)
Fatal server error:
[ 183.379] (EE) no screens found(EE)
[ 183.379] (EE)My X11/xorg.conf file now looks like this:
Code:Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
Inactive "intel"
EndSection

Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration"
EndSection

Section "Device"
Identifier "intel"
Driver "modesetting"
BusID "PCI:0:2:0"
#Option "AccelMethod" "none"
EndSection

Section "Screen"
Identifier "intel"
Device "intel"
EndSectionThe output of lspci command:
Code:00:00.0 Host bridge: Intel Corporation 10th Gen Core Processor Host Bridge/DRAM Registers (rev 02)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) (rev 02)
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 05)
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 02)
00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model
00:12.0 Signal processing controller: Intel Corporation Comet Lake PCH Thermal Controller
00:13.0 Serial controller: Intel Corporation Device 06fc
00:14.0 USB controller: Intel Corporation Comet Lake USB 3.1 xHCI Host Controller
00:14.2 RAM memory: Intel Corporation Comet Lake PCH Shared SRAM
00:14.3 Network controller: Intel Corporation Wi-Fi 6 AX201
00:15.0 Serial bus controller [0c80]: Intel Corporation Comet Lake PCH Serial IO I2C Controller #0
00:15.1 Serial bus controller [0c80]: Intel Corporation Comet Lake PCH Serial IO I2C Controller #1
00:16.0 Communication controller: Intel Corporation Comet Lake HECI Controller
00:17.0 SATA controller: Intel Corporation Device 06d3
00:1b.0 PCI bridge: Intel Corporation Comet Lake PCI Express Root Port #17 (rev f0)
00:1d.0 PCI bridge: Intel Corporation Comet Lake PCI Express Root Port #9 (rev f0)
00:1d.5 PCI bridge: Intel Corporation Device 06b5 (rev f0)
00:1f.0 ISA bridge: Intel Corporation Comet Lake LPC Controller
00:1f.3 Multimedia audio controller: Intel Corporation Comet Lake PCH cAVS
00:1f.4 SMBus: Intel Corporation Comet Lake PCH SMBus Controller
00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake PCH SPI Controller
01:00.0 VGA compatible controller: NVIDIA Corporation TU106 [GeForce RTX 2060] (rev a1)
01:00.1 Audio device: NVIDIA Corporation TU106 High Definition Audio Controller (rev a1)
01:00.2 USB controller: NVIDIA Corporation TU106 USB 3.1 Host Controller (rev a1)
01:00.3 Serial bus controller [0c80]: NVIDIA Corporation TU106 USB Type-C UCSI Controller (rev a1)
02:00.0 PCI bridge: Intel Corporation JHL7540 Thunderbolt 3 Bridge [Titan Ridge 2C 2018] (rev 06)
03:00.0 PCI bridge: Intel Corporation JHL7540 Thunderbolt 3 Bridge [Titan Ridge 2C 2018] (rev 06)
03:01.0 PCI bridge: Intel Corporation JHL7540 Thunderbolt 3 Bridge [Titan Ridge 2C 2018] (rev 06)
03:02.0 PCI bridge: Intel Corporation JHL7540 Thunderbolt 3 Bridge [Titan Ridge 2C 2018] (rev 06)
04:00.0 System peripheral: Intel Corporation JHL7540 Thunderbolt 3 NHI [Titan Ridge 2C 2018] (rev 06)
39:00.0 USB controller: Intel Corporation JHL7540 Thunderbolt 3 USB Controller [Titan Ridge 2C 2018] (rev 06)
3a:00.0 Non-Volatile memory controller: SK hynix Device 1639
3b:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. Device 2502 (rev 1f)I'd appreciate any help on how to fix it and get my Debian working.
Thank you in advancelatest?d=yIl2AUoC8zA latest?i=v3CkTjnDYr8:lxqoKayTlbQ:F7zBnMy latest?i=v3CkTjnDYr8:lxqoKayTlbQ:V_sGLiP latest?d=qj6IDK7rITs latest?i=v3CkTjnDYr8:lxqoKayTlbQ:gIN9vFwv3CkTjnDYr8
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments