xinerama on 6500

Stefan Jeglinski yellowdog-general@lists.terrasoftsolutions.com
Tue Sep 10 22:42:01 2002


My 6500 is running 2.4.18 and Xfree 4.2.0 from YDL. I have a Rage Pro 
3D card in one PCI slot; the second video is the on-board Rage chip. 
The Rage Pro is connected to an Apple 17" multisync, the on-board 
Rage to an Apple 15" multisync. The 15" is to the left of the 17". In 
single-monitor mode, I use only the 17", and call this the main 
screen (Screen0).

I have successfully set this up for dual display operation; however, 
the 'main' screen (17") Screen0 thinks it now spans both monitors. 
Using KDE for example, the KDE toolbar on the bottom of the screen is 
now very wide and disappears off the left of the 17" monitor, but 
does not appear on the 15" monitor because it is in the dead space.

I can drag windows between monitors just fine. XFree config and log 
files are below. I don't know if this is a KDE problem or an xinerama 
problem or an Xfree problem. Would appreciate some pointers.


Stefan Jeglinski



****************************************************************
XF86Config-4

Section "ServerLayout"
	Identifier	"XFree86 Configured"
  	Option 	"Clone" 	"off"
	Screen	"Screen1" LeftOf "Screen0"
  	Screen	"Screen0"
	Option 	"Xinerama" 	"on"
	InputDevice	"Mouse0" "CorePointer"
	InputDevice	"Keyboard0" "CoreKeyboard"
EndSection

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)

	FontPath	"unix/:7100"
	FontPath	"unix/:-1"
	# If X can't find it's default font, try uncommenting these:
	#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/CID/"
	#FontPath	"/usr/X11R6/lib/X11/fonts/Speedo/"
	#FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/"
	#FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/"

# ModulePath can be used to set a search path for the X server modules.
# The default path is shown here.

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

EndSection

Section "Module"
	Load	"GLcore"
	Load	"dbe"
	Load	"extmod"
	Load	"glx"
	#Load	"pex5"
	Load	"record"
	#Load	"xie"
	Load	"bitmap"
	Load	"type1"
	Load	"speedo"
	Load	"freetype"
	# Uncomment for Video4Linux support
	#Load	"v4l"
EndSection

Section "InputDevice"
	Identifier	"Keyboard0"
	Driver		"keyboard"
# Uncomment this if your keyboard no longer works in X and you belive you are
# using the depreciated adb keycodes
	#Option		"CustomKeycodes"
	#Option		"XkbModel"	"macintosh_old"
	#Option		"XkbLayout"	"us"
EndSection

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

Section "Monitor"
	Identifier	"Monitor0"
	UseModes	"Modes0"
	ModelName	"Apple Large"
	#Option		"DPMS"
	HorizSync	30-100
	VertRefresh	50-160
EndSection

Section "Monitor"
	Identifier	"Monitor1"
	UseModes	"Modes1"
	ModelName	"Apple Small"
	#Option		"DPMS"
	HorizSync	30-100
	VertRefresh	50-160
EndSection

Section "Modes"
	Identifier	"Modes0"
	# Generated mode1 accelerated:
	# D: 78.524 MHz, H: 59.850 kHz, V: 74.813 Hz
	Modeline "1024x768" 78.525 1024 1048 1144 1312  768 769 772 800 
+HSync +VSync
EndSection

Section "Modes"
   	Identifier 	"Modes1"
   	Modeline 	"800x600" 43.68 800 816 928 1072 600 600 606 626
EndSection

Section "Device"
	Identifier	"Card0"
	### Available Driver options are:-
	#Option	"SWcursor"
	Option	"HWcursor"
	#Option	"PciRetry"
	#Option	"NoAccel"
	#Option	"ShadowFB"	"true"
	Option	"UseFBDev"
	Option  "composite_sync" "off"
	Driver	"ati"
	BusID	"PCI:0:13:0"
EndSection

Section "Device"
	Identifier	"Card1"
	### Available Driver options are:-
	#Option	"SWcursor"
	Option	"HWcursor"
	#Option	"PciRetry"
	#Option	"NoAccel"
	#Option	"ShadowFB"	"true"
	Option	"UseFBDev"
	Option  "composite_sync" "off"
	Driver	"ati"
	BusID	"PCI:0:18:0"
EndSection


Section "Screen"
	Identifier	"Screen0"
	Device		"Card0"
	Monitor		"Monitor0"
	DefaultDepth	15
	DefaultFbBpp	16
	SubSection "Display"
		Depth		8
		Modes 		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes 		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes 		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		FbBpp		16
		Modes		"1024x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen1"
	Device		"Card1"
	Monitor		"Monitor1"
	DefaultDepth	15
	DefaultFbBpp	16
	SubSection "Display"
		Depth		8
		Modes 		"800x600"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes 		"800x600"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes 		"800x600"
	EndSubSection
	SubSection "Display"
		Depth		15
		FbBpp		16
		Modes		"800x600"
	EndSubSection
EndSection



******************************************************************
XFree86.0.log

XFree86 Version 4.2.0 (echo Yellow Dog Linux release: 4.2.0-6.30e) / 
X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 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.19-3b ppc [ELF]
Build Host: kaelta.terraplex.com

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: Tue Sep 10 23:47:02 2002
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen1" (0)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Card1"
(**) |-->Screen "Screen0" (1)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "unix/:7100,unix/:-1"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "Xinerama" "on"
(**) Xinerama: enabled
(--) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(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: PCI scan (all values are in hex)
(II) PCI: 00:0b:0: chip 106b,0008 card 0000,0000 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:0d:0: chip 1002,4749 card 1002,0000 rev 5c class 03,00,00 hdr 00
(II) PCI: 00:0e:0: chip 1011,0019 card 10b8,2401 rev 41 class 02,00,00 hdr 00
(II) PCI: 00:10:0: chip 106b,0007 card 0000,0000 rev 02 class ff,00,00 hdr 00
(II) PCI: 00:11:0: chip 1011,0014 card 0000,0000 rev 21 class 02,00,00 hdr 00
(II) PCI: 00:12:0: chip 1002,4754 card 0000,0000 rev 41 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) Bus 0: bridge is at (0:11: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]
(--) PCI: (0:13:0) ATI Mach64 GI rev 92, Mem @ 0x81000000/24, 
0x80802000/12, I/O @ 0x0400/8, BIOS @ 0x80820000/17
(--) PCI: (0:18:0) ATI Mach64 GT rev 65, Mem @ 0x82000000/24, 
0xf3080000/12, I/O @ 0x1400/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	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[3] -1	0x00000000 - 0x00000000 (0x1) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0x80800000 - 0x8080007f (0x80) MX[B]
	[1] -1	0xf3000000 - 0xf307ffff (0x80000) MX[B]
	[2] -1	0x80801000 - 0x808013ff (0x400) MX[B]
	[3] -1	0xf3080000 - 0xf3080fff (0x1000) MX[B](B)
	[4] -1	0x82000000 - 0x82ffffff (0x1000000) MX[B](B)
	[5] -1	0x80820000 - 0x8083ffff (0x20000) MX[B](B)
	[6] -1	0x80802000 - 0x80802fff (0x1000) MX[B](B)
	[7] -1	0x81000000 - 0x81ffffff (0x1000000) MX[B](B)
	[8] -1	0x00001080 - 0x000010ff (0x80) IX[B]
	[9] -1	0x00001000 - 0x0000107f (0x80) IX[B]
	[10] -1	0x00001400 - 0x000014ff (0x100) IX[B](B)
	[11] -1	0x00000400 - 0x000004ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0x80800000 - 0x8080007f (0x80) MX[B]
	[1] -1	0xf3000000 - 0xf307ffff (0x80000) MX[B]
	[2] -1	0x80801000 - 0x808013ff (0x400) MX[B]
	[3] -1	0xf3080000 - 0xf3080fff (0x1000) MX[B](B)
	[4] -1	0x82000000 - 0x82ffffff (0x1000000) MX[B](B)
	[5] -1	0x80820000 - 0x8083ffff (0x20000) MX[B](B)
	[6] -1	0x80802000 - 0x80802fff (0x1000) MX[B](B)
	[7] -1	0x81000000 - 0x81ffffff (0x1000000) MX[B](B)
	[8] -1	0x00001080 - 0x000010ff (0x80) IX[B]
	[9] -1	0x00001000 - 0x0000107f (0x80) IX[B]
	[10] -1	0x00001400 - 0x000014ff (0x100) IX[B](B)
	[11] -1	0x00000400 - 0x000004ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[3] -1	0x00000000 - 0x00000000 (0x1) IX[B]
(II) All system resource ranges:
	[0] -1	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1	0x80800000 - 0x8080007f (0x80) MX[B]
	[3] -1	0xf3000000 - 0xf307ffff (0x80000) MX[B]
	[4] -1	0x80801000 - 0x808013ff (0x400) MX[B]
	[5] -1	0xf3080000 - 0xf3080fff (0x1000) MX[B](B)
	[6] -1	0x82000000 - 0x82ffffff (0x1000000) MX[B](B)
	[7] -1	0x80820000 - 0x8083ffff (0x20000) MX[B](B)
	[8] -1	0x80802000 - 0x80802fff (0x1000) MX[B](B)
	[9] -1	0x81000000 - 0x81ffffff (0x1000000) MX[B](B)
	[10] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[11] -1	0x00000000 - 0x00000000 (0x1) IX[B]
	[12] -1	0x00001080 - 0x000010ff (0x80) IX[B]
	[13] -1	0x00001000 - 0x0000107f (0x80) IX[B]
	[14] -1	0x00001400 - 0x000014ff (0x100) IX[B](B)
	[15] -1	0x00000400 - 0x000004ff (0x100) IX[B](B)
(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: "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: "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: "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: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(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: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: 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 Speedo
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.1.10
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(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.2.0, module version = 6.4.8
	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) ATI: ATI driver (version 6.4.8) for chipsets: ati
(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 QN (AGP), ATI Radeon 8500 QO (AGP),
	ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB (AGP),
	ATI Radeon 7500 QW (AGP)
(II) ATI:  Candidate "Device" section "Card1".
(II) ATI:  Candidate "Device" section "Card0".
(II) ATI:  Shared PCI/AGP Mach64 in slot 0:13:0 detected.
(II) ATI:  Shared PCI/AGP Mach64 in slot 0:18:0 detected.
(II) ATI:  Shared PCI/AGP Mach64 in slot 0:18:0 assigned to active 
"Device" section "Card1".
(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.8
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.5
(II) ATI:  Shared PCI/AGP Mach64 in slot 0:13:0 assigned to active 
"Device" section "Card0".
(II) Loading sub module "atimisc"
(II) LoadModule: "atimisc"
(II) Reloading /usr/X11R6/lib/modules/drivers/atimisc_drv.o
(II) resource ranges after probing:
	[0] -1	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1	0x80800000 - 0x8080007f (0x80) MX[B]
	[3] -1	0xf3000000 - 0xf307ffff (0x80000) MX[B]
	[4] -1	0x80801000 - 0x808013ff (0x400) MX[B]
	[5] -1	0xf3080000 - 0xf3080fff (0x1000) MX[B](B)
	[6] -1	0x82000000 - 0x82ffffff (0x1000000) MX[B](B)
	[7] -1	0x80820000 - 0x8083ffff (0x20000) MX[B](B)
	[8] -1	0x80802000 - 0x80802fff (0x1000) MX[B](B)
	[9] -1	0x81000000 - 0x81ffffff (0x1000000) MX[B](B)
	[10] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[11] -1	0x00000000 - 0x00000000 (0x1) IX[B]
	[12] -1	0x00001080 - 0x000010ff (0x80) IX[B]
	[13] -1	0x00001000 - 0x0000107f (0x80) IX[B]
	[14] -1	0x00001400 - 0x000014ff (0x100) IX[B](B)
	[15] -1	0x00000400 - 0x000004ff (0x100) IX[B](B)
(==) ATI(0): Chipset:  "ati".
(**) ATI(0): Depth 15, (**) framebuffer bpp 16
(**) ATI(0): Option "composite_sync" "off"
(**) ATI(0): Option "hw_cursor"
(--) ATI(0): ATI 3D Rage II graphics controller detected.
(--) ATI(0): Chip type 4754 "GT", version 1, foundry SGS, class 0, 
revision 0x01.
(--) ATI(0): PCI bus interface detected;  block I/O base is 0x1400.
(--) ATI(0): ATI Mach64 adapter detected.
(!!) ATI(0): For information on using the multimedia capabilities
  of this adapter, please see http://gatos.sf.net.
(--) ATI(0): Internal RAMDAC (subtype 1) detected.
(==) ATI(0): RGB weight 555
(==) ATI(0): Default visual is TrueColor
(==) ATI(0): Using gamma correction (1.0, 1.0, 1.0)
(II) ATI(0): Using Mach64 accelerator CRTC.
(II) ATI(0): Storing hardware cursor image at 0x821FFC00.
(II) ATI(0): Using 8 MB linear aperture at 0x82800000.
(!!) ATI(0): Virtual resolutions will be limited to 2047 kB
  due to linear aperture size and/or placement of hardware cursor image area.
(II) ATI(0): Using Block 0 MMIO aperture at 0xF3080400.
(II) ATI(0): Using Block 1 MMIO aperture at 0xF3080000.
(II) ATI(0): MMIO write caching enabled.
(--) ATI(0): 2048 kB of SGRAM (1:1) detected (using 2047 kB).
(WW) ATI(0): Cannot shadow an accelerated frame buffer.
(--) ATI(0): Internal programmable clock generator detected.
(--) ATI(0): Reference clock 157.5/11 (14.318) MHz.
(II) ATI(0): Monitor1: Using hsync range of 30.00-100.00 kHz
(II) ATI(0): Monitor1: Using vrefresh range of 50.00-160.00 Hz
(II) ATI(0): Maximum clock: 170.00 MHz
(II) ATI(0): Not using default mode "1280x960" (insufficient memory for mode)
(II) ATI(0): Not using default mode "1280x960" (insufficient memory for mode)
(II) ATI(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) ATI(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) ATI(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) ATI(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) ATI(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) ATI(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) ATI(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) ATI(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) ATI(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) ATI(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) ATI(0): Not using default mode "896x672" (hsync out of range)
(II) ATI(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) ATI(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) ATI(0): Not using default mode "928x696" (hsync out of range)
(II) ATI(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) ATI(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) ATI(0): Not using default mode "960x720" (hsync out of range)
(II) ATI(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) ATI(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) ATI(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) ATI(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) ATI(0): Not using default mode "1600x1024" (insufficient memory for mode)
(II) ATI(0): Not using default mode "1920x1200" (insufficient memory for mode)
(--) ATI(0): Virtual size is 800x600 (pitch 800)
(**) ATI(0): Mode "800x600": 43.7 MHz, 40.7 kHz, 65.1 Hz
(II) ATI(0): Modeline "800x600"   43.68  800 816 928 1072  600 600 606 626
(==) ATI(0): DPI set to (75, 75)
(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
(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 "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
(==) ATI(1): Chipset:  "ati".
(**) ATI(1): Depth 15, (**) framebuffer bpp 16
(**) ATI(1): Option "composite_sync" "off"
(**) ATI(1): Option "hw_cursor"
(--) ATI(1): ATI 3D Rage Pro graphics controller detected.
(--) ATI(1): Chip type 4749 "GI", version 4, foundry UMC, class 0, 
revision 0x01.
(--) ATI(1): PCI bus interface detected;  block I/O base is 0x0400.
(--) 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 555
(==) 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 0x817FFC00.
(II) ATI(1): Using 8 MB linear aperture at 0x81800000.
(!!) 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 0x80802400.
(II) ATI(1): Using Block 1 MMIO aperture at 0x80802000.
(II) ATI(1): MMIO write caching enabled.
(--) ATI(1): 8192 kB of SGRAM (1:1) 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): Monitor0: Using hsync range of 30.00-100.00 kHz
(II) ATI(1): Monitor0: Using vrefresh range of 50.00-160.00 Hz
(II) ATI(1): Maximum clock: 230.00 MHz
(II) ATI(1): Not using default mode "1600x1200" (hsync out of range)
(II) ATI(1): Not using default mode "800x600" (hsync out of range)
(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)
(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 1024x768 (pitch 1024)
(**) ATI(1): Mode "1024x768": 78.5 MHz, 59.9 kHz, 74.8 Hz
(II) ATI(1): Modeline "1024x768"   78.53  1024 1048 1144 1312  768 
769 772 800 +hsync +vsync
(==) ATI(1): DPI set to (75, 75)
(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	0x80802000 - 0x80802fff (0x1000) MS[B]
	[1] 1	0x81000000 - 0x81ffffff (0x1000000) MS[B]
	[2] 0	0xf3080000 - 0xf3080fff (0x1000) MS[B]
	[3] 0	0x82000000 - 0x82ffffff (0x1000000) MS[B]
	[4] -1	0xffffffff - 0xffffffff (0x1) MX[B]
	[5] -1	0x00000000 - 0x00000000 (0x1) MX[B]
	[6] -1	0x80800000 - 0x8080007f (0x80) MX[B]
	[7] -1	0xf3000000 - 0xf307ffff (0x80000) MX[B]
	[8] -1	0x80801000 - 0x808013ff (0x400) MX[B]
	[9] -1	0xf3080000 - 0xf3080fff (0x1000) MX[B](B)
	[10] -1	0x82000000 - 0x82ffffff (0x1000000) MX[B](B)
	[11] -1	0x80820000 - 0x8083ffff (0x20000) MX[B](B)
	[12] -1	0x80802000 - 0x80802fff (0x1000) MX[B](B)
	[13] -1	0x81000000 - 0x81ffffff (0x1000000) MX[B](B)
	[14] 1	0x00000400 - 0x000004ff (0x100) IS[B]
	[15] 0	0x00001400 - 0x000014ff (0x100) IS[B]
	[16] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0x00000000 - 0x00000000 (0x1) IX[B]
	[18] -1	0x00001080 - 0x000010ff (0x80) IX[B]
	[19] -1	0x00001000 - 0x0000107f (0x80) IX[B]
	[20] -1	0x00001400 - 0x000014ff (0x100) IX[B](B)
	[21] -1	0x00000400 - 0x000004ff (0x100) IX[B](B)
(II) ATI(0): Largest offscreen areas (with overlaps):
(II) ATI(0): 	800 x 710 rectangle at 0,600
(II) ATI(0): 	64 x 711 rectangle at 0,600
(II) ATI(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
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		30 128x128 slots
(==) ATI(0): Backing store disabled
(==) ATI(0): Silken mouse enabled
(WW) ATI(0): Option "UseFBDev" is not used
(II) ATI(1): Largest offscreen areas (with overlaps):
(II) ATI(1): 	1024 x 3327 rectangle at 0,768
(II) ATI(1): 	512 x 3328 rectangle at 0,768
(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
		18 256x256 slots
		6 512x512 slots
(==) ATI(1): Backing store disabled
(==) ATI(1): Silken mouse enabled
(WW) ATI(1): Option "UseFBDev" is not used
(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/mouse"
(**) 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 unix/:-1, removing from list!