Hello,
The issue I am having is that I am completely unable to add a custom resolution using xrandr. I am using an NVIDIA GPU - GTX 1050ti with proprietary drivers. I am using KDE Plasma as my desktop environment. Running kernel 5.15.2-2
The way I’m trying to add the custom resolution and the errors that it outputs are as follows.
gtf 1280 720 75 ✔
# 1280x720 @ 75.00 Hz (GTF) hsync: 56.40 kHz; pclk: 95.65 MHz
Modeline "1280x720_75.00" 95.65 1280 1352 1488 1696 720 721 724 752 -HSync +Vsync
xrandr --newmode "1280x720_75.00" 95.65 1280 1352 1488 1696 720 721 724 752 -HSync +Vsync
xrandr --addmode DVI-D-0 "1280x720_75.00" ✔
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 18 (RRAddOutputMode)
Serial number of failed request: 37
Current serial number in output stream: 38
I have also tried using a different name inside the quotes for the name of the mode but still see the same error. I have also tried the standard 60hz as apposed to 75hz and still the same. Here is the code from this.
gtf 1280 720 60 1 ✘
# 1280x720 @ 60.00 Hz (GTF) hsync: 44.76 kHz; pclk: 74.48 MHz
Modeline "1280x720_60.00" 74.48 1280 1336 1472 1664 720 721 724 746 -HSync +Vsync
xrandr --newmode "720" 74.48 1280 1336 1472 1664 720 721 724 746 -HSync +Vsync
xrandr --addmode DVI-D-0 "720" ✔
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 18 (RRAddOutputMode)
Serial number of failed request: 37
Current serial number in output stream: 38
I also received an error message yesterday when trying to add this custom resolution, however I haven’t been able to reproduce it and I’m not sure what I’m doing differently now.
X Error of failed request: BadName (named color or font does not exist)
Any help is appreciated, please just ask if you’d like some more info from me.
Thanks