Hi!  I am running FreeBSD 4.6-RELEASE and am just biting the
bullet to upgrade to XFree86 4.2 for purposes of KDE3.  Everything is
working -- except that I can't seem to get the screen to go into any mode
but 640x480 (any color depth).  I want to get to 1024x768 (24bit), and I
know this should be possible because it was running that way under XFree86
3.3.  I would greatly apreciate any insight you might have into this
matter.  Here is my XF86Config:

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/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "extmod"
        Load  "xie"
        Load  "pex5"
        Load  "glx"
        Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "speedo"
        Load  "type1"
EndSection

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

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "MouseSystems"
        Option      "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
        #DisplaySize      280   210     # mm
        Identifier   "Monitor0"
        VendorName   "JEN"
        ModelName    "1055"
        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     "slow_edodram"              # [<bool>]
        #Option     "slow_dram"                 # [<bool>]
        #Option     "fast_dram"                 # [<bool>]
        #Option     "fpm_vram"                  # [<bool>]
        #Option     "pci_burst"                 # [<bool>]
        #Option     "fifo_conservative"         # [<bool>]
        #Option     "fifo_moderate"             # [<bool>]
        #Option     "fifo_aggressive"           # [<bool>]
        #Option     "pci_retry"                 # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "early_ras_precharge"       # [<bool>]
        #Option     "late_ras_precharge"        # [<bool>]
        #Option     "lcd_center"                # [<bool>]
        #Option     "set_lcdclk"                # <i>
        #Option     "set_mclk"                  # <freq>
        #Option     "set_refclk"                # <freq>
        #Option     "show_cache"                # [<bool>]
        #Option     "HWCursor"                  # [<bool>]
        #Option     "SWCursor"                  # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "UseFB"                     # [<bool>]
        #Option     "mxcr3afix"                 # [<bool>]
        #Option     "XVideo"                    # [<bool>]
        Identifier  "Card0"
        Driver      "s3virge"
        VendorName  "S3"
        BoardName   "ViRGE/GX2"
        BusID       "PCI:0:8:0"
        VideoRAM    4096
EndSection

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

                                - Jason Barnes

****  Jason Wayne Barnes  ****  -- "Active on the internet."  ****


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to