r128 dual-head error

John Nielsen lists at jnielsen.net
Mon Apr 13 23:37:47 UTC 2009


I'm trying to get dual-head + Xinerama going on a Dell Inspiron 4000 laptop 
so I can use both the integrated flat panel and an external CRT.

From what I can tell I have my xorg.conf configured properly and it's trying 
to do the right thing but it's throwing an error when initializing the 
secondary screen:

(EE) R128(1): Unable to map MMIO aperture. Invalid argument (22)

How should I go about troubleshooting this?

The laptop is running recent 7-STABLE with mostly up-to-date ports. (I'll 
post again if anything changes after the current update run completes.) Full 
xorg.conf and log output below. Any pointers or advice appreciated. JN

===== xorg.conf =====
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	Screen      1  "Screen1" RightOf "Screen0"
	Option "Xinerama" "true"
EndSection

Section "Extensions"
	Option "Composite" "Enable"
EndSection

Section "Files"
	ModulePath   "/usr/local/lib/xorg/modules"
	FontPath     "/usr/local/lib/X11/fonts/misc/"
	FontPath     "/usr/local/lib/X11/fonts/local/"
	FontPath     "/usr/local/lib/X11/fonts/TTF/"
	FontPath     "/usr/local/lib/X11/fonts/OTF"
	FontPath     "/usr/local/lib/X11/fonts/Type1/"
	FontPath     "/usr/local/lib/X11/fonts/75dpi/"
	FontPath     "/usr/local/lib/X11/fonts/100dpi/"
	FontPath     "/usr/local/lib/X11/fonts/URW/"
	FontPath     "/usr/local/lib/X11/fonts/bitstream-vera/"
	FontPath     "/usr/local/lib/X11/fonts/cyrillic/"
	FontPath     "/usr/local/lib/X11/fonts/mozilla/"
	FontPath     "/usr/local/lib/X11/fonts/freefont/"
	FontPath     "/usr/local/lib/X11/fonts/webfonts/"
	FontPath     "/usr/local/lib/X11/fonts/terminus-font/"
	FontPath     "/usr/local/lib/X11/fonts/artwiz-fonts/"
	FontPath     "/usr/local/lib/X11/fonts/winTTF/"
	FontPath     "/usr/local/share/fonts/cmpsfont/type1/"
	FontPath     "/usr/local/share/fonts/amspsfont/type1/"
	FontPath     "/usr/local/share/ghostscript/fonts/"
	FontPath     "/usr/local/diablo-jdk1.6.0/jre/lib/fonts/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "glx"
	Load  "GLcore"
	Load  "dri"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	Load  "freetype"
	Load  "bitmap"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	VertRefresh 53-65
	HorizSync 30-90
	DisplaySize 308 231
	Option      "DPMS"
EndSection

Section "Monitor"
	#DisplaySize	  320   240	# mm
	Identifier   "Monitor1"
	VendorName   "DEL"
	ModelName    "DELL E770s"
	HorizSync    30.0 - 70.0
	VertRefresh  50.0 - 160.0
	Option	    "DPMS"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "r128"
	Option      "Display" "FP"
	VendorName  "ATI Technologies Inc"
	BoardName   "Rage Mobility M3 AGP 2x"
	BusID       "PCI:1:0:0"
	Screen 0
EndSection

Section "Device"
	Identifier  "Card1"
	Driver      "r128"
	Option      "Display" "CRT"
	VendorName  "ATI Technologies Inc"
	BoardName   "Rage Mobility M3 AGP 2x"
	BusID       "PCI:1:0:0"
	Screen 1
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 24
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
	DefaultDepth 24
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

===== Xorg.0.log =====
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/insp.local:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 7.1-STABLE i386 
Current Operating System: FreeBSD insp.local 7.2-PRERELEASE FreeBSD 7.2-
PRERELEASE #0: Mon Apr 13 16:43:30 EDT 2009     
root at insp.local:/usr/obj/usr/src/sys/INSP i386
Build Date: 09 March 2009  02:21:30AM
 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
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/Xorg.0.log", Time: Mon Apr 13 18:44:37 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Card1"
(**) Option "Xinerama" "true"
(==) Automatically adding devices
(==) Automatically enabling devices
(**) Xinerama: enabled
(==) Including the default font path 
/usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/.
(**) FontPath set to:
	/usr/local/lib/X11/fonts/misc/,
	/usr/local/lib/X11/fonts/local/,
	/usr/local/lib/X11/fonts/TTF/,
	/usr/local/lib/X11/fonts/OTF,
	/usr/local/lib/X11/fonts/Type1/,
	/usr/local/lib/X11/fonts/75dpi/,
	/usr/local/lib/X11/fonts/100dpi/,
	/usr/local/lib/X11/fonts/URW/,
	/usr/local/lib/X11/fonts/bitstream-vera/,
	/usr/local/lib/X11/fonts/cyrillic/,
	/usr/local/lib/X11/fonts/mozilla/,
	/usr/local/lib/X11/fonts/freefont/,
	/usr/local/lib/X11/fonts/webfonts/,
	/usr/local/lib/X11/fonts/terminus-font/,
	/usr/local/lib/X11/fonts/artwiz-fonts/,
	/usr/local/lib/X11/fonts/winTTF/,
	/usr/local/share/fonts/cmpsfont/type1/,
	/usr/local/share/fonts/amspsfont/type1/,
	/usr/local/share/ghostscript/fonts/,
	/usr/local/diablo-jdk1.6.0/jre/lib/fonts/,
	/usr/local/lib/X11/fonts/misc/,
	/usr/local/lib/X11/fonts/TTF/,
	/usr/local/lib/X11/fonts/OTF,
	/usr/local/lib/X11/fonts/Type1/,
	/usr/local/lib/X11/fonts/100dpi/,
	/usr/local/lib/X11/fonts/75dpi/
(**) ModulePath set to "/usr/local/lib/xorg/modules"
(**) Extension "Composite" is enabled
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
	If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(II) Loader magic: 0x81bede0
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 4.1
	X.Org XInput driver : 2.1
	X.Org Server Extension : 1.1
	X.Org Font Renderer : 0.6
(II) Loader running on freebsd
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 8

(--) PCI:*(0 at 1:0:0) ATI Technologies Inc Rage Mobility M3 AGP 2x rev 2, Mem 
@ 0xf8000000/0, 0xfdffc000/0, I/O @ 0x0000ec00/0, BIOS @ 0x????????/65536
(II) System resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also specified 
in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in 
the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in 
the config file.
(II) "freetype" will be loaded. This was enabled by default and also 
specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified 
in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in 
the config file.
(II) LoadModule: "extmod"

(II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 1.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 TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"

(II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 1.0.0
	ABI class: X.Org Server Extension, version 1.1
(==) AIGLX disabled
(==) Exporting typical set of GLX visuals
(II) Loading extension GLX
(II) LoadModule: "dri"

(II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 1.0.0
	ABI class: X.Org Server Extension, version 1.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "dbe"

(II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"

(II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 1.1
(II) Loading extension RECORD
(II) LoadModule: "xtrap"

(II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DEC-XTRAP
(II) LoadModule: "freetype"

(II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.5.3, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.6
(II) Loading font FreeType
(II) LoadModule: "r128"

(II) Loading /usr/local/lib/xorg/modules/drivers//r128_drv.so
(II) Module r128: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 6.8.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 4.1
(II) R128: Driver for ATI Rage 128 chipsets:
	ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
	ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
	ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
	ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
	ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
	ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
	ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
	ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
	ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
	ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
	ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
	ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
	ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
	ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
	ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
	ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
	ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
	ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
	ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
	ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
	ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
	ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
	ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
	ATI Rage 128 Pro ULTRA TU (AGP?)
(II) Primary Device is: PCI 01 at 00:00:0
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[5] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[6] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[7] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[8] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[9] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[10] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) R128(0): PCI bus 1 card 0 func 0
(**) R128(0): Depth 24, (--) framebuffer bpp 32
(II) R128(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) R128(0): Default visual is TrueColor
(**) R128(0): Option "Display" "FP"
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"

(II) Loading /usr/local/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 0.1.0
	ABI class: X.Org Video Driver, version 4.1
(II) R128(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 
0x0000
(==) R128(0): RGB weight 888
(II) R128(0): Using 8 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"

(II) Loading /usr/local/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 1.0.0
	ABI class: X.Org Video Driver, version 4.1
(II) R128(0): initializing int10
(==) R128(0): Write-combining range (0xa0000,0x20000) was already clear
(==) R128(0): Write-combining range (0xc0000,0x40000) was already clear
(II) R128(0): Primary V_BIOS segment is: 0xc000
(==) R128(0): Write-combining range (0x0,0x1000) was already clear
(--) R128(0): Chipset: "ATI Rage 128 Mobility M3 LF (AGP)" (ChipID = 0x4c46)
(--) R128(0): Linear framebuffer at 0xf8000000
(--) R128(0): MMIO registers at 0xfdffc000
(--) R128(0): VideoRAM: 8192 kByte (128-bit SDR SGRAM 1:1)
(II) R128(0): Using 4096k of videoram for primary head
(**) R128(0): Dual display
(II) R128(0): Primary Display == Type 2
(II) R128(0): Panel size: 1024x768
(II) R128(0): Panel ID: Samsung LT141X8-L02     
(II) R128(0): Panel Type: Color, Single, TFT
(II) R128(0): Panel Interface: LVDS
(II) R128(0): PLL parameters: rf=2700 rd=12 min=12000 max=27000; xclk=10500
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"

(II) Loading /usr/local/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 1.1.0
	ABI class: X.Org Video Driver, version 4.1
(II) R128(0): VESA BIOS detected
(II) R128(0): VESA VBE Version 2.0
(II) R128(0): VESA VBE Total Mem: 8192 kB
(II) R128(0): VESA VBE OEM: ATI MOBILE M3
(II) R128(0): VESA VBE OEM Software Rev: 1.0
(II) R128(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) R128(0): VESA VBE OEM Product: M3  
(II) R128(0): VESA VBE OEM Product Rev: 01.00
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) R128(0): VESA VBE DDC supported
(II) R128(0): VESA VBE DDC Level 2
(II) R128(0): VESA VBE DDC transfer in appr. 2 sec.
(II) R128(0): VESA VBE DDC read successfully
(II) R128(0): Manufacturer: DEL  Model: 300a  Serial#: 1110725204
(II) R128(0): Year: 2000  Week: 37
(II) R128(0): EDID Version: 1.2
(II) R128(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) R128(0): Sync:  Separate
(II) R128(0): Max Image Size [cm]: horiz.: 32  vert.: 24
(II) R128(0): Gamma: 2.26
(II) R128(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) R128(0): First detailed timing is preferred mode
(II) R128(0): redX: 0.645 redY: 0.321   greenX: 0.285 greenY: 0.600
(II) R128(0): blueX: 0.142 blueY: 0.057   whiteX: 0.281 whiteY: 0.311
(II) R128(0): Supported VESA Video Modes:
(II) R128(0): 720x400 at 70Hz
(II) R128(0): 640x480 at 60Hz
(II) R128(0): 640x480 at 75Hz
(II) R128(0): 800x600 at 60Hz
(II) R128(0): 800x600 at 75Hz
(II) R128(0): 1024x768 at 60Hz
(II) R128(0): 1024x768 at 75Hz
(II) R128(0): Manufacturer's mask: 0
(II) R128(0): Supported Future Video Modes:
(II) R128(0): #0: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) R128(0): #1: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) R128(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) R128(0): Supported additional Video Mode:
(II) R128(0): clock: 94.5 MHz   Image Size:  306 x 230 mm
(II) R128(0): h_active: 1024  h_sync: 1072  h_sync_end 1168 h_blank_end 1376 
h_border: 0
(II) R128(0): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 808 
v_border: 0
(II) R128(0): Serial No: 2010V09CB4RT
(II) R128(0): Monitor name: DELL E770s
(II) R128(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 70 kHz, 
PixClock max 110 MHz
(II) R128(0): EDID (in hex):
(II) R128(0): 	00ffffffffffff0010ac0a3054523442
(II) R128(0): 	250a01026820187eea1262a552499924
(II) R128(0): 	0e484fa54a0061593159818001010101
(II) R128(0): 	010101010101ea240060410028303060
(II) R128(0): 	130032e61000001e000000ff00323031
(II) R128(0): 	3056303943423452540a000000fc0044
(II) R128(0): 	454c4c2045373730730a2020000000fd
(II) R128(0): 	0032a01e460b000a20202020202000a7
(II) R128(0): EDID vendor "DEL", prod id 12298
(II) R128(0): Using hsync ranges from config file
(II) R128(0): Using vrefresh ranges from config file
(II) R128(0): Printing DDC gathered Modelines:
(II) R128(0): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 
772 808 +hsync +vsync (68.7 kHz)
(II) R128(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 
628 +hsync +vsync (37.9 kHz)
(II) R128(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 
500 -hsync -vsync (37.5 kHz)
(II) R128(0): Modeline "640x480"x0.0   25.20  640 656 752 800  480 490 492 
525 -hsync -vsync (31.5 kHz)
(II) R128(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 
449 -hsync +vsync (31.5 kHz)
(II) R128(0): Modeline "1024x768"x0.0   78.80  1024 1040 1136 1312  768 769 
772 800 +hsync +vsync (60.1 kHz)
(II) R128(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 
777 806 -hsync -vsync (48.4 kHz)
(II) R128(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 
625 +hsync +vsync (46.9 kHz)
(II) R128(0): Modeline "1024x768"x85.0   94.39  1024 1088 1200 1376  768 769 
772 807 -hsync +vsync (68.6 kHz)
(II) R128(0): Modeline "640x480"x85.0   35.71  640 672 736 832  480 481 484 
505 -hsync +vsync (42.9 kHz)
(II) R128(0): Modeline "1280x1024"x60.0  108.88  1280 1360 1496 1712  1024 
1025 1028 1060 -hsync +vsync (63.6 kHz)
(==) R128(0): Using gamma correction (1.0, 1.0, 1.0)
(II) R128(0): Monitor0: Using hsync range of 30.00-90.00 kHz
(II) R128(0): Monitor0: Using vrefresh range of 53.00-65.00 Hz
(II) R128(0): Monitor0: Using maximum pixel clock of 110.00 MHz
(II) R128(0): Estimated virtual size for aspect ratio 1.3333 is 1024x768
(II) R128(0): Clock range:  12.00 to 270.00 MHz
(II) R128(0): Not using default mode "640x350" (vrefresh out of range)
(II) R128(0): Not using default mode "320x175" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "640x400" (vrefresh out of range)
(II) R128(0): Not using default mode "320x200" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "720x400" (no mode of this name)
(II) R128(0): Not using default mode "360x200" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "320x240" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "640x480" (vrefresh out of range)
(II) R128(0): Not using default mode "320x240" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "640x480" (vrefresh out of range)
(II) R128(0): Not using default mode "320x240" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "640x480" (vrefresh out of range)
(II) R128(0): Not using default mode "320x240" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "400x300" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "400x300" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "800x600" (vrefresh out of range)
(II) R128(0): Not using default mode "400x300" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "800x600" (vrefresh out of range)
(II) R128(0): Not using default mode "400x300" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "800x600" (vrefresh out of range)
(II) R128(0): Not using default mode "400x300" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1024x768" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "512x384" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "512x384" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1024x768" (vrefresh out of range)
(II) R128(0): Not using default mode "512x384" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1024x768" (vrefresh out of range)
(II) R128(0): Not using default mode "512x384" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1024x768" (vrefresh out of range)
(II) R128(0): Not using default mode "512x384" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1152x864" (width too large for virtual 
size)
(II) R128(0): Not using default mode "576x432" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1280x960" (insufficient memory for 
mode)
(II) R128(0): Not using default mode "640x480" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1280x960" (insufficient memory for 
mode)
(II) R128(0): Not using default mode "640x480" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1280x1024" (insufficient memory for 
mode)
(II) R128(0): Not using default mode "640x512" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1280x1024" (insufficient memory for 
mode)
(II) R128(0): Not using default mode "640x512" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1280x1024" (insufficient memory for 
mode)
(II) R128(0): Not using default mode "640x512" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1600x1200" (insufficient memory for 
mode)
(II) R128(0): Not using default mode "800x600" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1600x1200" (insufficient memory for 
mode)
(II) R128(0): Not using default mode "800x600" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1600x1200" (insufficient memory for 
mode)
(II) R128(0): Not using default mode "800x600" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1600x1200" (insufficient memory for 
mode)
(II) R128(0): Not using default mode "800x600" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1600x1200" (insufficient memory for 
mode)
(II) R128(0): Not using default mode "800x600" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1792x1344" (insufficient memory for 
mode)
(II) R128(0): Not using default mode "896x672" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1792x1344" (insufficient memory for 
mode)
(II) R128(0): Not using default mode "896x672" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1856x1392" (insufficient memory for 
mode)
(II) R128(0): Not using default mode "928x696" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1856x1392" (insufficient memory for 
mode)
(II) R128(0): Not using default mode "928x696" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1920x1440" (insufficient memory for 
mode)
(II) R128(0): Not using default mode "960x720" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1920x1440" (insufficient memory for 
mode)
(II) R128(0): Not using default mode "960x720" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "832x624" (no mode of this name)
(II) R128(0): Not using default mode "416x312" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1400x1050" (insufficient memory for 
mode)
(II) R128(0): Not using default mode "700x525" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1400x1050" (insufficient memory for 
mode)
(II) R128(0): Not using default mode "700x525" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "1920x1440" (insufficient memory for 
mode)
(II) R128(0): Not using default mode "960x720" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "2048x1536" (insufficient memory for 
mode)
(II) R128(0): Not using default mode "1024x768" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "2048x1536" (insufficient memory for 
mode)
(II) R128(0): Not using default mode "1024x768" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using default mode "2048x1536" (insufficient memory for 
mode)
(II) R128(0): Not using default mode "1024x768" (bad mode 
clock/interlace/doublescan)
(II) R128(0): Not using driver mode "1024x768" (vrefresh out of range)
(II) R128(0): Not using driver mode "640x480" (vrefresh out of range)
(II) R128(0): Not using driver mode "720x400" (no mode of this name)
(II) R128(0): Not using driver mode "1024x768" (vrefresh out of range)
(II) R128(0): Not using driver mode "800x600" (vrefresh out of range)
(II) R128(0): Not using driver mode "1024x768" (vrefresh out of range)
(II) R128(0): Not using driver mode "640x480" (vrefresh out of range)
(II) R128(0): Not using driver mode "1280x1024" (insufficient memory for 
mode)
(II) R128(0): Modifying mode according to VBIOS: 1024x768 [pclk 65.0 MHz] 
for FP to: 1024x768 [pclk 65.0 MHz]
(II) R128(0): Modifying mode according to VBIOS: 1024x768 [pclk 65.0 MHz] 
for FP to: 1024x768 [pclk 65.0 MHz]
(II) R128(0): Modifying mode according to VBIOS: 800x600 [pclk 40.0 MHz] for 
FP to: 800x600 [pclk 65.0 MHz]
(II) R128(0): Modifying mode according to VBIOS: 800x600 [pclk 40.0 MHz] for 
FP to: 800x600 [pclk 65.0 MHz]
(II) R128(0): Modifying mode according to VBIOS: 800x600 [pclk 36.0 MHz] for 
FP to: 800x600 [pclk 65.0 MHz]
(II) R128(0): Modifying mode according to VBIOS: 640x480 [pclk 25.2 MHz] for 
FP to: 640x480 [pclk 65.0 MHz]
(II) R128(0): Modifying mode according to VBIOS: 640x480 [pclk 25.2 MHz] for 
FP to: 640x480 [pclk 65.0 MHz]
(--) R128(0): Virtual size is 1024x768 (pitch 1024)
(**) R128(0): *Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) R128(0): Modeline "1024x768"x60.0   65.00  1024 1048 1065 1344  768 770 
776 806 -hsync -vsync (48.4 kHz)
(**) R128(0): *Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) R128(0): Modeline "1024x768"x60.0   65.00  1024 1048 1065 1344  768 770 
776 806 -hsync -vsync (48.4 kHz)
(**) R128(0): *Driver mode "800x600": 65.0 MHz (scaled from 40.0 MHz), 37.9 
kHz, 60.3 Hz
(II) R128(0): Modeline "800x600"x60.3   65.00  800 824 841 1120  600 602 608 
638 +hsync +vsync (37.9 kHz)
(**) R128(0): *Default mode "800x600": 65.0 MHz (scaled from 40.0 MHz), 37.9 
kHz, 60.3 Hz
(II) R128(0): Modeline "800x600"x60.3   65.00  800 824 841 1120  600 602 608 
638 +hsync +vsync (37.9 kHz)
(**) R128(0): *Default mode "800x600": 65.0 MHz (scaled from 36.0 MHz), 35.2 
kHz, 56.2 Hz
(II) R128(0): Modeline "800x600"x56.2   65.00  800 824 841 1120  600 602 608 
638 +hsync +vsync (35.2 kHz)
(**) R128(0): *Driver mode "640x480": 65.0 MHz (scaled from 25.2 MHz), 31.5 
kHz, 60.0 Hz
(II) R128(0): Modeline "640x480"x60.0   65.00  640 664 681 960  480 482 488 
518 -hsync -vsync (31.5 kHz)
(**) R128(0): *Default mode "640x480": 65.0 MHz (scaled from 25.2 MHz), 31.5 
kHz, 59.9 Hz
(II) R128(0): Modeline "640x480"x59.9   65.00  640 664 681 960  480 482 488 
518 -hsync -vsync (31.5 kHz)
(**) R128(0): Display dimensions: (308, 231) mm
(WW) R128(0): Probed monitor is 320x240 mm, using Displaysize 308x231 mm
(**) R128(0): DPI set to (84, 84)
(II) Loading sub module "fb"
(II) LoadModule: "fb"

(II) Loading /usr/local/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"

(II) Loading /usr/local/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 1.2.0
	ABI class: X.Org Video Driver, version 4.1
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"

(II) Loading /usr/local/lib/xorg/modules//libshadowfb.so
(II) Module shadowfb: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) R128(0): Page flipping disabled
(==) R128(0): Write-combining range (0x0,0x1000) was already clear
(!!) R128(0): For information on using the multimedia capabilities
	of this adapter, please see http://gatos.sf.net.
(II) R128(1): PCI bus 1 card 0 func 0
(**) R128(1): Depth 24, (--) framebuffer bpp 32
(II) R128(1): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) R128(1): Default visual is TrueColor
(**) R128(1): Option "Display" "CRT"
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"

(II) Reloading /usr/local/lib/xorg/modules//libvgahw.so
(II) R128(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 
0x0000
(==) R128(1): RGB weight 888
(II) R128(1): Using 8 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"

(II) Reloading /usr/local/lib/xorg/modules//libint10.so
(II) R128(1): initializing int10
(==) R128(0): Write-combining range (0xa0000,0x20000) was already clear
(II) R128(0): Primary V_BIOS segment is: 0xc000
(==) R128(0): Write-combining range (0x0,0x1000) was already clear
(--) R128(1): Chipset: "ATI Rage 128 Mobility M3 LF (AGP)" (ChipID = 0x4c46)
(--) R128(1): Linear framebuffer at 0xf8000000
(--) R128(1): MMIO registers at 0xfdffc000
(--) R128(1): VideoRAM: 8192 kByte (128-bit SDR SGRAM 1:1)
(II) R128(1): Using 4096k of videoram for secondary head
(**) R128(1): Dual display
(II) R128(1): Secondary Display == Type 1
(WW) R128(1): Can't determine panel dimensions, and none specified.
	Disabling programming of FP registers.
(II) R128(1): PLL parameters: rf=2700 rd=12 min=12000 max=27000; xclk=10500
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"

(II) Reloading /usr/local/lib/xorg/modules//libvbe.so
(II) R128(0): VESA BIOS detected
(II) R128(0): VESA VBE Version 2.0
(II) R128(0): VESA VBE Total Mem: 8192 kB
(II) R128(0): VESA VBE OEM: ATI MOBILE M3
(II) R128(0): VESA VBE OEM Software Rev: 1.0
(II) R128(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) R128(0): VESA VBE OEM Product: M3  
(II) R128(0): VESA VBE OEM Product Rev: 01.00
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) R128(0): VESA VBE DDC supported
(II) R128(0): VESA VBE DDC Level 2
(II) R128(0): VESA VBE DDC transfer in appr. 2 sec.
(II) R128(0): VESA VBE DDC read successfully
(II) R128(0): Manufacturer: DEL  Model: 300a  Serial#: 1110725204
(II) R128(0): Year: 2000  Week: 37
(II) R128(0): EDID Version: 1.2
(II) R128(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) R128(0): Sync:  Separate
(II) R128(0): Max Image Size [cm]: horiz.: 32  vert.: 24
(II) R128(0): Gamma: 2.26
(II) R128(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) R128(0): First detailed timing is preferred mode
(II) R128(0): redX: 0.645 redY: 0.321   greenX: 0.285 greenY: 0.600
(II) R128(0): blueX: 0.142 blueY: 0.057   whiteX: 0.281 whiteY: 0.311
(II) R128(0): Supported VESA Video Modes:
(II) R128(0): 720x400 at 70Hz
(II) R128(0): 640x480 at 60Hz
(II) R128(0): 640x480 at 75Hz
(II) R128(0): 800x600 at 60Hz
(II) R128(0): 800x600 at 75Hz
(II) R128(0): 1024x768 at 60Hz
(II) R128(0): 1024x768 at 75Hz
(II) R128(0): Manufacturer's mask: 0
(II) R128(0): Supported Future Video Modes:
(II) R128(0): #0: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) R128(0): #1: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) R128(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) R128(0): Supported additional Video Mode:
(II) R128(0): clock: 94.5 MHz   Image Size:  306 x 230 mm
(II) R128(0): h_active: 1024  h_sync: 1072  h_sync_end 1168 h_blank_end 1376 
h_border: 0
(II) R128(0): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 808 
v_border: 0
(II) R128(0): Serial No: 2010V09CB4RT
(II) R128(0): Monitor name: DELL E770s
(II) R128(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 70 kHz, 
PixClock max 110 MHz
(II) R128(0): EDID (in hex):
(II) R128(0): 	00ffffffffffff0010ac0a3054523442
(II) R128(0): 	250a01026820187eea1262a552499924
(II) R128(0): 	0e484fa54a0061593159818001010101
(II) R128(0): 	010101010101ea240060410028303060
(II) R128(0): 	130032e61000001e000000ff00323031
(II) R128(0): 	3056303943423452540a000000fc0044
(II) R128(0): 	454c4c2045373730730a2020000000fd
(II) R128(0): 	0032a01e460b000a20202020202000a7
(II) R128(1): EDID vendor "DEL", prod id 12298
(II) R128(1): Using hsync ranges from config file
(II) R128(1): Using vrefresh ranges from config file
(II) R128(1): Printing DDC gathered Modelines:
(II) R128(1): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 
772 808 +hsync +vsync (68.7 kHz)
(II) R128(1): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 
628 +hsync +vsync (37.9 kHz)
(II) R128(1): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 
500 -hsync -vsync (37.5 kHz)
(II) R128(1): Modeline "640x480"x0.0   25.20  640 656 752 800  480 490 492 
525 -hsync -vsync (31.5 kHz)
(II) R128(1): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 
449 -hsync +vsync (31.5 kHz)
(II) R128(1): Modeline "1024x768"x0.0   78.80  1024 1040 1136 1312  768 769 
772 800 +hsync +vsync (60.1 kHz)
(II) R128(1): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 
777 806 -hsync -vsync (48.4 kHz)
(II) R128(1): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 
625 +hsync +vsync (46.9 kHz)
(II) R128(1): Modeline "1024x768"x85.0   94.39  1024 1088 1200 1376  768 769 
772 807 -hsync +vsync (68.6 kHz)
(II) R128(1): Modeline "640x480"x85.0   35.71  640 672 736 832  480 481 484 
505 -hsync +vsync (42.9 kHz)
(II) R128(1): Modeline "1280x1024"x60.0  108.88  1280 1360 1496 1712  1024 
1025 1028 1060 -hsync +vsync (63.6 kHz)
(==) R128(1): Using gamma correction (1.0, 1.0, 1.0)
(II) R128(1): Monitor1: Using hsync range of 30.00-70.00 kHz
(II) R128(1): Monitor1: Using vrefresh range of 50.00-160.00 Hz
(II) R128(1): Monitor1: Using maximum pixel clock of 110.00 MHz
(II) R128(1): Estimated virtual size for aspect ratio 1.3333 is 1024x768
(II) R128(1): Clock range:  12.00 to 270.00 MHz
(II) R128(1): Not using default mode "1152x864" (width too large for virtual 
size)
(II) R128(1): Not using default mode "1280x960" (insufficient memory for 
mode)
(II) R128(1): Not using default mode "1280x960" (insufficient memory for 
mode)
(II) R128(1): Not using default mode "640x480" (hsync out of range)
(II) R128(1): Not using default mode "1280x1024" (insufficient memory for 
mode)
(II) R128(1): Not using default mode "1280x1024" (insufficient memory for 
mode)
(II) R128(1): Not using default mode "640x512" (hsync out of range)
(II) R128(1): Not using default mode "1280x1024" (insufficient memory for 
mode)
(II) R128(1): Not using default mode "640x512" (hsync out of range)
(II) R128(1): Not using default mode "1600x1200" (insufficient memory for 
mode)
(II) R128(1): Not using default mode "800x600" (hsync out of range)
(II) R128(1): Not using default mode "1600x1200" (insufficient memory for 
mode)
(II) R128(1): Not using default mode "800x600" (hsync out of range)
(II) R128(1): Not using default mode "1600x1200" (insufficient memory for 
mode)
(II) R128(1): Not using default mode "800x600" (hsync out of range)
(II) R128(1): Not using default mode "1600x1200" (insufficient memory for 
mode)
(II) R128(1): Not using default mode "800x600" (hsync out of range)
(II) R128(1): Not using default mode "1600x1200" (insufficient memory for 
mode)
(II) R128(1): Not using default mode "800x600" (hsync out of range)
(II) R128(1): Not using default mode "1792x1344" (insufficient memory for 
mode)
(II) R128(1): Not using default mode "896x672" (hsync out of range)
(II) R128(1): Not using default mode "1792x1344" (insufficient memory for 
mode)
(II) R128(1): Not using default mode "896x672" (hsync out of range)
(II) R128(1): Not using default mode "1856x1392" (insufficient memory for 
mode)
(II) R128(1): Not using default mode "928x696" (hsync out of range)
(II) R128(1): Not using default mode "1856x1392" (insufficient memory for 
mode)
(II) R128(1): Not using default mode "928x696" (hsync out of range)
(II) R128(1): Not using default mode "1920x1440" (insufficient memory for 
mode)
(II) R128(1): Not using default mode "960x720" (hsync out of range)
(II) R128(1): Not using default mode "1920x1440" (insufficient memory for 
mode)
(II) R128(1): Not using default mode "960x720" (hsync out of range)
(II) R128(1): Not using default mode "1400x1050" (insufficient memory for 
mode)
(II) R128(1): Not using default mode "1400x1050" (insufficient memory for 
mode)
(II) R128(1): Not using default mode "700x525" (hsync out of range)
(II) R128(1): Not using default mode "1920x1440" (insufficient memory for 
mode)
(II) R128(1): Not using default mode "960x720" (hsync out of range)
(II) R128(1): Not using default mode "2048x1536" (insufficient memory for 
mode)
(II) R128(1): Not using default mode "1024x768" (hsync out of range)
(II) R128(1): Not using default mode "2048x1536" (insufficient memory for 
mode)
(II) R128(1): Not using default mode "1024x768" (hsync out of range)
(II) R128(1): Not using default mode "2048x1536" (insufficient memory for 
mode)
(II) R128(1): Not using default mode "1024x768" (hsync out of range)
(II) R128(1): Not using driver mode "1280x1024" (insufficient memory for 
mode)
(--) R128(1): Virtual size is 1024x768 (pitch 1024)
(**) R128(1): *Driver mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) R128(1): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 
772 808 +hsync +vsync (68.7 kHz)
(**) R128(1): *Driver mode "1024x768": 94.4 MHz, 68.6 kHz, 85.0 Hz
(II) R128(1): Modeline "1024x768"x85.0   94.39  1024 1088 1200 1376  768 769 
772 807 -hsync +vsync (68.6 kHz)
(**) R128(1): *Driver mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) R128(1): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 
772 800 +hsync +vsync (60.1 kHz)
(**) R128(1): *Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) R128(1): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 
777 806 -hsync -vsync (48.4 kHz)
(**) R128(1): *Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) R128(1): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 
772 808 +hsync +vsync (68.7 kHz)
(**) R128(1): *Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz
(II) R128(1): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 
772 800 +hsync +vsync (60.0 kHz)
(**) R128(1): *Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) R128(1): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 
777 806 -hsync -vsync (56.5 kHz)
(**) R128(1): *Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) R128(1): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 
777 806 -hsync -vsync (48.4 kHz)
(**) R128(1): *Default mode "1024x768": 44.9 MHz, 35.5 kHz, 86.9 Hz (I)
(II) R128(1): Modeline "1024x768"x86.9   44.90  1024 1032 1208 1264  768 768 
776 817 interlace +hsync +vsync (35.5 kHz)
(**) R128(1): *Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) R128(1): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 
667 -hsync -vsync (49.7 kHz)
(**) R128(1): *Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) R128(1): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 
625 +hsync +vsync (46.9 kHz)
(**) R128(1): *Driver mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) R128(1): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 
628 +hsync +vsync (37.9 kHz)
(**) R128(1): *Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) R128(1): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 
631 +hsync +vsync (53.7 kHz)
(**) R128(1): *Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) R128(1): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 
625 +hsync +vsync (46.9 kHz)
(**) R128(1): *Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) R128(1): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 
666 +hsync +vsync (48.1 kHz)
(**) R128(1): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) R128(1): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 
628 +hsync +vsync (37.9 kHz)
(**) R128(1): *Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) R128(1): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 
625 +hsync +vsync (35.2 kHz)
(**) R128(1): *Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(II) R128(1): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 
541 doublescan +hsync +vsync (64.9 kHz)
(**) R128(1): *Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(II) R128(1): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 
533 doublescan +hsync +vsync (64.0 kHz)
(**) R128(1): *Driver mode "640x480": 35.7 MHz, 42.9 kHz, 85.0 Hz
(II) R128(1): Modeline "640x480"x85.0   35.71  640 672 736 832  480 481 484 
505 -hsync +vsync (42.9 kHz)
(**) R128(1): *Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) R128(1): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 
500 -hsync -vsync (37.5 kHz)
(**) R128(1): *Driver mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) R128(1): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 
525 -hsync -vsync (31.5 kHz)
(**) R128(1): *Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) R128(1): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 
509 -hsync -vsync (43.3 kHz)
(**) R128(1): *Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) R128(1): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 
500 -hsync -vsync (37.5 kHz)
(**) R128(1): *Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) R128(1): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 
520 -hsync -vsync (37.9 kHz)
(**) R128(1): *Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(II) R128(1): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 
500 doublescan +hsync +vsync (60.0 kHz)
(**) R128(1): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
(II) R128(1): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 
525 -hsync -vsync (31.5 kHz)
(**) R128(1): *Driver mode "720x400": 28.3 MHz, 31.5 kHz, 70.1 Hz
(II) R128(1): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 
449 -hsync +vsync (31.5 kHz)
(**) R128(1): *Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(II) R128(1): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 
446 -hsync +vsync (37.9 kHz)
(**) R128(1): *Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) R128(1): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 
445 -hsync +vsync (37.9 kHz)
(**) R128(1): *Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(II) R128(1): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 
450 doublescan +hsync +vsync (67.5 kHz)
(**) R128(1): *Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) R128(1): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 
445 +hsync -vsync (37.9 kHz)
(**) R128(1): *Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D)
(II) R128(1): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 
404 doublescan +hsync +vsync (68.7 kHz)
(**) R128(1): *Default mode "512x384": 39.4 MHz, 60.0 kHz, 75.0 Hz (D)
(II) R128(1): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 
400 doublescan +hsync +vsync (60.0 kHz)
(**) R128(1): *Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) R128(1): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 
403 doublescan -hsync -vsync (56.5 kHz)
(**) R128(1): *Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) R128(1): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 
403 doublescan -hsync -vsync (48.4 kHz)
(**) R128(1): *Default mode "512x384": 22.4 MHz, 35.5 kHz, 86.6 Hz (D)
(II) R128(1): Modeline "512x384"x86.6   22.45  512 516 604 632  384 384 388 
409 interlace doublescan +hsync +vsync (35.5 kHz)
(**) R128(1): *Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) R128(1): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 
333 doublescan -hsync -vsync (49.7 kHz)
(**) R128(1): *Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(II) R128(1): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 
315 doublescan +hsync +vsync (53.7 kHz)
(**) R128(1): *Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) R128(1): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 
312 doublescan +hsync +vsync (46.9 kHz)
(**) R128(1): *Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) R128(1): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 
333 doublescan +hsync +vsync (48.1 kHz)
(**) R128(1): *Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) R128(1): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 
314 doublescan +hsync +vsync (37.9 kHz)
(**) R128(1): *Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) R128(1): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 
312 doublescan +hsync +vsync (35.2 kHz)
(**) R128(1): *Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
(II) R128(1): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 
254 doublescan -hsync -vsync (43.3 kHz)
(**) R128(1): *Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(II) R128(1): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 
250 doublescan -hsync -vsync (37.5 kHz)
(**) R128(1): *Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(II) R128(1): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 
260 doublescan -hsync -vsync (37.9 kHz)
(**) R128(1): *Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) R128(1): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 
262 doublescan -hsync -vsync (31.5 kHz)
(**) R128(1): *Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D)
(II) R128(1): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 
223 doublescan -hsync +vsync (37.9 kHz)
(**) R128(1): *Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) R128(1): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 
222 doublescan -hsync +vsync (37.9 kHz)
(**) R128(1): *Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) R128(1): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 
222 doublescan +hsync -vsync (37.9 kHz)
(**) R128(1): Display dimensions: (320, 240) mm
(**) R128(1): DPI set to (81, 81)
(II) Loading sub module "fb"
(II) LoadModule: "fb"

(II) Reloading /usr/local/lib/xorg/modules//libfb.so
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"

(II) Reloading /usr/local/lib/xorg/modules//libxaa.so
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"

(II) Reloading /usr/local/lib/xorg/modules//libshadowfb.so
(II) R128(1): Page flipping disabled
(==) R128(0): Write-combining range (0x0,0x1000) was already clear
(!!) R128(1): For information on using the multimedia capabilities
	of this adapter, please see http://gatos.sf.net.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  Yes, I do.
(II) resource ranges after preInit:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[5] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[6] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[7] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[8] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[9] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[10] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) R128(0): Write-combining range (0xa0000,0x10000) was already clear
(WW) R128(0): Static buffer allocation failed -- need at least 9216 kB video 
memory
(II) R128(0): Memory manager initialized to (0,0) (1024,1024)
(II) R128(0): Reserved area from (0,768) to (1024,770)
(II) R128(0): Largest offscreen area available: 1024 x 254
(II) R128(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Indirect CPU to Screen color expansion
	Solid Lines
	Dashed Lines
	Scanline Image Writes
	Setting up tile and stipple cache:
		8 128x128 slots
(II) R128(0): Acceleration enabled
(==) R128(0): Backing store disabled
(==) R128(0): Silken mouse enabled
(II) R128(0): Using hardware cursor (scanline 3080)
(II) R128(0): Largest offscreen area available: 1024 x 252
(**) Option "dpms"
(**) R128(0): DPMS enabled
(WW) R128(0): Direct rendering disabled
(==) RandR enabled
(EE) R128(1): Unable to map MMIO aperture. Invalid argument (22)

Fatal server error:
AddScreen/ScreenInit failed for driver 1

(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources



More information about the freebsd-x11 mailing list