You are not logged in.
Pages: 1
i flowed this guide to install nvidia driver https://wiki.archlinux.org/index.php/NV … stallation
and this guide to Use NVIDIA graphics only https://wiki.archlinux.org/index.php/NV … phics_only
and flowed this too to add intel in blacklist https://wiki.archlinux.org/index.php/NV … grated_GPU
but give me a black screen
Vega Model
[hackerpoint@Hackerpoint ~]$ lspci -k | grep -A 2 -E "(VGA|3D)"
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
Subsystem: Lenovo Device 3fd2
Kernel modules: i915
--
01:00.0 3D controller: NVIDIA Corporation GM108M [GeForce MX130] (rev a2)
Subsystem: Lenovo Device 3fd2
Kernel driver in use: nvidiaInstalled Drivers
$ sudo pacman -Qs nvidia
local/egl-wayland 1.1.5-1
EGLStream-based Wayland external platform
local/libvdpau 1.4-1
Nvidia VDPAU library
local/libxnvctrl 450.66-1
NVIDIA NV-CONTROL X extension
local/nvidia-lts 1:450.66-12
NVIDIA drivers for linux-lts
local/nvidia-prime 1.0-4
NVIDIA Prime Render Offload configuration and utilities
local/nvidia-settings 450.66-1
Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 450.66-1
NVIDIA drivers utilities
local/nvtop 1.0.0-2
An htop like monitoring tool for NVIDIA GPUs
local/xf86-video-nouveau 1.0.16-2 (xorg-drivers)
Open Source 3D acceleration driver for nVidia cardsplease help i have 3 days search on this problem
Offline
The
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --autopart is gonna be important, but xinitrc is only used by startx/xinit and XDM - not by most DMs and the "modestting" provider will only be correct if you're not using xf86-video-intel
Offline
You need to keep the i915 modules unblacklisted, the nvidia card needs the intel card as a relay
Offline
I removed Intel driver from blacklist but still black screen
Last edited by Hackerpoint (2020-08-22 17:23:16)
Offline
Post a xorg log and all files you've created in an attempt to configure this.
Offline
Pages: 1