I've got a Chips and Technologies 65548 (1MB ISA, on a Fujitsu Point 510), 
which is normally able to do 800x600x16bit, after a bit of tweaking (read: 
altering the clock to 25.18, and altering hsync to 24-25 and vrefresh to 
39-40) in 3.3.6, it comes up with some out of memory errors, but otherwise 
ran fine. Now the problem is that it was upgraded to 4.1.0, now it wont 
load that same configuration complaining "insufficient memory for mode" no 
matter if I remove any of the modules that are in the file.

Attached is the config file I'm using in 4.1.0 
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "dbe"
        # Load  "dri"
        SubSection "extmod"
        Option "omit xfree86-dga"
        Option "omit xfree86-ddc"
        EndSubSection
        # Load  "glx"
        # Load  "pex5"
        # Load  "record"
        # Load  "xie"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/psaux"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync 24-50
        VertRefresh 39-56
        Modeline "800x600" 25.18 800 824 896 999 600 601 603 625
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     "Linear"                    # [<bool>]
        Option      "NoAccel"                   # [<bool>]
        #Option     "HWclocks"                  # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "STN"                       # [<bool>]
        #Option     "UseModeline"               # [<bool>]
        #Option     "NoStretch"                 # [<bool>]
        #Option     "LcdCenter"                 # [<bool>]
        #Option     "MMIO"                      # [<bool>]
        #Option     "SuspendHack"               # [<bool>]
        #Option     "FixPanelSize"              # [<bool>]
        #Option     "18BitBus"                  # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "SetMclk"                   # <freq>
        #Option     "FPClock8"                  # <freq>
        #Option     "FPClock16"                 # <freq>
        #Option     "FPClock24"                 # <freq>
        Identifier  "Card0"
        Driver      "chips"
        BusID       "ISA"
        VideoRam 1024
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 16
        SubSection "Display"
                Depth     1
        EndSubSection
        SubSection "Display"
                Depth     4
        EndSubSection
        SubSection "Display"
                Depth     8
        EndSubSection
        SubSection "Display"
                Depth     15
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes "800x600"
        EndSubSection
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection

Reply via email to