You are not logged in.

#1 2019-12-23 17:06:16

rodrigopereira
Member
Registered: 2019-12-19
Posts: 5

[SOLVED] Screen artifacts after kernel load intel gpu drivers

Hello

I have issues with Arch Linux and my notebook, I installed the system using "nomodeset" kernel parameter because some artifacts on screen after kernel loads the gpu driver.

Screen on boot without "nomodeset":

https://i.imgur.com/xXvMVHk.jpg

The issue happens on Live CD and in installed system, also I tried some other distros and the same problem occurs.

Anyone can help me?

Configuration:
Intel® Core™ i7 9750H
Hybrid graphics RTX 2060 and Intel UHD 630.

Solved with upgrading kernel to 5.4.6-arch3.


moderator edit -- replaced oversized image with link.
Pasting pictures and code

Last edited by rodrigopereira (2019-12-30 17:18:59)

Offline

#2 2019-12-24 12:39:57

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: [SOLVED] Screen artifacts after kernel load intel gpu drivers

Which card is set to 'boot first' aka primary in your bios/uefi firmware ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2019-12-25 05:53:08

rodrigopereira
Member
Registered: 2019-12-19
Posts: 5

Re: [SOLVED] Screen artifacts after kernel load intel gpu drivers

This option doesn't exists in bios, the bios seems modified by manufacturer.

Offline

#4 2019-12-25 11:32:14

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,645

Re: [SOLVED] Screen artifacts after kernel load intel gpu drivers

Which laptop model is this exactly? Just from the symptoms this looks like the integrated graphics is not used at all (you'd not need nomodeset, unless nouveau was freezing the system if the nvidia card is in use), and to properly drive the nvidia card you will want to install the nvidia drivers, and set

nvidia-drm.modeset=1

on the kernel parameters to properly access.

FWIW what's the output of

lspci -k

Offline

#5 2019-12-25 21:08:09

rodrigopereira
Member
Registered: 2019-12-19
Posts: 5

Re: [SOLVED] Screen artifacts after kernel load intel gpu drivers

Model: Notebook Samsung Odyssey NP850XBC-XG1BR

Tried the command (nvidia-drm.modeset=1) but no changes: https://imgur.com/OtNjzvO

and this is the output of lspci -k: https://imgur.com/SnaojLq

Offline

#6 2019-12-25 21:10:18

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,645

Re: [SOLVED] Screen artifacts after kernel load intel gpu drivers

As expected you don't have an integrated intel card, install the nvidia drivers: https://wiki.archlinux.org/index.php/NV … stallation

And please post text as text next time

Last edited by V1del (2019-12-25 21:12:20)

Offline

#7 2019-12-25 22:01:12

rodrigopereira
Member
Registered: 2019-12-19
Posts: 5

Re: [SOLVED] Screen artifacts after kernel load intel gpu drivers

I did tried to install the nvidia driver and now xorg can't find any graphic card, as i show in this image https://imgur.com/SVArXZQ
sorry for the inconvenient

Last edited by rodrigopereira (2019-12-25 22:01:54)

Offline

#8 2019-12-25 22:15:03

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,645

Re: [SOLVED] Screen artifacts after kernel load intel gpu drivers

Please post the entire xorg log. Did you do anything else like trying to generate a config?

Also in that screenshot your kernel is outdated as to what it should be (5.4.6-arch3 ), if you forced an nvidia driver installation via -Sy you will have a kernel/module mismatch, run a proper -Syu . If you did run a proper -Syu you might have also not mounted the /boot partition, in which case you will want to do that and rerun

pacman -Syu linux

Last edited by V1del (2019-12-25 22:18:32)

Offline

#9 2019-12-30 17:17:15

rodrigopereira
Member
Registered: 2019-12-19
Posts: 5

Re: [SOLVED] Screen artifacts after kernel load intel gpu drivers

Xorg is running with default configuration. But, the new kernel 5.4.6-arch3 solved the problem with integrated graphics.

Offline

Board footer

Powered by FluxBB