You are not logged in.

#1 2023-02-15 23:23:42

aiko7
Member
Registered: 2023-02-13
Posts: 2

[SOLVED] Zoom bug KDE

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.02


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier   "<default monitor>"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "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

#2 2023-02-16 01:32:07

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

Re: [SOLVED] Zoom bug KDE

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"
EndSection

This 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

#3 2023-02-16 02:51:01

aiko7
Member
Registered: 2023-02-13
Posts: 2

Re: [SOLVED] Zoom bug KDE

Worked like a charm! Thank you <3

Offline

#4 2023-02-16 08:37:05

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

Re: [SOLVED] Zoom bug KDE

Great big_smile , 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

Board footer

Powered by FluxBB