As usual, XF86Config generated an archaic configuration... Try this

Change 'SubSection "extmod"
                Option "omit xfree86-dga"
          EndSubsection'
to
        Load "extmod", since you DO want DGA (and it now works. There were
issues in 4.0.0)

Also, change 'DefaultDepth 8' to 'DefaultDepth 24' unless you REALLY want to
only be running in 256 colors ;-) and remove all resolutions except the
native one for your panel (usually this will be 800x600 or 1024x768, but if
it's a newer system, 1280x1024, 1600x1200 or 1400x1050 might be right.)  It
also might pay to comment out the HorizSync and VertRefesh lines (these are
generally unnecessary for LCDs... Hell, X now does a pretty good job of
figuring them out automagically for CRTs, now), since the ones you've got
specify a monitor that can do 800x600 at most. Then dike out most of the
commented-out cruft, since it just serves to confuse.

Failing this, try using XFree86 -configure or xf86cfg to configure, both
should generate sane configs...

-----Original Message-----
From: Karen A Swanberg [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 19, 2001 5:51 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [Newbie]OpenBSD Dell C800 Ati Mobility M4



on 10/18/01, Sprague, IT3 wisely declared:

> Try upgrading to XFree86 4.1.0. I've got an NEC Versa VX notebook with an
> ATi Rage Mobility card (can't remember if it's M3 or M4) but it does work
> with 4.1.0 (and, IIRC, worked with 4.0.3 as well). I don't have DRI, and I
> had to add the GATOS stuff to get Xv, but 2D accel works.
 
In fact, upgrading to 4.1.0 made the problem worse. Now when I boot, the
laptop screen goes blank when xfree tries to start, and then the laptop
turns off, which means I can't ssh in from somewhere else to turn of xdm
in rc.conf. A single-user boot was needed to get the laptop back. My
XF86Config and XFree86.log are below, I tried to set it up with the most
basic settings.

Any suggestions?
-Karen

XF86config:
# File generated by xf86config.

Section "Module"

    Load        "dbe"   # Double buffer extension

    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "type1"
    Load        "freetype"


EndSection

Section "Files"

    RgbPath     "/usr/X11R6/lib/X11/rgb"

    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"


#    ModulePath "/usr/X11R6/lib/modules"

EndSection

Section "ServerFlags"

#    Option "NoTrapSignals"

#    Option "DontZap"

#    Option "Dont Zoom"

#    Option "DisableVidModeExtension"

#    Option "AllowNonLocalXvidtune"

#    Option "DisableModInDev"

#    Option "AllowNonLocalModInDev"

EndSection

Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "Keyboard"
#    Option     "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"

#    Option     "Xleds"      "1 2 3"

#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"

#    Option "XkbModel"    "pc102"
#    Option "XkbModel"    "microsoft"
#
#    Option "XkbOptions"  "ctrl:swapcaps"

#    Option "XkbRules"    "xfree86"
#    Option "XkbModel"    "pc101"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""

#    Option "XkbDisable"

    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc101"
    Option "XkbLayout"  "us"

EndSection

Section "InputDevice"

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/mouse"

#    Option "Protocol"  "Xqueue"


#    Option "BaudRate"  "9600"
#    Option "SampleRate"        "150"

    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

#    Option "ChordMiddle"

EndSection

# EndSection

Section "Monitor"

    Identifier  "monitor"

    HorizSync   31.5 - 35.1

    VertRefresh 50-70

EndSection

Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"

#    Chipset    "generic"

    Driver     "vga"

#    BusID      "PCI:0:10:0"

#    VideoRam   256

#    Clocks     25.2 28.3

EndSection

# Device configured by xf86config:

Section "Device"
    Identifier  "ati"
    Driver      "ati"
    #VideoRam    16384
    # Insert Clocks lines here if appropriate

EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "ati"
    Monitor     "monitor"
    DefaultDepth 8

    Subsection "Display"
        Depth       8
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"

    Identifier  "Simple Layout"

    Screen "Screen 1"

# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection
---end XF86Config---

XFree86.0.log:

XFree86 Version 4.1.0 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 2 June 2001

Build Operating System: OpenBSD 2.9 i386 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Fri Oct 19 05:40:57 2001
(==) Using config file: "/etc/X11/XF86Config"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "monitor"
(**) |   |-->Device "ati"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc101"
(**) XKB: model: "pc101"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to
"/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/l
ib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/
X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X
11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) Using pcvt driver (version 3.32)
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.1
        XFree86 Video Driver: 0.4
        XFree86 XInput driver : 0.2
        XFree86 Server Extension : 0.1
        XFree86 Font Renderer : 0.2
(II) Loader running on openbsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.4
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1130 card 0000,0000 rev 02 class 06,00,00 hdr
00
(II) PCI: 00:01:0: chip 8086,1131 card 0000,0000 rev 02 class 06,04,00 hdr
01
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 02 class 06,04,00 hdr
01
(II) PCI: 00:1f:0: chip 8086,244c card 0000,0000 rev 02 class 06,01,00 hdr
80
(II) PCI: 00:1f:1: chip 8086,244a card 8086,4541 rev 02 class 01,01,80 hdr
00
(II) PCI: 00:1f:2: chip 8086,2442 card 8086,4541 rev 02 class 0c,03,00 hdr
00
(II) PCI: 01:00:0: chip 1002,4d46 card 1028,00a3 rev 00 class 03,00,00 hdr
00
(II) PCI: 02:03:0: chip 125d,1998 card 1028,00a3 rev 10 class 04,01,00 hdr
00
(II) PCI: 02:06:0: chip 10b7,6055 card 10b7,6456 rev 10 class 02,00,00 hdr
80
(II) PCI: 02:06:1: chip 10b7,1007 card 10b7,615b rev 10 class 07,80,00 hdr
00
(II) PCI: 02:0f:0: chip 104c,ac42 card fffc,0000 rev 00 class 06,07,00 hdr
82
(II) PCI: 02:0f:1: chip 104c,ac42 card fffc,0000 rev 00 class 06,07,00 hdr
82
(II) PCI: 02:0f:2: chip 104c,8027 card 1028,00a3 rev 00 class 0c,00,10 hdr
80
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.4
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
        [0] -1  0x0000c000 - 0x0000c0ff (0x100) IX[B]
        [1] -1  0x0000c400 - 0x0000c4ff (0x100) IX[B]
        [2] -1  0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [3] -1  0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0xfc000000 - 0xfdffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0xe8000000 - 0xebffffff (0x4000000) MX[B]
(II) Bus 2: bridge is at (0:30:0), (0,2,4), BCTRL: 0x06 (VGA_EN is cleared)
(II) Bus 2 I/O range:
        [0] -1  0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [1] -1  0x0000e400 - 0x0000e4ff (0x100) IX[B]
        [2] -1  0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [3] -1  0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [4] -1  0x0000f000 - 0x0000f0ff (0x100) IX[B]
        [5] -1  0x0000f400 - 0x0000f4ff (0x100) IX[B]
        [6] -1  0x0000f800 - 0x0000f8ff (0x100) IX[B]
        [7] -1  0x0000fc00 - 0x0000fcff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0xf4000000 - 0xfbffffff (0x8000000) MX[B]
(II) Bus 2 prefetchable memory range:
(II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(1:0:0) ATI Rage 128 Mobility MF rev 0, Mem @ 0xe8000000/26,
0xfcffc000/14, I/O @ 0xcc00/8
(II) Addressable bus resource ranges are
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
        [0] -1  0xf8ff8000 - 0xf8ffffff (0x8000) MX[B]E
        [1] -1  0xf8ffc800 - 0xf8ffcfff (0x800) MX[B]E
        [2] -1  0xf8ffd000 - 0xf8ffdfff (0x1000) MX[B]E
        [3] -1  0xf8ffd400 - 0xf8ffd7ff (0x400) MX[B]E
        [4] -1  0xf8ffd800 - 0xf8ffdfff (0x800) MX[B]E
        [5] -1  0xf8ffdc00 - 0xf8ffdfff (0x400) MX[B]E
        [6] -1  0xf8ffe000 - 0xf8ffffff (0x2000) MX[B]E
        [7] -1  0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [8] -1  0xfcffc000 - 0xfcffffff (0x4000) MX[B](B)
        [9] -1  0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
        [10] -1 0x0000e400 - 0x0000e4ff (0x100) IX[B]E
        [11] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
        [12] -1 0x0000ec00 - 0x0000ecff (0x100) IX[B]E
        [13] -1 0x0000dce0 - 0x0000dcff (0x20) IX[B]E
        [14] -1 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E
        [15] -1 0x0000cc00 - 0x0000ccff (0x100) IX[B](B)
(II) PCI Memory resource overlap reduced 0xf8ff8000 from 0xf8ffffff to
0xf8ffbfff
(II) PCI Memory resource overlap reduced 0xf8ffd000 from 0xf8ffdfff to
0xf8ffd3ff
(II) PCI Memory resource overlap reduced 0xf8ffd800 from 0xf8ffdfff to
0xf8ffdbff
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0xf8ff8000 - 0xf8ffbfff (0x4000) MX[B]E
        [1] -1  0xf8ffc800 - 0xf8ffcfff (0x800) MX[B]E
        [2] -1  0xf8ffd000 - 0xf8ffd3ff (0x400) MX[B]E
        [3] -1  0xf8ffd400 - 0xf8ffd7ff (0x400) MX[B]E
        [4] -1  0xf8ffd800 - 0xf8ffdbff (0x400) MX[B]E
        [5] -1  0xf8ffdc00 - 0xf8ffdfff (0x400) MX[B]E
        [6] -1  0xf8ffe000 - 0xf8ffffff (0x2000) MX[B]E
        [7] -1  0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [8] -1  0xfcffc000 - 0xfcffffff (0x4000) MX[B](B)
        [9] -1  0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
        [10] -1 0x0000e400 - 0x0000e4ff (0x100) IX[B]E
        [11] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
        [12] -1 0x0000ec00 - 0x0000ecff (0x100) IX[B]E
        [13] -1 0x0000dce0 - 0x0000dcff (0x20) IX[B]E
        [14] -1 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E
        [15] -1 0x0000cc00 - 0x0000ccff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xf8ff8000 - 0xf8ffbfff (0x4000) MX[B]E
        [6] -1  0xf8ffc800 - 0xf8ffcfff (0x800) MX[B]E
        [7] -1  0xf8ffd000 - 0xf8ffd3ff (0x400) MX[B]E
        [8] -1  0xf8ffd400 - 0xf8ffd7ff (0x400) MX[B]E
        [9] -1  0xf8ffd800 - 0xf8ffdbff (0x400) MX[B]E
        [10] -1 0xf8ffdc00 - 0xf8ffdfff (0x400) MX[B]E
        [11] -1 0xf8ffe000 - 0xf8ffffff (0x2000) MX[B]E
        [12] -1 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [13] -1 0xfcffc000 - 0xfcffffff (0x4000) MX[B](B)
        [14] -1 0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
        [15] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0x0000e400 - 0x0000e4ff (0x100) IX[B]E
        [18] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
        [19] -1 0x0000ec00 - 0x0000ecff (0x100) IX[B]E
        [20] -1 0x0000dce0 - 0x0000dcff (0x20) IX[B]E
        [21] -1 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E
        [22] -1 0x0000cc00 - 0x0000ccff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.1.9
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font FreeType
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 6.3.6
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.2
(II) ATI: ATI driver (version 6.3.6) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI),
        ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI),
        ATI Rage 128 RL (AGP), ATI Rage 128 Pro PD (PCI),
        ATI Rage 128 Pro PF (AGP), ATI Rage 128 Mobility LE (PCI),
        ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP),
        ATI Rage 128 Mobility ML (AGP)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
        ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
        ATI Radeon VE (AGP)
(II) Primary Device is: PCI 01:00:0
(II) ATI:  Candidate "Device" section "ati".
(--) Assigning device section with no busID to primary device
(--) Chipset ATI Rage 128 Mobility MF (AGP) found
(II) Loading sub module "r128"
(II) LoadModule: "r128"
(II) Loading /usr/X11R6/lib/modules/drivers/r128_drv.o
(II) Module r128: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 4.0.1
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.4
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xf8ff8000 - 0xf8ffbfff (0x4000) MX[B]E
        [6] -1  0xf8ffc800 - 0xf8ffcfff (0x800) MX[B]E
        [7] -1  0xf8ffd000 - 0xf8ffd3ff (0x400) MX[B]E
        [8] -1  0xf8ffd400 - 0xf8ffd7ff (0x400) MX[B]E
        [9] -1  0xf8ffd800 - 0xf8ffdbff (0x400) MX[B]E
        [10] -1 0xf8ffdc00 - 0xf8ffdfff (0x400) MX[B]E
        [11] -1 0xf8ffe000 - 0xf8ffffff (0x2000) MX[B]E
        [12] -1 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [13] -1 0xfcffc000 - 0xfcffffff (0x4000) MX[B](B)
        [14] -1 0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
        [15] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0x0000e400 - 0x0000e4ff (0x100) IX[B]E
        [18] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
        [19] -1 0x0000ec00 - 0x0000ecff (0x100) IX[B]E
        [20] -1 0x0000dce0 - 0x0000dcff (0x20) IX[B]E
        [21] -1 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E
        [22] -1 0x0000cc00 - 0x0000ccff (0x100) IX[B](B)
(II) resource ranges after probing:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xf8ff8000 - 0xf8ffbfff (0x4000) MX[B]E
        [6] -1  0xf8ffc800 - 0xf8ffcfff (0x800) MX[B]E
        [7] -1  0xf8ffd000 - 0xf8ffd3ff (0x400) MX[B]E
        [8] -1  0xf8ffd400 - 0xf8ffd7ff (0x400) MX[B]E
        [9] -1  0xf8ffd800 - 0xf8ffdbff (0x400) MX[B]E
        [10] -1 0xf8ffdc00 - 0xf8ffdfff (0x400) MX[B]E
        [11] -1 0xf8ffe000 - 0xf8ffffff (0x2000) MX[B]E
        [12] -1 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [13] -1 0xfcffc000 - 0xfcffffff (0x4000) MX[B](B)
        [14] -1 0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
        [15] 0  0x000a0000 - 0x000affff (0x10000) MS[B]
        [16] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [17] 0  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [18] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [19] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [20] -1 0x0000e400 - 0x0000e4ff (0x100) IX[B]E
        [21] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
        [22] -1 0x0000ec00 - 0x0000ecff (0x100) IX[B]E
        [23] -1 0x0000dce0 - 0x0000dcff (0x20) IX[B]E
        [24] -1 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E
        [25] -1 0x0000cc00 - 0x0000ccff (0x100) IX[B](B)
        [26] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
        [27] 0  0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.4
(II) R128(0): PCI bus 1 card 0 func 0
(**) R128(0): Depth 8, (--) framebuffer bpp 8
(II) R128(0): Pixel depth = 8 bits stored in 1 byte (8 bpp pixmaps)
(==) R128(0): Default visual is PseudoColor
(II) R128(0): Using 8 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.a
(II) Module int10: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.4
(II) R128(0): initializing int10
(II) checkDevMem: using aperture driver /dev/xf86
(==) R128(0): Write-combining range (0xa0000,0x20000) was already clear
(==) R128(0): Write-combining range (0xf0000,0x10000)
(II) xf86ReadBIOS(0, 0, Buf, 600)-> 2e ae 00 f0...
(II) xf86ReadBIOS(c0000, 0, Buf, 10000)-> 55 aa 80 e9...
(II) xf86ReadBIOS(d0000, 0, Buf, 10000)-> 55 aa 04 e9...
(II) xf86ReadBIOS(e0000, 0, Buf, 10000)-> ff ff ff ff...
(II) R128(0): Primary V_BIOS segment is: 0xc000
(--) R128(0): Chipset: "ATI Rage 128 Mobility MF (AGP)" (ChipID = 0x4d46)
(--) R128(0): Linear framebuffer at 0xe8000000
(--) R128(0): MMIO registers at 0xfcffc000
(==) R128(0): Write-combining range (0xfcffc000,0x80000) was already clear
(--) R128(0): VideoRAM: 16384 kByte (128-bit SDR SGRAM 1:1)
(**) R128(0): Using flat panel for display
(II) R128(0): Panel size: 1400x1050
(II) R128(0): Panel ID: IBM ITSX95              
(II) R128(0): Panel Type: Color, Single, TFT
(II) R128(0): Panel Interface: LVDS
(II) R128(0): PLL parameters: rf=2700 rd=12 min=12500 max=25000; xclk=10500
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.4
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.4
(II) R128(0): VESA BIOS detected
(II) R128(0): VESA VBE Version 2.0
(II) R128(0): VESA VBE Total Mem: 16384 kB
(II) R128(0): VESA VBE OEM: ATI MOBILE M4
(II) R128(0): VESA VBE OEM Software Rev: 1.0
(II) R128(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) R128(0): VESA VBE OEM Product: M4  
(II) R128(0): VESA VBE OEM Product Rev: 01.00
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) R128(0): VESA VBE DDC supported
(II) R128(0): VESA VBE DDC Level none
(II) R128(0): VESA VBE DDC transfer in appr. 2 sec.
(II) R128(0): VESA VBE DDC read failed
(==) R128(0): Using gamma correction (1.0, 1.0, 1.0)
(II) R128(0): monitor: Using hsync range of 31.50-35.10 kHz
(II) R128(0): monitor: Using vrefresh range of 50.00-70.00 Hz
(II) R128(0): Clock range:  12.50 to 250.00 MHz
(II) R128(0): Not using default mode "640x350" (vrefresh out of range)
(II) R128(0): Not using default mode "640x400" (vrefresh out of range)
(II) R128(0): Not using default mode "720x400" (no mode of this name)
(II) R128(0): Not using default mode "640x480" (hsync out of range)
(II) R128(0): Not using default mode "640x480" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "1024x768" (bad mode
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using default mode "1152x864" (no mode of this name)
(II) R128(0): Not using default mode "1280x960" (no mode of this name)
(II) R128(0): Not using default mode "1280x960" (no mode of this name)
(II) R128(0): Not using default mode "1280x1024" (hsync out of range)
(II) R128(0): Not using default mode "1280x1024" (hsync out of range)
(II) R128(0): Not using default mode "1280x1024" (hsync out of range)
(II) R128(0): Not using default mode "1600x1200" (no mode of this name)
(II) R128(0): Not using default mode "1600x1200" (no mode of this name)
(II) R128(0): Not using default mode "1600x1200" (no mode of this name)
(II) R128(0): Not using default mode "1600x1200" (no mode of this name)
(II) R128(0): Not using default mode "1600x1200" (no mode of this name)
(II) R128(0): Not using default mode "1792x1344" (no mode of this name)
(II) R128(0): Not using default mode "1792x1344" (bad mode
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1856x1392" (no mode of this name)
(II) R128(0): Not using default mode "1856x1392" (bad mode
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1920x1440" (no mode of this name)
(II) R128(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1400x1050" (hsync out of range)
(II) R128(0): Not using default mode "1400x1050" (hsync out of range)
(II) R128(0): Not using mode "1024x768" (no mode of this name)
(II) R128(0): Not using mode "1280x1024" (no mode of this name)
(--) R128(0): Virtual size is 800x600 (pitch 832)
(**) R128(0): Default mode "640x480": 108.0 MHz, 33.9 kHz, 68.4 Hz
(II) R128(0): Modeline "640x480"  108.00  640 688 702 928  480 480 483 496
-hsync -vsync
(**) R128(0): Default mode "800x600": 108.0 MHz, 33.1 kHz, 53.7 Hz
(II) R128(0): Modeline "800x600"  108.00  800 848 862 1088  600 600 603 616
+hsync +vsync
(==) R128(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.4
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.4
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0xfcffc000 - 0xfcffffff (0x4000) MS[B]
        [1] 0   0xe8000000 - 0xebffffff (0x4000000) MS[B]
        [2] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [3] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [4] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [5] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [6] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [7] -1  0xf8ff8000 - 0xf8ffbfff (0x4000) MX[B]E
        [8] -1  0xf8ffc800 - 0xf8ffcfff (0x800) MX[B]E
        [9] -1  0xf8ffd000 - 0xf8ffd3ff (0x400) MX[B]E
        [10] -1 0xf8ffd400 - 0xf8ffd7ff (0x400) MX[B]E
        [11] -1 0xf8ffd800 - 0xf8ffdbff (0x400) MX[B]E
        [12] -1 0xf8ffdc00 - 0xf8ffdfff (0x400) MX[B]E
        [13] -1 0xf8ffe000 - 0xf8ffffff (0x2000) MX[B]E
        [14] -1 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [15] -1 0xfcffc000 - 0xfcffffff (0x4000) MX[B](B)
        [16] -1 0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
        [17] 0  0x000a0000 - 0x000affff (0x10000) MS[B]
        [18] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [19] 0  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [20] 0  0x0000cc00 - 0x0000ccff (0x100) IS[B]
        [21] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [22] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [23] -1 0x0000e400 - 0x0000e4ff (0x100) IX[B]E
        [24] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
        [25] -1 0x0000ec00 - 0x0000ecff (0x100) IX[B]E
        [26] -1 0x0000dce0 - 0x0000dcff (0x20) IX[B]E
        [27] -1 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E
        [28] -1 0x0000cc00 - 0x0000ccff (0x100) IX[B](B)
        [29] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
        [30] 0  0x000003c0 - 0x000003df (0x20) IS[B]
(==) R128(0): Write-combining range (0xfcffc000,0x80000) was already clear
(==) R128(0): Write-combining range (0xe8000000,0x1000000)
(==) R128(0): Write-combining range (0xa0000,0x10000) was already clear
(II) R128(0): Memory manager initialized to (0,0) (832,8191)
(II) R128(0): Reserved area from (0,600) to (832,602)
(II) R128(0): Largest offscreen area available: 832 x 7589
(==) R128(0): Backing store disabled
(==) R128(0): Silken mouse enabled
(II) R128(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Indirect CPU to Screen color expansion
        Solid Lines
        Dashed Lines
        Scanline Image Writes
        Offscreen Pixmaps
        Setting up tile and stipple cache:
                32 128x128 slots
                28 256x256 slots
                13 512x512 slots
(II) R128(0): Acceleration enabled
(II) R128(0): Using hardware cursor (scanline 602)
(II) R128(0): Largest offscreen area available: 832 x 7586
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(**) Option "Protocol" "PS/2"
(**) Mouse1: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/mouse"
(EE) xf86OpenSerial: Cannot open device /dev/mouse
        No such file or directory.
(EE) Mouse1: cannot open input device
(EE) PreInit failed for input device "Mouse1"
(II) UnloadModule: "mouse"
(II) Keyboard "Keyboard1" handled by legacy driver
(WW) No core pointer registered
No core pointer

Fatal server error:
failed to initialize core devices

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to [EMAIL PROTECTED]

(==) R128(0): Write-combining range (0xa0000,0x10000) was already clear


> -----Original Message-----
> From: Karen A Swanberg [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 17, 2001 11:51 PM
> To: [EMAIL PROTECTED]
> Subject: [Newbie]OpenBSD Dell C800 Ati Mobility M4
>  
> I have a Dell Latitude C800 running OpenBSD 2.9 (CD) with an ATI Mobility
> M4 video card. I can't get Xfree to run, either 3.3.6 or 4.0.1 (both of
> which come with OpenBSD 2.9). I see from the archives that this chip has
> worked for others, although it's not specifically mentioned in the
> hardware compatibility list at www.xfree86.org.
> 
> Ominously, when I try to run xf86cfg, the screen just blanks, and I have
> to use ctl-alt-backspace to get out of it.
> 
> dmesg has this:
> vga1 at pci1 dev 0 function 0 vendor "ATI", unknown product 0x4d46 rev
> 0x00
> wsdisplay0 at vga1: console (80x25, vt100 emulation)
> wsdiaplay0: screen 1-5 added (80x25, vt100 emulation)
> wsmouse0 at pms0 mux 0
> 
> My superprobe gives this:
> First Video: Super-VGA
>       chipset: ATI (chipset unknown) (port probed)
>         signature data: 3f3f0000 (please report)
>       Memory: 0 bytes
>       RAMDAC: Generic 8 bit psuedo-color DAC
>               (with 6-bit wide lookup tables (or in 6-bit mode))
> 
> This is a dualboot with Win2K, which tells me that I'm running high color
> (16 bit) 1400 x 1050, 60hz, Ati Mobility M4 adapter, chip: M4 AGP4x, DAC -
> internal (250 Mhz) with 16Megs of memory. And using the ati2dvai.dll
> driver.
> 
> I have tried multiple setups, using the three config tools (XF86Setup,
> xf86cfg and xf86config) and can get nothing to work. I'd send errors and
> the like, but I've tried too many different configurations.
> 
> So, does anyone have an XF86Config file for a Dell Latitude C800 that they
> would like to send me? Or does anyone have any ideas? I haven't futzed
> with the kernel yet.
> 
> Thanks,
> 
> -Karen
> 
> -                                                                  -
>     Karen Swanberg | Sys Admin | Dept. of Geology and Geophysics    
> 206 Pillsbury Hall | 310 Pillsbury Ave. SE | University of Minnesota
>      Minneapolis, MN 55455  (612) 624-6541  (612) 625-3819 (f)
> 
>               * <---- Tribble   . <--- Tribble.tgz

_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to