I have read and followed the support documentation on the xfree86.org website. Especially pertaining to the 845g. I have compiled and install todays CVS source as well as compiled the i810 and i830 modules to enable dri. I am still having issues. I would like some help. Attached is my Xfree.0.log and my XF86config-4.

--
David Burge
[EMAIL PROTECTED]


Attachment: XFree86.0.log
Description: Binary data

Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        FontPath     "unix/:7100"                    # local font server
        FontPath     "unix/:7110"                    # local font server
EndSection

Section "Module"
#       Load  "GLcore"
#       Load  "glx"
        Load  "record"
        Load  "dbe"
        Load  "dri"
        Load  "xtrap"
        Load  "type1"
        Load  "speedo"
        Load  "extmod"
EndSection

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

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "ImPS/2"
        Option      "Device" "/dev/input/mice"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Monitor"
        #DisplaySize      390   290     # mm
        Identifier   "Monitor0"
        VendorName   "SUN"
        ModelName    "567"
        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     "NoAccel"                   # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "ColorKey"                  # <i>
        #Option     "CacheLines"                # <i>
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "DRI"                       # [<bool>]
        #Option     "NoDDC"                     # [<bool>]
        #Option     "XvMCSurfaces"              # <i>
        Identifier  "Card0"
        Driver      "i810"
        VendorName  "Intel Corp."
        BoardName   "82845G/GL [Brookdale-G] Chipset Integrated Graphics Device"
        #VideoRam    120000
        BusID       "PCI:0:2:0"
        Option      "AGPMode" "1"
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
        EndSubSection
        SubSection "Display"
                Depth     32
        EndSubSection
EndSection

Section "DRI"
             Mode 0666
EndSection

Reply via email to