| Summary: | Can't set screen resolution to 1280x1024 | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | falling_failing_falling |
| Component: | kcm_kscreen | Assignee: | kscreen-bugs-null <kscreen-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | nate, plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 5.14.3 | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
falling_failing_falling
2019-12-28 19:36:05 UTC
So I fixed it by doing that :
nvidia-xconfig to generate the xorg.config file.
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_60.00" 109.00 1280 1368 1496 1712 1024 1027 10$
Option "DPMS"
EndSection
I also had to change the systemsettings resfresh irate from 60Hz to 75Hz because at 60Hz the horizontal position of the screen wasn't set correctly.
So it is easy to for someone like me, but not for the "lambda" end user.
So I wish that KDE find a way to automatically detect and position the screen.
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
|