X使用VESA的驱动

1450阅读 0评论2010-01-11 cexoyq
分类:LINUX

贴出配置文件:

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: " Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option "NoAccel" # [<bool>]
        #Option "SWcursor" # [<bool>]
        #Option "ColorKey" # <i>
        #Option "CacheLines" # <i>
        #Option "Dac6Bit" # [<bool>]
        #Option "DRI" # [<bool>]
        #Option "NoDDC" # [<bool>]
        #Option "ShowCache" # [<bool>]
        #Option "XvMCSurfaces" # <i>
        #Option "PageFlip" # [<bool>]

        #Identifier "Card0"
        #Driver "intel"
        #VendorName "Intel Corporation"
        #BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
        #BusID "PCI:0:2:0"
        Identifier "Videocard0"
        Driver "vesa"
        VendorName "Videocard vendor"
        BoardName "VESA driver (generic)"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "Videocard0"
        Monitor "Monitor0"
        SubSection "Display"
                Viewport 0 0
                Depth 1
        EndSubSection
        SubSection "Display"
                Viewport 0 0
                Depth 4
        EndSubSection
        SubSection "Display"


上一篇:Module ip_tables not found
下一篇:firefox配置,firefox更改临时文件夹