Linux Nvidia 24P tearing
#1
Whenever I select match video rate in the playback options I get tearing toward the top of the screen. I am running ubuntu 11.10 based linux mint. I thought maybe it was my display or EDID but I get perfect 24P playback from my raspberry pi and my blu-ray player. I am running the latest nvidia drivers 302.17. I have hit the check box on compiz and vsync is enabled. The system runs fine at 1080P 60hz so I probably shouldn't care but call me a perfectionist. I have tried many diffect flags in my xorg.conf to no avail. I really don't even know what to blame at this point. I have Nvidia GT210 with a phenom II 945 processor.
Reply
#2
I had this happen to me when i had noflip = true in xorg.conf
Reply
#3
Nope never added that option to xorg.conf
Reply
#4
here is my xorg.conf

Code:
Section "Device"
        Identifier "nvidia"
        Driver  "nvidia"
        Option  "NoLogo"              "true"
        Option  "DynamicTwinView"     "false"
        Option  "FlatPanelProperties" "Scaling = Native"
        Option  "ModeValidation"      "NoVesaModes, NoXServerModes, NoVertRefreshCheck, NoHorizSyncCheck"
        Option  "UseDisplayDevice"    "DFP-1"
        Option  "ModeDebug"           "true"
    Option  "HWCursor"            "false"
Option "UseEDIDFreqs" "FALSE"
Option "ExactModeTimingsDVI" "TRUE"
EndSection
Reply

Logout Mark Read Team Forum Stats Members Help
Nvidia 24P tearing0