|
|
#1 | |
|
Registered User
Join Date: May 2012
Posts: 2
|
Config:
Distro: Ubuntu 12.04Previous drivers (295 and prior) permitted many resolution options on my laptop screen (both via xrandr and nvidia-setting app). My only option now is 1920x1200. I tried adding metamodes to my xorg.conf file but the modes were ignored. By chance is the EDID info not properly discovered? I also tried adding modes via xrandr, but those attempts also failed. I am dreading that the answer is using Transform and/or viewportin/out xorg.conf configurations. Please say it isn't so. ![]() nvidia-bug-report.log.gz |
|
|
|
|
|
|
#2 | |
|
NVIDIA Corporation
Join Date: Mar 2005
Posts: 2,487
|
The issue is not that the EDID is not properly read, but that the driver is no longer injecting a bunch of modes that your monitor doesn't actually support into the mode pool. Now, the modes listed in the mode pool are the real modes being driven by the hardware, and any scaling is configured via the ViewPortIn, ViewPortOut, and/or Transform properties of the MetaMode, or via the xrandr transform options.
However, we do understand that it's not particularly easy right now to configure scaled modes. We're working on improvements to the driver to make that easier in the future. |
|
|
|
|
|
|
#3 |
|
NVIDIA Corporation
Join Date: Mar 2005
Posts: 2,487
|
Oh, and I should mention that you don't need to edit xorg.conf to configure scaling modes. You can do it today via xrandr or nvidia-settings:
Code:
xrandr --output DVI-I-1 --scale 0.5x0.5
nvidia-settings -a CurrentMetaMode="DVI-I-1: nvidia-auto-select { ViewPortIn=960x600 }"
Code:
xrandr --output DVI-I-1 --scale-from 960x600 |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Shadow on some graphics (OpenProj and 302.11 Nvidia driver - Kubuntu 12.04) | yamane | NVIDIA Linux | 0 | 05-21-12 05:08 PM |