Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

login screen becoming black

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
vimvi2233
Posts: 2
Joined: 2020-10-27 05:22
Has thanked: 1 time

login screen becoming black

#1 Post by vimvi2233 »

hello everyone i met a trouble after i installed the nvidia driver. I was used the methods which provided by debian wiki.I found that my laptop can't display the login screen after grub2 booting.The screen becoming black.But i can login it by feeling.And the nvidia drivers work well.By the way, i use the machine which model is "80WB Lenovo XiaoXin RUI7000" and the os is debian buster. And my nvidia display card is 1050 .Has anyone ever been in the same situation as me? How did you solve this problem? Please ignore my poor englist.

User avatar
sunrat
Administrator
Administrator
Posts: 6475
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 474 times

Re: login screen becoming black

#2 Post by sunrat »

Some more hardware information would be helpful. Install inxi and post the result of

Code: Select all

inxi -Fx
Nvidia may also require firmware. Try installing firmware-misc-nonfree. You will need to have the nonfree repository activated first.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

vimvi2233
Posts: 2
Joined: 2020-10-27 05:22
Has thanked: 1 time

Re: login screen becoming black

#3 Post by vimvi2233 »

sunrat wrote:Some more hardware information would be helpful. Install inxi and post the result of

Code: Select all

inxi -Fx
Nvidia may also require firmware. Try installing firmware-misc-nonfree. You will need to have the nonfree repository activated first.
well,this is my system information:

System:
Host: debian Kernel: 4.19.0-12-amd64 x86_64 bits: 64 compiler: gcc
v: 8.3.0 Desktop: Xfce 4.12.4 Distro: Debian GNU/Linux 10 (buster)
Machine:
Type: Laptop System: LENOVO product: 80WB v: Lenovo XiaoXin RUI7000
serial: <root required>
Mobo: LENOVO model: LNVNB161216 v: SDK0L77769 WIN serial: <root required>
UEFI: LENOVO v: 3ZCN41WW date: 02/22/2018
Battery:
ID-1: BAT0 charge: 32.8 Wh condition: 33.0/45.0 Wh (73%)
model: SMP L14M3P24 status: Unknown
CPU:
Topology: Quad Core model: Intel Core i5-7300HQ bits: 64 type: MCP
arch: Kaby Lake rev: 9 L2 cache: 6144 KiB
flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 19968
Speed: 900 MHz min/max: 800/3500 MHz Core speeds (MHz): 1: 900 2: 900
3: 900 4: 900
Graphics:
Device-1: Intel HD Graphics 630 vendor: Lenovo driver: i915 v: kernel
bus ID: 00:02.0
Device-2: NVIDIA GP107M [GeForce GTX 1050 Mobile] vendor: Lenovo
driver: nvidia v: 418.152.00 bus ID: 01:00.0
Display: x11 server: X.Org 1.20.4 driver: modesetting,nvidia
resolution: 1920x1080~60Hz
OpenGL: renderer: GeForce GTX 1050/PCIe/SSE2 v: 4.6.0 NVIDIA 418.152.00
direct render: Yes
Audio:
Device-1: Intel CM238 HD Audio vendor: Lenovo driver: snd_hda_intel
v: kernel bus ID: 00:1f.3
Sound Server: ALSA v: k4.19.0-12-amd64
Network:
Device-1: Intel Dual Band Wireless-AC 3165 Plus Bluetooth driver: iwlwifi
v: kernel port: d000 bus ID: 02:00.0
IF: wlp2s0 state: up mac: f8:34:41:ed:c9:16
Device-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
vendor: Lenovo driver: r8169 v: kernel port: c000 bus ID: 03:00.0
IF: enp3s0 state: down mac: 54:ee:75:de:32:8d
IF-ID-1: vmnet1 state: unknown speed: N/A duplex: N/A
mac: 00:50:56:c0:00:01
IF-ID-2: vmnet8 state: unknown speed: N/A duplex: N/A
mac: 00:50:56:c0:00:08
Drives:
Local Storage: total: 942.70 GiB used: 93.10 GiB (9.9%)
ID-1: /dev/nvme0n1 vendor: Samsung model: SSD 960 PRO 512GB
size: 476.94 GiB
ID-2: /dev/sda vendor: Samsung model: SSD 860 EVO 500GB size: 465.76 GiB
Partition:
ID-1: / size: 444.62 GiB used: 93.10 GiB (20.9%) fs: ext4
dev: /dev/nvme0n1p2
ID-2: swap-1 size: 23.71 GiB used: 0 KiB (0.0%) fs: swap
dev: /dev/nvme0n1p3
Sensors:
System Temperatures: cpu: 43.5 C mobo: 38.0 C gpu: nvidia temp: 37 C
Fan Speeds (RPM): N/A
Info:
Processes: 202 Uptime: 2h 57m Memory: 23.26 GiB used: 2.67 GiB (11.5%)
Init: systemd runlevel: 5 Compilers: gcc: 8.3.0 Shell: bash v: 5.0.3
inxi: 3.0.32

hbrand
Posts: 5
Joined: 2010-04-10 22:16

Re: login screen becoming black

#4 Post by hbrand »

I've been having similar issues with Debian Sid for a few months now with a NVIDIA GTX 960. Previous to that, everything was fine.
Switching between X and the other consoles and back to X used to work just fine - now it usually locks up X.
I'm using KDE and screen locking and even screen power saving also often lock up X. Using "Sleep" can also lock-up X on restart.
I've been able to free things by switching to a command console and killing the kscreen screen saver process. This results in disabling compositing and I must then manually re-enable it, lock out, and then lock back in to get compositing working as well as various desktop effects (like cube rotation on workspace switch).
I had assumed to was either due to a KDE upgrade or a kernel+Nvidia-driver upgrade - when you use Side, you expect some transitory issues, but this one is lasting longer than normal.
Sorry to hear you are seeing something similar.
Sorry I can't be of any more help.

User avatar
sunrat
Administrator
Administrator
Posts: 6475
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 474 times

Re: login screen becoming black

#5 Post by sunrat »

vimvi2233 wrote: Graphics:
Device-1: Intel HD Graphics 630 vendor: Lenovo driver: i915 v: kernel
bus ID: 00:02.0
Device-2: NVIDIA GP107M [GeForce GTX 1050 Mobile] vendor: Lenovo
driver: nvidia v: 418.152.00 bus ID: 01:00.0
Display: x11 server: X.Org 1.20.4 driver: modesetting,nvidia
resolution: 1920x1080~60Hz
OpenGL: renderer: GeForce GTX 1050/PCIe/SSE2 v: 4.6.0 NVIDIA 418.152.00
direct render: Yes
Appears to be Optimus dual graphics. Search the forums and wiki for Optimus, and Bumblebee which is the usual way to get it working. Apparently Prime Render can be made to work too but I don't know anything about it.
It takes a bit more configuration than just installing nvidia-driver.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
sunrat
Administrator
Administrator
Posts: 6475
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 474 times

Re: login screen becoming black

#6 Post by sunrat »

hbrand wrote:I've been having similar issues with Debian Sid for a few months now with a NVIDIA GTX 960. Previous to that, everything was fine.
@hbrand - your issue probably has nothing to do with the OP's. Please start a new topic about it instead of hijacking and distracting from this one.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

Post Reply