https://bugs.kde.org/show_bug.cgi?id=415657
--- Comment #2 from falling_failing_fall...@protonmail.com --- So I finally found a way to set the screen positioning correctly. In CVT, you have to type the maximum refresh rate. So for 60 Hz, use 75 Hz : cvt 1280 1024 75 sudo nano /etc/X11/xorg.conf to edit the config file. Inside the config file, I found the "Monitor" section and I edited it : Section "Monitor" Identifier "Monitor0" VendorName "Sony" ModelName "SDM-HS73" HorizSync 28.0 - 80.0 VertRefresh 48.0 - 75.0 Modeline "1280x1024_75.00" 138.75 1280 1368 1504 1728 1024 1027 1034 1072 -hsync +vsync Option "DPMS" EndSection -- You are receiving this mail because: You are watching all bug changes.