[vox-tech] X config trouble

Rusty Minden vox-tech@lists.lugod.org
Sat, 17 Aug 2002 12:19:11 -0700


I am running Debian Woody with XFre86 4.1
I had X working fine then when I started my computer the X 
displayed dark I had it set to 24bit so I tried 8 bit and it 
works fine. ANy idea what could cause this?


Section "Monitor"
        Identifier "Monitor0"
        VendorName "Monitor Vendor"
        ModelName  "Monitor Model"
        HorizSync 31-48
        VertRefresh 50-75
        Option "dpms"
EndSection



Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: 
"True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "PciRetry"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SetMClk"                   # <freq>
        #Option     "MUXThreshold"              # <i>
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # <i>
        #Option     "NoMMIO"                    # [<bool>]
        #Option     "NoPciBurst"                # [<bool>]
        #Option     "MMIOonly"                  # [<bool>]
        #Option     "CyberShadow"               # [<bool>]
        Option     "CyberStretch" "on"          # [<bool>]
        Identifier  "Card0"
        Driver      "trident"
        VendorName  "Trident"
        BoardName   "CyberBlade/DSTN/Ai1"
        VideoRam 8192
        Option "CyberShadow" "on"
        Option "SWCursor" "on"
        BusID       "PCI:1:0:0"
EndSection