I have the Elsa GeForce 2 and an ATI Rage II. I have been trying to get these
two cards to work together, but no luck so far.
When I have the AGP set at the primary display it loads x, the log file shows
that the ati module is loaded and then unloaded, why? what can I do to fix it?
I tried setting the pci(ATI Adapter) as the primary display, and booted up it
loaded both displays but the machine totally locked up,
what should I try next, any suggestions?
s3 as secondary adapter?
if anybody wants the XFree86.0.log for the ati as the primary display I will
try it again and save it.
# File generated by xf86config.
Section "Module"
# This loads the DBE extension module.
Load "dbe" # Double buffer extension
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
# Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# This loads the Type1 and FreeType font modules
Load "type1"
Load "freetype"
# This loads the GLX module
Load "glx"
EndSection
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
Section "Files"
# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
RgbPath "/usr/X11R6/lib/X11/rgb"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
#
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/"
# The module search path. The default path is shown here.
# ModulePath "/usr/X11R6/lib/modules"
EndSection
# **********************************************************************
# Server flags section.
# **********************************************************************
Section "ServerFlags"
# Uncomment this to cause a core dump at the spot where a signal is
# received. This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
# Option "NoTrapSignals"
# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
# Option "DontZap"
# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences. This allows clients to receive these key events.
# Option "Dont Zoom"
# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.
# Option "DisableVidModeExtension"
# Uncomment this to enable the use of a non-local xvidtune client.
# Option "AllowNonLocalXvidtune"
# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.
# Option "DisableModInDev"
# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).
# Option "AllowNonLocalModInDev"
EndSection
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
# Option "Protocol" "Xqueue"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
Option "Emulate3Buttons"
EndSection
# Any number of monitor sections may be present
Section "Monitor"
Identifier "Dell"
HorizSync 31.5 - 82.0
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
VertRefresh 50-120
EndSection
Section "Monitor"
Identifier "Sony"
HorizSync 31.5 - 48.5
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
VertRefresh 50-120
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
# Device configured by xf86config:
# BusID "PCI:0:10:0"
Section "Device"
Identifier "Elsa Gladiac GeForce II GTS"
Driver "nvidia"
VideoRam 32768
# Insert Clocks lines here if appropriate
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "ATI"
Driver "ati"
VideoRam 8192
# Insert Clocks lines here if appropriate
BusID "PCI:0:18:0"
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "Elsa Gladiac GeForce II GTS"
Monitor "Dell"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0
EndSubsection
EndSection
Section "Screen"
Identifier "Screen 2"
Device "ATI"
Monitor "Sony"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0
EndSubsection
EndSection
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
Section "ServerLayout"
# The Identifier line must be present
Identifier "Main Layout"
Screen "Screen 1"
Screen "Screen 2" RightOf "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
--
Kenneth Kline
Information Technology
[EMAIL PROTECTED]
http://www.fscwv.edu
[EMAIL PROTECTED]
http://www.terrastorm.net
XFree86 Version 4.0 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date: 8 March 2000
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/FAQ)
Operating System: Linux 2.3.46 i686 [ELF]
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Tue Jun 20 18:41:38 2000
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (??) unknown.
(==) ServerLayout "Main Layout"
(**) |-->Screen "Screen 1" (0)
(**) | |-->Monitor "Dell"
(**) | |-->Device "Elsa Gladiac GeForce II GTS"
(**) |-->Screen "Screen 2" (1)
(**) | |-->Monitor "Sony"
(**) | |-->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"
(**) 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/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
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.1
XFree86 XInput driver : 0.1
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.1
(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.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.1
(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.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.1
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x80003a0c, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,71a0 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,71a1 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 8086,7110 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00 hdr 00
(II) PCI: 00:0d:0: chip 10b7,9050 card 0000,0000 rev 00 class 02,00,00 hdr 00
(II) PCI: 00:0e:0: chip 9005,0013 card 9005,0073 rev 00 class 01,00,00 hdr 00
(II) PCI: 00:0f:0: chip 9004,7815 card 9004,7815 rev 02 class 05,80,00 hdr 00
(II) PCI: 00:10:0: chip 1274,5000 card 4942,4c4c rev 00 class 04,01,00 hdr 00
(II) PCI: 00:12:0: chip 1002,4755 card 0000,0000 rev 9a class 03,00,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0150 card 1048,0c50 rev a3 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.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.1
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x88 (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0x0000d000 - 0x0000dfff (0x1000) IXB
(II) Bus 1 non-prefetchable memory range:
[0] -1 0xfaa00000 - 0xfcafffff (0x2100000) MXB
(II) Bus 1 prefetchable memory range:
[0] -1 0xde800000 - 0xee8fffff (0x10100000) MXB
(--) PCI: (0:18:0) ATI Mach64 GU rev 154, Mem @ 0xff000000/24, 0xfffff000/12, I/O @ 0xffffff00/8
(--) PCI:*(1:0:0) NVidia unknown chipset (0x0150) rev 163, Mem @ 0xfb000000/24, 0xe0000000/27
(II) Addressable bus resource ranges are
[0] -1 0x00000000 - 0xffffffff (0x0) MXB
[1] -1 0x00000000 - 0x0000ffff (0x10000) IXB
(II) OS-reported resource ranges:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MXB(B)
[1] -1 0xfee00000 - 0xfeefffff (0x100000) MXB(B)
[2] -1 0xfec00000 - 0xfecfffff (0x100000) MXB(B)
[3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MXBE(B)
[4] -1 0x000f0000 - 0x000fffff (0x10000) MXB
[5] -1 0x000c0000 - 0x000effff (0x30000) MXB
[6] -1 0x00000000 - 0x0009ffff (0xa0000) MXB
[7] -1 0x00000000 - 0x000001ff (0x200) IXBE
(II) Active PCI resource ranges:
[0] -1 0xf8000000 - 0xf9ffffff (0x2000000) MXBE
[1] -1 0xfebfe000 - 0xfebfffff (0x2000) MXBE
[2] -1 0xfebc0000 - 0xfebfffff (0x40000) MXBE
[3] -1 0xfebe0000 - 0xfebfffff (0x20000) MXBE
[4] -1 0xf4000000 - 0xf7ffffff (0x4000000) MXBE
[5] -1 0xfcaf0000 - 0xfcafffff (0x10000) MXB(B)
[6] -1 0xe0000000 - 0xe7ffffff (0x8000000) MXB(B)
[7] -1 0xfb000000 - 0xfbffffff (0x1000000) MXB(B)
[8] -1 0x0000ee80 - 0x0000eeff (0x80) IXBE
[9] -1 0x0000e400 - 0x0000e4ff (0x100) IXBE
[10] -1 0x0000e800 - 0x0000e8ff (0x100) IXBE
[11] -1 0x0000ef00 - 0x0000efff (0x100) IXBE
[12] -1 0x0000ef80 - 0x0000efff (0x80) IXBE
(II) Inactive PCI resource ranges:
[0] -1 0xfffe0000 - 0xffffffff (0x20000) MXB(B)
[1] -1 0xfffff000 - 0xffffffff (0x1000) MXB(B)
[2] -1 0xff000000 - 0xffffffff (0x1000000) MXB(B)
[3] -1 0x0000ffa0 - 0x0000ffbf (0x20) IXBE
[4] -1 0xffffff00 - 0xffffffff (0x100) IXB(B)
(II) PCI Memory resource overlap reduced 0xfebc0000 from 0xfebfffff to 0xfebdffff
(II) PCI Memory resource overlap reduced 0xfebe0000 from 0xfebfffff to 0xfebeffff
(II) PCI I/O resource overlap reduced 0x0000ef00 from 0x0000efff to 0x0000ef7f
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0xf8000000 - 0xf9ffffff (0x2000000) MXBE
[1] -1 0xfebfe000 - 0xfebfffff (0x2000) MXBE
[2] -1 0xfebc0000 - 0xfebdffff (0x20000) MXBE
[3] -1 0xfebe0000 - 0xfebeffff (0x10000) MXBE
[4] -1 0xf4000000 - 0xf7ffffff (0x4000000) MXBE
[5] -1 0xfcaf0000 - 0xfcafffff (0x10000) MXB(B)
[6] -1 0xe0000000 - 0xe7ffffff (0x8000000) MXB(B)
[7] -1 0xfb000000 - 0xfbffffff (0x1000000) MXB(B)
[8] -1 0x0000ee80 - 0x0000eeff (0x80) IXBE
[9] -1 0x0000e400 - 0x0000e4ff (0x100) IXBE
[10] -1 0x0000e800 - 0x0000e8ff (0x100) IXBE
[11] -1 0x0000ef00 - 0x0000ef7f (0x80) IXBE
[12] -1 0x0000ef80 - 0x0000efff (0x80) IXBE
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MXB(B)
[1] -1 0xfee00000 - 0xfeefffff (0x100000) MXB(B)
[2] -1 0xfec00000 - 0xfecfffff (0x100000) MXB(B)
[3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MXBE(B)
[4] -1 0x000f0000 - 0x000fffff (0x10000) MXB
[5] -1 0x000c0000 - 0x000effff (0x30000) MXB
[6] -1 0x00000000 - 0x0009ffff (0xa0000) MXB
[7] -1 0x00000000 - 0x000001ff (0x200) IXBE
(II) All system resource ranges:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MXB(B)
[1] -1 0xfee00000 - 0xfeefffff (0x100000) MXB(B)
[2] -1 0xfec00000 - 0xfecfffff (0x100000) MXB(B)
[3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MXBE(B)
[4] -1 0x000f0000 - 0x000fffff (0x10000) MXB
[5] -1 0x000c0000 - 0x000effff (0x30000) MXB
[6] -1 0x00000000 - 0x0009ffff (0xa0000) MXB
[7] -1 0xf8000000 - 0xf9ffffff (0x2000000) MXBE
[8] -1 0xfebfe000 - 0xfebfffff (0x2000) MXBE
[9] -1 0xfebc0000 - 0xfebdffff (0x20000) MXBE
[10] -1 0xfebe0000 - 0xfebeffff (0x10000) MXBE
[11] -1 0xf4000000 - 0xf7ffffff (0x4000000) MXBE
[12] -1 0xfcaf0000 - 0xfcafffff (0x10000) MXB(B)
[13] -1 0xe0000000 - 0xe7ffffff (0x8000000) MXB(B)
[14] -1 0xfb000000 - 0xfbffffff (0x1000000) MXB(B)
[15] -1 0xfffe0000 - 0xffffffff (0x20000) MXB(B)
[16] -1 0xfffff000 - 0xffffffff (0x1000) MXB(B)
[17] -1 0xff000000 - 0xffffffff (0x1000000) MXB(B)
[18] -1 0x00000000 - 0x000001ff (0x200) IXBE
[19] -1 0x0000ee80 - 0x0000eeff (0x80) IXBE
[20] -1 0x0000e400 - 0x0000e4ff (0x100) IXBE
[21] -1 0x0000e800 - 0x0000e8ff (0x100) IXBE
[22] -1 0x0000ef00 - 0x0000ef7f (0x80) IXBE
[23] -1 0x0000ef80 - 0x0000efff (0x80) IXBE
[24] -1 0x0000ffa0 - 0x0000ffbf (0x20) IXBE
[25] -1 0xffffff00 - 0xffffffff (0x100) IXB(B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
compiled for 4.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.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-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) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
compiled for 4.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.1
(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.0, module version = 1.1.7
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.1
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0, module version = 1.0.3
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0, module version = 1.0.3
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.1
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
compiled for 4.0, module version = 5.3.2
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.1
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.1
(II) NVIDIA: NVIDIA driver for: RIVATNT, RIVATNT2, RIVATNT2 (Ultra),
RIVATNT2 (Vanta), RIVATNT2 (M64), RIVATNT2 (Integrated), GeForce 256,
GeForce DDR, Quadro, GeForce2 GTS, , , , , ,
(II) ATI: ATI driver (version 5.3.2) for chipsets: ati, ativga
(--) Chipset GeForce2 GTS found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MXB(B)
[1] -1 0xfee00000 - 0xfeefffff (0x100000) MXB(B)
[2] -1 0xfec00000 - 0xfecfffff (0x100000) MXB(B)
[3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MXBE(B)
[4] -1 0x000f0000 - 0x000fffff (0x10000) MXB
[5] -1 0x000c0000 - 0x000effff (0x30000) MXB
[6] -1 0x00000000 - 0x0009ffff (0xa0000) MXB
[7] -1 0xf8000000 - 0xf9ffffff (0x2000000) MXBE
[8] -1 0xfebfe000 - 0xfebfffff (0x2000) MXBE
[9] -1 0xfebc0000 - 0xfebdffff (0x20000) MXBE
[10] -1 0xfebe0000 - 0xfebeffff (0x10000) MXBE
[11] -1 0xf4000000 - 0xf7ffffff (0x4000000) MXBE
[12] -1 0xfcaf0000 - 0xfcafffff (0x10000) MXB(B)
[13] -1 0xe0000000 - 0xe7ffffff (0x8000000) MXB(B)
[14] -1 0xfb000000 - 0xfbffffff (0x1000000) MXB(B)
[15] -1 0xfffe0000 - 0xffffffff (0x20000) MXB(B)
[16] -1 0xfffff000 - 0xffffffff (0x1000) MXB(B)
[17] -1 0xff000000 - 0xffffffff (0x1000000) MXB(B)
[18] -1 0x00000000 - 0x000001ff (0x200) IXBE
[19] -1 0x0000ee80 - 0x0000eeff (0x80) IXBE
[20] -1 0x0000e400 - 0x0000e4ff (0x100) IXBE
[21] -1 0x0000e800 - 0x0000e8ff (0x100) IXBE
[22] -1 0x0000ef00 - 0x0000ef7f (0x80) IXBE
[23] -1 0x0000ef80 - 0x0000efff (0x80) IXBE
[24] -1 0x0000ffa0 - 0x0000ffbf (0x20) IXBE
[25] -1 0xffffff00 - 0xffffffff (0x100) IXB(B)
(WW) ATI: PCI Mach64 in slot 0:18:0 could not be detected!
See README.ati for details.
(II) resource ranges after probing:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MXB(B)
[1] -1 0xfee00000 - 0xfeefffff (0x100000) MXB(B)
[2] -1 0xfec00000 - 0xfecfffff (0x100000) MXB(B)
[3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MXBE(B)
[4] -1 0x000f0000 - 0x000fffff (0x10000) MXB
[5] -1 0x000c0000 - 0x000effff (0x30000) MXB
[6] -1 0x00000000 - 0x0009ffff (0xa0000) MXB
[7] -1 0xf8000000 - 0xf9ffffff (0x2000000) MXBE
[8] -1 0xfebfe000 - 0xfebfffff (0x2000) MXBE
[9] -1 0xfebc0000 - 0xfebdffff (0x20000) MXBE
[10] -1 0xfebe0000 - 0xfebeffff (0x10000) MXBE
[11] -1 0xf4000000 - 0xf7ffffff (0x4000000) MXBE
[12] -1 0xfcaf0000 - 0xfcafffff (0x10000) MXB(B)
[13] -1 0xe0000000 - 0xe7ffffff (0x8000000) MXB(B)
[14] -1 0xfb000000 - 0xfbffffff (0x1000000) MXB(B)
[15] -1 0xfffe0000 - 0xffffffff (0x20000) MXB(B)
[16] -1 0xfffff000 - 0xffffffff (0x1000) MXB(B)
[17] -1 0xff000000 - 0xffffffff (0x1000000) MXB(B)
[18] 0 0x000a0000 - 0x000affff (0x10000) MSB
[19] 0 0x000b0000 - 0x000b7fff (0x8000) MSB
[20] 0 0x000b8000 - 0x000bffff (0x8000) MSB
[21] -1 0x00000000 - 0x000001ff (0x200) IXBE
[22] -1 0x0000ee80 - 0x0000eeff (0x80) IXBE
[23] -1 0x0000e400 - 0x0000e4ff (0x100) IXBE
[24] -1 0x0000e800 - 0x0000e8ff (0x100) IXBE
[25] -1 0x0000ef00 - 0x0000ef7f (0x80) IXBE
[26] -1 0x0000ef80 - 0x0000efff (0x80) IXBE
[27] -1 0x0000ffa0 - 0x0000ffbf (0x20) IXBE
[28] -1 0xffffff00 - 0xffffffff (0x100) IXB(B)
[29] 0 0x000003b0 - 0x000003bb (0xc) ISB
[30] 0 0x000003c0 - 0x000003df (0x20) ISB
(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.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.1
(--) NVIDIA(0): Chipset: "GeForce2 GTS"
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using HW cursor
(--) NVIDIA(0): Linear framebuffer at 0xE0000000
(--) NVIDIA(0): MMIO registers at 0xFB000000
(==) NVIDIA(0): Write-combining range (0xe0000000,0x400000)
(--) NVIDIA(0): VideoRAM: 32768 kBytes
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(II) NVIDIA(0): clock range: 12.00 to 300.00 MHz
(WW) NVIDIA(0): Mode "1024x768" deleted (bad mode clock/interlace/doublescan)
(WW) NVIDIA(0): Mode "1280x960" deleted (hsync out of range)
(WW) NVIDIA(0): Mode "1280x1024" deleted (hsync out of range)
(WW) NVIDIA(0): Mode "1600x1200" deleted (hsync out of range)
(WW) NVIDIA(0): Mode "1600x1200" deleted (hsync out of range)
(WW) NVIDIA(0): Mode "1600x1200" deleted (hsync out of range)
(WW) NVIDIA(0): Mode "1792x1344" deleted (hsync out of range)
(WW) NVIDIA(0): Mode "1792x1344" deleted (hsync out of range)
(WW) NVIDIA(0): Mode "1856x1392" deleted (hsync out of range)
(WW) NVIDIA(0): Mode "1856x1392" deleted (hsync out of range)
(WW) NVIDIA(0): Mode "1920x1440" deleted (hsync out of range)
(WW) NVIDIA(0): Mode "1920x1440" deleted (hsync out of range)
(II) NVIDIA(0): clock range: 12.00 to 300.00 MHz
(--) NVIDIA(0): Virtual size is 1024x768 (pitch 1024)
(**) NVIDIA(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(==) NVIDIA(0): DPI set to (75, 75)
(II) Loading sub module "cfb32"
(II) LoadModule: "cfb32"
(II) Loading /usr/X11R6/lib/modules/libcfb32.a
(II) Module cfb32: vendor="The XFree86 Project"
compiled for 4.0, module version = 1.0.0
ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "cfb"
(II) LoadModule: "cfb"
(II) Loading /usr/X11R6/lib/modules/libcfb.a
(II) Module cfb: vendor="The XFree86 Project"
compiled for 4.0, module version = 1.0.0
ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "mfb"
(II) LoadModule: "mfb"
(II) Loading /usr/X11R6/lib/modules/libmfb.a
(II) Module mfb: vendor="The XFree86 Project"
compiled for 4.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.0, module version = 1.0.0
ABI class: XFree86 Video Driver, 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.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.1
(II) UnloadModule: "ati"
(II) Unloading /usr/X11R6/lib/modules/drivers/ati_drv.o
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0xe0000000 - 0xe7ffffff (0x8000000) MXB
[1] 0 0xfb000000 - 0xfbffffff (0x1000000) MXB
[2] -1 0xffe00000 - 0xffffffff (0x200000) MXB(B)
[3] -1 0xfee00000 - 0xfeefffff (0x100000) MXB(B)
[4] -1 0xfec00000 - 0xfecfffff (0x100000) MXB(B)
[5] -1 0x00100000 - 0x3fffffff (0x3ff00000) MXBE(B)
[6] -1 0x000f0000 - 0x000fffff (0x10000) MXB
[7] -1 0x000c0000 - 0x000effff (0x30000) MXB
[8] -1 0x00000000 - 0x0009ffff (0xa0000) MXB
[9] -1 0xf8000000 - 0xf9ffffff (0x2000000) MXBE
[10] -1 0xfebfe000 - 0xfebfffff (0x2000) MXBE
[11] -1 0xfebc0000 - 0xfebdffff (0x20000) MXBE
[12] -1 0xfebe0000 - 0xfebeffff (0x10000) MXBE
[13] -1 0xf4000000 - 0xf7ffffff (0x4000000) MXBE
[14] -1 0xfcaf0000 - 0xfcafffff (0x10000) MXB(B)
[15] -1 0xe0000000 - 0xe7ffffff (0x8000000) MXB(B)
[16] -1 0xfb000000 - 0xfbffffff (0x1000000) MXB(B)
[17] -1 0xfffe0000 - 0xffffffff (0x20000) MXB(B)
[18] -1 0xfffff000 - 0xffffffff (0x1000) MXB(B)
[19] -1 0xff000000 - 0xffffffff (0x1000000) MXB(B)
[20] 0 0x000a0000 - 0x000affff (0x10000) MSB
[21] 0 0x000b0000 - 0x000b7fff (0x8000) MSB
[22] 0 0x000b8000 - 0x000bffff (0x8000) MSB
[23] -1 0x00000000 - 0x000001ff (0x200) IXBE
[24] -1 0x0000ee80 - 0x0000eeff (0x80) IXBE
[25] -1 0x0000e400 - 0x0000e4ff (0x100) IXBE
[26] -1 0x0000e800 - 0x0000e8ff (0x100) IXBE
[27] -1 0x0000ef00 - 0x0000ef7f (0x80) IXBE
[28] -1 0x0000ef80 - 0x0000efff (0x80) IXBE
[29] -1 0x0000ffa0 - 0x0000ffbf (0x20) IXBE
[30] -1 0xffffff00 - 0xffffffff (0x100) IXB(B)
[31] 0 0x000003b0 - 0x000003bb (0xc) ISB
[32] 0 0x000003c0 - 0x000003df (0x20) ISB
(==) NVIDIA(0): Write-combining range (0xe0000000,0x2000000)
(II) NVIDIA(0): NVIDIA driver enabled successfully
(WW) NVIDIA(0): There may be a problem with the sync polarities for this mode.
(WW) NVIDIA(0): If the display mode does not look correct try setting the following option:
(WW) NVIDIA(0): "OverridePolarity" "1"
(II) NVIDIA(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
Solid filled trapezoids
8x8 mono pattern filled rectangles
8x8 mono pattern filled trapezoids
Indirect CPU to Screen color expansion
Solid Lines
Scanline Image Writes
Offscreen Pixmaps
Driver provided FillSolidRects replacement
Driver provided FillSolidSpans replacement
Driver provided FillMono8x8PatternRects replacement
Setting up tile and stipple cache:
32 128x128 slots
32 256x256 slots
16 512x512 slots
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-GLX
(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) [GLX]: adding Xvis: 34 GLXvis: 4 rgba:[8,8,8,8],
mask[0xff0000,0xff00,0xff,0xff000000],db[0],st[0],z[24]
(II) [GLX]: adding Xvis: 36 GLXvis: 5 rgba:[8,8,8,8],
mask[0xff0000,0xff00,0xff,0xff000000],db[0],st[8],z[24]
(II) [GLX]: adding Xvis: 37 GLXvis: 6 rgba:[8,8,8,0],
mask[0xff0000,0xff00,0xff,0x0],db[1],st[0],z[24]
(II) [GLX]: adding Xvis: 38 GLXvis: 7 rgba:[8,8,8,8],
mask[0xff0000,0xff00,0xff,0xff000000],db[1],st[0],z[24]
(II) [GLX]: adding Xvis: 39 GLXvis: 8 rgba:[8,8,8,0],
mask[0xff0000,0xff00,0xff,0x0],db[1],st[8],z[24]
(II) [GLX]: adding Xvis: 40 GLXvis: 9 rgba:[8,8,8,8],
mask[0xff0000,0xff00,0xff,0xff000000],db[1],st[8],z[24]
(**) Option "Protocol" "PS/2"
(**) Mouse1: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/mouse"
(==) Mouse1: Buttons: 3
(**) Option "Emulate3Buttons"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)