Dual monitor not working after nvidia driver install
Dual monitor not working after nvidia driver install
After installation with nouveau drivers monitors were working okay, but after nvidia drivers install it does not.
startx terminates succesfully showing no errors.
xrandr output gives only one resolution and nvidia-settings has graphics information and thermals nothing else.
System has 3 gpus 2x 3060ti and 1x 3080.
In about section under graphics shows llvmpipe (before installing nvidia drivers it was showing llvmpipe 3 times).
Drivers where installed from epel, latest-dkms.
It is first time i'm setting up this and searched everywhere before posting on forum. No solution found, tried to make xorg.conf but then system hangs at boot.
startx terminates succesfully showing no errors.
xrandr output gives only one resolution and nvidia-settings has graphics information and thermals nothing else.
System has 3 gpus 2x 3060ti and 1x 3080.
In about section under graphics shows llvmpipe (before installing nvidia drivers it was showing llvmpipe 3 times).
Drivers where installed from epel, latest-dkms.
It is first time i'm setting up this and searched everywhere before posting on forum. No solution found, tried to make xorg.conf but then system hangs at boot.
Re: Dual monitor not working after nvidia driver install
What is the output from uname -a ? How did you install the nvidia drivers and from where?
CentOS 8 died a premature death at the end of 2021 - migrate to Rocky/Alma/OEL/Springdale ASAP.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are dead, do not use them.
Use the FAQ Luke
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are dead, do not use them.
Use the FAQ Luke
Re: Dual monitor not working after nvidia driver install
Code: Select all
Linux localhost.localdomain 5.14.0-252.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb
1 13:25:18 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Is it possible that security policy interfere with xorg or nvidia ?
Can this be a problem?
Code: Select all
Feb 13 17:51:37 localhost systemd-udevd[772]: /usr/lib/udev/rules.d/60-nvidia.rules:2 Invalid value "/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiact>
Feb 13 17:51:37 localhost systemd-udevd[772]: /usr/lib/udev/rules.d/60-nvidia.rules:3 Invalid value "/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpu>
Feb 13 17:51:37 localhost systemd-udevd[772]: /usr/lib/udev/rules.d/60-nvidia.rules:4 Invalid value "/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidia-m>
Feb 13 17:51:37 localhost systemd-udevd[772]: /usr/lib/udev/rules.d/60-nvidia.rules:5 Invalid value "/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidia-u>
Feb 13 17:51:37 localhost systemd-udevd[772]: /usr/lib/udev/rules.d/60-nvidia.rules:6 Invalid value "/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidia-u>
Re: Dual monitor not working after nvidia driver install
EPEL doesn't ship the nvidia drivers. Maybe you meant ELRepo or rpmfusion? And yes, those errors may explain your problem.
CentOS 8 died a premature death at the end of 2021 - migrate to Rocky/Alma/OEL/Springdale ASAP.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are dead, do not use them.
Use the FAQ Luke
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are dead, do not use them.
Use the FAQ Luke
Re: Dual monitor not working after nvidia driver install
https://www.server-world.info/en/note?o ... nvidia&f=1
i have followed this guide
Maybe i was wrong, it is some nvidia repository.
Right now i have installed nvidia driver with .run file and everything works perfectly (and i was doing that on some other linux distros but i though it should work with downloading packages).
Will see how it is going to be.
i have followed this guide
Maybe i was wrong, it is some nvidia repository.
Right now i have installed nvidia driver with .run file and everything works perfectly (and i was doing that on some other linux distros but i though it should work with downloading packages).
Will see how it is going to be.
Re: Dual monitor not working after nvidia driver install
After reboot it does not work again 

Re: Dual monitor not working after nvidia driver install
ELREepo packages do not support Stream so if you installed from there, that would explain why they do not work. They are designed only or use on RHEL or one of the RHEL clones (which Stream is not). If you installed them from rpmfusion then it will have added a dkms package and wwill rebuild the nvidia kernel module when it thinks it needs to at boot time.
CentOS 8 died a premature death at the end of 2021 - migrate to Rocky/Alma/OEL/Springdale ASAP.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are dead, do not use them.
Use the FAQ Luke
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are dead, do not use them.
Use the FAQ Luke