Results 1 to 3 of 3

Thread: DRI static buffer allocation failed

  1. #1
    Join Date
    Mar 2007
    Location
    Downtown Tucson, Arizona
    Beans
    52
    Distro
    Hardy Heron (Ubuntu Development)

    Question DRI static buffer allocation failed

    I cannot seem to get DRI working on this old lappy I'm reviving, although I gather it should work fine with the ATI 3D Rage LT Pro AGP-133 4MB onboard video chipset. This seems to be the most relevant line from my Xorg.0.log:

    (WW) MACH64(0): DRI static buffer allocation failed -- need at least 4687 kB video memory

    Are there any option I can dis/enable to reduce the VRAM demands for DRI to work? I just want to get at least 2D acceleration working, no need for 3D eye-candy (but OK if I get that as a bonus), just want stuff like video files and YouTube to play with a decent frame rate higher than what I have now, which seems only ~2fps!

    Some basic diagnostic references for your perusual:
    Code:
    me@hardy:~$ lspci -nn | grep VGA
    01:00.0 VGA compatible controller [0300]: ATI Technologies Inc 3D Rage LT Pro AGP-133 [1002:4c42] (rev dc)
    
    me@hardy:~$ grep -n DRI /var/log/Xorg.0.log
    234:(II) Loading extension XFree86-DRI
    588:(WW) MACH64(0): DRI static buffer allocation failed -- need at least 4687 kB video memory
    621:(II) AIGLX: Screen 0 is not DRI capable
    
    me@hardy:~$ grep -n render /var/log/Xorg.0.log
    604:(II) MACH64(0): Direct rendering disabled
    
    me@hardy:~$ glxinfo | grep vendor
    server glx vendor string: SGI
    client glx vendor string: SGI
    OpenGL vendor string: Mesa project: www.mesa3d.org
    
    me@hardy:~$ glxinfo | grep render
    direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
    OpenGL renderer string: Mesa GLX Indirect
    xorg.conf:
    Code:
    # xorg.conf (X.Org X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the xorg.conf manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    #   sudo dpkg-reconfigure -phigh xserver-xorg
    
    Section "InputDevice"
    	Identifier	"Generic Keyboard"
    	Driver		"kbd"
    	Option		"XkbRules"	"xorg"
    	Option		"XkbModel"	"pc105"
    	Option		"XkbLayout"	"us"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Configured Mouse"
    	Driver		"vmmouse"
    	Option		"CorePointer"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Synaptics Touchpad"
    	Driver		"synaptics"
    	Option		"SendCoreEvents"	"true"
    	Option		"Device"		"/dev/psaux"
    	Option		"Protocol"		"auto-dev"
    	Option		"HorizEdgeScroll"	"0"
    EndSection
    
    Section "Device"
    	Identifier	"ATI 3D Rage LT Pro"
    	Driver		"ati"
    	Option		"UseFBDev"		"true"
    	Option          "XAANoOffscreenPixmaps"
    EndSection
    
    Section "Monitor"
    	Identifier	"Built-in SVGA LCD"
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Monitor		"Built-in SVGA LCD"
    	Device		"ATI 3D Rage LT Pro"
    	DefaultDepth	24
    	SubSection "Display"
    		Depth	24
    		Modes	"800x600"
    		Virtual	800	600
    	EndSubSection
    EndSection
    
    Section "ServerLayout"
    	Identifier	"Default Layout"
    	Screen		"Default Screen"
    	InputDevice	"Generic Keyboard"
    	InputDevice	"Configured Mouse"
    	InputDevice	"Synaptics Touchpad"
    	Option		"AIGLX"		"true"
    EndSection
    
    Section "DRI"
    	Mode 0666
    EndSection
    
    Section "Extensions"
    	Option	"Composite"	"Enable"
    EndSection
    Xorg.0.log:
    Code:
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    
    X.Org X Server 1.4.0.90
    Release Date: 5 September 2007
    X Protocol Version 11, Revision 0
    Build Operating System: Linux Ubuntu (xorg-server 2:1.4.1~git20080131-1ubuntu9)
    Current Operating System: Linux hyperion 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i586
    Build Date: 15 April 2008  05:26:17PM
     
    	Before reporting problems, check http://wiki.x.org
    	to make sure that you have the latest version.
    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/Xorg.0.log", Time: Sat Apr 19 17:25:35 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Default Layout"
    (**) |-->Screen "Default Screen" (0)
    (**) |   |-->Monitor "Built-in SVGA LCD"
    (**) |   |-->Device "ATI 3D Rage LT Pro"
    (**) |-->Input Device "Generic Keyboard"
    (**) |-->Input Device "Configured Mouse"
    (**) |-->Input Device "Synaptics Touchpad"
    (**) Option "AIGLX" "true"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) No FontPath specified.  Using compiled-in default.
    (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    	Entry deleted from font path.
    (==) FontPath set to:
    	/usr/share/fonts/X11/misc,
    	/usr/share/fonts/X11/100dpi/:unscaled,
    	/usr/share/fonts/X11/75dpi/:unscaled,
    	/usr/share/fonts/X11/Type1,
    	/usr/share/fonts/X11/100dpi,
    	/usr/share/fonts/X11/75dpi,
    	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
    (==) RgbPath set to "/etc/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (**) Extension "Composite" is enabled
    (==) |-->Input Device "Generic Keyboard"
    (==) The core keyboard device wasn't specified explicitly in the layout.
    	Using the first keyboard device.
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Loader magic: 0x81dc500
    (II) Module ABI versions:
    	X.Org ANSI C Emulation: 0.3
    	X.Org Video Driver: 2.0
    	X.Org XInput driver : 2.0
    	X.Org Server Extension : 0.3
    	X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    	compiled for 1.4.0.90, module version = 1.0.0
    	ABI class: X.Org Video Driver, version 2.0
    (++) using VT number 7
    
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 10b9,1541 card 10b9,1541 rev 04 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 10b9,5243 card 0000,0000 rev 04 class 06,04,00 hdr 01
    (II) PCI: 00:04:0: chip 104c,ac1c card 1400,0000 rev 01 class 06,07,00 hdr 82
    (II) PCI: 00:04:1: chip 104c,ac1c card 1c00,0000 rev 01 class 06,07,00 hdr 82
    (II) PCI: 00:07:0: chip 10b9,1533 card 1179,0001 rev 0a class 06,01,00 hdr 00
    (II) PCI: 00:08:0: chip 1013,6005 card 1179,0001 rev 01 class 04,01,00 hdr 00
    (II) PCI: 00:0f:0: chip 10b9,5229 card 10b9,5229 rev 20 class 01,01,fa hdr 00
    (II) PCI: 00:10:0: chip 127a,2013 card 1179,0001 rev 01 class 07,80,00 hdr 00
    (II) PCI: 00:11:0: chip 10b9,7101 card 1179,0001 rev 09 class 06,80,00 hdr 00
    (II) PCI: 00:13:0: chip 10b9,5237 card 0000,0000 rev 03 class 0c,03,10 hdr 00
    (II) PCI: 01:00:0: chip 1002,4c42 card 1179,0001 rev dc class 03,00,00 hdr 00
    (II) PCI: 06:00:0: chip 1814,0201 card 1814,2560 rev 01 class 02,80,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,6), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) Bus 0 non-prefetchable memory range:
    	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Bus 0 prefetchable memory range:
    	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
    (II) Bus 1 I/O range:
    	[0] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
    	[1] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
    	[2] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
    	[3] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]
    (II) Bus 1 non-prefetchable memory range:
    	[0] -1	0	0xfd000000 - 0xfecfffff (0x1d00000) MX[B]
    (II) Bus 1 prefetchable memory range:
    	[0] -1	0	0x20000000 - 0x200fffff (0x100000) MX[B]
    (II) PCI-to-CardBus bridge:
    (II) Bus 2: bridge is at (0:4:0), (0,2,5), BCTRL: 0x05c0 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    	[0] -1	0	0x00001400 - 0x000014ff (0x100) IX[B]
    	[1] -1	0	0x00001800 - 0x000018ff (0x100) IX[B]
    (II) Bus 2 non-prefetchable memory range:
    	[0] -1	0	0x14000000 - 0x17ffffff (0x4000000) MX[B]
    (II) Bus 2 prefetchable memory range:
    	[0] -1	0	0x10000000 - 0x13ffffff (0x4000000) MX[B]
    (II) PCI-to-CardBus bridge:
    (II) Bus 6: bridge is at (0:4:1), (0,6,9), BCTRL: 0x0500 (VGA_EN is cleared)
    (II) Bus 6 I/O range:
    	[0] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]
    	[1] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
    (II) Bus 6 non-prefetchable memory range:
    	[0] -1	0	0x1c000000 - 0x1fffffff (0x4000000) MX[B]
    (II) Bus 6 prefetchable memory range:
    	[0] -1	0	0x18000000 - 0x1bffffff (0x4000000) MX[B]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (--) PCI:*(1:0:0) ATI Technologies Inc 3D Rage LT Pro AGP-133 rev 220, Mem @ 0xfd000000/24, 0xfecff000/12, I/O @ 0xe800/8
    (II) Addressable bus resource ranges are
    	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
    	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) OS-reported 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) PCI Memory resource overlap reduced 0xe0000000 from 0xe3ffffff to 0xdfffffff
    (II) Active PCI resource ranges:
    	[0] -1	0	0x1c000000 - 0x1c001fff (0x2000) MX[B]
    	[1] -1	0	0xfedde000 - 0xfeddefff (0x1000) MX[B]
    	[2] -1	0	0xfede0000 - 0xfedeffff (0x10000) MX[B]
    	[3] -1	0	0xfedf0000 - 0xfedfffff (0x10000) MX[B]
    	[4] -1	0	0xfeddf000 - 0xfeddffff (0x1000) MX[B]
    	[5] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
    	[6] -1	0	0xfecff000 - 0xfecfffff (0x1000) MX[B](B)
    	[7] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
    	[8] -1	0	0x0000fce8 - 0x0000fcef (0x8) IX[B]
    	[9] -1	0	0x0000fcf0 - 0x0000fcff (0x10) IX[B]
    	[10] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B](B)
    (II) Active PCI resource ranges after removing overlaps:
    	[0] -1	0	0x1c000000 - 0x1c001fff (0x2000) MX[B]
    	[1] -1	0	0xfedde000 - 0xfeddefff (0x1000) MX[B]
    	[2] -1	0	0xfede0000 - 0xfedeffff (0x10000) MX[B]
    	[3] -1	0	0xfedf0000 - 0xfedfffff (0x10000) MX[B]
    	[4] -1	0	0xfeddf000 - 0xfeddffff (0x1000) MX[B]
    	[5] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
    	[6] -1	0	0xfecff000 - 0xfecfffff (0x1000) MX[B](B)
    	[7] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
    	[8] -1	0	0x0000fce8 - 0x0000fcef (0x8) IX[B]
    	[9] -1	0	0x0000fcf0 - 0x0000fcff (0x10) IX[B]
    	[10] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    	[0] -1	0	0x00100000 - 0x1bffffff (0x1bf00000) 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) All system resource ranges:
    	[0] -1	0	0x00100000 - 0x1bffffff (0x1bf00000) 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	0x1c000000 - 0x1c001fff (0x2000) MX[B]
    	[5] -1	0	0xfedde000 - 0xfeddefff (0x1000) MX[B]
    	[6] -1	0	0xfede0000 - 0xfedeffff (0x10000) MX[B]
    	[7] -1	0	0xfedf0000 - 0xfedfffff (0x10000) MX[B]
    	[8] -1	0	0xfeddf000 - 0xfeddffff (0x1000) MX[B]
    	[9] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
    	[10] -1	0	0xfecff000 - 0xfecfffff (0x1000) MX[B](B)
    	[11] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
    	[12] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[13] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
    	[14] -1	0	0x0000fce8 - 0x0000fcef (0x8) IX[B]
    	[15] -1	0	0x0000fcf0 - 0x0000fcff (0x10) IX[B]
    	[16] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B](B)
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    	compiled for 1.4.0.90, module version = 1.0.0
    	Module class: X.Org Server Extension
    	ABI class: X.Org Server Extension, version 0.3
    (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: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    	compiled for 1.4.0.90, module version = 1.0.0
    	Module class: X.Org Server Extension
    	ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    	compiled for 1.4.0.90, module version = 1.0.0
    	ABI class: X.Org Server Extension, version 0.3
    (**) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    	compiled for 1.4.0.90, module version = 2.1.0
    	Module class: X.Org Font Renderer
    	ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    	compiled for 1.4.0.90, module version = 1.13.0
    	Module class: X.Org Server Extension
    	ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    	compiled for 1.4.0.90, module version = 1.0.0
    	ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "ati"
    (II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
    (II) Module ati: vendor="X.Org Foundation"
    	compiled for 1.4.0.90, module version = 6.8.0
    	Module class: X.Org Video Driver
    	ABI class: X.Org Video Driver, version 2.0
    (II) LoadModule: "mach64"
    (II) Loading /usr/lib/xorg/modules/drivers//mach64_drv.so
    (II) Module mach64: vendor="X.Org Foundation"
    	compiled for 1.4.0.90, module version = 6.7.0
    	Module class: X.Org Video Driver
    	ABI class: X.Org Video Driver, version 2.0
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    	compiled for 1.4.0, module version = 1.2.2
    	Module class: X.Org XInput Driver
    	ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "vmmouse"
    (II) Loading /usr/lib/xorg/modules/input//vmmouse_drv.so
    (II) Module vmmouse: vendor="X.Org Foundation"
    	compiled for 1.4.0, module version = 12.4.3
    	Module class: X.Org XInput Driver
    	ABI class: X.Org XInput driver, version 2.0
    (II) VMWARE(0): VMMOUSE module was loaded
    (II) Loading sub module "mouse"
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    	compiled for 1.4.0, module version = 1.2.3
    	Module class: X.Org XInput Driver
    	ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    	compiled for 4.3.99.902, module version = 1.0.0
    	Module class: X.Org XInput Driver
    	ABI class: X.Org XInput driver, version 2.0
    (II) MACH64: Driver for ATI Mach64 chipsets
    (II) Primary Device is: PCI 01:00:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset ATI 3D Rage LT Pro found
    (II) resource ranges after xf86ClaimFixedResources() call:
    	[0] -1	0	0x00100000 - 0x1bffffff (0x1bf00000) 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	0x1c000000 - 0x1c001fff (0x2000) MX[B]
    	[5] -1	0	0xfedde000 - 0xfeddefff (0x1000) MX[B]
    	[6] -1	0	0xfede0000 - 0xfedeffff (0x10000) MX[B]
    	[7] -1	0	0xfedf0000 - 0xfedfffff (0x10000) MX[B]
    	[8] -1	0	0xfeddf000 - 0xfeddffff (0x1000) MX[B]
    	[9] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
    	[10] -1	0	0xfecff000 - 0xfecfffff (0x1000) MX[B](B)
    	[11] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
    	[12] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[13] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
    	[14] -1	0	0x0000fce8 - 0x0000fcef (0x8) IX[B]
    	[15] -1	0	0x0000fcf0 - 0x0000fcff (0x10) IX[B]
    	[16] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B](B)
    (II) resource ranges after probing:
    	[0] -1	0	0x00100000 - 0x1bffffff (0x1bf00000) 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	0x1c000000 - 0x1c001fff (0x2000) MX[B]
    	[5] -1	0	0xfedde000 - 0xfeddefff (0x1000) MX[B]
    	[6] -1	0	0xfede0000 - 0xfedeffff (0x10000) MX[B]
    	[7] -1	0	0xfedf0000 - 0xfedfffff (0x10000) MX[B]
    	[8] -1	0	0xfeddf000 - 0xfeddffff (0x1000) MX[B]
    	[9] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
    	[10] -1	0	0xfecff000 - 0xfecfffff (0x1000) MX[B](B)
    	[11] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
    	[12] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
    	[13] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
    	[14] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
    	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
    	[17] -1	0	0x0000fce8 - 0x0000fcef (0x8) IX[B]
    	[18] -1	0	0x0000fcf0 - 0x0000fcff (0x10) IX[B]
    	[19] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B](B)
    	[20] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
    	[21] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
    (II) Setting vga for screen 0.
    (**) MACH64(0): Depth 24, (--) framebuffer bpp 32
    (==) MACH64(0): Using XAA acceleration architecture
    (II) MACH64: Mach64 in slot 1:0:0 detected.
    (II) resource ranges after xf86ClaimFixedResources() call:
    	[0] 0	0	0xfecff000 - 0xfecfffff (0x1000) MS[B]
    	[1] 0	0	0xfd000000 - 0xfdffffff (0x1000000) MS[B]
    	[2] -1	0	0x00100000 - 0x1bffffff (0x1bf00000) MX[B]E(B)
    	[3] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
    	[4] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
    	[5] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
    	[6] -1	0	0x1c000000 - 0x1c001fff (0x2000) MX[B]
    	[7] -1	0	0xfedde000 - 0xfeddefff (0x1000) MX[B]
    	[8] -1	0	0xfede0000 - 0xfedeffff (0x10000) MX[B]
    	[9] -1	0	0xfedf0000 - 0xfedfffff (0x10000) MX[B]
    	[10] -1	0	0xfeddf000 - 0xfeddffff (0x1000) MX[B]
    	[11] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
    	[12] -1	0	0xfecff000 - 0xfecfffff (0x1000) MX[B](B)
    	[13] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
    	[14] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
    	[15] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
    	[16] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
    	[17] 0	0	0x0000e800 - 0x0000e8ff (0x100) IS[B]
    	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
    	[20] -1	0	0x0000fce8 - 0x0000fcef (0x8) IX[B]
    	[21] -1	0	0x0000fcf0 - 0x0000fcff (0x10) IX[B]
    	[22] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B](B)
    	[23] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
    	[24] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    	compiled for 1.4.0.90, module version = 1.0.0
    	ABI class: X.Org Video Driver, version 2.0
    (II) MACH64(0): Primary V_BIOS segment is: 0xc000
    (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/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    	compiled for 1.4.0.90, module version = 1.1.0
    	ABI class: X.Org Video Driver, version 2.0
    (II) MACH64(0): VESA BIOS detected
    (II) MACH64(0): VESA VBE Version 2.0
    (II) MACH64(0): VESA VBE Total Mem: 3904 kB
    (II) MACH64(0): VESA VBE OEM: ATI MACH64
    (II) MACH64(0): VESA VBE OEM Software Rev: 1.0
    (II) MACH64(0): VESA VBE OEM Vendor: ATI Technologies Inc.
    (II) MACH64(0): VESA VBE OEM Product: MACH64LP
    (II) MACH64(0): VESA VBE OEM Product Rev: 01.00
    (II) MACH64(0): VESA VBE DDC supported
    (II) MACH64(0): VESA VBE DDC Level none
    (II) MACH64(0): VESA VBE DDC transfer in appr. 2 sec.
    (II) MACH64(0): VESA VBE DDC read failed
    (--) MACH64(0): Panel model Sharp LM121SS1T53.
    (II) MACH64(0): BIOS Data:  BIOSSize=0xB800, ROMTable=0x0122.
    (II) MACH64(0): BIOS Data:  ClockTable=0x08A8, FrequencyTable=0x0000.
    (II) MACH64(0): BIOS Data:  LCDTable=0x0190.
    (II) MACH64(0): BIOS Data:  VideoTable=0x0000, HardwareTable=0x016C.
    (II) MACH64(0): BIOS Data:  I2CType=0x0F, Tuner=0x00, Decoder=0x00, Audio=0x0F.
    (--) MACH64(0): ATI 3D Rage LT Pro graphics controller detected.
    (--) MACH64(0): Chip type 4C42 "LB", version 4, foundry UMC, class 0, revision 0x03.
    (--) MACH64(0): AGP bus interface detected;  block I/O base is 0xE800.
    (--) MACH64(0): ATI Mach64 adapter detected.
    (!!) MACH64(0): For information on using the multimedia capabilities
    	of this adapter, please see http://gatos.sf.net.
    (--) MACH64(0): Internal RAMDAC (subtype 1) detected.
    (==) MACH64(0): RGB weight 888
    (==) MACH64(0): Default visual is TrueColor
    (==) MACH64(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) MACH64(0): Using Mach64 accelerator CRTC.
    (--) MACH64(0): 800x600 panel (ID 15) detected.
    (--) MACH64(0): Panel clock is 41.023 MHz.
    (II) MACH64(0): Using digital flat panel interface.
    (II) MACH64(0): Storing hardware cursor image at 0xFD3FFC00.
    (II) MACH64(0): Using 8 MB linear aperture at 0xFD000000.
    (!!) MACH64(0): Virtual resolutions will be limited to 4095 kB
     due to linear aperture size and/or placement of hardware cursor image area.
    (II) MACH64(0): Using Block 0 MMIO aperture at 0xFECFF400.
    (II) MACH64(0): Using Block 1 MMIO aperture at 0xFECFF000.
    (==) MACH64(0): Write-combining range (0xfd000000,0x400000)
    (II) MACH64(0): MMIO write caching enabled.
    (--) MACH64(0): 4096 kB of SGRAM (1:1) detected (using 4095 kB).
    (WW) MACH64(0): Cannot shadow an accelerated frame buffer.
    (II) MACH64(0): Engine XCLK 100.023 MHz;  Refresh rate code 7.
    (--) MACH64(0): Internal programmable clock generator detected.
    (--) MACH64(0): Reference clock 29.500 MHz.
    (II) MACH64(0): Maximum clock: 200.00 MHz
    (II) MACH64(0): Not using default mode "1024x768" (width too large for virtual size)
    (II) MACH64(0): Not using default mode "1024x768" (width too large for virtual size)
    (II) MACH64(0): Not using default mode "512x384" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1024x768" (width too large for virtual size)
    (II) MACH64(0): Not using default mode "512x384" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1024x768" (width too large for virtual size)
    (II) MACH64(0): Not using default mode "512x384" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1024x768" (width too large for virtual size)
    (II) MACH64(0): Not using default mode "512x384" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1152x864" (width too large for virtual size)
    (II) MACH64(0): Not using default mode "576x432" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1280x960" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "640x480" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1280x960" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "640x480" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1280x1024" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "640x512" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1280x1024" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "640x512" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1280x1024" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "640x512" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1600x1200" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "800x600" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1600x1200" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "800x600" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1600x1200" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "800x600" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1600x1200" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "800x600" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1600x1200" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "800x600" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1792x1344" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "896x672" (width too large for virtual size)
    (II) MACH64(0): Not using default mode "1792x1344" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "896x672" (width too large for virtual size)
    (II) MACH64(0): Not using default mode "1856x1392" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "928x696" (width too large for virtual size)
    (II) MACH64(0): Not using default mode "1856x1392" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "928x696" (width too large for virtual size)
    (II) MACH64(0): Not using default mode "1920x1440" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "960x720" (width too large for virtual size)
    (II) MACH64(0): Not using default mode "1920x1440" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "960x720" (width too large for virtual size)
    (II) MACH64(0): Not using default mode "832x624" (width too large for virtual size)
    (II) MACH64(0): Not using default mode "416x312" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1280x768" (width too large for virtual size)
    (II) MACH64(0): Not using default mode "640x384" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1280x800" (width too large for virtual size)
    (II) MACH64(0): Not using default mode "640x400" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1152x768" (width too large for virtual size)
    (II) MACH64(0): Not using default mode "576x384" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1152x864" (width too large for virtual size)
    (II) MACH64(0): Not using default mode "576x432" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1400x1050" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "700x525" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1400x1050" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "700x525" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1400x1050" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "700x525" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1400x1050" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "700x525" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1440x900" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "720x450" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1600x1024" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "800x512" (exceeds panel dimensions)
    (II) MACH64(0): Not using default mode "1680x1050" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "840x525" (width too large for virtual size)
    (II) MACH64(0): Not using default mode "1920x1200" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "960x600" (width too large for virtual size)
    (II) MACH64(0): Not using default mode "1920x1200" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "960x600" (width too large for virtual size)
    (II) MACH64(0): Not using default mode "1920x1440" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "960x720" (width too large for virtual size)
    (II) MACH64(0): Not using default mode "2048x1536" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "1024x768" (width too large for virtual size)
    (II) MACH64(0): Not using default mode "2048x1536" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "1024x768" (width too large for virtual size)
    (II) MACH64(0): Not using default mode "2048x1536" (insufficient memory for mode)
    (II) MACH64(0): Not using default mode "1024x768" (width too large for virtual size)
    (**) MACH64(0): Virtual size is 800x600 (pitch 800)
    (**) MACH64(0): *Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
    (II) MACH64(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
    (**) MACH64(0):  Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
    (II) MACH64(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
    (**) MACH64(0):  Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
    (II) MACH64(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
    (**) MACH64(0):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
    (II) MACH64(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    (**) MACH64(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
    (II) MACH64(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    (**) MACH64(0):  Built-in mode "Native panel mode": 41.0 MHz, 50.3 kHz, 83.5 Hz
    (II) MACH64(0): Modeline "Native panel mode"x83.5   41.02  800 800 808 816  600 600 601 602 (50.3 kHz)
    (**) MACH64(0):  Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
    (II) MACH64(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
    (**) MACH64(0):  Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
    (II) MACH64(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
    (**) MACH64(0):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
    (II) MACH64(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
    (**) MACH64(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
    (II) MACH64(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    (**) MACH64(0):  Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
    (II) MACH64(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
    (**) MACH64(0):  Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
    (II) MACH64(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
    (**) MACH64(0):  Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
    (II) MACH64(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
    (**) MACH64(0):  Default mode "512x384": 22.4 MHz, 35.5 kHz, 86.6 Hz (D)
    (II) MACH64(0): Modeline "512x384"x86.6   22.45  512 516 604 632  384 384 388 409 interlace doublescan +hsync +vsync (35.5 kHz)
    (**) MACH64(0):  Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
    (II) MACH64(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz)
    (**) MACH64(0):  Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
    (II) MACH64(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz)
    (**) MACH64(0):  Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
    (II) MACH64(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz)
    (**) MACH64(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
    (II) MACH64(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz)
    (**) MACH64(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
    (II) MACH64(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz)
    (**) MACH64(0):  Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
    (II) MACH64(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz)
    (**) MACH64(0):  Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
    (II) MACH64(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz)
    (**) MACH64(0):  Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
    (II) MACH64(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz)
    (**) MACH64(0):  Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
    (II) MACH64(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz)
    (**) MACH64(0):  Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D)
    (II) MACH64(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz)
    (**) MACH64(0):  Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
    (II) MACH64(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz)
    (**) MACH64(0):  Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
    (II) MACH64(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz)
    (==) MACH64(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    	compiled for 1.4.0.90, module version = 1.0.0
    	ABI class: X.Org ANSI C Emulation, version 0.3
    (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/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
    	compiled for 1.4.0.90, module version = 1.2.0
    	ABI class: X.Org Video Driver, version 2.0
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"(II) Module "i2c" already built-in
    (II) MACH64(0): I2C bus "Mach64" initialized.
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC?  No, I don't.
    (II) resource ranges after preInit:
    	[0] 0	0	0xfecff000 - 0xfecfffff (0x1000) MS[B]
    	[1] 0	0	0xfd000000 - 0xfdffffff (0x1000000) MS[B]
    	[2] -1	0	0x00100000 - 0x1bffffff (0x1bf00000) MX[B]E(B)
    	[3] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
    	[4] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
    	[5] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
    	[6] -1	0	0x1c000000 - 0x1c001fff (0x2000) MX[B]
    	[7] -1	0	0xfedde000 - 0xfeddefff (0x1000) MX[B]
    	[8] -1	0	0xfede0000 - 0xfedeffff (0x10000) MX[B]
    	[9] -1	0	0xfedf0000 - 0xfedfffff (0x10000) MX[B]
    	[10] -1	0	0xfeddf000 - 0xfeddffff (0x1000) MX[B]
    	[11] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
    	[12] -1	0	0xfecff000 - 0xfecfffff (0x1000) MX[B](B)
    	[13] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
    	[14] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
    	[15] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
    	[16] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
    	[17] 0	0	0x0000e800 - 0x0000e8ff (0x100) IS[B]
    	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
    	[20] -1	0	0x0000fce8 - 0x0000fcef (0x8) IX[B]
    	[21] -1	0	0x0000fcf0 - 0x0000fcff (0x10) IX[B]
    	[22] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B](B)
    	[23] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
    	[24] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
    (==) MACH64(0): Write-combining range (0xfd000000,0x400000)
    (WW) MACH64(0): DRI static buffer allocation failed -- need at least 4687 kB video memory
    (II) MACH64(0): Largest offscreen areas (with overlaps):
    (II) MACH64(0): 	800 x 710 rectangle at 0,600
    (II) MACH64(0): 	320 x 711 rectangle at 0,600
    (**) MACH64(0): Option "XaaNoOffscreenPixmaps"
    (II) MACH64(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
    	Setting up tile and stipple cache:
    		30 128x128 slots
    (==) MACH64(0): Backing store disabled
    (==) MACH64(0): Silken mouse enabled
    (II) MACH64(0): DPMS enabled
    (WW) MACH64(0): Option "UseFBDev" is not used
    (II) MACH64(0): Direct rendering disabled
    (==) RandR enabled
    (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 XC-APPGROUP
    (II) Initializing built-in extension XAccessControlExtension
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    (II) AIGLX: Screen 0 is not DRI capable
    (II) Loading sub module "GLcore"
    (II) LoadModule: "GLcore"
    (II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
    (II) Module GLcore: vendor="X.Org Foundation"
    	compiled for 1.4.0.90, module version = 1.0.0
    	ABI class: X.Org Server Extension, version 0.3
    (II) GLX: Initialized MESA-PROXY GL provider for screen 0
    (**) Generic Keyboard: always reports core events
    (**) Option "Protocol" "standard"
    (**) Generic Keyboard: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Generic Keyboard: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Generic Keyboard: XkbModel: "pc105"
    (**) Option "XkbLayout" "us"
    (**) Generic Keyboard: XkbLayout: "us"
    (**) Option "CustomKeycodes" "off"
    (**) Generic Keyboard: CustomKeycodes disabled
    (EE) VMWARE(0): vmmouse enable failed
    (WW) Configured Mouse: No Device specified, looking for one...
    (II) Configured Mouse: Setting Device option to "/dev/input/mice"
    (--) Configured Mouse: Device: "/dev/input/mice"
    (==) Configured Mouse: Protocol: "Auto"
    (**) Configured Mouse: always reports core events
    (**) Option "Device" "/dev/input/mice"
    (==) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
    (**) Configured Mouse: ZAxisMapping: buttons 4 and 5
    (**) Configured Mouse: Buttons: 9
    (**) Configured Mouse: Sensitivity: 1
    Atom 4, CARD32 4, unsigned long 4
    (II) Synaptics touchpad driver version 0.14.6 (1406)
    Synaptics Touchpad no synaptics event device found (checked 16 nodes)
    (**) Option "Device" "/dev/psaux"
    (**) Option "HorizEdgeScroll" "0"
    Query no Synaptics: 6003C8
    (EE) Synaptics Touchpad no synaptics touchpad detected and no repeater device
    (EE) Synaptics Touchpad Unable to query/initialize Synaptics hardware.
    (EE) PreInit failed for input device "Synaptics Touchpad"
    (II) UnloadModule: "synaptics"
    (**) Option "CoreKeyboard"
    (**) Generic Keyboard: always reports core events
    (**) Option "Protocol" "standard"
    (**) Generic Keyboard: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Generic Keyboard: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Generic Keyboard: XkbModel: "pc105"
    (**) Option "XkbLayout" "us"
    (**) Generic Keyboard: XkbLayout: "us"
    (**) Option "CustomKeycodes" "off"
    (**) Generic Keyboard: CustomKeycodes disabled
    (II) evaluating device (Generic Keyboard)
    (II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
    (II) evaluating device (Configured Mouse)
    (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
    (II) evaluating device (Generic Keyboard)
    (II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
    (--) Configured Mouse: PnP-detected protocol: "ExplorerPS/2"
    (II) Configured Mouse: ps2EnableDataReporting: succeeded
    SetClientVersion: 0 9
    SetKbdSettings - type: -1077739780 rate: 30 delay: 500 snumlk: 76
    glxinfo:
    Code:
    me@hardy:~$ export LIBGL_DEBUG=verbose
    me@hardy:~$ glxinfo
    name of display: :0.0
    display: :0  screen: 0
    direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
    server glx vendor string: SGI
    server glx version string: 1.2
    server glx extensions:
        GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
        GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method, 
        GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe, 
        GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
    client glx vendor string: SGI
    client glx version string: 1.4
    client glx extensions:
        GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
        GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, 
        GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, 
        GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control, 
        GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
        GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
        GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
    GLX version: 1.2
    GLX extensions:
        GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
        GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
        GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample, 
        GLX_SGIX_fbconfig, GLX_EXT_texture_from_pixmap
    OpenGL vendor string: Mesa project: www.mesa3d.org
    OpenGL renderer string: Mesa GLX Indirect
    OpenGL version string: 1.4 (2.1 Mesa 7.0.3-rc2)
    OpenGL extensions:
        GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program, 
        GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture, 
        GL_ARB_occlusion_query, GL_ARB_point_parameters, GL_ARB_point_sprite, 
        GL_ARB_shadow, GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp, 
        GL_ARB_texture_compression, GL_ARB_texture_cube_map, 
        GL_ARB_texture_env_add, GL_ARB_texture_env_combine, 
        GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, 
        GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two, 
        GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_vertex_program, 
        GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, 
        GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
        GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract, 
        GL_EXT_clip_volume_hint, GL_EXT_copy_texture, GL_EXT_draw_range_elements, 
        GL_EXT_fog_coord, GL_EXT_framebuffer_object, GL_EXT_multi_draw_arrays, 
        GL_EXT_packed_pixels, GL_EXT_paletted_texture, GL_EXT_point_parameters, 
        GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color, 
        GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, 
        GL_EXT_shared_texture_palette, GL_EXT_stencil_wrap, GL_EXT_subtexture, 
        GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp, 
        GL_EXT_texture_env_add, GL_EXT_texture_env_combine, 
        GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias, 
        GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, 
        GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels, 
        GL_ATI_draw_buffers, GL_ATI_texture_env_combine3, 
        GL_ATI_texture_mirror_once, GL_ATIX_texture_env_combine3, 
        GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, 
        GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_NV_blend_square, 
        GL_NV_fragment_program, GL_NV_light_max_exponent, GL_NV_point_sprite, 
        GL_NV_texgen_reflection, GL_NV_texture_rectangle, GL_NV_vertex_program, 
        GL_NV_vertex_program1_1, GL_SGI_color_matrix, GL_SGI_color_table, 
        GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, 
        GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SGIX_depth_texture, 
        GL_SGIX_shadow, GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays
    
       visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
     id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
    ----------------------------------------------------------------------
    0x23 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
    0x24 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
    0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
    0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
    0x27 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
    0x28 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
    0x29 24 dc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
    0x2a 24 dc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
    0x44 32 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 Ncon
    Best regards,
    -Tye (Mercenary Nerd: http://HTDoctor.com/)
    "In theory, there's no difference between theory and practice, but in practice, there is." -Jan L.A. van de Snepscheut

  2. #2
    Join Date
    Dec 2006
    Beans
    1,133
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: DRI static buffer allocation failed

    Look in the Screen section of you xorg.conf file. Change the line

    DefaultDepth 24
    to
    DefaultDepth 16
    (You will have to run your editor with root priveledges, like
    "sudo gedit /etc/xorg.conf")

  3. #3
    Join Date
    Mar 2007
    Location
    Downtown Tucson, Arizona
    Beans
    52
    Distro
    Hardy Heron (Ubuntu Development)

    Re: DRI static buffer allocation failed

    Already tried that, but it made no change in the error log, no improvement in performance.
    Best regards,
    -Tye (Mercenary Nerd: http://HTDoctor.com/)
    "In theory, there's no difference between theory and practice, but in practice, there is." -Jan L.A. van de Snepscheut

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •