Alexey Dokuchaev writes:
> Oh, "Mesa GLX Indirect" would not yield you any true hardware accell, they
> do it software. Which operating system and X version do you use?
>
Running Linux with 2.4.19 kernel and X 4.2.0
> It will also help a lot if you cat(1) us your /var/log/XFree86.0.log and
> your X server configuration file (XF86Config or X86Config-4, be sure to
> provide the right one, grep(1) for "Using config file" in
> /var/log/XFree86.0.log).
>
Okay, the log and config file are appended below.
>> I am running a Voodoo3 3000 AGP card, if that makes any difference.
>>
>
> I believe you'll need Glide for 3dfx cards, though I'd never tried putting
> those bits together myself :-)
>
> Hmm... What depth are you running? AFAIR, hw acceleration is only
> supported at 16bpp on Voodoo3 cards.
>
I am at 16bpp, as I read the notes on the card.
>> Now, there are notes there about Mesa extensions and such, but no dri. Now,
>> the big question: how do I go about getting it working?
>
> Have you read what's on http://dri.sf.net/ ? I'd generally recommend you
> ti do it, if you still not.
>
Yeah, I have read everything that I could find there.
Ian Truelsen
Masters program in Philosophy
University of Manitoba, Winnipeg, Canada
BA (Wilfrid Laurier University)
Email: [EMAIL PROTECTED]
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/"
EndSection
#Section "ServerFlags"
# Option "Xinerama" "yes"
#EndSection
# Module loading section
Section "Module"
Load "dbe" # Double-buffering
Load "type1"
Load "GLcore" # OpenGL support
Load "dri" # Direct rendering infrastructure
Load "glx" # OpenGL X protocol interface
Load "extmod" # Misc. required extensions
Load "v4l" # Video4Linux
# Load "pex5" # PHIGS for X 3D environment (obsolete)
# Load "record" # X event recorder
# Load "xie" # X Image Extension (obsolete)
# You only need the following two modules if you do not use xfs.
# Load "freetype" # TrueType font handler
# Load "type1" # Adobe Type 1 font handler
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "us"
Option "XkbModel" "microsoftpro"
EndSection
Section "InputDevice"
Identifier "Mouse0"
# Modified by mouseconfig
Driver "mouse"
Option "Device" "/dev/psaux"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Visual Sensa"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30 - 95
VertRefresh 50 - 160
Option "dpms"
EndSection
Section "Monitor"
Identifier "Samsung 760V"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0-81.0
VertRefresh 56.0-85.0
Option "dpms"
EndSection
Section "Device"
Identifier "Voodoo"
Driver "tdfx"
BoardName "Unknown"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "ATI"
Driver "ati"
BoardName "Unknown"
BusID "PCI:0:9:0"
EndSection
Section "Device"
Identifier "Linux Frame Buffer"
Driver "fbdev"
BoardName "Unknown"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "Voodoo"
Monitor "Samsung 760V"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen 2"
Device "ATI"
Monitor "Visual Sensa"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
Screen "Screen 2" RightOf "Screen 1"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "DRI"
Mode 0666
EndSection
XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 January 2002
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems. (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.18 i686 [ELF]
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Fri Apr 19 05:29:43 2002
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) | |-->Monitor "Samsung 760V"
(**) | |-->Device "Voodoo"
(**) |-->Screen "Screen 2" (1)
(**) | |-->Monitor "Visual Sensa"
(**) | |-->Device "ATI"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbModel" "microsoftpro"
(**) XKB: model: "microsoftpro"
(**) 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/lib/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/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.5
XFree86 XInput driver : 0.3
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
(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.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(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 1106,0305 card 0000,0000 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8305 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 1106,0000 rev 22 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 1106,0571 rev 10 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 10 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 10 class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 0000,0000 rev 30 class 06,80,00 hdr 00
(II) PCI: 00:08:0: chip 109e,036e card 1002,0001 rev 02 class 04,00,00 hdr 80
(II) PCI: 00:08:1: chip 109e,0878 card 1002,0001 rev 02 class 04,80,00 hdr 80
(II) PCI: 00:09:0: chip 1002,4752 card 1002,0008 rev 27 class 03,00,00 hdr 00
(II) PCI: 00:0a:0: chip 1102,0002 card 1102,8023 rev 05 class 04,01,00 hdr 80
(II) PCI: 00:0a:1: chip 1102,7002 card 1102,0020 rev 05 class 09,80,00 hdr 80
(II) PCI: 00:0b:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 121a,0005 card 121a,003a rev 01 class 03,00,00 hdr 00
(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.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(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) 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 0xd8000000 - 0xdbffffff (0x4000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0xdc000000 - 0xddffffff (0x2000000) MX[B]
(II) Bus -1: bridge is at (0:7: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: (0:8:0) BrookTree unknown chipset (0x036e) rev 2, Mem @ 0xe0000000/12
(--) PCI: (0:9:0) ATI Mach64 GR rev 39, Mem @ 0xde000000/24, 0xe0001000/12, I/O @
0xdc00/8
(--) PCI:*(1:0:0) 3dfx Interactive Voodoo3 rev 1, Mem @ 0xd8000000/25, 0xdc000000/25,
I/O @ 0xc000/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 0xe0003000 - 0xe00030ff (0x100) MX[B]
[1] -1 0xe0002000 - 0xe0002fff (0x1000) MX[B]
[2] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
[3] -1 0xdc000000 - 0xddffffff (0x2000000) MX[B](B)
[4] -1 0xd8000000 - 0xd9ffffff (0x2000000) MX[B](B)
[5] -1 0xe0000000 - 0xe0000fff (0x1000) MX[B](B)
[6] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[7] -1 0x0000e400 - 0x0000e407 (0x8) IX[B]
[8] -1 0x0000e000 - 0x0000e01f (0x20) IX[B]
[9] -1 0x0000d800 - 0x0000d81f (0x20) IX[B]
[10] -1 0x0000d400 - 0x0000d41f (0x20) IX[B]
[11] -1 0x0000d000 - 0x0000d00f (0x10) IX[B]
[12] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
[0] -1 0xe0001000 - 0xe0001fff (0x1000) MX[B](B)
[1] -1 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[2] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0xe0003000 - 0xe00030ff (0x100) MX[B]
[1] -1 0xe0002000 - 0xe0002fff (0x1000) MX[B]
[2] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
[3] -1 0xdc000000 - 0xddffffff (0x2000000) MX[B](B)
[4] -1 0xd8000000 - 0xd9ffffff (0x2000000) MX[B](B)
[5] -1 0xe0000000 - 0xe0000fff (0x1000) MX[B](B)
[6] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[7] -1 0x0000e400 - 0x0000e407 (0x8) IX[B]
[8] -1 0x0000e000 - 0x0000e01f (0x20) IX[B]
[9] -1 0x0000d800 - 0x0000d81f (0x20) IX[B]
[10] -1 0x0000d400 - 0x0000d41f (0x20) IX[B]
[11] -1 0x0000d000 - 0x0000d00f (0x10) IX[B]
[12] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
[0] -1 0xe0001000 - 0xe0001fff (0x1000) MX[B](B)
[1] -1 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[2] -1 0x0000dc00 - 0x0000dcff (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 0xe0003000 - 0xe00030ff (0x100) MX[B]
[6] -1 0xe0002000 - 0xe0002fff (0x1000) MX[B]
[7] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
[8] -1 0xdc000000 - 0xddffffff (0x2000000) MX[B](B)
[9] -1 0xd8000000 - 0xd9ffffff (0x2000000) MX[B](B)
[10] -1 0xe0000000 - 0xe0000fff (0x1000) MX[B](B)
[11] -1 0xe0001000 - 0xe0001fff (0x1000) MX[B](B)
[12] -1 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[13] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[14] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[15] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[16] -1 0x0000e400 - 0x0000e407 (0x8) IX[B]
[17] -1 0x0000e000 - 0x0000e01f (0x20) IX[B]
[18] -1 0x0000d800 - 0x0000d81f (0x20) IX[B]
[19] -1 0x0000d400 - 0x0000d41f (0x20) IX[B]
[20] -1 0x0000d000 - 0x0000d00f (0x10) IX[B]
[21] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
[22] -1 0x0000dc00 - 0x0000dcff (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.2.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: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.1
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
compiled for 4.2.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 XFree86-DGA
(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: "v4l"
(II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o
(II) Module v4l: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 0.0.1
ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "tdfx"
(II) Loading /usr/X11R6/lib/modules/drivers/tdfx_drv.o
(II) Module tdfx: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 6.4.7
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.3
(II) v4l driver for Video4Linux
(II) TDFX: Driver for 3dfx Banshee/Voodoo3 chipsets: 3dfx Banshee,
3dfx Voodoo3, 3dfx Voodoo5
(II) ATI: ATI driver (version 6.4.7) 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 SM (AGP),
ATI Rage 128 Pro PD (PCI), ATI Rage 128 Pro PF (AGP),
ATI Rage 128 Pro PP (PCI), ATI Rage 128 Pro PR (PCI),
ATI Rage 128 Pro ULTRA TF (AGP), ATI Rage 128 Pro ULTRA TL (AGP),
ATI Rage 128 Pro ULTRA TR (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 QY (AGP), ATI Radeon VE QZ (AGP),
ATI Radeon Mobility LW (AGP), ATI Radeon Mobility LY (AGP),
ATI Radeon Mobility LZ (AGP), ATI Radeon 8500 QL (AGP),
ATI Radeon 8500 BB (AGP), ATI Radeon 7500 QW (AGP)
(II) Primary Device is: PCI 01:00:0
(--) Chipset 3dfx Voodoo3 found
(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 0xe0003000 - 0xe00030ff (0x100) MX[B]
[6] -1 0xe0002000 - 0xe0002fff (0x1000) MX[B]
[7] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
[8] -1 0xdc000000 - 0xddffffff (0x2000000) MX[B](B)
[9] -1 0xd8000000 - 0xd9ffffff (0x2000000) MX[B](B)
[10] -1 0xe0000000 - 0xe0000fff (0x1000) MX[B](B)
[11] -1 0xe0001000 - 0xe0001fff (0x1000) MX[B](B)
[12] -1 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[13] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[14] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[15] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[16] -1 0x0000e400 - 0x0000e407 (0x8) IX[B]
[17] -1 0x0000e000 - 0x0000e01f (0x20) IX[B]
[18] -1 0x0000d800 - 0x0000d81f (0x20) IX[B]
[19] -1 0x0000d400 - 0x0000d41f (0x20) IX[B]
[20] -1 0x0000d000 - 0x0000d00f (0x10) IX[B]
[21] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
[22] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B](B)
(II) ATI: Candidate "Device" section "ATI".
(II) ATI: Shared PCI/AGP Mach64 in slot 0:9:0 detected.
(II) ATI: Shared PCI/AGP Mach64 in slot 0:9:0 assigned to active "Device" section
"ATI".
(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 0xe0003000 - 0xe00030ff (0x100) MX[B]
[6] -1 0xe0002000 - 0xe0002fff (0x1000) MX[B]
[7] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
[8] -1 0xdc000000 - 0xddffffff (0x2000000) MX[B](B)
[9] -1 0xd8000000 - 0xd9ffffff (0x2000000) MX[B](B)
[10] -1 0xe0000000 - 0xe0000fff (0x1000) MX[B](B)
[11] -1 0xe0001000 - 0xe0001fff (0x1000) MX[B](B)
[12] -1 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[13] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[14] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[15] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[16] -1 0x0000e400 - 0x0000e407 (0x8) IX[B]
[17] -1 0x0000e000 - 0x0000e01f (0x20) IX[B]
[18] -1 0x0000d800 - 0x0000d81f (0x20) IX[B]
[19] -1 0x0000d400 - 0x0000d41f (0x20) IX[B]
[20] -1 0x0000d000 - 0x0000d00f (0x10) IX[B]
[21] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
[22] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B](B)
(II) Loading sub module "atimisc"
(II) LoadModule: "atimisc"
(II) Loading /usr/X11R6/lib/modules/drivers/atimisc_drv.o
(II) Module atimisc: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 6.4.7
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.5
(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 0xe0003000 - 0xe00030ff (0x100) MX[B]
[6] -1 0xe0002000 - 0xe0002fff (0x1000) MX[B]
[7] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
[8] -1 0xdc000000 - 0xddffffff (0x2000000) MX[B](B)
[9] -1 0xd8000000 - 0xd9ffffff (0x2000000) MX[B](B)
[10] -1 0xe0000000 - 0xe0000fff (0x1000) MX[B](B)
[11] -1 0xe0001000 - 0xe0001fff (0x1000) MX[B](B)
[12] -1 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[13] 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[14] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[15] 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[16] 1 0x000a0000 - 0x000affff (0x10000) MS[B]
[17] 1 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[18] 1 0x000b8000 - 0x000bffff (0x8000) MS[B]
[19] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[20] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[21] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[22] -1 0x0000e400 - 0x0000e407 (0x8) IX[B]
[23] -1 0x0000e000 - 0x0000e01f (0x20) IX[B]
[24] -1 0x0000d800 - 0x0000d81f (0x20) IX[B]
[25] -1 0x0000d400 - 0x0000d41f (0x20) IX[B]
[26] -1 0x0000d000 - 0x0000d00f (0x10) IX[B]
[27] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
[28] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B](B)
[29] 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[30] 0 0x000003c0 - 0x000003df (0x20) IS[B]
[31] 1 0x000003b0 - 0x000003bb (0xc) IS[B]
[32] 1 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(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.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.5
(II) TDFX(0): Softbooting the board (through the int10 interface).
(II) TDFX(0): Primary V_BIOS segment is: 0xc000
(II) TDFX(0): Softbooting the board succeeded.
(II) TDFX(0): TDFXFindChips: found 1 chip(s)
(**) TDFX(0): Depth 16, (--) framebuffer bpp 16
(==) TDFX(0): RGB weight 565
(==) TDFX(0): Default visual is TrueColor
(--) TDFX(0): Chipset: "3dfx Voodoo3"
(--) TDFX(0): Linear framebuffer at 0xDC000000
(--) TDFX(0): MMIO registers at addr 0xD8000000
(--) TDFX(0): PIO registers at addr 0xC000
(II) TDFX(0): DRAMINIT1 read 0x40202031, programming 0x40202031 (not Banshee)
(II) TDFX(0): TDFXInitChips: numchips = 1
(II) TDFX(0): TDFXInitChips: cfgbits = 0x00000000, initbits = 0x00000001
(II) TDFX(0): TDFXInitChips: mem0base = 0xd8000000, mem1base = 0xdc000008
(II) TDFX(0): TDFXInitChips: mem0size = 0x02000000, mem1size = 0x02000000
(II) TDFX(0): TDFXInitChips: mem0bits = 0x00000005, mem1bits = 0x00000050
(II) TDFX(0): TDFXInitChips: cfgbits = 0x00000055
(II) TDFX(0): TDFXInitChips: MMIOAddr[0] = 0xd8000000
(II) TDFX(0): TDFXInitChips: LinearAddr[0] = 0xdc000008
(--) TDFX(0): VideoRAM: 16384 kByte Mapping 32768 kByte
(==) TDFX(0): Using gamma correction (1.0, 1.0, 1.0)
(II) TDFX(0): Samsung 760V: Using hsync range of 30.00-81.00 kHz
(II) TDFX(0): Samsung 760V: Using vrefresh range of 56.00-85.00 Hz
(II) TDFX(0): Clock range: 12.00 to 350.00 MHz
(II) TDFX(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) TDFX(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) TDFX(0): Not using default mode "1280x960" (hsync out of range)
(II) TDFX(0): Not using default mode "640x480" (hsync out of range)
(II) TDFX(0): Not using default mode "1280x1024" (hsync out of range)
(II) TDFX(0): Not using default mode "640x512" (hsync out of range)
(II) TDFX(0): Not using default mode "1600x1200" (hsync out of range)
(II) TDFX(0): Not using default mode "800x600" (hsync out of range)
(II) TDFX(0): Not using default mode "1600x1200" (hsync out of range)
(II) TDFX(0): Not using default mode "800x600" (hsync out of range)
(II) TDFX(0): Not using default mode "1600x1200" (hsync out of range)
(II) TDFX(0): Not using default mode "800x600" (hsync out of range)
(II) TDFX(0): Not using default mode "1792x1344" (hsync out of range)
(II) TDFX(0): Not using default mode "896x672" (hsync out of range)
(II) TDFX(0): Not using default mode "1792x1344" (hsync out of range)
(II) TDFX(0): Not using default mode "896x672" (hsync out of range)
(II) TDFX(0): Not using default mode "1856x1392" (hsync out of range)
(II) TDFX(0): Not using default mode "928x696" (hsync out of range)
(II) TDFX(0): Not using default mode "1856x1392" (hsync out of range)
(II) TDFX(0): Not using default mode "928x696" (hsync out of range)
(II) TDFX(0): Not using default mode "1920x1440" (hsync out of range)
(II) TDFX(0): Not using default mode "960x720" (hsync out of range)
(II) TDFX(0): Not using default mode "1920x1440" (hsync out of range)
(II) TDFX(0): Not using default mode "960x720" (hsync out of range)
(II) TDFX(0): Not using default mode "1400x1050" (unknown reason)
(--) TDFX(0): Virtual size is 1280x1024 (pitch 1280)
(**) TDFX(0): Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(II) TDFX(0): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066
+hsync +vsync
(==) TDFX(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.2.0, module version = 1.0.0
ABI class: XFree86 ANSI C Emulation, version 0.1
(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.2.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.5
(**) TDFX(0): ShowCache Disabled
(**) TDFX(0): video key default 0x1e
(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.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(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.2.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.5
(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.2.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) TDFX(0): initializing int10
(II) TDFX(0): Primary V_BIOS segment is: 0xc000
(II) TDFX(0): VESA BIOS detected
(II) TDFX(0): VESA VBE Version 3.0
(II) TDFX(0): VESA VBE Total Mem: 16384 kB
(II) TDFX(0): VESA VBE OEM: 3dfx Interactive, Inc.
(II) TDFX(0): VESA VBE OEM Software Rev: 2.1
(II) TDFX(0): VESA VBE OEM Vendor: 3dfx Interactive, Inc.
(II) TDFX(0): VESA VBE OEM Product: Voodoo3 3000
(II) TDFX(0): VESA VBE OEM Product Rev: 210-0364-00X
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) TDFX(0): VESA VBE DDC supported
(II) TDFX(0): VESA VBE DDC Level 2
(II) TDFX(0): VESA VBE DDC transfer in appr. 8 sec.
(II) TDFX(0): VESA VBE DDC read successfully
(II) TDFX(0): Manufacturer: SAM Model: 12 Serial#: 1195913527
(II) TDFX(0): Year: 2002 Week: 9
(II) TDFX(0): EDID Version: 1.2
(II) TDFX(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
(II) TDFX(0): Sync: Separate Composite SyncOnGreenSerration on. V.Sync Pulse req.
if CompSync or SyncOnGreen
(II) TDFX(0): Max H-Image Size [cm]: horiz.: 34 vert.: 27
(II) TDFX(0): Gamma: 2.20
(II) TDFX(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) TDFX(0): First detailed timing is preferred mode
(II) TDFX(0): redX: 0.620 redY: 0.330 greenX: 0.300 greenY: 0.600
(II) TDFX(0): blueX: 0.150 blueY: 0.100 whiteX: 0.310 whiteY: 0.330
(II) TDFX(0): Supported VESA Video Modes:
(II) TDFX(0): 720x400@70Hz
(II) TDFX(0): 640x480@60Hz
(II) TDFX(0): 640x480@67Hz
(II) TDFX(0): 640x480@72Hz
(II) TDFX(0): 640x480@75Hz
(II) TDFX(0): 800x600@56Hz
(II) TDFX(0): 800x600@60Hz
(II) TDFX(0): 800x600@72Hz
(II) TDFX(0): 800x600@75Hz
(II) TDFX(0): 832x624@75Hz
(II) TDFX(0): 1024x768@60Hz
(II) TDFX(0): 1024x768@70Hz
(II) TDFX(0): 1024x768@75Hz
(II) TDFX(0): 1280x1024@75Hz
(II) TDFX(0): 1152x870@75Hz
(II) TDFX(0): Manufacturer's mask: 0
(II) TDFX(0): Supported Future Video Modes:
(II) TDFX(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
(II) TDFX(0): #1: hsize: 1024 vsize 768 refresh: 60 vid: 16481
(II) TDFX(0): #2: hsize: 800 vsize 600 refresh: 60 vid: 16453
(II) TDFX(0): #3: hsize: 640 vsize 480 refresh: 60 vid: 16433
(II) TDFX(0): Supported additional Video Mode:
(II) TDFX(0): clock: 108.0 MHz Image Size: 338 x 270 mm
(II) TDFX(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) TDFX(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) TDFX(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81 kHz, PixClock max
130 MHz
(II) TDFX(0): Monitor name: 760/V/780 TFT
(II) TDFX(0): Serial No: HCFT211589
(==) ATI(1): Chipset: "ati".
(**) ATI(1): Depth 16, (--) framebuffer bpp 16
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) Truncating PCI BIOS Length to 32768
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.a
(II) ATI(1): VESA BIOS detected
(II) ATI(1): VESA VBE Version 2.0
(II) ATI(1): VESA VBE Total Mem: 8128 kB
(II) ATI(1): VESA VBE OEM: ATI MACH64
(II) ATI(1): VESA VBE OEM Software Rev: 1.0
(II) ATI(1): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) ATI(1): VESA VBE OEM Product: MACH64GM
(II) ATI(1): VESA VBE OEM Product Rev: 01.00
(II) ATI(1): VESA VBE DDC supported
(II) ATI(1): VESA VBE DDC Level 2
(II) ATI(1): VESA VBE DDC transfer in appr. 2 sec.
(II) ATI(1): VESA VBE DDC read successfully
(II) ATI(1): Manufacturer: KDS Model: 1983 Serial#: 792013500
(II) ATI(1): Year: 1999 Week: 49
(II) ATI(1): EDID Version: 1.1
(II) ATI(1): Analog Display Input, Input Voltage Level: 0.700/0.300 V
(II) ATI(1): Sync: Separate Composite
(II) ATI(1): Max H-Image Size [cm]: horiz.: 35 vert.: 27
(II) ATI(1): Gamma: 2.80
(II) ATI(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) ATI(1): redX: 0.625 redY: 0.342 greenX: 0.280 greenY: 0.595
(II) ATI(1): blueX: 0.155 blueY: 0.070 whiteX: 0.283 whiteY: 0.298
(II) ATI(1): Supported VESA Video Modes:
(II) ATI(1): 720x400@70Hz
(II) ATI(1): 640x480@60Hz
(II) ATI(1): 640x480@75Hz
(II) ATI(1): 800x600@75Hz
(II) ATI(1): 832x624@75Hz
(II) ATI(1): 1024x768@75Hz
(II) ATI(1): 1280x1024@75Hz
(II) ATI(1): Manufacturer's mask: 0
(II) ATI(1): Supported Future Video Modes:
(II) ATI(1): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
(II) ATI(1): #1: hsize: 1600 vsize 1200 refresh: 75 vid: 20393
(II) ATI(1): #2: hsize: 640 vsize 480 refresh: 85 vid: 22833
(II) ATI(1): #3: hsize: 800 vsize 600 refresh: 85 vid: 22853
(II) ATI(1): #4: hsize: 1024 vsize 768 refresh: 85 vid: 22881
(II) ATI(1): #5: hsize: 1280 vsize 1024 refresh: 85 vid: 39297
(II) ATI(1): Monitor name: Visual Sensat
(II) ATI(1): Monitor name: ion VS-195e
(II) ATI(1): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 95 kHz, PixClock max
200 MHz
(II) ATI(1): Serial No: 1192070136
(WW) System lacks support for changing MTRRs
(--) ATI(1): ATI 3D Rage XL or XC graphics controller detected.
(--) ATI(1): Chip type 4752 "GR", version 7, foundry TSMC, class 0, revision 0x00.
(--) ATI(1): PCI bus interface detected; block I/O base is 0xDC00.
(--) ATI(1): ATI Mach64 adapter detected.
(!!) ATI(1): For information on using the multimedia capabilities
of this adapter, please see http://gatos.sf.net.
(--) ATI(1): Internal RAMDAC (subtype 1) detected.
(==) ATI(1): RGB weight 565
(==) ATI(1): Default visual is TrueColor
(==) ATI(1): Using gamma correction (1.0, 1.0, 1.0)
(II) ATI(1): Using Mach64 accelerator CRTC.
(II) ATI(1): Storing hardware cursor image at 0xDE7FFC00.
(II) ATI(1): Using 8 MB linear aperture at 0xDE000000.
(!!) ATI(1): Virtual resolutions will be limited to 8191 kB
due to linear aperture size and/or placement of hardware cursor image area.
(II) ATI(1): Using Block 0 MMIO aperture at 0xE0001400.
(II) ATI(1): Using Block 1 MMIO aperture at 0xE0001000.
(II) ATI(1): MMIO write caching enabled.
(--) ATI(1): 8192 kB of SGRAM (2:1) 32-bit detected (using 8191 kB).
(WW) ATI(1): Cannot shadow an accelerated frame buffer.
(--) ATI(1): Internal programmable clock generator detected.
(--) ATI(1): Reference clock 157.5/11 (14.318) MHz.
(II) ATI(1): Visual Sensa: Using hsync range of 30.00-95.00 kHz
(II) ATI(1): Visual Sensa: Using vrefresh range of 50.00-160.00 Hz
(II) ATI(1): Maximum clock: 230.00 MHz
(WW) (1600x1200,Visual Sensa) mode clock 202.5MHz exceeds DDC maximum 200MHz
(II) ATI(1): Not using default mode "1600x1200" (hsync out of range)
(II) ATI(1): Not using default mode "800x600" (hsync out of range)
(WW) (1792x1344,Visual Sensa) mode clock 204.8MHz exceeds DDC maximum 200MHz
(II) ATI(1): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) ATI(1): Not using default mode "896x672" (hsync out of range)
(WW) (1856x1392,Visual Sensa) mode clock 218.3MHz exceeds DDC maximum 200MHz
(II) ATI(1): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) ATI(1): Not using default mode "928x696" (hsync out of range)
(II) ATI(1): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) ATI(1): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) ATI(1): Not using default mode "960x720" (hsync out of range)
(--) ATI(1): Virtual size is 1280x1024 (pitch 1280)
(**) ATI(1): Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(II) ATI(1): Modeline "1280x1024" 157.50 1280 1344 1504 1728 1024 1025 1028 1072
+hsync +vsync
(--) ATI(1): Display dimensions: (350, 270) mm
(--) ATI(1): DPI set to (92, 96)
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/X11R6/lib/modules/libxaa.a
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Reloading /usr/X11R6/lib/modules/libramdac.a
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/X11R6/lib/modules/libfb.a
(II) do I need RAC? Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/X11R6/lib/modules/librac.a
(II) Module rac: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.5
(II) resource ranges after preInit:
[0] 1 0xe0001000 - 0xe0001fff (0x1000) MS[B]
[1] 1 0xde000000 - 0xdeffffff (0x1000000) MS[B]
[2] 0 0xdc000000 - 0xddffffff (0x2000000) MX[B]
[3] 0 0xd8000000 - 0xd9ffffff (0x2000000) MX[B]
[4] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[5] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[6] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[7] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[8] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[9] -1 0xe0003000 - 0xe00030ff (0x100) MX[B]
[10] -1 0xe0002000 - 0xe0002fff (0x1000) MX[B]
[11] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
[12] -1 0xdc000000 - 0xddffffff (0x2000000) MX[B](B)
[13] -1 0xd8000000 - 0xd9ffffff (0x2000000) MX[B](B)
[14] -1 0xe0000000 - 0xe0000fff (0x1000) MX[B](B)
[15] -1 0xe0001000 - 0xe0001fff (0x1000) MX[B](B)
[16] -1 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[17] 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[18] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[19] 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[20] 1 0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
[21] 1 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
[22] 1 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
[23] 1 0x0000dc00 - 0x0000dcff (0x100) IS[B]
[24] 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[25] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[26] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[27] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[28] -1 0x0000e400 - 0x0000e407 (0x8) IX[B]
[29] -1 0x0000e000 - 0x0000e01f (0x20) IX[B]
[30] -1 0x0000d800 - 0x0000d81f (0x20) IX[B]
[31] -1 0x0000d400 - 0x0000d41f (0x20) IX[B]
[32] -1 0x0000d000 - 0x0000d00f (0x10) IX[B]
[33] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
[34] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B](B)
[35] 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprD)
[36] 0 0x000003c0 - 0x000003df (0x20) IS[B](OprD)
[37] 1 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[38] 1 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) TDFX(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0xbd00
(II) TDFX(0): Changing back offset from 0x00aff000 to 0x00afe000
(II) TDFX(0): Textures Memory 7.58 MB
(II) TDFX(0): Cursor Offset: [0x00000000,0x00001000)
(II) TDFX(0): Fifo Offset: [0x00001000, 0x00041000)
(II) TDFX(0): Front Buffer Offset: [0x00041000, 0x00369C00)
(II) TDFX(0): Texture Offset: [0x00369C00, 0x00AFE000)
(II) TDFX(0): BackOffset: [0x00AFE000, 0x00D7E000)
(II) TDFX(0): DepthOffset: [0x00D7F000, 0x00FFF000)
(II) TDFX(0): Minimum 270, Maximum 1023 lines of offscreen memory available
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmGetBusid returned ''
(II) TDFX(0): [drm] created "tdfx" driver at busid "PCI:1:0:0"
(II) TDFX(0): [drm] added 8192 byte SAREA at 0xe2980000
(II) TDFX(0): [drm] mapped SAREA 0xe2980000 to 0x40017000
(II) TDFX(0): [drm] framebuffer handle = 0xdc000000
(II) TDFX(0): [drm] added 1 reserved context for kernel
(II) TDFX(0): [drm] Registers = 0xd8000000
(II) TDFX(0): visual configs initialized
(II) TDFX(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
Offscreen Pixmaps
Driver provided NonTEGlyphRenderer replacement
Setting up tile and stipple cache:
32 128x128 slots
9 256x256 slots
(==) TDFX(0): Backing store disabled
(==) TDFX(0): Silken mouse enabled
(**) Option "dpms"
(**) TDFX(0): DPMS enabled
(II) TDFX(0): X context handle = 0x00000001
(II) TDFX(0): [drm] installed DRM signal handler
(II) TDFX(0): [DRI] installation complete
(==) TDFX(0): Direct rendering enabled
(II) ATI(1): Largest offscreen areas (with overlaps):
(II) ATI(1): 1280 x 2252 rectangle at 0,1024
(II) ATI(1): 512 x 2253 rectangle at 0,1024
(II) ATI(1): 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
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
14 256x256 slots
5 512x512 slots
(==) ATI(1): Backing store disabled
(==) ATI(1): Silken mouse enabled
(**) Option "dpms"
(**) ATI(1): DPMS enabled
(II) ATI(1): ecp_div is 1
(II) ATI(1): 0x55 0xaa
(II) ATI(1): No MM_TABLE found
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.2.0
ABI class: XFree86 Video Driver, version 0.5
(II) ATI(1): I2C bus "Rage Pro i2c bus" initialized.
(II) ATI(1): StartTimeout = 5
(II) ATI(1): Detecting addon board, trying default i2c mode
(II) ATI(1): No video input capabilities detected
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(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" "IMPS/2"
(**) Mouse0: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "no"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 5
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from list!