<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>I am no expert, but I am going through the same trials as you. I did get mine to work, (a 6200 card) my adding this line in the device secion:</div>
<div> </div>
<div>Option "ModeValidation" "DFP-0: NoDFPNativeResolutionCheck, NoVertRefreshCheck, NoMaxPClkCheck, NoHorizSyncCheck, NoEdidMaxPClkCheck, AllowInterlacedModes, NoMaxSizeCheck"<br> </div>
<div> </div>
<div>This maybe overkill, as it was this "NoDFPNativeResolutionCheck" that made mine work.</div>
<div> </div>
<div>Aslo, I found out that older versions of the driver used "NoEdidDFPMaxSizeCheck"</div>
<div> </div>
<div> </div>
<div>Good luck</div><span>
<div> </div>
<div>Tony</div>
</span><br>_______________________________________________</blockquote><div><br><br>After adding that i get a 1097x1080p@60hz<br><br>Here is my xorg.conf:<br>[root@sara ~]# cat /etc/X11/xorg.conf<br># Xorg configuration created by livna-config-display
<br><br>Section "ServerLayout"<br> Identifier "single head configuration"<br> Screen 0 "Screen0" 0 0<br> InputDevice "Keyboard0" "CoreKeyboard"
<br>EndSection<br><br>Section "Files"<br> ModulePath "/usr/lib/xorg/modules/extensions/nvidia"<br> ModulePath "/usr/lib/xorg/modules"<br> FontPath "unix/:7100"
<br>EndSection<br><br>Section "Module"<br> Load "type1"<br> Load "v4l"<br> Load "glx"<br> Load "dbe"<br> Load "extmod"<br>
Load "glx"<br> Load "dbe"<br> Load "extmod"<br>EndSection<br><br>Section "InputDevice"<br> Identifier "Keyboard0"<br> Driver "kbd"
<br> Option "XkbModel" "pc105"<br> Option "XkbLayout" "us"<br>EndSection<br><br>Section "Device"<br> Identifier "Videocard0"<br> Driver "nvidia"
<br> Option "AddARGBGLXVisuals" "True"<br> Option "DisableGLXRootClipping" "True"<br>EndSection<br><br>Section "Screen"<br> Identifier "Screen0"
<br> Device "Videocard0"<br> DefaultDepth 24<br> Option "ExactModeTimingsDVI" "true"<br> Option "UseEDID" "FALSE"<br> Option "ModeValidation" "DFP-0: NoDFPNativeResolutionCheck, NoVertRefreshCheck, NoMaxPClkCheck, NoHorizSyncCheck, NoEdidMaxPClkCheck, AllowInterlacedModes, NoMaxSizeCheck"
<br> SubSection "Display"<br> Viewport 0 0<br> Depth 24<br> Modes "1920x1080_60"<br> EndSubSection<br>EndSection<br><br><br>and the log:
<br>(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is<br>(II) NVIDIA(0): enabled.<br>(II) NVIDIA(GPU-0): Not probing EDID on DFP-0.<br>(II) NVIDIA(0): NVIDIA GPU GeForce FX 5200 (NV34) at PCI:1:0:0 (GPU-0)
<br>(--) NVIDIA(0): Memory: 131072 kBytes<br>(--) NVIDIA(0): VideoBIOS: 04.34.20.87.00<br>(II) NVIDIA(0): Detected AGP rate: 8X<br>(--) NVIDIA(0): Interlaced video modes are supported on this GPU<br>(--) NVIDIA(0): Connected display device(s) on GeForce FX 5200 at PCI:1:0:0:
<br>(--) NVIDIA(0): DFP-0<br>(--) NVIDIA(0): DFP-0: 135.0 MHz maximum pixel clock<br>(--) NVIDIA(0): DFP-0: Internal Single Link TMDS<br>(II) NVIDIA(0): Mode Validation Overrides for DFP-0:<br>(II) NVIDIA(0): NoMaxPClkCheck
<br>(II) NVIDIA(0): NoEdidMaxPClkCheck<br>(II) NVIDIA(0): AllowInterlacedModes<br>(II) NVIDIA(0): NoMaxSizeCheck<br>(II) NVIDIA(0): NoHorizSyncCheck<br>(II) NVIDIA(0): NoVertRefreshCheck<br>(II) NVIDIA(0): NoDFPNativeResolutionCheck
<br>(II) NVIDIA(0): Assigned Display Device: DFP-0<br>(II) NVIDIA(0): Validated modes:<br>(II) NVIDIA(0): "1920x1080_60"<br>(II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080<br>(WW) NVIDIA(0): Unable to get display device DFP-0's EDID; cannot compute DPI
<br>(WW) NVIDIA(0): from DFP-0's EDID.<br>(==) NVIDIA(0): DPI set to (75, 75); computed from built-in default<br>(**) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.<br><br>Getting close but this picture is really choppy. I cant even read text. Where is that res coming from.
<br><br>Also i posted on the nvidia forums about this and they said it cant be done...<br><br><a href="http://www.nvnews.net/vbulletin/showthread.php?t=99567">http://www.nvnews.net/vbulletin/showthread.php?t=99567</a><br>
<br>Has anyone been able to get 1080p to work with a 5200?<br><br>Thanks,<br>Mitchell<br></div><br></div><br>