Comment 300 for bug 359392

Revision history for this message
Kevin Hausmann (salema) wrote :

@wirechief
my complete xorg.conf is just below (and works well)

Section "Monitor"
        Identifier "Configured Monitor"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Monitor "Configured Monitor"
        Device "Configured Video Device"
        SubSection "Display"
                Virtual 2560 1024
        EndSubSection
EndSection

Section "Device"
        Identifier "Configured Video Device"
        Option "AccelMethod" "UXA"
        # Option "MigrationHeuristic" "greedy"
        # VideoRam 786432
EndSection