[mythtv-users] Calling all Acer Revo AR1600-U910H users

Ian Oliver lists at foxhill.co.uk
Tue Feb 9 10:33:13 UTC 2010


In article 
<18a901321002081240u10dbcddds5b2bd32b778d4c0a at mail.gmail.com>, Johnny 
Walker wrote:
> I've got a 50" Plasma and it's native is 1280x720 but
> the 50 hz shows alot of tearing across the top of the screen.

Add this to the end of your xorg.conf

Section "Extensions"
        Option "Composite" "Disable"
EndSection

I have put my full xorg.conf at the end incase anything else in there 
helps. The HWCursor stuff prevents the cursor being there after 
suspend/resume.

Regards

Ian
------------
Section "Screen"
        Identifier      "Default Screen"
        DefaultDepth    24
        Subsection "Display"
                Depth 24
                Modes "1360x768"
        EndSubsection
EndSection

Section "Device"
        Identifier      "Default Device"
        Driver  "nvidia"
        Option  "UseEvents"     "1"
        Option  "DPI"   "100x100"
        Option  "NoLogo"        "1"
        Option  "HWCursor" "Off"
        Option "IgnoreEDID" "On"
        Option "NoDDC" "On"
        Option "TripleBuffer" "True"

EndSection

Section "Extensions"
        Option "Composite" "Disable"
EndSection





More information about the mythtv-users mailing list