[SOLVED] Nvidia Driver Does Not Show Correct Resolution

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: Nvidia Driver Does Not Show Correct Resolution

Post by roblm »

Here is the reason the 2560x1080 mode is not being used:

Code: Select all

[  2184.882] (WW) NVIDIA(GPU-0):   Validating Mode "2560x1080_60":
[  2184.882] (WW) NVIDIA(GPU-0):     Mode Source: EDID
[  2184.882] (WW) NVIDIA(GPU-0):     2560 x 1080 @ 60 Hz
[  2184.882] (WW) NVIDIA(GPU-0):       Pixel Clock      : 185.58 MHz
[  2184.882] (WW) NVIDIA(GPU-0):       HRes, HSyncStart : 2560, 2624
[  2184.882] (WW) NVIDIA(GPU-0):       HSyncEnd, HTotal : 2688, 2784
[  2184.882] (WW) NVIDIA(GPU-0):       VRes, VSyncStart : 1080, 1083
[  2184.882] (WW) NVIDIA(GPU-0):       VSyncEnd, VTotal : 1093, 1111
[  2184.882] (WW) NVIDIA(GPU-0):       Sync Polarity    : -H -V
[  2184.882] (WW) NVIDIA(GPU-0):     ViewPort 2560x1080 exceeds hardware capabilities.
[  2184.882] (WW) NVIDIA(GPU-0):     Mode is rejected: GPU extended capability check failed.
[  2184.882] (WW) NVIDIA(GPU-0):     Mode "2560x1080_60" is invalid.

Open the xorg.conf file. Add this Screen section:

Code: Select all

Section "Device"		
   Identifier   "Device0"  
   Driver   "nvidia"   			
   BusID  "PCI:1:0:0"
   Option "CustomEDID" "DP-1:/home/redpinko/Downloads/.edid.bin"
EndSection

Section "Screen"
   Identifier   "Screen0"
   Device   "Device0"
   Monitor   "Monitor0"
   DefaultDepth   24
   Option "ModeValidation" "NoExtendedGpuCapabilitiesCheck"
   Option "MetaModes" "DP-1:2560x1080_60 +0+0"
EndSection
redpinkoZ1917

Re: Nvidia Driver Does Not Show Correct Resolution

Post by redpinkoZ1917 »

roblm wrote: Mon Dec 17, 2018 9:23 pm Here is the reason the 2560x1080 mode is not being used:

Code: Select all

[  2184.882] (WW) NVIDIA(GPU-0):   Validating Mode "2560x1080_60":
[  2184.882] (WW) NVIDIA(GPU-0):     Mode Source: EDID
[  2184.882] (WW) NVIDIA(GPU-0):     2560 x 1080 @ 60 Hz
[  2184.882] (WW) NVIDIA(GPU-0):       Pixel Clock      : 185.58 MHz
[  2184.882] (WW) NVIDIA(GPU-0):       HRes, HSyncStart : 2560, 2624
[  2184.882] (WW) NVIDIA(GPU-0):       HSyncEnd, HTotal : 2688, 2784
[  2184.882] (WW) NVIDIA(GPU-0):       VRes, VSyncStart : 1080, 1083
[  2184.882] (WW) NVIDIA(GPU-0):       VSyncEnd, VTotal : 1093, 1111
[  2184.882] (WW) NVIDIA(GPU-0):       Sync Polarity    : -H -V
[  2184.882] (WW) NVIDIA(GPU-0):     ViewPort 2560x1080 exceeds hardware capabilities.
[  2184.882] (WW) NVIDIA(GPU-0):     Mode is rejected: GPU extended capability check failed.
[  2184.882] (WW) NVIDIA(GPU-0):     Mode "2560x1080_60" is invalid.

Open the xorg.conf file. Add this Screen section:

Code: Select all

Section "Device"		
   Identifier   "Device0"  
   Driver   "nvidia"   			
   BusID  "PCI:1:0:0"
   Option "CustomEDID" "DP-1:/home/redpinko/Downloads/.edid.bin"
EndSection

Section "Screen"
   Identifier   "Screen0"
   Device   "Device0"
   Monitor   "Monitor0"
   DefaultDepth   24
   Option "ModeValidation" "NoExtendedGpuCapabilitiesCheck"
   Option "MetaModes" "DP-1:2560x1080_60 +0+0"
EndSection
YESSSSS. Thank you so much. This fixed it. I don't know how to repay you for patience and determination roblm. You're great!

Also, if you're reading this because you dug through ten thousand forums, do not use sudo with GUI commands. More importantly though, use timeshift. Most importantly: I beleive in you
Herr R aus B
Level 1
Level 1
Posts: 2
Joined: Wed Oct 16, 2019 8:13 am

Re: [SOLVED] Nvidia Driver Does Not Show Correct Resolution

Post by Herr R aus B »

Thanks - that just helped me to get out of 3 days of desperation and depression and anger :mrgreen:
Locked

Return to “Graphics Cards & Monitors”