You are not logged in.
So, I installed nvidia-utils to have vulkan installed but now the screen is streched and bigger.
Also, removing the packages didn't help.
Specs:
OS: Arch Linux x86_64
Kernel: 6.6.1-arch1-1
WM: i3
CPU: AMD Ryzen 5 5600G with Radeon Graphics (12) @ 4.464GHz
GPU: NVIDIA GeForce GTX 1660 SUPER
GPU: AMD ATI Radeon Vega Series / Radeon Vega Mobile Series
Any help will be apreciated.
Offline
Setup an /etc/X11/xorg.conf.d/20-disableEdid.conf with
Section "OutputClass"
Identifier "nvidia"
MatchDriver "nvidia-drm"
Driver "nvidia"
Option "UseEdidDpi" "False"
EndsectionLast edited by V1del (2023-11-13 19:23:38)
Offline