You are not logged in.

#1 2023-08-24 00:38:22

kone
Member
Registered: 2023-08-21
Posts: 14

Intel CPU not detected after installing nvidia drivers

I installed my nvidia drivers through the wiki, and everything works great. However, I have a second monitor hooked up to my CPU through a VGA port. (My main monitor is on DP on the GPU).
lspci doesn't even show the cpu, but whenever I boot my pc, and go to start my x server session, it all happens on the cpu monitor. After I run startx and get into i3, the secondary monitor is just a freezeframe of the server start.
I looked through the wiki regarding Intel drivers, but I can't find anything. Any Help?

Offline

#2 2023-08-24 05:59:26

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,104

Re: Intel CPU not detected after installing nvidia drivers

I'm pretty sure your CPU is detected and very sure it won't show up in in lspci, because it's not a PCI device.
You mean the IGP and is not uncommon for it to be shut down by the firmware when a dedicated GPU is detected, but that depends on what kind of system this actually is.
We'll need some actual data about it in order to help you,  https://bbs.archlinux.org/viewtopic.php?id=57855

In particular please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

as well as your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Offline

#3 2023-08-24 09:13:04

kone
Member
Registered: 2023-08-21
Posts: 14

Re: Intel CPU not detected after installing nvidia drivers

journalctl https://0x0.st/H9AI.txt
and whenever I execute

 $ grep -e Log -e tty Xorg.0.log 

it shows there's no such file or directory

Last edited by kone (2023-08-24 09:13:41)

Offline

#4 2023-08-24 12:12:29

loqs
Member
Registered: 2014-03-06
Posts: 18,930

Re: Intel CPU not detected after installing nvidia drivers

Aug 24 11:07:27 arch kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device

iGPU is detected and the i915 kernel module is loaded.

kone wrote:

and whenever I execute

 $ grep -e Log -e tty Xorg.0.log 

it shows there's no such file or directory

What directories did you execute that command in?

Offline

#5 2023-08-24 12:54:44

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,104

Re: Intel CPU not detected after installing nvidia drivers

Aug 24 11:07:20 arch kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0

https://wiki.archlinux.org/title/NVIDIA … de_setting

Post the xorg log nevertheless, revisit the wiki, do NOT grep the file, post it!
You can use the tip in the 1st link below to post it from the console.

Offline

Board footer

Powered by FluxBB