You are not logged in.
I am building a new system and after trying to install nvidia drivers and rebooting I get a black screen with a cursor in the top left corner. I use CTRL + ALT F2 to switch to tty2 and work in terminal or ssh. I have been following the docs here: https://wiki.archlinux.org/title/NVIDIA. I have already tried referring to this post with no luck: https://bbs.archlinux.org/viewtopic.php?id=293537
I have tried
sudo pacman -S nvidia nvidia-lts nvidia-utls nvidia-settingsI also have configured nvidia_drm modeset = 1 and fbdev = 1. And here is my output from inxi -G
Graphics:
Device-1: Intel HD Graphics 530 driver: i915 v: kernel
Device-2: NVIDIA GP106 [GeForce GTX 1060 6GB] driver: nvidia v: 550.78
Display: server: X.org v: 1.21.1.13 with: Xwayland v: 24.1.0 driver: X: loaded: nvidia
gpu: i915 tty: 95x33 resolution: 2560x1440
API: EGL v: 1.5 drivers: iris,nvidia,swrast platforms: surfaceless,device
API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: mesa v: 24.0.7-arch1.3
note: console (EGL sourced) renderer: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2, Mesa Intel HD
Graphics 530 (SKL GT2), llvmpipe (LLVM 17.0.6 256 bits)Offline
https://wiki.archlinux.org/title/NVIDIA_Optimus
follow this guide to set up the Nvidia GPU as default and disable the integrated one. Don't forget to configure your DM to start properly
Last edited by StarPlatinum (2024-05-25 00:31:37)
Offline
i've built a desktop machine with older parts not a laptop. is this still the correct approach?
Offline
i've built a desktop machine with older parts not a laptop. is this still the correct approach?
Maybe not specifically this article, but the idea is still valid, you need to decide how you want your system to work. On which Gpu, hybrid or only discrete and make the following corrections in files that will be mentioned in guides. I also have 1060 but mobile version, so I disabled my integrated graphics and had to modify Xsetup script to work from it. I use SDDMhttps://wiki.archlinux.org/title/NVIDIA_Optimus#SDDM
See also the related articles and follow the instruction for chosen approach, because setting up the NVIDIA graphics does not stop on only installing the packages: https://wiki.archlinux.org/title/NVIDIA … e_graphics
Offline
@StarPlatinum
Your suggestion doesn't add up with OPs issue: This isn't a laptop relyibg on sone switching between the CPU's iGPU and a dedicated one - if you plug in the monitor into the dedicated GPU it will be used. No need for all this transformer-reference-named stuff.
@OP
https://wiki.archlinux.org/title/NVIDIA and https://wiki.archlinux.org/title/NVIDIA/Troubleshooting are your best starting point - although I recommend use either a AMD gpu or windows. Using nVid with Linux is a journey on it's own.
Offline
Maybe let's get soem actual data on the situation first.
I use CTRL + ALT F2 to switch to tty2 and work in terminal or ssh
Please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.stYour graphical target doesn't start, but we need to know what that is and then figure why.
A common self-inflicted wound is a static X11 server config in /etc/X11/xorg.conf - if you have that file, move it away.
Offline