Re: How to switch to a particular resolution? Xorg complains "No valid modes for "DFP-1:2560x1600"; removing." and ignores my setting.

2020-09-24 Thread Aaron Plattner
On 9/23/20 11:31 PM, Yuri wrote: But how does it work when the NVidia utility switches it to this mode then? Does the output look blurry or fuzzy when that happens? I wonder if you're getting a 2560x1600 desktop scaled down to 1920x1080. You should be able to tell for sure by looking at the

Re: How to switch to a particular resolution? Xorg complains "No valid modes for "DFP-1:2560x1600"; removing." and ignores my setting.

2020-09-24 Thread Adam Nielsen
> Here is the log: https://people.freebsd.org/~yuri/Xorg.0.log So from here you can see: DFP-0: 330.0 MHz maximum pixel clock Samsung U28D590 (DFP-1): 230.0 MHz maximum pixel clock EDID maximum pixel clock : 300.0 MHz Validating Mode "3840x2160_30": Mode is rejected: PixelClock

Re: How to switch to a particular resolution? Xorg complains "No valid modes for "DFP-1:2560x1600"; removing." and ignores my setting.

2020-09-24 Thread Yuri
But how does it work when the NVidia utility switches it to this mode then? I use the HDMI cable. Yuri ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: https://lists.x.org/mailman/listinfo/xorg Your

Re: How to switch to a particular resolution? Xorg complains "No valid modes for "DFP-1:2560x1600"; removing." and ignores my setting.

2020-09-24 Thread Yuri
On 2020-09-23 23:02, Yuri wrote: Here is the log: https://people.freebsd.org/~yuri/Xorg.0.log This log says that that the mode 2560x1600_60 is rejected because the pixel frequency is too high. But when I changed "2560x1600" to "2560x1600_50" it now fails: > [ 91284.546] (WW)

Re: How to switch to a particular resolution? Xorg complains "No valid modes for "DFP-1:2560x1600"; removing." and ignores my setting.

2020-09-24 Thread Yuri
On 2020-09-23 14:22, Aaron Plattner wrote: I think we need a better picture of what's actually connected to your system and what it's reporting itself as capable of. The full output of xrandr would help, and it would also help to add Option "ModeDebug" to the "Device" or "Screen" section of

Re: How to switch to a particular resolution? Xorg complains "No valid modes for "DFP-1:2560x1600"; removing." and ignores my setting.

2020-09-23 Thread Aaron Plattner
On 9/23/20 1:35 PM, Yuri wrote: On 2020-09-23 08:21, Pete Wright wrote: $ xrandr |grep 2560 Interestingly, this command shows nothing after Xorg was started, but shows 2560x1600 after the "NVidia settings" program changes the resolution to 2560x1600. I just need to find a way, if any, to

Re: How to switch to a particular resolution? Xorg complains "No valid modes for "DFP-1:2560x1600"; removing." and ignores my setting.

2020-09-23 Thread Yuri
On 2020-09-23 08:21, Pete Wright wrote: $ xrandr |grep 2560 Interestingly, this command shows nothing after Xorg was started, but shows 2560x1600 after the "NVidia settings" program changes the resolution to 2560x1600. I just need to find a way, if any, to do this automatically. Yuri

Re: How to switch to a particular resolution? Xorg complains "No valid modes for "DFP-1:2560x1600"; removing." and ignores my setting.

2020-09-23 Thread Yuri
On 2020-09-23 03:47, Adam Nielsen wrote: You could try the IgnoreEDID option in case the monitor isn't reporting its valid modes correctly. But I'm not sure why you have Depth 1 (monochrome) rather than the more usual 24 or 32. What happens if you set Depth 32? Adding this line > Option

Re: How to switch to a particular resolution? Xorg complains "No valid modes for "DFP-1:2560x1600"; removing." and ignores my setting.

2020-09-23 Thread Pete Wright
On 9/23/20 12:44 AM, Yuri wrote: Xorg for me starts with the resolution 1920x1080. I know that 2560x1600 is supported because the NVidia settings program can switch to 2560x1600 by typing 2560x1600 into it. The window manager stays in a square with the size 1920x1080, and the extra space

Re: How to switch to a particular resolution? Xorg complains "No valid modes for "DFP-1:2560x1600"; removing." and ignores my setting.

2020-09-23 Thread Adam Nielsen
>     SubSection "Display" >     Viewport   0 0 >     Depth 1 >     Modes  "2560x1600" "1920x1080" >     EndSubSection > > But Xorg fails to accept the 2560x1600 value with this warning: > > [  9995.669] (WW) NVIDIA(0): No valid modes for

Re: How to switch to a particular resolution? Xorg complains "No valid modes for "DFP-1:2560x1600"; removing." and ignores my setting.

2020-09-23 Thread Sérgio Basto
On Wed, 2020-09-23 at 00:44 -0700, Yuri wrote: > Xorg for me starts with the resolution 1920x1080. > > I know that 2560x1600 is supported because the NVidia settings > program > can switch to 2560x1600 by typing 2560x1600 into it. The window > manager > stays in a square with the size