To have the right screen resolution when using the nvidia card on the Linux Sony Vaio Z-series:
If your resolution is 1600x900, then on the nvidia side I have added the DPI to force it to the intel value:
Identifier "Configured Video Device"
Driver "nvidia"
Option "UseEDIDDpi" "FALSE"
Option "AddARGBGLXVisuals" "true"
Option "DPI" "96 x 96"
EndSection
If your resolution is 1600x900, then on the nvidia side I have added the DPI to force it to the intel value:
Identifier "Configured Video Device"
Driver "nvidia"
Option "UseEDIDDpi" "FALSE"
Option "AddARGBGLXVisuals" "true"
Option "DPI" "96 x 96"
EndSection
Care to elaborate on how to do that with the nvidia driver commands?
ReplyDelete