Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    Load "drm"
    Load "dri" #Load the dri module
EndSection

Section "DRI"

Section "Device"
    Identifier "device1"
    Driver "via"
    Option "DPMS"
    Option "TVType" "PAL"  #use "TVType" "NTSC" in North America *)
    Option "TVVScan" "over"
    Option "TVOutput" "S-Video"
    Option "ActiveDevice" "CRT,TV"
EndSection