You are not logged in.

#1 2023-11-11 16:36:28

BinaryBytecode
Member
Registered: 2023-11-11
Posts: 1

Screen streched after installing nvidia-utils

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

#2 2023-11-13 19:22:12

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,285

Re: Screen streched after installing nvidia-utils

Setup an /etc/X11/xorg.conf.d/20-disableEdid.conf with

 Section "OutputClass"
  Identifier "nvidia"
  MatchDriver "nvidia-drm"
  Driver "nvidia"
  Option "UseEdidDpi" "False"
Endsection

Last edited by V1del (2023-11-13 19:23:38)

Offline

Board footer

Powered by FluxBB