Comment 29 for bug 413259

Revision history for this message
In , Gytis Raciukaitis (noxxious) wrote :

Added the screenshot of font tearing. With most of the options from the xorg.conf the removed this is less likely, but now different.

Section "Screen"
        Identifier "Configured Screen Device"
        Device "Configured Video Device"
        SubSection "Display"
                Virtual 3080 1050
        EndSubSection
EndSection

Section "Device"
        Identifier "Configured Video Device"
        #Option "EXANoComposite" "true"
        #Option "TripleBuffer" "true"
        #Option "EnablePageFlip" "true"
        #Option "EnableDepthMoves" "true"
        #Option "MigrationHeuristic" "smart"
        Option "AccelMethod" "XAA"
        #Option "RenderAccel" "true"
        #Option "AccelDFS" "true"
        #Option "DynamicClocks" "on" #This is for laptop users, it saves energy when in battery mode.
        #Option "AGPMode" "4"
        #Option "ColorTiling" "1"
        #Option "DMAForXv" "1"
EndSection

Section "ServerFlags"
        Option "DontZap" "False"
EndSection