[solved] dvdstyler broke with ffmpeg from testing

After ffmpeg upgrade, dvdstyler gives this error on startup in terminal:
dvdstyler: error while loading shared libraries: libavcodec.so.51: cannot open shared object file: No such file or directory
Attempting to rebuild dvdstyler gives this error:
make[2]: *** [mediatrc_ffmpeg.o] Error 1
make[2]: Leaving directory `/tmp/yaourt-tmp-root/abs-dvdstyler/src/DVDStyler-1.7.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/yaourt-tmp-root/abs-dvdstyler/src/DVDStyler-1.7.0/src'
make: *** [all-recursive] Error 1
==> ERROR: Build Failed.
Last edited by xaiviax (2009-02-01 01:18:50)

This is now solved for me and not really a testing issue any more, but for those that search and find this, hopefully the following helps.
Building dvdstyler 1.71 and 1.72beta4 also failed, albeit with different errors.  Seen that wxsvg (dependency) was also horribly out of date, so updated and rebuilt using abs.  That did not help.  Searched upstream forums and bug trackers, found someone with Debian was reporting a similar problem, and was told that 1.72b4_1 fixed his issue, so I took the following steps:
Upgraded ffmpeg to ffmpeg-svn and x264 to x264-git.  This required mplayer to be rebuilt, done.   (Not sure if these upgrades are required or not, but they work great for me, so...)
Then using abs and the following source:  http://prdownloads.sourceforge.net/wxsv … 2?download
used this package build to update wxsvg:   (sed lines removed as they are no longer applicable to current ffmpeg)
pkgname=wxsvg
pkgver=1.0
pkgrel=1
pkgdesc="C++ library to create, manipulate and render SVG files"
arch=('i686' 'x86_64')
url="http://www.wxsvg.org/"
license=('custom:wxWindows')
depends=('wxgtk' 'libart-lgpl' 'ffmpeg')
options=('!libtool')
source=(wxsvg-1.0.tar.bz2)
build() {
  cd "$srcdir/wxsvg-$pkgver"
  ./autogen.sh || return 1
  ./configure --prefix=/usr || return 1
  make || return 1
  make DESTDIR="$pkgdir" install || return 1
  install -D -m644 COPYING "$pkgdir/usr/share/licenses/wxsvg/COPYING" || return 1
Then using abs and this source:  http://prdownloads.sourceforge.net/dvds … 2?download
used this package build to update dvdstyler:  (eliminated mjpegtools from dependencies)
pkgname=dvdstyler
pkgver=1.7.2b4_1
pkgrel=1
pkgdesc="Cross-platform DVD authoring application"
arch=('i686' 'x86_64')
url="http://www.dvdstyler.de/"
license=('GPL')
depends=('wxsvg' 'libexif' 'dvdauthor' 'cdrkit' 'dvd+rw-tools')
optdepends=('xine-ui: DVD preview support'
            'dvdisaster: ECC support')
source=(DVDStyler-1.7.2b4_1.tar.bz2)
build() {
  cd "$srcdir/DVDStyler-$pkgver"
  ./autogen.sh || return 1
  ./configure --prefix=/usr || return 1
  make || return 1
  make DESTDIR="$pkgdir" install || return 1
And it works!  (even better than before   )
I could whine and cry about outdated packages and whatnot, but in reality, I switched to Arch to be able to understand and fix issues like this for myself, and that's exactly what I got here.  Thanks to all the Arch developers and forum moderators and all the users who come to everyone's aid all the time.  And thanks to above package maintainer, who without the initial package builds, this would of been that much more difficult.
Arch is the greatest...

Similar Messages

  • Replace devfsd with udev from "testing"? [Y/n]

    pacman -Syu keeps asking me this:
    :: Replace devfsd with udev from "testing"? [Y/n] n
    but im already using udev. why?

    um, again please? you mean i should just say yes? but why is pacman -Syu insisting on installing udev from testing (i have testing enabled but not prioritized in pacman.conf). this arch install of mine started from 0.72 (gimmick) so it is using udev (from current) by default.

  • Blank screen with xorg from testing

    I've been trying to get this going for a while now, but  I keep hitting a brick wall.  Maybe someone can see something that I'm missing.
    The system is a dell inspiron 5100 laptop with an ati radeon m7.
    When X is started I get a blank screen, no backlight or anything, but otherwise everything seems to be started.  Ps shows that the wm is running along with conky and pypanel and the other stuff I autostart.  I can ctrl+alt+f2 into another console and start xev or xrandr connected to the x display and get the expected output.  Ctrl+alt+backspace will kill of the x server.  I don't see anything that looks to be out of the ordinary in the logs either.  I get the same result whether I use my old xorg config, a newly generated one, or none and let the server try to figure it out.  The problem seems to be with ati 6.6.192.  If I use 6.6.3 from current with the rest of the testing packages everything is fine.  I've yet to find anyone else who's having a similar problem.  Below are my xorg.conf and a log from it "failing", hopefully someone can see something that I'm missing.  There are some odd options set from various things I've found to try regarding ati and blank screens, if it seems weird thats probably how it got in there.
    <xorg.conf>
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Touchpad" "AlwaysCore"
    #InputDevice "USBMouse" "AlwaysCore"
    InputDevice "lx7" "AlwaysCore"
    InputDevice "Keyboard0" "CoreKeyboard"
    # Energy Saver settings
    # Time in minutes
    Option "BlankTime" "5"
    Option "StandbyTime" "5"
    Option "SuspendTime" "10"
    Option "OffTime" "15"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "extmod"
    Load "dbe"
    Load "record"
    Load "xtrap"
    Load "dri"
    # Load "drm"
    Load "radeon"
    Load "glx"
    Load "freetype"
    Load "type1"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Input Device"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "1700"
    Option "RightEdge" "5300"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "0"
    Option "MaxTapMove" "0"
    Option "VertScrollDelta" "0"
    Option "HorizScrollDelta" "0"
    Option "MinSpeed" "0.09"
    Option "MaxSpeed" "0.18"
    Option "AccelFactor" "0.0015"
    Option "SHMConfig" "on"
    Option "GuestMOuseOff" "true"
    EndSection
    Section "InputDevice"
    Identifier "USBMouse"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    Identifier "lx7"
    Driver "evdev"
    Option "Name" "Logitech USB RECEIVER"
    EndSection
    Section "Monitor"
    DisplaySize 300 220 # mm
    Identifier "Monitor0"
    VendorName "LGP"
    ModelName "b246"
    Option "DPMS"
    # 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz
    Modeline "1024x768_60.00" 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync
    HorizSync 28-96
    VertRefresh 43-60
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "Radeon Mobility M7 LW [Radeon Mobility 7500]"
    BusID "PCI:1:0:0"
    Option "BusType" "PCI"
    Option "MonitorLayout" "LVDS, NONE"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 1
    Modes "1024x768_60.00"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    Modes "1024x768_60.00"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    Modes "1024x768_60.00"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    Modes "1024x768_60.00"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1024x768_60.00"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1024x768_60.00"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0660
    EndSection
    <Xorg.0.log>
    X Window System Version 1.3.0
    Release Date: 19 April 2007
    X Protocol Version 11, Revision 0, Release 1.3
    Build Operating System: UNKNOWN
    Current Operating System: Linux m 2.6.21-ck #1 SMP PREEMPT Fri May 25 01:02:05 IST 2007 i686
    Build Date: 31 May 2007
    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: Fri Jun 29 14:30:57 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Touchpad"
    (**) |-->Input Device "lx7"
    (**) |-->Input Device "Keyboard0"
    (==) |-->Input Device "USBMouse"
    (WW) The core pointer device wasn't specified explicitly in the layout.
    Using the first mouse device.
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (**) Option "BlankTime" "5"
    (**) Option "StandbyTime" "5"
    (**) Option "SuspendTime" "10"
    (**) Option "OffTime" "15"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81d92e0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.2
    X.Org XInput driver : 0.7
    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.3.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.2
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,2560 card 0000,0000 rev 03 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 8086,2561 card 0000,0000 rev 03 class 06,04,00 hdr 01
    (II) PCI: 00:1d:0: chip 8086,24c2 card 8086,24c0 rev 02 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,24c4 card 8086,24c0 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,24c7 card 8086,24c0 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,24cd card 8086,24c0 rev 02 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 82 class 06,04,00 hdr 01
    (II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 02 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,24cb card 8086,24c0 rev 02 class 01,01,8a hdr 00
    (II) PCI: 00:1f:5: chip 8086,24c5 card 1028,0149 rev 02 class 04,01,00 hdr 00
    (II) PCI: 00:1f:6: chip 8086,24c6 card 14e4,4d64 rev 02 class 07,03,00 hdr 00
    (II) PCI: 01:00:0: chip 1002,4c57 card 1028,0149 rev 00 class 03,00,00 hdr 00
    (II) PCI: 02:01:0: chip 14e4,4401 card 4401,1028 rev 01 class 02,00,00 hdr 00
    (II) PCI: 02:02:0: chip 8086,4220 card 8086,2701 rev 05 class 02,80,00 hdr 00
    (II) PCI: 02:04:0: chip 104c,ac44 card d000,0000 rev 02 class 06,07,00 hdr 82
    (II) PCI: 02:04:1: chip 104c,8029 card 1028,0149 rev 00 class 0c,00,10 hdr 80
    (II) PCI: End of PCI scan
    (II) Intel Bridge workaround enabled
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,3), 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 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[b]
    [2] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [3] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b]
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:30:0), (0,2,6), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    [2] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
    [3] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[b]
    [4] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [5] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [6] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[b]
    [7] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xf6000000 - 0xfbffffff (0x6000000) MX[b]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0x30000000 - 0x33ffffff (0x4000000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-CardBus bridge:
    (II) Bus 3: bridge is at (2:4:0), (2,3,6), BCTRL: 0x05c0 (VGA_EN is cleared)
    (II) Bus 3 I/O range:
    [0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    (II) Bus 3 prefetchable memory range:
    [0] -1 0 0x30000000 - 0x33ffffff (0x4000000) MX[b]
    (--) PCI:*(1:0:0) ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500] rev 0, Mem @ 0xe8000000/27, 0xfcff0000/16, I/O @ 0xc000/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 0xe7ffffff to 0xdfffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [1] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
    [2] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [3] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [4] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [5] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [6] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
    [7] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [9] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [10] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [11] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [12] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [13] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [14] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [15] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [16] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [17] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [18] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [19] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [20] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [21] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [22] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [23] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [1] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
    [2] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [3] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [4] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [5] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [6] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
    [7] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [9] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [10] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [11] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [12] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [13] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [14] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [15] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [16] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [17] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [18] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [19] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [20] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [21] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [22] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [23] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x33ffffff (0x33f00000) 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 - 0x33ffffff (0x33f00000) 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 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [5] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
    [6] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [7] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [8] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [9] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [10] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
    [11] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [14] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [18] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [19] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [20] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [21] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [22] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [23] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [24] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [26] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [27] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [28] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [29] -1 0 0x0000c000 - 0x0000c0ff (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.3.0, 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.3.0, 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: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.3.0, 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: "xtrap"
    (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
    (II) Module xtrap: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DEC-XTRAP
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 4.2.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 1.2
    (II) LoadModule: "ati"
    (II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
    (II) Module ati: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 6.6.192
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 1.2
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.3.0, 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.3.0, 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: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Type1
    (II) LoadModule: "radeon"
    (II) Reloading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (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 0.6
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
    (II) ATI: ATI driver wrapper (version 6.6.192) for chipsets: mach64, rage128, radeon
    (II) Primary Device is: PCI 01:00:0
    (II) Loading sub module "radeon"
    (II) LoadModule: "radeon"
    (II) Reloading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
    ATI ES1000 515E (PCI), ATI ES1000 5969 (PCI),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330/340/350 (A4) 4137,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
    ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP),
    ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
    ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
    ATI FireGL RV360 AV (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9650,
    ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP),
    ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE),
    ATI Radeon Mobility X600 (M24) 3150 (PCIE),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE),
    ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE), ATI FireGL V5000 (RV410) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE),
    ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 SE (R420) (AGP),
    ATI Radeon AIW X800 VE (R420) JT (AGP),
    ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V7100 (R423) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Radeon X800 (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 XTP (R430) (PCIE),
    ATI Radeon X850 5D4C (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP)
    (--) Chipset ATI Radeon Mobility M7 LW (AGP) found
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x33ffffff (0x33f00000) 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 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [5] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
    [6] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [7] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [8] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [9] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [10] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
    [11] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [14] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [18] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [19] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [20] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [21] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [22] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [23] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [24] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [26] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [27] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [28] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [29] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x33ffffff (0x33f00000) 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 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [5] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
    [6] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [7] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [8] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [9] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [10] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
    [11] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [14] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [20] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [21] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [22] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [23] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [24] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [25] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [26] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [27] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [29] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [30] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [31] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [32] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    [33] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [34] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (**) RADEON(0): RADEONPreInit
    (II) RADEON(0): MMIO registers at 0xfcff0000: size 64KB
    (II) RADEON(0): PCI bus 1 card 0 func 0
    (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) RADEON(0): Default visual is TrueColor
    (**) RADEON(0): Option "BusType" "PCI"
    (**) RADEON(0): Option "MonitorLayout" "LVDS, NONE"
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.2
    (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) RADEON(0): RGB weight 888
    (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    (==) RADEON(0): X server will not keep DPI constant for all screen sizes
    (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.3.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.2
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (--) RADEON(0): Chipset: "ATI Radeon Mobility M7 LW (AGP)" (ChipID = 0x4c57)
    (--) RADEON(0): Linear framebuffer at 0xe8000000
    (II) RADEON(0): AGP card detected
    (**) RADEON(0): Forced into PCI mode
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: drmOpenMinor returns 8
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.25.0
    (==) RADEON(0): Page Flipping disabled
    (II) RADEON(0): Will try to use DMA for Xv image transfers
    (II) RADEON(0): Detected total video RAM=32768K, accessible=65536K (PCI BAR=131072K)
    (--) RADEON(0): Mapped VideoRAM: 32768 kByte (64 bit DDR SDRAM)
    (II) RADEON(0): Color tiling enabled by default
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"(II) Module already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"(II) Module already built-in
    (II) RADEON(0): I2C bus "DDC" initialized.
    (II) RADEON(0): Legacy BIOS detected
    (II) RADEON(0): LVDS port is not in connector table, added in.
    (II) RADEON(0): Connector0: DDCType-0, DACType-1, TMDSType--1, ConnectorType-1
    (II) RADEON(0): Connector1: DDCType-3, DACType-0, TMDSType--1, ConnectorType-2
    (**) RADEON(0): MonitorLayout Option:
    Monitor1--Type LVDS, Monitor2--Type NONE
    (II) RADEON(0):
    (II) RADEON(0): Port1:
    Monitor -- LVDS
    Connector -- Proprietary
    DAC Type -- TVDAC/ExtDAC
    TMDS Type -- NONE
    DDC Type -- NONE
    (II) RADEON(0): Port2:
    Monitor -- NONE
    Connector -- VGA
    DAC Type -- Primary
    TMDS Type -- NONE
    DDC Type -- VGA_DDC
    (II) RADEON(0): ---- Primary Head: Port1 ----
    (II) RADEON(0): ---- Secondary Head: Not used ----
    (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=35000; xclk=18000
    (II) RADEON(0): Panel ID string: LGP
    (II) RADEON(0): Panel Size from BIOS: 1024x768
    (II) RADEON(0): BIOS provided dividers will be used.
    (WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
    (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) RADEON(0): Validating modes on Primary head ---------
    (II) RADEON(0): Panel ID string: LGP
    (II) RADEON(0): Panel Size from BIOS: 1024x768
    (II) RADEON(0): BIOS provided dividers will be used.
    (II) RADEON(0): Total number of valid DDC mode(s) found: 0
    (II) RADEON(0): Valid mode using on-chip RMX: 1024x768_60.00
    (II) RADEON(0): Total number of valid FP mode(s) found: 1
    (--) RADEON(0): Virtual size is 1024x768 (pitch 1024)
    (**) RADEON(0): *Mode "1024x768_60.00": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "1024x768_60.00" 65.00 1024 1040 1688 1344 768 771 777 806
    (**) RADEON(0): Default mode "960x720": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "960x720" 65.00 960 1040 1688 1344 720 771 777 806
    (**) RADEON(0): Default mode "960x600": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "960x600" 65.00 960 1040 1688 1344 600 771 777 806
    (**) RADEON(0): Default mode "960x540": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "960x540" 65.00 960 1040 1688 1344 540 771 777 806
    (**) RADEON(0): Default mode "928x696": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "928x696" 65.00 928 1040 1688 1344 696 771 777 806
    (**) RADEON(0): Default mode "896x672": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "896x672" 65.00 896 1040 1688 1344 672 771 777 806
    (**) RADEON(0): Default mode "840x525": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "840x525" 65.00 840 1040 1688 1344 525 771 777 806
    (**) RADEON(0): Default mode "832x624": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "832x624" 65.00 832 1040 1688 1344 624 771 777 806
    (**) RADEON(0): Default mode "800x600": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "800x600" 65.00 800 1040 1688 1344 600 771 777 806
    (**) RADEON(0): Default mode "800x512": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "800x512" 65.00 800 1040 1688 1344 512 771 777 806
    (**) RADEON(0): Default mode "720x450": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "720x450" 65.00 720 1040 1688 1344 450 771 777 806
    (**) RADEON(0): Default mode "720x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "720x400" 65.00 720 1040 1688 1344 400 771 777 806
    (**) RADEON(0): Default mode "700x525": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "700x525" 65.00 700 1040 1688 1344 525 771 777 806
    (**) RADEON(0): Default mode "680x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "680x384" 65.00 680 1040 1688 1344 384 771 777 806
    (**) RADEON(0): Default mode "640x512": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "640x512" 65.00 640 1040 1688 1344 512 771 777 806
    (**) RADEON(0): Default mode "640x480": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "640x480" 65.00 640 1040 1688 1344 480 771 777 806
    (**) RADEON(0): Default mode "640x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "640x400" 65.00 640 1040 1688 1344 400 771 777 806
    (**) RADEON(0): Default mode "640x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "640x384" 65.00 640 1040 1688 1344 384 771 777 806
    (**) RADEON(0): Default mode "640x360": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "640x360" 65.00 640 1040 1688 1344 360 771 777 806
    (**) RADEON(0): Default mode "640x350": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "640x350" 65.00 640 1040 1688 1344 350 771 777 806
    (**) RADEON(0): Default mode "576x432": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "576x432" 65.00 576 1040 1688 1344 432 771 777 806
    (**) RADEON(0): Default mode "576x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "576x384" 65.00 576 1040 1688 1344 384 771 777 806
    (**) RADEON(0): Default mode "512x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "512x384" 65.00 512 1040 1688 1344 384 771 777 806
    (**) RADEON(0): Default mode "416x312": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "416x312" 65.00 416 1040 1688 1344 312 771 777 806
    (**) RADEON(0): Default mode "400x300": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "400x300" 65.00 400 1040 1688 1344 300 771 777 806
    (**) RADEON(0): Default mode "360x200": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "360x200" 65.00 360 1040 1688 1344 200 771 777 806
    (**) RADEON(0): Default mode "320x240": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "320x240" 65.00 320 1040 1688 1344 240 771 777 806
    (**) RADEON(0): Default mode "320x200": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "320x200" 65.00 320 1040 1688 1344 200 771 777 806
    (**) RADEON(0): Default mode "320x175": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "320x175" 65.00 320 1040 1688 1344 175 771 777 806
    (**) RADEON(0): Display dimensions: (300, 220) mm
    (**) RADEON(0): DPI set to (86, 88)
    (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.3.0, 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 already built-in
    (==) RADEON(0): Using XAA acceleration architecture
    (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.3.0, module version = 1.2.0
    ABI class: X.Org Video Driver, version 1.2
    (==) RADEON(0): Assuming overlay scaler buffer width is 1536
    (II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
    (!!) RADEON(0): 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? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b]
    [1] 0 0 0xe8000000 - 0xefffffff (0x8000000) MX[b]
    [2] -1 0 0x00100000 - 0x33ffffff (0x33f00000) 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 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [7] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
    [8] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [9] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [10] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [11] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [12] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
    [13] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [14] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [15] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [16] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [17] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [18] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [19] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [20] 0 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [22] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [23] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [24] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [25] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [26] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [27] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [28] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [29] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [30] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [31] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [32] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [33] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [34] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [35] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    [36] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [37] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (**) RADEON(0): RADEONScreenInit e8000000 0 0
    (**) RADEON(0): Map: 0xe8000000, 0x02000000
    (==) RADEON(0): Write-combining range (0xe8000000,0x2000000)
    (**) RADEON(0): RADEONSave
    (**) RADEON(0): RADEONSaveMode(0x820d1c8)
    (**) RADEON(0): Read: 0x00000006 0x0002003a 0x00000000
    (**) RADEON(0): Read: rd=6, fd=58, pd=2
    (**) RADEON(0): Read: 0x00000000 0x00000000 0x00000000
    (**) RADEON(0): Read: rd=0, fd=0, pd=0
    (**) RADEON(0): RADEONSaveMode returns 0x820d1c8
    (II) RADEON(0): Dynamic Clock Scaling Disabled
    (==) RADEON(0): Using 24 bit depth buffer
    (**) RADEON(0): RADEONInitMemoryMap() :
    (**) RADEON(0): mem_size : 0x04000000
    (**) RADEON(0): MC_FB_LOCATION : 0xebffe800
    (**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (II) RADEON(0): Depth moves disabled by default
    (**) RADEON(0): Setting up initial surfaces
    (**) RADEON(0): Setting up accel memmap
    (II) RADEON(0): CP in BM mode
    (II) RADEON(0): Using 8 MB GART aperture
    (II) RADEON(0): Using 1 MB for the ring buffer
    (II) RADEON(0): Using 2 MB for vertex/indirect buffers
    (II) RADEON(0): Using 5 MB for GART textures
    (II) RADEON(0): Memory manager initialized to (0,0) (1024,8191)
    (II) RADEON(0): Reserved area from (0,768) to (1024,770)
    (II) RADEON(0): Largest offscreen area available: 1024 x 7421
    (II) RADEON(0): Will use front buffer at offset 0x0
    (II) RADEON(0): Will use back buffer at offset 0x900000
    (II) RADEON(0): Will use depth buffer at offset 0xc00000
    (II) RADEON(0): Will use 17408 kb for textures at offset 0xf00000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: drmOpenMinor returns 8
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) RADEON(0): [drm] DRM interface version 1.3
    (II) RADEON(0): [drm] created "radeon" driver at busid "pci:0000:01:00.0"
    (II) RADEON(0): [drm] added 8192 byte SAREA at 0xe0b94000
    (II) RADEON(0): [drm] mapped SAREA 0xe0b94000 to 0xb7c0c000
    (II) RADEON(0): [drm] framebuffer handle = 0xe8000000
    (II) RADEON(0): [drm] added 1 reserved context for kernel
    (II) RADEON(0): [pci] 8192 kB allocated with handle 0xe0c1e000
    (II) RADEON(0): [pci] ring handle = 0xe0c1e000
    (II) RADEON(0): [pci] Ring mapped at 0xb58f5000
    (II) RADEON(0): [pci] Ring contents 0x00000000
    (II) RADEON(0): [pci] ring read ptr handle = 0xe0d1f000
    (II) RADEON(0): [pci] Ring read ptr mapped at 0xb58f4000
    (II) RADEON(0): [pci] Ring read ptr contents 0x00000000
    (II) RADEON(0): [pci] vertex/indirect buffers handle = 0xe0d20000
    (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0xb56f4000
    (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
    (II) RADEON(0): [pci] GART texture map handle = 0xe0f20000
    (II) RADEON(0): [pci] GART Texture map mapped at 0xb5214000
    (II) RADEON(0): [drm] register handle = 0xfcff0000
    (II) RADEON(0): [dri] Visual configs initialized
    (**) RADEON(0): Initializing fb layer
    (**) RADEON(0): RADEONModeInit()
    1024x768_60. 65.00 1024 1040 1688 1344 768 771 777 806 (24,32)
    (**) RADEON(0): RADEONInit returns 0x820db84
    (**) RADEON(0): RADEONRestoreMode(0x820db84)
    (**) RADEON(0): RADEONRestoreMemMapRegisters() :
    (**) RADEON(0): MC_FB_LOCATION : 0xebffe800
    (**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (**) RADEON(0): Map Changed ! Applying ...
    (**) RADEON(0): Map applied, resetting engine ...
    (**) RADEON(0): Updating display base addresses...
    (**) RADEON(0): Memory map updated.
    (**) RADEON(0): Programming CRTC1, offset: 0x00000000
    (**) RADEON(0): GRPH_BUFFER_CNTL from 20045c5c to 20095c5c
    (**) RADEON(0): RADEONSaveScreen(0)
    (**) RADEON(0): Initializing backing store
    (==) RADEON(0): Backing store disabled
    (**) RADEON(0): DRI Finishing init !
    (II) RADEON(0): X context handle = 0x1
    (II) RADEON(0): [drm] installed DRM signal handler
    (II) RADEON(0): [DRI] installation complete
    (**) RADEON(0): EngineRestore (32/32)
    (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
    (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
    (II) RADEON(0): [drm] dma control initialized, using IRQ 11
    (II) RADEON(0): [drm] Initialized kernel GART heap manager, 5111808
    (II) RADEON(0): Direct rendering enabled
    (**) RADEON(0): Setting up final surfaces
    (**) RADEON(0): Initializing Acceleration
    (II) RADEON(0): Render acceleration enabled
    (**) RADEON(0): EngineInit (32/32)
    (**) RADEON(0): Pitch for acceleration = 128
    (**) RADEON(0): EngineRestore (32/32)
    (II) RADEON(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
    Scanline Image Writes
    Offscreen Pixmaps
    Setting up tile and stipple cache:
    32 128x128 slots
    32 256x256 slots
    16 512x512 slots
    (II) RADEON(0): Acceleration enabled
    (**) RADEON(0): Initializing DPMS
    (**) Option "dpms"
    (**) RADEON(0): DPMS enabled
    (**) RADEON(0): Initializing Cursor
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): Using hardware cursor (scanline 770)
    (II) RADEON(0): Largest offscreen area available: 1024 x 7417
    (**) RADEON(0): Initializing color map
    (**) RADEON(0): Initializing DGA
    (**) RADEON(0): Initializing Xv
    (II) RADEON(0): Detected Radeon Mobility M7, disabling multimedia i2c
    (II) Loading sub module "theatre_detect"
    (II) LoadModule: "theatre_detect"
    (II) Loading /usr/lib/xorg/modules/multimedia//theatre_detect_drv.so
    (II) Module theatre_detect: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.2
    (II) RADEON(0): no multimedia table present, disabling Rage Theatre.
    (**) RADEON(0): RADEONScreenInit finished
    (==) 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
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: drmOpenMinor returns 9
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (WW) AIGLX: 3D driver claims to not support visual 0x23
    (WW) AIGLX: 3D driver claims to not support visual 0x24
    (WW) AIGLX: 3D driver claims to not support visual 0x25
    (WW) AIGLX: 3D driver claims to not support visual 0x26
    (WW) AIGLX: 3D driver claims to not support visual 0x27
    (WW) AIGLX: 3D driver claims to not support visual 0x28
    (WW) AIGLX: 3D driver claims to not support visual 0x29
    (WW) AIGLX: 3D driver claims to not support visual 0x2a
    (WW) AIGLX: 3D driver claims to not support visual 0x2b
    (WW) AIGLX: 3D driver claims to not support visual 0x2c
    (WW) AIGLX: 3D driver claims to not support visual 0x2d
    (WW) AIGLX: 3D driver claims to not support visual 0x2e
    (WW) AIGLX: 3D driver claims to not support visual 0x2f
    (WW) AIGLX: 3D driver claims to not support visual 0x30
    (WW) AIGLX: 3D driver claims to not support visual 0x31
    (WW) AIGLX: 3D driver claims to not support visual 0x32
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/radeon_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) Synaptics touchpad driver version 0.14.6 (1406)
    (--) Touchpad auto-dev sets device to /dev/input/event6
    (**) Option "Device" "/dev/input/event6"
    (**) Option "SHMConfig" "on"
    (**) Option "LeftEdge" "1700"
    (**) Option "RightEdge" "5300"
    (**) Option "TopEdge" "1700"
    (**) Option "BottomEdge" "4200"
    (**) Option "FingerLow" "25"
    (**) Option "FingerHigh" "30"
    (**) Option "MaxTapTime" "0"
    (**) Option "MaxTapMove" "0"
    (**) Option "VertScrollDelta" "0"
    (**) Option "HorizScrollDelta" "0"
    (**) Option "GuestMouseOff" "true"
    (--) Touchpad touchpad found
    (**) Option "AlwaysCore"
    (**) Touchpad: always reports core events
    (II) evdev brain: Rescanning devices (1).
    (EE) PreInit returned NULL for "lx7"
    (**) Option "CoreKeyboard"
    (**) Keyboard0: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard0: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "us"
    (**) Keyboard0: XkbLayout: "us"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (**) Option "Protocol" "IMPS/2"
    (**) USBMouse: Device: "/dev/input/mice"
    (**) USBMouse: Protocol: "IMPS/2"
    (**) Option "CorePointer"
    (**) USBMouse: Core Pointer
    (**) Option "Device" "/dev/input/mice"
    (==) USBMouse: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5"
    (**) USBMouse: ZAxisMapping: buttons 4 and 5
    (**) USBMouse: Buttons: 9
    (II) XINPUT: Adding extended input device "USBMouse" (type: MOUSE)
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "evdev brain" (type: evdev brain)
    (II) XINPUT: Adding extended input device "Touchpad" (type: MOUSE)
    Synaptics DeviceInit called
    SynapticsCtrl called.
    Synaptics DeviceOn called
    (--) Touchpad auto-dev sets device to /dev/input/event6
    (**) Option "Device" "/dev/input/event6"
    (--) Touchpad touchpad found
    (II) evdev brain: Rescanning devices (2).
    (II) USBMouse: ps2EnableDataReporting: succeeded
    (**) RADEON(0): RADEONSaveScreen(2)
    (**) RADEON(0): RADEONSaveScreen(2)
    Synaptics DeviceOff called
    (**) RADEON(0): RADEONCloseScreen
    (**) RADEON(0): RADEONDRIStop
    (**) RADEON(0): EngineRestore (32/32)
    (**) RADEON(0): RADEONDisplayPowerManagementSet(0,0x0)
    (**) RADEON(0): RADEONRestore
    (**) RADEON(0): RADEONRestoreMode(0x820d1c8)
    (**) RADEON(0): RADEONRestoreMemMapRegisters() :
    (**) RADEON(0): MC_FB_LOCATION : 0x1fff0000
    (**) RADEON(0): MC_AGP_LOCATION : 0x27ff2000
    (**) RADEON(0): Map Changed ! Applying ...
    (**) RADEON(0): Map applied, resetting engine ...
    (**) RADEON(0): Updating display base addresses...
    (**) RADEON(0): Memory map updated.
    (**) RADEON(0): Programming CRTC1, offset: 0x00000000
    (**) RADEON(0): Disposing accel...
    (**) RADEON(0): Disposing cusor info
    (**) RADEON(0): Disposing DGA
    (**) RADEON(0): Unmapping memory
    (**) RADEON(0): RADEONDRICloseScreen
    (II) RADEON(0): [drm] removed 1 reserved context for kernel
    (II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xe0b94000 at 0xb7c0c000
    FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.
    andy

    phydeaux wrote:
    I've been trying to get this going for a while now, but  I keep hitting a brick wall.  Maybe someone can see something that I'm missing.
    The system is a dell inspiron 5100 laptop with an ati radeon m7.
    When X is started I get a blank screen, no backlight or anything, but otherwise everything seems to be started.  Ps shows that the wm is running along with conky and pypanel and the other stuff I autostart.  I can ctrl+alt+f2 into another console and start xev or xrandr connected to the x display and get the expected output.  Ctrl+alt+backspace will kill of the x server.  I don't see anything that looks to be out of the ordinary in the logs either.  I get the same result whether I use my old xorg config, a newly generated one, or none and let the server try to figure it out.  The problem seems to be with ati 6.6.192.  If I use 6.6.3 from current with the rest of the testing packages everything is fine.  I've yet to find anyone else who's having a similar problem.  Below are my xorg.conf and a log from it "failing", hopefully someone can see something that I'm missing.  There are some odd options set from various things I've found to try regarding ati and blank screens, if it seems weird thats probably how it got in there.
    <xorg.conf>
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Touchpad" "AlwaysCore"
    #InputDevice "USBMouse" "AlwaysCore"
    InputDevice "lx7" "AlwaysCore"
    InputDevice "Keyboard0" "CoreKeyboard"
    # Energy Saver settings
    # Time in minutes
    Option "BlankTime" "5"
    Option "StandbyTime" "5"
    Option "SuspendTime" "10"
    Option "OffTime" "15"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "extmod"
    Load "dbe"
    Load "record"
    Load "xtrap"
    Load "dri"
    # Load "drm"
    Load "radeon"
    Load "glx"
    Load "freetype"
    Load "type1"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Input Device"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "1700"
    Option "RightEdge" "5300"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "0"
    Option "MaxTapMove" "0"
    Option "VertScrollDelta" "0"
    Option "HorizScrollDelta" "0"
    Option "MinSpeed" "0.09"
    Option "MaxSpeed" "0.18"
    Option "AccelFactor" "0.0015"
    Option "SHMConfig" "on"
    Option "GuestMOuseOff" "true"
    EndSection
    Section "InputDevice"
    Identifier "USBMouse"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    Identifier "lx7"
    Driver "evdev"
    Option "Name" "Logitech USB RECEIVER"
    EndSection
    Section "Monitor"
    DisplaySize 300 220 # mm
    Identifier "Monitor0"
    VendorName "LGP"
    ModelName "b246"
    Option "DPMS"
    # 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz
    Modeline "1024x768_60.00" 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync
    HorizSync 28-96
    VertRefresh 43-60
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "Radeon Mobility M7 LW [Radeon Mobility 7500]"
    BusID "PCI:1:0:0"
    Option "BusType" "PCI"
    Option "MonitorLayout" "LVDS, NONE"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 1
    Modes "1024x768_60.00"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    Modes "1024x768_60.00"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    Modes "1024x768_60.00"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    Modes "1024x768_60.00"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1024x768_60.00"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1024x768_60.00"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0660
    EndSection
    <Xorg.0.log>
    X Window System Version 1.3.0
    Release Date: 19 April 2007
    X Protocol Version 11, Revision 0, Release 1.3
    Build Operating System: UNKNOWN
    Current Operating System: Linux m 2.6.21-ck #1 SMP PREEMPT Fri May 25 01:02:05 IST 2007 i686
    Build Date: 31 May 2007
    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: Fri Jun 29 14:30:57 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Touchpad"
    (**) |-->Input Device "lx7"
    (**) |-->Input Device "Keyboard0"
    (==) |-->Input Device "USBMouse"
    (WW) The core pointer device wasn't specified explicitly in the layout.
    Using the first mouse device.
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (**) Option "BlankTime" "5"
    (**) Option "StandbyTime" "5"
    (**) Option "SuspendTime" "10"
    (**) Option "OffTime" "15"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81d92e0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.2
    X.Org XInput driver : 0.7
    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.3.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.2
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,2560 card 0000,0000 rev 03 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 8086,2561 card 0000,0000 rev 03 class 06,04,00 hdr 01
    (II) PCI: 00:1d:0: chip 8086,24c2 card 8086,24c0 rev 02 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,24c4 card 8086,24c0 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,24c7 card 8086,24c0 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,24cd card 8086,24c0 rev 02 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 82 class 06,04,00 hdr 01
    (II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 02 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,24cb card 8086,24c0 rev 02 class 01,01,8a hdr 00
    (II) PCI: 00:1f:5: chip 8086,24c5 card 1028,0149 rev 02 class 04,01,00 hdr 00
    (II) PCI: 00:1f:6: chip 8086,24c6 card 14e4,4d64 rev 02 class 07,03,00 hdr 00
    (II) PCI: 01:00:0: chip 1002,4c57 card 1028,0149 rev 00 class 03,00,00 hdr 00
    (II) PCI: 02:01:0: chip 14e4,4401 card 4401,1028 rev 01 class 02,00,00 hdr 00
    (II) PCI: 02:02:0: chip 8086,4220 card 8086,2701 rev 05 class 02,80,00 hdr 00
    (II) PCI: 02:04:0: chip 104c,ac44 card d000,0000 rev 02 class 06,07,00 hdr 82
    (II) PCI: 02:04:1: chip 104c,8029 card 1028,0149 rev 00 class 0c,00,10 hdr 80
    (II) PCI: End of PCI scan
    (II) Intel Bridge workaround enabled
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,3), 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 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[b]
    [2] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [3] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b]
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:30:0), (0,2,6), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    [2] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
    [3] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[b]
    [4] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [5] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [6] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[b]
    [7] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xf6000000 - 0xfbffffff (0x6000000) MX[b]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0x30000000 - 0x33ffffff (0x4000000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-CardBus bridge:
    (II) Bus 3: bridge is at (2:4:0), (2,3,6), BCTRL: 0x05c0 (VGA_EN is cleared)
    (II) Bus 3 I/O range:
    [0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    (II) Bus 3 prefetchable memory range:
    [0] -1 0 0x30000000 - 0x33ffffff (0x4000000) MX[b]
    (--) PCI:*(1:0:0) ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500] rev 0, Mem @ 0xe8000000/27, 0xfcff0000/16, I/O @ 0xc000/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 0xe7ffffff to 0xdfffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [1] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
    [2] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [3] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [4] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [5] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [6] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
    [7] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [9] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [10] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [11] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [12] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [13] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [14] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [15] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [16] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [17] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [18] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [19] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [20] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [21] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [22] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [23] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [1] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
    [2] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [3] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [4] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [5] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [6] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
    [7] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [9] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [10] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [11] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [12] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [13] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [14] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [15] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [16] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [17] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [18] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [19] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [20] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [21] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [22] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [23] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x33ffffff (0x33f00000) 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 - 0x33ffffff (0x33f00000) 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 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [5] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
    [6] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [7] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [8] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [9] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [10] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
    [11] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [14] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [18] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [19] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [20] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [21] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [22] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [23] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [24] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [26] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [27] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [28] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [29] -1 0 0x0000c000 - 0x0000c0ff (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.3.0, 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.3.0, 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: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.3.0, 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: "xtrap"
    (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
    (II) Module xtrap: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DEC-XTRAP
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 4.2.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 1.2
    (II) LoadModule: "ati"
    (II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
    (II) Module ati: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 6.6.192
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 1.2
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.3.0, 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.3.0, 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: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Type1
    (II) LoadModule: "radeon"
    (II) Reloading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (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 0.6
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
    (II) ATI: ATI driver wrapper (version 6.6.192) for chipsets: mach64, rage128, radeon
    (II) Primary Device is: PCI 01:00:0
    (II) Loading sub module "radeon"
    (II) LoadModule: "radeon"
    (II) Reloading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
    ATI ES1000 515E (PCI), ATI ES1000 5969 (PCI),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330/340/350 (A4) 4137,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
    ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP),
    ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
    ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
    ATI FireGL RV360 AV (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9650,
    ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP),
    ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE),
    ATI Radeon Mobility X600 (M24) 3150 (PCIE),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE),
    ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE), ATI FireGL V5000 (RV410) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE),
    ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 SE (R420) (AGP),
    ATI Radeon AIW X800 VE (R420) JT (AGP),
    ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V7100 (R423) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Radeon X800 (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 XTP (R430) (PCIE),
    ATI Radeon X850 5D4C (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP)
    (--) Chipset ATI Radeon Mobility M7 LW (AGP) found
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x33ffffff (0x33f00000) 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 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [5] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
    [6] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [7] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [8] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [9] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [10] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
    [11] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [14] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [18] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [19] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [20] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [21] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [22] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [23] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [24] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [26] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [27] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [28] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [29] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x33ffffff (0x33f00000) 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 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [5] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
    [6] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [7] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [8] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [9] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [10] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
    [11] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [14] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [20] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [21] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [22] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [23] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [24] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [25] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [26] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [27] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [29] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [30] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [31] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [32] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    [33] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [34] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (**) RADEON(0): RADEONPreInit
    (II) RADEON(0): MMIO registers at 0xfcff0000: size 64KB
    (II) RADEON(0): PCI bus 1 card 0 func 0
    (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) RADEON(0): Default visual is TrueColor
    (**) RADEON(0): Option "BusType" "PCI"
    (**) RADEON(0): Option "MonitorLayout" "LVDS, NONE"
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.2
    (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) RADEON(0): RGB weight 888
    (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    (==) RADEON(0): X server will not keep DPI constant for all screen sizes
    (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.3.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.2
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (--) RADEON(0): Chipset: "ATI Radeon Mobility M7 LW (AGP)" (ChipID = 0x4c57)
    (--) RADEON(0): Linear framebuffer at 0xe8000000
    (II) RADEON(0): AGP card detected
    (**) RADEON(0): Forced into PCI mode
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: drmOpenMinor returns 8
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.25.0
    (==) RADEON(0): Page Flipping disabled
    (II) RADEON(0): Will try to use DMA for Xv image transfers
    (II) RADEON(0): Detected total video RAM=32768K, accessible=65536K (PCI BAR=131072K)
    (--) RADEON(0): Mapped VideoRAM: 32768 kByte (64 bit DDR SDRAM)
    (II) RADEON(0): Color tiling enabled by default
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"(II) Module already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"(II) Module already built-in
    (II) RADEON(0): I2C bus "DDC" initialized.
    (II) RADEON(0): Legacy BIOS detected
    (II) RADEON(0): LVDS port is not in connector table, added in.
    (II) RADEON(0): Connector0: DDCType-0, DACType-1, TMDSType--1, ConnectorType-1
    (II) RADEON(0): Connector1: DDCType-3, DACType-0, TMDSType--1, ConnectorType-2
    (**) RADEON(0): MonitorLayout Option:
    Monitor1--Type LVDS, Monitor2--Type NONE
    (II) RADEON(0):
    (II) RADEON(0): Port1:
    Monitor -- LVDS
    Connector -- Proprietary
    DAC Type -- TVDAC/ExtDAC
    TMDS Type -- NONE
    DDC Type -- NONE
    (II) RADEON(0): Port2:
    Monitor -- NONE
    Connector -- VGA
    DAC Type -- Primary
    TMDS Type -- NONE
    DDC Type -- VGA_DDC
    (II) RADEON(0): ---- Primary Head: Port1 ----
    (II) RADEON(0): ---- Secondary Head: Not used ----
    (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=35000; xclk=18000
    (II) RADEON(0): Panel ID string: LGP
    (II) RADEON(0): Panel Size from BIOS: 1024x768
    (II) RADEON(0): BIOS provided dividers will be used.
    (WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
    (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) RADEON(0): Validating modes on Primary head ---------
    (II) RADEON(0): Panel ID string: LGP
    (II) RADEON(0): Panel Size from BIOS: 1024x768
    (II) RADEON(0): BIOS provided dividers will be used.
    (II) RADEON(0): Total number of valid DDC mode(s) found: 0
    (II) RADEON(0): Valid mode using on-chip RMX: 1024x768_60.00
    (II) RADEON(0): Total number of valid FP mode(s) found: 1
    (--) RADEON(0): Virtual size is 1024x768 (pitch 1024)
    (**) RADEON(0): *Mode "1024x768_60.00": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "1024x768_60.00" 65.00 1024 1040 1688 1344 768 771 777 806
    (**) RADEON(0): Default mode "960x720": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "960x720" 65.00 960 1040 1688 1344 720 771 777 806
    (**) RADEON(0): Default mode "960x600": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "960x600" 65.00 960 1040 1688 1344 600 771 777 806
    (**) RADEON(0): Default mode "960x540": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "960x540" 65.00 960 1040 1688 1344 540 771 777 806
    (**) RADEON(0): Default mode "928x696": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "928x696" 65.00 928 1040 1688 1344 696 771 777 806
    (**) RADEON(0): Default mode "896x672": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "896x672" 65.00 896 1040 1688 1344 672 771 777 806
    (**) RADEON(0): Default mode "840x525": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "840x525" 65.00 840 1040 1688 1344 525 771 777 806
    (**) RADEON(0): Default mode "832x624": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "832x624" 65.00 832 1040 1688 1344 624 771 777 806
    (**) RADEON(0): Default mode "800x600": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "800x600" 65.00 800 1040 1688 1344 600 771 777 806
    (**) RADEON(0): Default mode "800x512": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "800x512" 65.00 800 1040 1688 1344 512 771 777 806
    (**) RADEON(0): Default mode "720x450": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "720x450" 65.00 720 1040 1688 1344 450 771 777 806
    (**) RADEON(0): Default mode "720x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "720x400" 65.00 720 1040 1688 1344 400 771 777 806
    (**) RADEON(0): Default mode "700x525": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "700x525" 65.00 700 1040 1688 1344 525 771 777 806
    (**) RADEON(0): Default mode "680x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "680x384" 65.00 680 1040 1688 1344 384 771 777 806
    (**) RADEON(0): Default mode "640x512": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "640x512" 65.00 640 1040 1688 1344 512 771 777 806
    (**) RADEON(0): Default mode "640x480": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "640x480" 65.00 640 1040 1688 1344 480 771 777 806
    (**) RADEON(0): Default mode "640x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "640x400" 65.00 640 1040 1688 1344 400 771 777 806
    (**) RADEON(0): Default mode "640x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "640x384" 65.00 640 1040 1688 1344 384 771 777 806
    (**) RADEON(0): Default mode "640x360": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "640x360" 65.00 640 1040 1688 1344 360 771 777 806
    (**) RADEON(0): Default mode "640x350": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "640x350" 65.00 640 1040 1688 1344 350 771 777 806
    (**) RADEON(0): Default mode "576x432": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "576x432" 65.00 576 1040 1688 1344 432 771 777 806
    (**) RADEON(0): Default mode "576x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "576x384" 65.00 576 1040 1688 1344 384 771 777 806
    (**) RADEON(0): Default mode "512x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "512x384" 65.00 512 1040 1688 1344 384 771 777 806
    (**) RADEON(0): Default mode "416x312": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "416x312" 65.00 416 1040 1688 1344 312 771 777 806
    (**) RADEON(0): Default mode "400x300": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "400x300" 65.00 400 1040 1688 1344 300 771 777 806
    (**) RADEON(0): Default mode "360x200": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "360x200" 65.00 360 1040 1688 1344 200 771 777 806
    (**) RADEON(0): Default mode "320x240": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "320x240" 65.00 320 1040 1688 1344 240 771 777 806
    (**) RADEON(0): Default mode "320x200": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "320x200" 65.00 320 1040 1688 1344 200 771 777 806
    (**) RADEON(0): Default mode "320x175": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "320x175" 65.00 320 1040 1688 1344 175 771 777 806
    (**) RADEON(0): Display dimensions: (300, 220) mm
    (**) RADEON(0): DPI set to (86, 88)
    (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.3.0, 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 already built-in
    (==) RADEON(0): Using XAA acceleration architecture
    (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.3.0, module version = 1.2.0
    ABI class: X.Org Video Driver, version 1.2
    (==) RADEON(0): Assuming overlay scaler buffer width is 1536
    (II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
    (!!) RADEON(0): 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? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b]
    [1] 0 0 0xe8000000 - 0xefffffff (0x8000000) MX[b]
    [2] -1 0 0x00100000 - 0x33ffffff (0x33f00000) 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 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [7] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
    [8] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [9] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [10] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [11] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [12] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
    [13] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [14] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [15] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [16] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [17] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [18] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [19] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [20] 0 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [22] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [23] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [24] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [25] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [26] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [27] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [28] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [29] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [30] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [31] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [32] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [33] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [34] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [35] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    [36] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [37] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (**) RADEON(0): RADEONScreenInit e8000000 0 0
    (**) RADEON(0): Map: 0xe8000000, 0x02000000
    (==) RADEON(0): Write-combining range (0xe8000000,0x2000000)
    (**) RADEON(0): RADEONSave
    (**) RADEON(0): RADEONSaveMode(0x820d1c8)
    (**) RADEON(0): Read: 0x00000006 0x0002003a 0x00000000
    (**) RADEON(0): Read: rd=6, fd=58, pd=2
    (**) RADEON(0): Read: 0x00000000 0x00000000 0x00000000
    (**) RADEON(0): Read: rd=0, fd=0, pd=0
    (**) RADEON(0): RADEONSaveMode returns 0x820d1c8
    (II) RADEON(0): Dynamic Clock Scaling Disabled
    (==) RADEON(0): Using 24 bit depth buffer
    (**) RADEON(0): RADEONInitMemoryMap() :
    (**) RADEON(0): mem_size : 0x04000000
    (**) RADEON(0): MC_FB_LOCATION : 0xebffe800
    (**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (II) RADEON(0): Depth moves disabled by default
    (**) RADEON(0): Setting up initial surfaces
    (**) RADEON(0): Setting up accel memmap
    (II) RADEON(0): CP in BM mode
    (II) RADEON(0): Using 8 MB GART aperture
    (II) RADEON(0): Using 1 MB for the ring buffer
    (II) RADEON(0): Using 2 MB for vertex/indirect buffers
    (II) RADEON(0): Using 5 MB for GART textures
    (II) RADEON(0): Memory manager initialized to (0,0) (1024,8191)
    (II) RADEON(0): Reserved area from (0,768) to (1024,770)
    (II) RADEON(0): Largest offscreen area available: 1024 x 7421
    (II) RADEON(0): Will use front buffer at offset 0x0
    (II) RADEON(0): Will use back buffer at offset 0x900000
    (II) RADEON(0): Will use depth buffer at offset 0xc00000
    (II) RADEON(0): Will use 17408 kb for textures at offset 0xf00000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: drmOpenMinor returns 8
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) RADEON(0): [drm] DRM interface version 1.3
    (II) RADEON(0): [drm] created "radeon" driver at busid "pci:0000:01:00.0"
    (II) RADEON(0): [drm] added 8192 byte SAREA at 0xe0b94000
    (II) RADEON(0): [drm] mapped SAREA 0xe0b94000 to 0xb7c0c000
    (II) RADEON(0): [drm] framebuffer handle = 0xe8000000
    (II) RADEON(0): [drm] added 1 reserved context for kernel
    (II) RADEON(0): [pci] 8192 kB allocated with handle 0xe0c1e000
    (II) RADEON(0): [pci] ring handle = 0xe0c1e000
    (II) RADEON(0): [pci] Ring mapped at 0xb58f5000
    (II) RADEON(0): [pci] Ring contents 0x00000000
    (II) RADEON(0): [pci] ring read ptr handle = 0xe0d1f000
    (II) RADEON(0): [pci] Ring read ptr mapped at 0xb58f4000
    (II) RADEON(0): [pci] Ring read ptr contents 0x00000000
    (II) RADEON(0): [pci] vertex/indirect buffers handle = 0xe0d20000
    (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0xb56f4000
    (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
    (II) RADEON(0): [pci] GART texture map handle = 0xe0f20000
    (II) RADEON(0): [pci] GART Texture map mapped at 0xb5214000
    (II) RADEON(0): [drm] register handle = 0xfcff0000
    (II) RADEON(0): [dri] Visual configs initialized
    (**) RADEON(0): Initializing fb layer
    (**) RADEON(0): RADEONModeInit()
    1024x768_60. 65.00 1024 1040 1688 1344 768 771 777 806 (24,32)
    (**) RADEON(0): RADEONInit returns 0x820db84
    (**) RADEON(0): RADEONRestoreMode(0x820db84)
    (**) RADEON(0): RADEONRestoreMemMapRegisters() :
    (**) RADEON(0): MC_FB_LOCATION : 0xebffe800
    (**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (**) RADEON(0): Map Changed ! Applying ...
    (**) RADEON(0): Map applied, resetting engine ...
    (**) RADEON(0): Updating display base addresses...
    (**) RADEON(0): Memory map updated.
    (**) RADEON(0): Programming CRTC1, offset: 0x00000000
    (**) RADEON(0): GRPH_BUFFER_CNTL from 20045c5c to 20095c5c
    (**) RADEON(0): RADEONSaveScreen(0)
    (**) RADEON(0): Initializing backing store
    (==) RADEON(0): Backing store disabled
    (**) RADEON(0): DRI Finishing init !
    (II) RADEON(0): X context handle = 0x1
    (II) RADEON(0): [drm] installed DRM signal handler
    (II) RADEON(0): [DRI] installation complete
    (**) RADEON(0): EngineRestore (32/32)
    (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
    (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
    (II) RADEON(0): [drm] dma control initialized, using IRQ 11
    (II) RADEON(0): [drm] Initialized kernel GART heap manager, 5111808
    (II) RADEON(0): Direct rendering enabled
    (**) RADEON(0): Setting up final surfaces
    (**) RADEON(0): Initializing Acceleration
    (II) RADEON(0): Render acceleration enabled
    (**) RADEON(0): EngineInit (32/32)
    (**) RADEON(0): Pitch for acceleration = 128
    (**) RADEON(0): EngineRestore (32/32)
    (II) RADEON(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
    Scanline Image Writes
    Offscreen Pixmaps
    Setting up tile and stipple cache:
    32 128x128 slots
    32 256x256 slots
    16 512x512 slots
    (II) RADEON(0): Acceleration enabled
    (**) RADEON(0): Initializing DPMS
    (**) Option "dpms"
    (**) RADEON(0): DPMS enabled
    (**) RADEON(0): Initializing Cursor
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): Using hardware cursor (scanline 770)
    (II) RADEON(0): Largest offscreen area available: 1024 x 7417
    (**) RADEON(0): Initializing color map
    (**) RADEON(0): Initializing DGA
    (**) RADEON(0): Initializing Xv
    (II) RADEON(0): Detected Radeon Mobility M7, disabling multimedia i2c
    (II) Loading sub module "theatre_detect"
    (II) LoadModule: "theatre_detect"
    (II) Loading /usr/lib/xorg/modules/multimedia//theatre_detect_drv.so
    (II) Module theatre_detect: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.2
    (II) RADEON(0): no multimedia table present, disabling Rage Theatre.
    (**) RADEON(0): RADEONScreenInit finished
    (==) 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
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: drmOpenMinor returns 9
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (WW) AIGLX: 3D driver claims to not support visual 0x23
    (WW) AIGLX: 3D driver claims to not support visual 0x24
    (WW) AIGLX: 3D driver claims to not support visual 0x25
    (WW) AIGLX: 3D driver claims to not support visual 0x26
    (WW) AIGLX: 3D driver claims to not support visual 0x27
    (WW) AIGLX: 3D driver claims to not support visual 0x28
    (WW) AIGLX: 3D driver claims to not support visual 0x29
    (WW) AIGLX: 3D driver claims to not support visual 0x2a
    (WW) AIGLX: 3D driver claims to not support visual 0x2b
    (WW) AIGLX: 3D driver claims to not support visual 0x2c
    (WW) AIGLX: 3D driver claims to not support visual 0x2d
    (WW) AIGLX: 3D driver claims to not support visual 0x2e
    (WW) AIGLX: 3D driver claims to not support visual 0x2f
    (WW) AIGLX: 3D driver claims to not support visual 0x30
    (WW) AIGLX: 3D driver claims to not support visual 0x31
    (WW) AIGLX: 3D driver claims to not support visual 0x32
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/radeon_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) Synaptics touchpad driver version 0.14.6 (1406)
    (--) Touchpad auto-dev sets device to /dev/input/event6
    (**) Option "Device" "/dev/input/event6"
    (**) Option "SHMConfig" "on"
    (**) Option "LeftEdge" "1700"
    (**) Option "RightEdge" "5300"
    (**) Option "TopEdge" "1700"
    (**) Option "BottomEdge" "4200"
    (**) Option "FingerLow" "25"
    (**) Option "FingerHigh" "30"
    (**) Option "MaxTapTime" "0"
    (**) Option "MaxTapMove" "0"
    (**) Option "VertScrollDelta" "0"
    (**) Option "HorizScrollDelta" "0"
    (**) Option "GuestMouseOff" "true"
    (--) Touchpad touchpad found
    (**) Option "AlwaysCore"
    (**) Touchpad: always reports core events
    (II) evdev brain: Rescanning devices (1).
    (EE) PreInit returned NULL for "lx7"
    (**) Option "CoreKeyboard"
    (**) Keyboard0: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard0: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "us"
    (**) Keyboard0: XkbLayout: "us"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (**) Option "Protocol" "IMPS/2"
    (**) USBMouse: Device: "/dev/input/mice"
    (**) USBMouse: Protocol: "IMPS/2"
    (**) Option "CorePointer"
    (**) USBMouse: Core Pointer
    (**) Option "Device" "/dev/input/mice"
    (==) USBMouse: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5"
    (**) USBMouse: ZAxisMapping: buttons 4 and 5
    (**) USBMouse: Buttons: 9
    (II) XINPUT: Adding extended input device "USBMouse" (type: MOUSE)
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "evdev brain" (type: evdev brain)
    (II) XINPUT: Adding extended input device "Touchpad" (type: MOUSE)
    Synaptics DeviceInit called
    SynapticsCtrl called.
    Synaptics DeviceOn called
    (--) Touchpad auto-dev sets device to /dev/input/event6
    (**) Option "Device" "/dev/input/event6"
    (--) Touchpad touchpad found
    (II) evdev brain: Rescanning devices (2).
    (II) USBMouse: ps2EnableDataReporting: succeeded
    (**) RADEON(0): RADEONSaveScreen(2)
    (**) RADEON(0): RADEONSaveScreen(2)
    Synaptics DeviceOff called
    (**) RADEON(0): RADEONCloseScreen
    (**) RADEON(0): RADEONDRIStop
    (**) RADEON(0): EngineRestore (32/32)
    (**) RADEON(0): RADEONDisplayPowerManagementSet(0,0x0)
    (**) RADEON(0): RADEONRestore
    (**) RADEON(0): RADEONRestoreMode(0x820d1c8)
    (**) RADEON(0): RADEONRestoreMemMapRegisters() :
    (**) RADEON(0): MC_FB_LOCATION : 0x1fff0000
    (**) RADEON(0): MC_AGP_LOCATION : 0x27ff2000
    (**) RADEON(0): Map Changed ! Applying ...
    (**) RADEON(0): Map applied, resetting engine ...
    (**) RADEON(0): Updating display base addresses...
    (**) RADEON(0): Memory map updated.
    (**) RADEON(0): Programming CRTC1, offset: 0x00000000
    (**) RADEON(0): Disposing accel...
    (**) RADEON(0): Disposing cusor info
    (**) RADEON(0): Disposing DGA
    (**) RADEON(0): Unmapping memory
    (**) RADEON(0): RADEONDRICloseScreen
    (II) RADEON(0): [drm] removed 1 reserved context for kernel
    (II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xe0b94000 at 0xb7c0c000
    FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.
    andy
    the newer ati driver on my radeon M7 has alot of issues too. not the same as your's (i'd get random lockups and black bars at the top of my screen) though. it seems it's a really buggy driver. :\ using 6.6.3 works perfectly for me aswell.

  • Severely ugly fonts in openjdk6 from testing

    I have been using icedtea6 from AUR for months now and I just replaced it with openjdk6 from testing. icedtea6 had ugly fonts, but openjdk6 has severely ugly fonts. It's not too horrible with regular fonts, but it is with bold. A good test is the Font2DTest:
    java -jar /usr/lib/jvm/java-1.6.0-openjdk/demo/jfc/Font2DTest/Font2DTest.jar
    Does anyone know whether it's possible yet to get good fonts in openjdk6? If so, how?
    Last edited by skottish (2008-08-04 18:30:19)

    Problem is still here in openjdk6, not in jre/jdk.
    I think it is related to: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495988
    Our fontconfig.properties.src is correct, but we have no compilefontconfig.jar, so I cannot try what the bug reporter mentioned, "java -jar compilefontconfig.jar fontconfig.config fontconfig.bfc".
    In Ubuntu, they added that file in 6b10-1: "* Install compilefontconfig.jar in openjdk-6-jre-lib package."
    Should we have that file?

  • Alsa-driver and kernel from testing

    Hi!
    This morning I ran pacman -Syu and there were question:
    replace alsa-driver with kernel26 from "testing"
    Are alsa drivers included now in the kernel, please?

    lucke wrote:As tpowa indicated, alsa-driver was only used by kernel24 - as introduction of the new kernel26 drops kernel24 support in Arch whatsoever, alsa-driver is obsolete as well.
    Thank you and tpowa too .
    Arch is better and better...

  • [SOLVED] Can't install linuxwacom from AUR with latest X Server

    I am unable to reinstall linuxwacom, which I had reinstalled perfectly the day before the big update from testing yesterday, which, among many other things, updated X Server to 1.7.0.901-1.
    Here is the error output (am installing linuxwacom 0.8.4-6 from the AUR). I'm including everything that apears (to me) to be associated with the error, but if there should be more or less, let me know:
    In file included from /usr/include/xorg/xf86str.h:38,
    from /usr/include/xorg/xf86.h:46,
    from ./xf86Wacom.h:68,
    from ./xf86Wacom.c:93:
    /usr/include/xorg/input.h:79:1: warning: this is the location of the previous definition
    ./xf86Wacom.c: In function 'xf86WcmInitialCoordinates':
    ./xf86Wacom.c:368: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:395: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c: In function 'xf86WcmRegisterX11Devices':
    ./xf86Wacom.c:630: warning: passing argument 3 of 'InitButtonClassDeviceStruct' from incompatible pointer type
    /usr/include/xorg/input.h:274: note: expected 'Atom *' but argument is of type 'CARD8 *'
    ./xf86Wacom.c:630: error: too few arguments to function 'InitButtonClassDeviceStruct'
    ./xf86Wacom.c:670: warning: passing argument 3 of 'InitValuatorClassDeviceStruct' makes pointer from integer without a cast
    /usr/include/xorg/input.h:280: note: expected 'Atom *' but argument is of type 'int'
    ./xf86Wacom.c:670: error: too few arguments to function 'InitValuatorClassDeviceStruct'
    ./xf86Wacom.c:712: warning: implicit declaration of function 'InitKeyClassDeviceStruct'
    ./xf86Wacom.c:720: warning: implicit declaration of function 'InitKbdFeedbackClassDeviceStruct'
    ./xf86Wacom.c:751: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:756: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:757: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:765: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:766: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:772: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:773: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:781: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:786: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:790: error: too few arguments to function 'InitValuatorAxisStruct'
    make[2]: *** [xf86Wacom.o] Error 1
    make[2]: Leaving directory `/tmp/yaourt-tmp-sara/aur-linuxwacom/linuxwacom/src/linuxwacom-0.8.4-3/src/xdrv'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/tmp/yaourt-tmp-sara/aur-linuxwacom/linuxwacom/src/linuxwacom-0.8.4-3/src'
    make: *** [all-recursive] Error 1
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build linuxwacom package.
    Error: unable to update linuxwacom
    Because of this, I can no longer use my pen or touchscreen. My tablet is a Lenovo X61t.
    This is probably due to the testing repo as the package's maintainer (gwash) was unable to reproduce this with the latest updates from core and extra installed.
    [edit] Perhaps this is because this package is designed to be compatible with version 1.6 of X Server, and I'm using 1.7 (the latest in testing). Are any other tablet users in testing experiencing this problem? [/edit]
    [edit] And as I thought, downgrading xorg-server to 1.6 fixed this (this also required downgrading evdev and the intel driver). So it's just linuxwacom's incompatibility with verison 1.7, which will hopefully be fixed soon. Marking the subject line as SOLVED, though the real solution is an update to linuxwacom. [/edit]
    Last edited by Sara (2011-06-08 22:43:19)

    N30N wrote:
    schuschu wrote:Could someone put a PKGBUILD with patch into the AUR please?
    I've added the patch to the linuxwacom-cvs package.
    Thanks, but I still can't build it:
    patching file src/xdrv/xf86Wacom.c
    Hunk #1 succeeded at 100 with fuzz 2 (offset 10 lines).
    Hunk #2 succeeded at 367 (offset -36 lines).
    Hunk #3 succeeded at 397 (offset -33 lines).
    Hunk #4 succeeded at 555 (offset -33 lines).
    Hunk #5 succeeded at 611 (offset -22 lines).
    Hunk #6 succeeded at 649 (offset -22 lines).
    Hunk #7 succeeded at 667 (offset -22 lines).
    Hunk #8 succeeded at 683 (offset -22 lines).
    Hunk #9 succeeded at 723 (offset -22 lines).
    Hunk #10 succeeded at 750 (offset -22 lines).
    Hunk #11 succeeded at 781 (offset -22 lines).
    Hunk #12 succeeded at 791 (offset -22 lines).
    Hunk #13 succeeded at 823 (offset -22 lines).
    Hunk #14 succeeded at 849 (offset -22 lines).
    Hunk #15 FAILED at 881.
    1 out of 15 hunks FAILED -- saving rejects to file src/xdrv/xf86Wacom.c.rej

  • How do i recompile whole system with glibc and gcc from test

    I always run testing and hence upgraded all my system a couple of days back. How ever one pprogram i use very often, BLENDER isn't working after i upgraded glibc and gcc4. I have recompiled it but when I get all this errors when i start it http://bbs.archlinux.org/viewtopic.php?t=21825.
    I think i need to rcompile all its dependant programs with new glibc and gcc from testing also. Problem is I dentifying which programs to compile is proving a pain as the dependant programs also depend on other programs etc...
    Is there a way to recompile my whole system without having to do it one by one?

    if you want to compile everything, gentoo is an option. But abs is excellent too.
    P.S. Gentoo's compilation drove me out of it

  • Need package from testing, How can I install?[solved]

    Hi
    I must install the i81 Driver from testing, but what must I edit in the pacman.conf?
    I have try it with
    Incoming = /etc/packman.d/testing
    this don't work.

    Remove that line from pacman.conf - it's completely incorrect. "Incoming=" means nothing to pacman, and if you look in /etc/pacman.d, there is no file called testing.
    Here's the right way. Uncomment these two lines in pacman.conf:
    #[testing]
    #Server = ftp://ftp.archlinux.org/testing/os/i686
    Then do
    pacman -Sy testing/xf86-video-i810
    If you don't need any other packages from testing, re-comment the lines in pacman.conf - if you want to be able to get selected packages from testing, move the lines to the end of pacman.conf, after all other repos.

  • How to transport/move a table with data from development to Test to Production

    Hi,
    How to transport/move a table with data from development to Test to Production..? Export-Import a Delivery Unit does only the structure and not the data
    Reg
    Sri

    Hi Sri,
    You cannot transport Data via Transport route in HANA, you can only transport code changes/Structure via DU. For Data movement, you either have a do a export/import from a flat file or replication from a Source System to HANA.
    Thanks Much,
    Abhishek

  • My previous computer broke with all my music on it,  is there a way i can transer my music from my ipod onto a new computer?

    my previous computer broke with all my music on it,  is there a way i can transer my music from my ipod onto a new computer?

    See this older post from another forum member Zevoneer covering the different methods and software available to assist you with the task of copying content from your iPod back to your PC and into iTunes.
    https://discussions.apple.com/thread/2452022?start=0&tstart=0
    B-rock

  • Problem with kernel 2.6.19 and ipw3945 from testing

    After kernel and ipw3945 packages update from testing my wireless network profile isn't working any more so there's something wrong with one of those. Ipw3945 module is loaded but network profile simply fails to start (maybe problems with dhcp?). With kernel and ipw3945 from current everything works fine.
    Anyone has similar problem?

    congyiwu wrote:
    The extra repository seems to already have 1.1.2... I was having the same problem so I ran "pacman -S extra/ipw3945"
    Does anyone know why pacman -Syu doesn't automatically figure out that the version in extra is newer than the version in testing?
    The extra version (i.e. the one that's been upgraded to 1.1.2) was compiled for the kernel26 package in extra (2.6.18), wheras the version in testing was compiled for the kernel26 in testing (2.6.19).  Thus the module in extra won't work if you're using the newer kernel.
    I hope the testing package gets upgraded soon, since it sucks not being able to use wireless!  I tried to update the PKGBUILD myself, but couldn't get a working module...

  • Computer broke with all my apple/i pod (downloads from home), my hubby exchanged old I pod touch, how can I retieve all my playlists that weren't 'purchased' through apple. I have not paid to back up things on the cloud?

    Can I retrieve my non-purchased downloads from home if I don't have my old compter? Old computer broke ( with  all my home downloads on it) and my old I pod touch with everything on it got exchanged, i did not back anything up on a purchased 'cloud' program from apple.

    You can redownload all apps, purchased and free, via iCloud again at no cost.  See here for more information and instructions.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    B-rock

  • How to revert back after upgrading from testing[SOLVED]

    Any ideas? I want to revert all my upgrades from testing...Will I do it manually on every package?
    Thanks in advance
    Last edited by kaola_linux (2009-01-01 07:38:19)

    QuimaxW wrote:
    A while ago I saw a bash script for this that would parse the output of pacman and then downgrade any packages that it said was newer than the repos.
    Hmmm...
    Probably what yaourt -Su --downgrade does.

  • Information in Template Header with value from 3 for-each groups

    Hi,
    i have an datamodel with 3 nested groups and in my rtf-template i'm using 3 for each-loops to give the data out.
    It works fine, i can show the data on every level.
    But now our customers wants in the Header of each page information with values from each group.
    Like  Land-District-City.
    My first Test was with the @section-condition to get the right data in the Header.
    But it only works fine for the first group and not further....
    Anybody an idea? May be more then one @section?
    Regards Christian

    Hi Mike,
    I found some two mistakes that should solve your problems:
    1. typo: use "raw_value" with underscore, then the "category" works.
    2. The array support of the Generic Panel is limited to semicolon-separated term lists in a text field,
    where each term represent an array item.
    For example the "supplemental categories" property should look like:
    <xmp_property
         name="SupplementalCategories" category="external"
         label="$$$/stewart/Class=Classification:" type="bag" element_type="text"
         xmp_path="SupplementalCategories" ui:multiLine="true" ui:mru="true" description="..."
    />
    Hope this helps,
    -- Stefan

  • MLT - Problems with ffmpeg

    Hi, im having problems to provide a new PKGBUILD for the new version 0.3.4 of "mlt". The notes for the new version recommends a specific version of "ffmpeg", SVN r16313.
    I tried to make and test the new PKGBUILD on a fresh arch install, on a VirtualBox 32-bit guest on my 64-bit host. First i installed ffmpeg from the standard repos, but as expected, "mlt" wont build with the current version from the "extra" repository. Then i made a PKGBUILD for "ffmpeg-svn", compiled and installed it, and "mlt" built and worked (Tested with "mlt++" and "kdenlive", which i also compiled on the virtual test machine). Because that is not very user friendly, to have to install a specific version of "ffmpeg", i tried the configuration option "--avformat-svn", which (if i understood correctly) statically links "ffmpeg r16313". That also worked, and "mlt++" and "kdenlive" worked too.
    Finally i tried the PKGBUILD on my real 64-bit system, and it didnt compiled. I dont understand, why it compiles on a fresh system and not on my real system, which are both up to date. Or could some packages in 32-bit and 64-bit have different versions? May it be, that this is the reason?
    Heres the PKGBUILD (i can post the error message, when im at home):
    # Contributor: Fabian Schoelzel <[email protected]>
    # Contributor: funkyou <[email protected]>
    # Contributor: tardo <[email protected]>
    # Contributor: Stefan Husmann <[email protected]>
    pkgname=mlt
    pkgver=0.3.4
    pkgrel=1
    pkgdesc="An open source multimedia framework"
    arch=('i686' 'x86_64')
    url="http://www.mltframework.org"
    license=('GPL')
    depends=('sdl_image' 'libsamplerate' 'libdv' 'qt' 'sox' 'libxml2' 'gtk2')
    makedepends=('subversion')
    source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
    md5sums=('1c5caf0a3c03b6fe312b9e5998ae01f8')
    build() {
    cd $srcdir/$pkgname-$pkgver
    ./configure --prefix=/usr --enable-gpl --disable-mmx \
    --qimage-libdir=/usr/lib/ --qimage-includedir=/usr/include/Qt \
    --avformat-svn --avformat-swscale
    make || return 1
    make DESTDIR=$pkgdir install || return 1

    There was a thread about ffmpeg on the Arch dev mailing list. And just now a new version (20081220) entered [testing]. You should give that a shot.
    Edit: This is the thread: http://archlinux.org/pipermail/arch-dev … 09799.html
    Edit2: It builds well with the stuff from [testing].
    Last edited by mutlu_inek (2009-01-12 19:13:17)

Maybe you are looking for

  • MM- Contract purchase order

    Dear all, can any one tell me how  to create contract purchase order???? Regards, Shoiab

  • Acquisition tax in Belgium/Germany-Posting with different tax codes

    Dear Friends, Does anyone have experience working with Acquisition tax in Belgium and German where the goods and services purchased within EU have 21% -input and output tax such that it is ZERO. But still Tax authorities need to see both input and ou

  • Multicast video over wirelss problems!!!

    I have media service server transmit video using ip multicast I have Cisco routers 2800 and 3350 and I am enable PIM dense mode and multicast routing also enable , I am using Cisco switch 2950 and I enable IGMP snooping . in such situation my video s

  • Create report on hierarchies using Bex Analyzer

    Hi sir/mam, can any one tell me how to create report on hierarchy in BEx Analyzer . Basically i have an info object which is kept under Rows.what i did wasi simply dragged from Dimensions and dropped that info Object into Rows in Rows/Column pane.But

  • Can't create BT email account

    Hello I switched to BT (unlimited Infinity1) two days ago, and although the broadband works fine, I've been unable to set up a BT email account. In the My Extras section of My BT the BTMail panel is marked "Inclusive" with a "Get Started" link at the