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

 

 

 

Stay on black screen after debian 9 installation

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
A_hazar
Posts: 2
Joined: 2018-01-26 05:22

Stay on black screen after debian 9 installation

#1 Post by A_hazar »

After you turn on the computer, the following photo remains
https://hizliresim.com/z0Y91O

Code: Select all

lspci | egrep 'VGA|3D|Display'
Output:

Code: Select all

00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 420] (rev a1)

Code: Select all

glxinfo | grep render 
Output:

Code: Select all

direct rendering: Yes
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
Extended renderer info (GLX_MESA_query_renderer):
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.9, 256 bits)
    GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, 
    GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_packed_depth_stencil, 
    GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, 
    GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_fog_distance, 
    GL_OES_element_index_uint, GL_OES_fbo_render_mipmap,
I think the problem arises from the video card, I can enter the desktop by typing nomodeset on the grub screen
Last edited by A_hazar on 2018-01-26 06:57, edited 1 time in total.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: Stay on black screen after debian 9 installation

#2 Post by Head_on_a_Stick »

A_hazar wrote:I can enter the desktop by typing nomodeset on the grub screen
Add that parameter to GRUB_CMDLINE_LINUX in /etc/default/grub then save the file and run `update-grub` (as root) to make that change permanent.

EDIT: please replace that massive image with a link instead, some forum users have limited bandwidth.
deadbang

A_hazar
Posts: 2
Joined: 2018-01-26 05:22

Re: Stay on black screen after debian 9 installation

#3 Post by A_hazar »

I apologize for the painting and I will be more careful. I can get to the desktop but I have a problem with my video card driver screen too large resolution 1024 * 768 px should be resolution 1600 * 900px

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: Stay on black screen after debian 9 installation

#4 Post by Head_on_a_Stick »

A_hazar wrote:I have a problem with my video card driver screen too large resolution 1024 * 768 px should be resolution 1600 * 900px
OK, it could be a driver problem but your hardware doesn't look new enough.

We should confirm though so please run this command to update the PCI database:

Code: Select all

# update-pciids
Then run this command and post the output here:

Code: Select all

lspci -knn | grep -A2 '\''[030[02]\]'
If there are "kernel drivers in use" for both cards then you just need to configure things (or disable the NVIDIA card and just use the Intel one):

https://wiki.debian.org/Bumblebee

However, I think the Intel card should be driving the display and that should work at full resolution so perhaps this is an EDID problem.
deadbang

Post Reply