CentOS 8 MSI GeForce GTX 1660 Ti Ventus XS OC 6GB. can't change resolution/install driver KDE

Issues related to hardware problems
Post Reply
trisun11
Posts: 22
Joined: 2018/05/24 14:04:15
Location: Minsk

CentOS 8 MSI GeForce GTX 1660 Ti Ventus XS OC 6GB. can't change resolution/install driver KDE

Post by trisun11 » 2020/02/10 10:05:37

Hello, upgraded My PC with "MSI GeForce GTX 1660 Ti Ventus XS OC 6GB".
Reinstalled CentOS 8 without GUI. ;)
And Then installed KDE by this way

Code: Select all

rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
dnf config-manager --enable epel-playground
dnf config-manager --enable PowerTools
dnf clean all
dnf update
dnf group install "KDE Plasma Workspaces"
dnf group install kde-desktop
dnf group install kde-apps
dnf group install kde-half --skip-broken
dnf group install kde-software-Development
dnf group install kf5-software-Development
dnf install switchdesk system-Switch-displaymanager
switchdesk kde
system-Switch-displaymanager sddm
systemctl set-default graphical.target
It's all OK. KDE works but I can not change resolution. :( :( :(
Tried by
Click the main menu -> System -> Administration -> Display
but only 800x600 option available here.
Googled, can not install system-config-display also - package not found.

I also have Fedora installed. And successfully installed native NVIDIA driver on IT
by this instruction
https://www.if-not-true-then-false.com/ ... dia-guide/
But I can not install this driver by this way in CentOS!!! - errors during installation :(
OK I tried to install ELRepo repackaged nvidia driver but also problem here.
Successfully installed ELRepo package, but can not install nvidia-detect package - not found.
Please help me.
;) ;) ;)

Post Reply