This is an old revision of the document!


SiS video driver on the Lemote Fuloong 2F

xorg.conf

Section "Device"
        Identifier      "Card0"
        Driver          "sis"
        Option          "EnableSiSCtrl" "yes"
        Option          "FastXv"        "true"
        Option          "FastXvLevel"   "1"
        Option          "AccelMethod"   "XAA"       # or "EXA"
EndSection
 
Section "Screen"
        Identifier      "Screen0"
        Device          "Card0"
        Monitor         "Monitor0"
        DefaultDepth    16                          # or 24
        SubSection "Display"
                Virtual   1280 1024
		Depth     16
	EndSubSection
        SubSection "Display"
                Virtual   1280 1024
		Depth     24
	EndSubSection
EndSection

Replace “1280 1024” with the maximum resolution that you plan to use.


loongson/sis.1303273624.txt.gz · Last modified: 2011-04-20 04:27 UTC by rm