You are not logged in.

#1 2007-06-21 04:40:46

Strawberry
Member
Registered: 2007-06-21
Posts: 4

Using HD LCDtv at reasonable resolution produces artifacts - Need Aide

My situation is this: Nvidia DVI --> HDMI on Polaroid 32" TFT LCD TV FLM-323
The issue is that Nvidia's drivers refuse to see the actual native resolution (1366x768) and set it to a blurry 1280x720. I've gotten it up to a comfortable 1280x768 using the ExactTimingsDVI True option in xorg::device, however I now getting sparkling artifacts on the screen. Any ideas to keep the more natural resolution and rid it of sparkles? Maybe even to step it up to the fully native resolution?

Included here is what I believe to be the relevant sections of my xorg.conf, please note the considerable additions in the device section and the altered metamode line (setting it to 1366x768 or 1360x768 does not work):

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Proview FLM-2632"
    HorizSync       31.0 - 80.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7600 GS"
    Option         "AddARGBGLXVisuals" "True"
    Option         "RenderAccel" "True"
    Option         "AllowGLXWithComposite" "True"
    Option         "backingstore" "True"
    Option         "TripleBuffer" "True"
    Option         "ConnectedMonitor" "DFP"
Option "ExactModeTimingsDVI" "true"
    Option "ModeValidation" "NoDFPNativeResolutionCheck"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "metamodes" "1280x768_60 +0+0"
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1280x768"
    EndSubSection
EndSection

Section "Extensions"
    Option "Composite" "true"
EndSection

Last edited by Strawberry (2007-06-21 05:03:39)

Offline

Board footer

Powered by FluxBB