You are not logged in.
Pages: 1
After installing nvidia proprietary driver's everything seems to be zoomed in and changing the display scale doesn't do anything
What it looks like now: https://imgur.com/a/TZcGhM9
How do i get it back to normal? Im using 2 displays one of them 1080p 144hz and the other 4k 60hz , i tried lowering the 4k one to 1080p but that didnt really fix it either.
Xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 525.89.02Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSectionSection "Files"
EndSectionSection "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSectionSection "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSectionSection "Monitor"
Identifier "<default monitor>"
VendorName "Unknown"
ModelName "Unknown"
Option "DPMS"
EndSectionSection "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSectionSection "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Last edited by aiko7 (2023-09-02 18:22:50)
Offline
Remove the xorg.conf, instead create a /etc/X11/xorg.conf.d/20-nvidia-disableEdidDPI.conf
Section "OutputClass"
Identifier "nvidia"
MatchDriver "nvidia-drm"
Driver "nvidia"
Option "UseEdidDpi" "False"
EndSectionThis is "zoomed in" DPI is btw in many cases actually more correct in regards to your screen size, but many people got used to the "hardcoded" 96x96 default. FWIW especially in a multi monitor context agreeing on one DPI is probably what you want to be doing.
Last edited by V1del (2023-02-16 02:17:03)
Offline
Worked like a charm! Thank you <3
Offline
Great
, please mark as [SOLVED] by editing the title in your first post (... while editing you could make things more tidy by using code instead of quote for the output) https://wiki.archlinux.org/title/Genera … ow_to_post
Offline
Pages: 1