Page 21 of 90 FirstFirst ... 1119202122233171 ... LastLast
Results 201 to 210 of 892

Thread: ATi Open drivers are coming of age... :)

  1. #201
    Join Date
    Dec 2006
    Beans
    217

    Re: ATi Open drivers are comming of age... :)

    Quote Originally Posted by Ubuntiac View Post
    I'm trying to get KMS / OGL 2.0 running as well with:

    Lucid + xorg-edgers ppa + drm-next (2.6.32.996) + radeon.modeset=1 kernel line + an ATI HD4850

    glxgears -info gives me:
    Code:
    do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly.
    Try adjusting the vblank_mode configuration parameter.
    GL_RENDERER   = Mesa DRI R600 (RV770 9440) 20090101  TCL DRI2
    GL_VERSION    = 2.0 Mesa 7.8-devel
    GL_VENDOR     = Advanced Micro Devices, Inc.
    Wierd thing is, that all the drm sections of dmesg sound happy:
    The fact it says dri2 suggests you do have everything running, what sort of FPS do you get? The bug may be because your too cutting edge, do you have a plain old 2.6.32 lying around?

    Done that and now I dont have any 3d acceleration it give me Software Renderer. Why is that?
    what is the output of
    Code:
    glxgears -info
    Code:
    sudo cat /sys/module/radeon/parameters/modeset
    edit: read the last couple of pages of handy's link (hey it's a long thread and i'm lazy) [thx for link]
    1) there is an issue with kms and kernel 2.6.32.2
    2) somebody has the exact same problem as Ubuntiac, but the post sort of got lost in the thread so i didn't see anything useful
    Last edited by Xbehave; December 22nd, 2009 at 07:48 AM.

  2. #202
    Join Date
    Jan 2007
    Location
    Here.
    Beans
    419
    Distro
    Ubuntu

    Re: ATi Open drivers are comming of age... :)

    I just realised that part of my problem was I got mixed up and that dmesg was from when I was in my vanilla .32 kernel, not the drm-next one.

    DRM next with the modesetting variable does, infact give me errors about the firmware not being found;

    Code:
    [   17.590185] [drm] Loading RV770 Microcode
    [   17.590188] platform radeon_cp.0: firmware: requesting radeon/RV770_pfp.bin
    [   17.635441] platform radeon_cp.0: firmware: requesting radeon/RV770_me.bin
    [   17.637929] platform radeon_cp.0: firmware: requesting radeon/R700_rlc.bin
    [   17.639727] r600_cp: Failed to load firmware "radeon/R700_rlc.bin"
    [   17.639732] [drm:rv770_startup] *ERROR* Failed to load firmware!
    So where does one get this file R700_rlc.bin? I tried doing a find by file name in the package manager, but it didn't turn up anything...
    Last edited by Ubuntiac; December 22nd, 2009 at 08:29 AM. Reason: whimsy
    Facebook, Apple, Google, corrupt governments, the ISP's and Telco's
    can be beaten at their own game by free and open source software.
    Here's how. (Extra credit)

  3. #203
    Join Date
    Dec 2006
    Beans
    217

    Re: ATi Open drivers are comming of age... :)

    http://www.phoronix.com/forums/showp...7&postcount=26

    that seams to offer the files and where you have to put them

  4. #204
    Join Date
    Jan 2007
    Location
    Here.
    Beans
    419
    Distro
    Ubuntu

    Re: ATi Open drivers are comming of age... :)

    Thanks!

    I think I'm really close now... I don't see any (EE) errors, although my screen goes black and the kernel seems to hang when X starts if I use radeon.modeset=1 (it's fine without it though)

    The only things that look anything like errors are:

    [ 0.168010] (II) RADEON(0): Not using mode "1680x1050" (bad mode clock/interlace/doublescan)

    [ 0.359177] (II) AIGLX: Screen 0 is not DRI2 capable


    and much later:
    Backtrace:
    0: /usr/bin/X (xorg_backtrace+0x28) [0x46ecf8]
    1: /usr/bin/X (0x400000+0x6d6fd) [0x46d6fd]
    2: /lib/libpthread.so.0 (0x7f5d36b9a000+0xf190) [0x7f5d36ba9190]
    3: /usr/bin/X (0x400000+0x3a04b) [0x43a04b]
    4: /usr/bin/X (0x400000+0x3a35b) [0x43a35b]
    5: /usr/bin/X (0x400000+0x3aede) [0x43aede]
    6: /usr/bin/X (xf86PostMotionEventP+0x87) [0x47a027]
    7: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f5d0e85b000+0x53df) [0x7f5d0e8603df]
    8: /usr/bin/X (0x400000+0x778c7) [0x4778c7]
    9: /usr/bin/X (0x400000+0x10fd24) [0x50fd24]
    10: /lib/libpthread.so.0 (0x7f5d36b9a000+0xf190) [0x7f5d36ba9190]
    11: /lib/libpthread.so.0 (__open64+0x10) [0x7f5d36ba8940]
    12: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f5d0e85b000+0x32d1) [0x7f5d0e85e2d1]
    13: /usr/bin/X (0x400000+0x7a577) [0x47a577]
    14: /usr/bin/X (NewInputDeviceRequest+0x1ca) [0x47a97a]
    15: /usr/bin/X (0x400000+0x10a12a) [0x50a12a]
    16: /usr/bin/X (0x400000+0x10a3be) [0x50a3be]
    17: /usr/bin/X (config_init+0x9) [0x45f109]
    18: /usr/bin/X (0x400000+0x260a5) [0x4260a5]
    19: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f5d35b1aadd]
    20: /usr/bin/X (0x400000+0x25c99) [0x425c99]
    Segmentation fault at address (nil)



    Full Xorg.o.log for context is:
    Code:
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    
    X.Org X Server 1.7.99.2
    Release Date: (unreleased)
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-26-xen x86_64 Ubuntu
    Current Operating System: Linux morpheus 2.6.32-996-generic #200912181514 SMP Fri Dec 18 15:19:26 UTC 2009 x86_64
    Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-996-generic root=UUID=ac91a2d9-31be-4b85-bf96-9eaf0d87b6b4 ro quiet splash
    Build Date: 20 December 2009  12:32:38AM
    xorg-server 2:1.7.99.2~git20091220.0cb638dc-0ubuntu0tormod (buildd@) 
    Current version of pixman: 0.16.2
    	Before reporting problems, check http://wiki.x.org
    	to make sure that you have the latest version.
    Markers: [    0.000000] (--) probed, [    0.000007] (**) from config file, [    0.000010] (==) default setting,
    	[    0.000014] (++) from command line, [    0.000017] (!!) notice, [    0.000020] (II) informational,
    	[    0.000024] (WW) warning, [    0.000027] (EE) error, [    0.000030] (NI) not implemented, [    0.000033] (??) unknown.
    [    0.000066] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Dec 22 04:22:39 2009
    [    0.000093] (==) Using config file: "/etc/X11/xorg.conf"
    [    0.000134] (==) No Layout section.  Using the first Screen section.
    [    0.000139] (**) |-->Screen "Default Screen" (0)
    [    0.000143] (**) |   |-->Monitor "<default monitor>"
    [    0.000290] (==) No device specified for screen "Default Screen".
    	Using the first device section listed.
    [    0.000293] (**) |   |-->Device "Default Device"
    [    0.000296] (==) No monitor specified for screen "Default Screen".
    	Using a default monitor configuration.
    [    0.000309] (==) Automatically adding devices
    [    0.000312] (==) Automatically enabling devices
    [    0.000329] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    	Entry deleted from font path.
    [    0.000359] (==) FontPath set to:
    	/usr/share/fonts/X11/misc,
    	/usr/share/fonts/X11/100dpi/:unscaled,
    	/usr/share/fonts/X11/75dpi/:unscaled,
    	/usr/share/fonts/X11/Type1,
    	/usr/share/fonts/X11/100dpi,
    	/usr/share/fonts/X11/75dpi,
    	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
    	built-ins
    [    0.000362] (==) ModulePath set to "/usr/lib/xorg/modules"
    [    0.000366] (II) Cannot locate a core pointer device.
    [    0.000369] (II) Cannot locate a core keyboard device.
    [    0.000371] (II) The server relies on udev to provide the list of input devices.
    	If no devices become available, reconfigure udev or disable AutoAddDevices.
    [    0.000375] (II) Loader magic: 0x7cb400
    [    0.000378] (II) Module ABI versions:
    	X.Org ANSI C Emulation: 0.4
    	X.Org Video Driver: 6.0
    	X.Org XInput driver : 7.0
    	X.Org Server Extension : 2.0
    [    0.015323] (--) PCI:*(0:1:0:0) 1002:9440:1002:0502 ATI Technologies Inc RV770 [Radeon HD 4870] rev 0, Mem @ 0xd0000000/268435456, 0xfe9f0000/65536, I/O @ 0x0000c000/256, BIOS @ 0x????????/131072
    [    0.015381] (II) Open ACPI successful (/var/run/acpid.socket)
    [    0.015386] (II) "extmod" will be loaded by default.
    [    0.015389] (II) "dbe" will be loaded by default.
    [    0.015391] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [    0.015394] (II) "record" will be loaded by default.
    [    0.015397] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    [    0.015399] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    [    0.015403] (II) LoadModule: "glx"
    [    0.015549] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [    0.015655] (II) Module glx: vendor="X.Org Foundation"
    	compiled for 1.7.99.2, module version = 1.0.0
    	ABI class: X.Org Server Extension, version 2.0
    [    0.015671] (==) AIGLX enabled
    [    0.015675] (II) Loading extension GLX
    [    0.015684] (II) LoadModule: "dri"
    [    0.015730] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [    0.015827] (II) Module dri: vendor="X.Org Foundation"
    	compiled for 1.7.99.2, module version = 1.0.0
    	ABI class: X.Org Server Extension, version 2.0
    [    0.015842] (II) Loading extension XFree86-DRI
    [    0.015846] (II) LoadModule: "dri2"
    [    0.015882] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [    0.015926] (II) Module dri2: vendor="X.Org Foundation"
    	compiled for 1.7.99.2, module version = 1.1.0
    	ABI class: X.Org Server Extension, version 2.0
    [    0.015939] (II) Loading extension DRI2
    [    0.015942] (II) LoadModule: "extmod"
    [    0.015975] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [    0.016042] (II) Module extmod: vendor="X.Org Foundation"
    	compiled for 1.7.99.2, module version = 1.0.0
    	Module class: X.Org Server Extension
    	ABI class: X.Org Server Extension, version 2.0
    [    0.016057] (II) Loading extension MIT-SCREEN-SAVER
    [    0.016059] (II) Loading extension XFree86-VidModeExtension
    [    0.016061] (II) Loading extension XFree86-DGA
    [    0.016064] (II) Loading extension DPMS
    [    0.016066] (II) Loading extension XVideo
    [    0.016069] (II) Loading extension XVideo-MotionCompensation
    [    0.016071] (II) Loading extension X-Resource
    [    0.016074] (II) LoadModule: "dbe"
    [    0.016111] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [    0.016155] (II) Module dbe: vendor="X.Org Foundation"
    	compiled for 1.7.99.2, module version = 1.0.0
    	Module class: X.Org Server Extension
    	ABI class: X.Org Server Extension, version 2.0
    [    0.016168] (II) Loading extension DOUBLE-BUFFER
    [    0.016171] (II) LoadModule: "record"
    [    0.016214] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [    0.016253] (II) Module record: vendor="X.Org Foundation"
    	compiled for 1.7.99.2, module version = 1.13.0
    	Module class: X.Org Server Extension
    	ABI class: X.Org Server Extension, version 2.0
    [    0.016266] (II) Loading extension RECORD
    [    0.016269] (II) LoadModule: "ati"
    [    0.016449] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [    0.016490] (II) Module ati: vendor="X.Org Foundation"
    	compiled for 1.7.99.2, module version = 6.12.99
    	Module class: X.Org Video Driver
    	ABI class: X.Org Video Driver, version 6.0
    [    0.016508] (II) LoadModule: "radeon"
    [    0.016663] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [    0.016825] (II) Module radeon: vendor="X.Org Foundation"
    	compiled for 1.7.99.2, module version = 6.12.99
    	Module class: X.Org Video Driver
    	ABI class: X.Org Video Driver, version 6.0
    [    0.016849] (II) RADEON: Driver for ATI Radeon chipsets:
    	ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    	ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    	ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE),
    	ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    	ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    	ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    	ATI FireGL X2 AK (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 Radeon 9650,
    	ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    	ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),
    	ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
    	ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    	ATI Radeon 9000 Ig (AGP/PCI), 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 X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    	ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    	ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    	ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    	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 FireGL Mobility 9000 (M9) Ld (AGP),
    	ATI Radeon Mobility 9000 (M9) Lf (AGP),
    	ATI Radeon Mobility 9000 (M9) Lg (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 9800PRO NH (AGP),
    	ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    	ATI Radeon 9800XT NJ (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 QD (AGP),
    	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    	ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    	ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    	ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    	ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    	ATI FireGL M22 GL 5464 (PCIE), 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 Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    	ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    	ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    	ATI FireGL unknown (R423) UR (PCIE),
    	ATI FireGL unknown (R423) UT (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 X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    	ATI Radeon Mobility 9100 IGP (U3) 5835,
    	ATI Radeon XPRESS 200 5954 (PCIE),
    	ATI Radeon XPRESS 200M 5955 (PCIE), 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 ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    	ATI Radeon XPRESS 200M 5975 (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 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 9200 (M9+) 5C61 (AGP),
    	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    	ATI Mobility Radeon X800 XT (M28) (PCIE),
    	ATI Mobility FireGL V5100 (M28) (PCIE),
    	ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    	ATI Radeon X850 XT PE (R480) (PCIE),
    	ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    	ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    	ATI Radeon X850 XT (R480) (PCIE),
    	ATI Radeon X800XT (R423) 5D57 (PCIE),
    	ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    	ATI Radeon X700 PRO (RV410) (PCIE),
    	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    	ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    	ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    	ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    	ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    	ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    	ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    	ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    	ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    	ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    	ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    	ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    	ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    	ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    	ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    	ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    	ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    	ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    	ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    	ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    	ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    	ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    	ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    	ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    	ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    	ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    	ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    	ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    	ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    	ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    	ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    	ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    	ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    	ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    	ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    	ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    	ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    	ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    	AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    	ATI Radeon 4800 Series, ATI Radeon 4800 Series, ATI FirePro M7750,
    	ATI M98, ATI M98, ATI M98, ATI Mobility Radeon HD 4650,
    	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
    	ATI FirePro M5750, ATI Radeon RV730 (AGP),
    	ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    	ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    	ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    	ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    	ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    	ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    	ATI Mobility Radeon HD 3850 X2, ATI RV670,
    	ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    	ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    	ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    	ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350,
    	ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
    	ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI RV630,
    	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    	ATI FireGL V3600, ATI Radeon HD 2600 LE,
    	ATI Mobility FireGL Graphics Processor, ATI Radeon RV710,
    	ATI Radeon HD 3470, ATI Mobility Radeon HD 3430,
    	ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450,
    	ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450,
    	ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260,
    	ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
    	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
    	ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650,
    	ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700,
    	ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics,
    	ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics,
    	ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics,
    	ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics,
    	ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    	ATI Mobility Radeon 4100, ATI RS880
    [    0.018335] (++) using VT number 7
    
    [    0.019517] (II) Primary Device is: PCI 01@00:00:0
    [    0.019587] (II) [KMS] drm report modesetting isn't supported.
    [    0.019638] (II) RADEON(0): Built from git commit 6e1f5553c6d7e3b5d089af2e3d587efe95936855
    [    0.019644] (II) RADEON(0): TOTO SAYS 00000000fe9f0000
    [    0.019647] (II) RADEON(0): MMIO registers at 0x00000000fe9f0000: size 64KB
    [    0.019684] (II) RADEON(0): PCI bus 1 card 0 func 0
    [    0.019697] (II) RADEON(0): Creating default Display subsection in Screen section
    	"Default Screen" for depth/fbbpp 24/32
    [    0.019701] (**) RADEON(0): Depth 24, [    0.019704] (--) framebuffer bpp 32
    [    0.019707] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [    0.019712] (==) RADEON(0): Default visual is TrueColor
    [    0.019729] (II) Loading sub module "vgahw"
    [    0.019732] (II) LoadModule: "vgahw"
    [    0.019935] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [    0.019990] (II) Module vgahw: vendor="X.Org Foundation"
    	compiled for 1.7.99.2, module version = 0.1.0
    	ABI class: X.Org Video Driver, version 6.0
    [    0.020013] (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    [    0.020018] (==) RADEON(0): RGB weight 888
    [    0.020021] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [    0.020027] (--) RADEON(0): Chipset: "ATI Radeon 4800 Series" (ChipID = 0x9440)
    [    0.020033] (--) RADEON(0): Linear framebuffer at 0x00000000d0000000
    [    0.020071] (II) RADEON(0): PCIE card detected
    [    0.020087] (II) Loading sub module "int10"
    [    0.020090] (II) LoadModule: "int10"
    [    0.020278] (II) Loading /usr/lib/xorg/modules/libint10.so
    [    0.020336] (II) Module int10: vendor="X.Org Foundation"
    	compiled for 1.7.99.2, module version = 1.0.0
    	ABI class: X.Org Video Driver, version 6.0
    [    0.020349] (II) RADEON(0): initializing int10
    [    0.025556] (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    [    0.026282] (II) RADEON(0): ATOM BIOS detected
    [    0.026290] (II) RADEON(0): ATOM BIOS Rom: 
    [    0.026292] 	SubsystemVendorID: 0x1002 SubsystemID: 0x0502
    [    0.026296] 	IOBaseAddress: 0xc000
    [    0.026299] 	Filename: B3B50701.100
    [    0.026301] 	BIOS Bootup Message: 
    Wekiva RV770 B50701 Board                                                   
    
    [    0.026307] (II) RADEON(0): Framebuffer space used by Firmware (kb): 20
    [    0.026310] (II) RADEON(0): Start of VRAM area used by Firmware: 0x7ffec
    [    0.026313] (II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space
    [    0.026316] (II) RADEON(0): AtomBIOS VRAM scratch base: 0x7ffec
    [    0.026319] (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead
    [    0.026331] (II) RADEON(0): Default Engine Clock: 750000
    [    0.026334] (II) RADEON(0): Default Memory Clock: 900000
    [    0.026337] (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1200000
    [    0.026340] (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0
    [    0.026342] (II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 16000
    [    0.026345] (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 6000
    [    0.026348] (II) RADEON(0): Maximum Pixel Clock: 400000
    [    0.026350] (II) RADEON(0): Reference Clock: 100000
    [    0.026380] drmOpenDevice: node name is /dev/dri/card0
    [    0.028745] drmOpenDevice: open result is 11, (OK)
    [    0.031066] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [    0.031099] drmOpenDevice: node name is /dev/dri/card0
    [    0.033404] drmOpenDevice: open result is 11, (OK)
    [    0.033455] drmOpenByBusid: drmOpenMinor returns 11
    [    0.033467] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [    0.035791] (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.31.0
    [    0.035826] (==) RADEON(0): Page Flipping disabled on r5xx and newer chips.
    
    [    0.035840] (II) RADEON(0): Will try to use DMA for Xv image transfers
    [    0.035847] (II) RADEON(0): Detected total video RAM=524288K, accessible=262144K (PCI BAR=262144K)
    [    0.035851] (--) RADEON(0): Mapped VideoRAM: 262144 kByte (128 bit DDR SDRAM)
    [    0.035856] (II) RADEON(0): Color tiling disabled
    [    0.035862] (II) Loading sub module "ddc"
    [    0.035864] (II) LoadModule: "ddc"
    [    0.035876] (II) Module "ddc" already built-in
    [    0.035879] (II) Loading sub module "i2c"
    [    0.035881] (II) LoadModule: "i2c"
    [    0.035886] (II) Module "i2c" already built-in
    [    0.035906] (II) RADEON(0): PLL parameters: rf=10000 rd=12 min=60000 max=120000; xclk=40000
    [    0.035928] (II) RADEON(0): Output DVI-1 has no monitor section
    [    0.035936] (II) RADEON(0): I2C bus "DVI-1" initialized.
    [    0.035940] (II) RADEON(0): Output DVI-0 has no monitor section
    [    0.035943] (II) RADEON(0): I2C bus "DVI-0" initialized.
    [    0.035947] (II) RADEON(0): Port0:
      XRANDR name: DVI-1
      Connector: DVI-I
      CRT2: INTERNAL_KLDSCP_DAC2
      DFP1: INTERNAL_UNIPHY
      DDC reg: 0x7e60
    [    0.035969] (II) RADEON(0): Port1:
      XRANDR name: DVI-0
      Connector: DVI-I
      CRT1: INTERNAL_KLDSCP_DAC1
      DFP2: INTERNAL_KLDSCP_LVTMA
      DDC reg: 0x7e20
    [    0.035996] (II) RADEON(0): I2C device "DVI-1:ddc2" registered at address 0xA0.
    Dac detection success
    [    0.046204] (II) RADEON(0): Output: DVI-1, Detected Monitor Type: 0
    Unhandled monitor type 0
    finished output detect: 0
    [    0.046221] (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
    [    0.048117] (II) RADEON(0): I2C device "DVI-0:DDC control interface" registered at address 0x6E.
    [    0.101665] (II) RADEON(0): EDID for output DVI-0
    [    0.101669] (II) RADEON(0): Manufacturer: SAM  Model: 30c  Serial#: 1296380466
    [    0.101672] (II) RADEON(0): Year: 2007  Week: 41
    [    0.101675] (II) RADEON(0): EDID Version: 1.3
    [    0.101677] (II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
    [    0.101684] (II) RADEON(0): Sync:  Separate  Composite  SyncOnGreen
    [    0.101692] (II) RADEON(0): Max Image Size [cm]: horiz.: 47  vert.: 30
    [    0.101697] (II) RADEON(0): Gamma: 2.20
    [    0.101707] (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    [    0.101712] (II) RADEON(0): First detailed timing is preferred mode
    [    0.101715] (II) RADEON(0): redX: 0.644 redY: 0.333   greenX: 0.286 greenY: 0.603
    [    0.101721] (II) RADEON(0): blueX: 0.152 blueY: 0.079   whiteX: 0.313 whiteY: 0.329
    [    0.101727] (II) RADEON(0): Supported established timings:
    [    0.101729] (II) RADEON(0): 720x400@70Hz
    [    0.101732] (II) RADEON(0): 640x480@60Hz
    [    0.101734] (II) RADEON(0): 640x480@67Hz
    [    0.101737] (II) RADEON(0): 640x480@72Hz
    [    0.101739] (II) RADEON(0): 640x480@75Hz
    [    0.101741] (II) RADEON(0): 800x600@56Hz
    [    0.101743] (II) RADEON(0): 800x600@60Hz
    [    0.101746] (II) RADEON(0): 800x600@72Hz
    [    0.101748] (II) RADEON(0): 800x600@75Hz
    [    0.101750] (II) RADEON(0): 832x624@75Hz
    [    0.101753] (II) RADEON(0): 1024x768@60Hz
    [    0.101755] (II) RADEON(0): 1024x768@70Hz
    [    0.101758] (II) RADEON(0): 1024x768@75Hz
    [    0.101760] (II) RADEON(0): 1280x1024@75Hz
    [    0.101762] (II) RADEON(0): 1152x864@75Hz
    [    0.101765] (II) RADEON(0): Manufacturer's mask: 0
    [    0.101767] (II) RADEON(0): Supported standard timings:
    [    0.101769] (II) RADEON(0): #0: hsize: 1680  vsize 1050  refresh: 60  vid: 179
    [    0.101772] (II) RADEON(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
    [    0.101775] (II) RADEON(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
    [    0.101778] (II) RADEON(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
    [    0.101781] (II) RADEON(0): Supported detailed timing:
    [    0.101784] (II) RADEON(0): clock: 119.0 MHz   Image Size:  474 x 296 mm
    [    0.101790] (II) RADEON(0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
    [    0.101795] (II) RADEON(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
    [    0.101799] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 140 MHz
    [    0.101809] (II) RADEON(0): Monitor name: SyncMaster
    [    0.101812] (II) RADEON(0): Serial No: HVCPA10751
    [    0.101815] (II) RADEON(0): EDID (in hex):
    [    0.101819] (II) RADEON(0): 	00ffffffffffff004c2d0c033232454d
    [    0.101824] (II) RADEON(0): 	291101030e2f1e782ad515a455499a27
    [    0.101828] (II) RADEON(0): 	145054bfef80b30081808140714f0101
    [    0.101832] (II) RADEON(0): 	0101010101017c2e90a0601a1e403020
    [    0.101836] (II) RADEON(0): 	3600da281100001a000000fd00384b1e
    [    0.101841] (II) RADEON(0): 	510e000a202020202020000000fc0053
    [    0.101845] (II) RADEON(0): 	796e634d61737465720a2020000000ff
    [    0.101849] (II) RADEON(0): 	00485643504131303735310a20200009
    [    0.101853] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1
    [    0.101856] (II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
    [    0.101859] (II) RADEON(0): Manufacturer: SAM  Model: 30c  Serial#: 1296380466
    [    0.101862] (II) RADEON(0): Year: 2007  Week: 41
    [    0.101864] (II) RADEON(0): EDID Version: 1.3
    [    0.101867] (II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
    [    0.101872] (II) RADEON(0): Sync:  Separate  Composite  SyncOnGreen
    [    0.101880] (II) RADEON(0): Max Image Size [cm]: horiz.: 47  vert.: 30
    [    0.101885] (II) RADEON(0): Gamma: 2.20
    [    0.101888] (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    [    0.101893] (II) RADEON(0): First detailed timing is preferred mode
    [    0.101895] (II) RADEON(0): redX: 0.644 redY: 0.333   greenX: 0.286 greenY: 0.603
    [    0.101901] (II) RADEON(0): blueX: 0.152 blueY: 0.079   whiteX: 0.313 whiteY: 0.329
    [    0.101906] (II) RADEON(0): Supported established timings:
    [    0.101908] (II) RADEON(0): 720x400@70Hz
    [    0.101911] (II) RADEON(0): 640x480@60Hz
    [    0.101913] (II) RADEON(0): 640x480@67Hz
    [    0.101915] (II) RADEON(0): 640x480@72Hz
    [    0.101917] (II) RADEON(0): 640x480@75Hz
    [    0.101920] (II) RADEON(0): 800x600@56Hz
    [    0.101922] (II) RADEON(0): 800x600@60Hz
    [    0.101924] (II) RADEON(0): 800x600@72Hz
    [    0.101927] (II) RADEON(0): 800x600@75Hz
    [    0.101929] (II) RADEON(0): 832x624@75Hz
    [    0.101931] (II) RADEON(0): 1024x768@60Hz
    [    0.101933] (II) RADEON(0): 1024x768@70Hz
    [    0.101936] (II) RADEON(0): 1024x768@75Hz
    [    0.101938] (II) RADEON(0): 1280x1024@75Hz
    [    0.101940] (II) RADEON(0): 1152x864@75Hz
    [    0.101943] (II) RADEON(0): Manufacturer's mask: 0
    [    0.101945] (II) RADEON(0): Supported standard timings:
    [    0.101948] (II) RADEON(0): #0: hsize: 1680  vsize 1050  refresh: 60  vid: 179
    [    0.101950] (II) RADEON(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
    [    0.101953] (II) RADEON(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
    [    0.101956] (II) RADEON(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
    [    0.101959] (II) RADEON(0): Supported detailed timing:
    [    0.101961] (II) RADEON(0): clock: 119.0 MHz   Image Size:  474 x 296 mm
    [    0.101966] (II) RADEON(0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
    [    0.101971] (II) RADEON(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
    [    0.101975] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 140 MHz
    [    0.101979] (II) RADEON(0): Monitor name: SyncMaster
    [    0.101982] (II) RADEON(0): Serial No: HVCPA10751
    [    0.101984] (II) RADEON(0): EDID (in hex):
    [    0.101988] (II) RADEON(0): 	00ffffffffffff004c2d0c033232454d
    [    0.101992] (II) RADEON(0): 	291101030e2f1e782ad515a455499a27
    [    0.101997] (II) RADEON(0): 	145054bfef80b30081808140714f0101
    [    0.102001] (II) RADEON(0): 	0101010101017c2e90a0601a1e403020
    [    0.102005] (II) RADEON(0): 	3600da281100001a000000fd00384b1e
    [    0.102009] (II) RADEON(0): 	510e000a202020202020000000fc0053
    [    0.102013] (II) RADEON(0): 	796e634d61737465720a2020000000ff
    [    0.102017] (II) RADEON(0): 	00485643504131303735310a20200009
    finished output detect: 1
    finished all detect
    before xf86InitialConfiguration
    Dac detection success
    [    0.112213] (II) RADEON(0): Output: DVI-1, Detected Monitor Type: 0
    Unhandled monitor type 0
    [    0.112227] (II) RADEON(0): EDID for output DVI-1
    [    0.167633] (II) RADEON(0): EDID for output DVI-0
    [    0.167637] (II) RADEON(0): Manufacturer: SAM  Model: 30c  Serial#: 1296380466
    [    0.167640] (II) RADEON(0): Year: 2007  Week: 41
    [    0.167643] (II) RADEON(0): EDID Version: 1.3
    [    0.167645] (II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
    [    0.167651] (II) RADEON(0): Sync:  Separate  Composite  SyncOnGreen
    [    0.167658] (II) RADEON(0): Max Image Size [cm]: horiz.: 47  vert.: 30
    [    0.167664] (II) RADEON(0): Gamma: 2.20
    [    0.167669] (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    [    0.167674] (II) RADEON(0): First detailed timing is preferred mode
    [    0.167676] (II) RADEON(0): redX: 0.644 redY: 0.333   greenX: 0.286 greenY: 0.603
    [    0.167682] (II) RADEON(0): blueX: 0.152 blueY: 0.079   whiteX: 0.313 whiteY: 0.329
    [    0.167687] (II) RADEON(0): Supported established timings:
    [    0.167690] (II) RADEON(0): 720x400@70Hz
    [    0.167692] (II) RADEON(0): 640x480@60Hz
    [    0.167694] (II) RADEON(0): 640x480@67Hz
    [    0.167697] (II) RADEON(0): 640x480@72Hz
    [    0.167699] (II) RADEON(0): 640x480@75Hz
    [    0.167701] (II) RADEON(0): 800x600@56Hz
    [    0.167704] (II) RADEON(0): 800x600@60Hz
    [    0.167706] (II) RADEON(0): 800x600@72Hz
    [    0.167708] (II) RADEON(0): 800x600@75Hz
    [    0.167711] (II) RADEON(0): 832x624@75Hz
    [    0.167713] (II) RADEON(0): 1024x768@60Hz
    [    0.167715] (II) RADEON(0): 1024x768@70Hz
    [    0.167718] (II) RADEON(0): 1024x768@75Hz
    [    0.167720] (II) RADEON(0): 1280x1024@75Hz
    [    0.167722] (II) RADEON(0): 1152x864@75Hz
    [    0.167725] (II) RADEON(0): Manufacturer's mask: 0
    [    0.167727] (II) RADEON(0): Supported standard timings:
    [    0.167730] (II) RADEON(0): #0: hsize: 1680  vsize 1050  refresh: 60  vid: 179
    [    0.167732] (II) RADEON(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
    [    0.167735] (II) RADEON(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
    [    0.167738] (II) RADEON(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
    [    0.167741] (II) RADEON(0): Supported detailed timing:
    [    0.167744] (II) RADEON(0): clock: 119.0 MHz   Image Size:  474 x 296 mm
    [    0.167749] (II) RADEON(0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
    [    0.167753] (II) RADEON(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
    [    0.167758] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 140 MHz
    [    0.167762] (II) RADEON(0): Monitor name: SyncMaster
    [    0.167765] (II) RADEON(0): Serial No: HVCPA10751
    [    0.167767] (II) RADEON(0): EDID (in hex):
    [    0.167771] (II) RADEON(0): 	00ffffffffffff004c2d0c033232454d
    [    0.167776] (II) RADEON(0): 	291101030e2f1e782ad515a455499a27
    [    0.167780] (II) RADEON(0): 	145054bfef80b30081808140714f0101
    [    0.167784] (II) RADEON(0): 	0101010101017c2e90a0601a1e403020
    [    0.167788] (II) RADEON(0): 	3600da281100001a000000fd00384b1e
    [    0.167792] (II) RADEON(0): 	510e000a202020202020000000fc0053
    [    0.167797] (II) RADEON(0): 	796e634d61737465720a2020000000ff
    [    0.167801] (II) RADEON(0): 	00485643504131303735310a20200009
    [    0.167804] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1
    [    0.167806] (II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
    [    0.167809] (II) RADEON(0): Manufacturer: SAM  Model: 30c  Serial#: 1296380466
    [    0.167812] (II) RADEON(0): Year: 2007  Week: 41
    [    0.167814] (II) RADEON(0): EDID Version: 1.3
    [    0.167817] (II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
    [    0.167822] (II) RADEON(0): Sync:  Separate  Composite  SyncOnGreen
    [    0.167829] (II) RADEON(0): Max Image Size [cm]: horiz.: 47  vert.: 30
    [    0.167835] (II) RADEON(0): Gamma: 2.20
    [    0.167838] (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    [    0.167843] (II) RADEON(0): First detailed timing is preferred mode
    [    0.167845] (II) RADEON(0): redX: 0.644 redY: 0.333   greenX: 0.286 greenY: 0.603
    [    0.167850] (II) RADEON(0): blueX: 0.152 blueY: 0.079   whiteX: 0.313 whiteY: 0.329
    [    0.167859] (II) RADEON(0): Supported established timings:
    [    0.167861] (II) RADEON(0): 720x400@70Hz
    [    0.167863] (II) RADEON(0): 640x480@60Hz
    [    0.167866] (II) RADEON(0): 640x480@67Hz
    [    0.167868] (II) RADEON(0): 640x480@72Hz
    [    0.167870] (II) RADEON(0): 640x480@75Hz
    [    0.167873] (II) RADEON(0): 800x600@56Hz
    [    0.167875] (II) RADEON(0): 800x600@60Hz
    [    0.167877] (II) RADEON(0): 800x600@72Hz
    [    0.167880] (II) RADEON(0): 800x600@75Hz
    [    0.167882] (II) RADEON(0): 832x624@75Hz
    [    0.167884] (II) RADEON(0): 1024x768@60Hz
    [    0.167887] (II) RADEON(0): 1024x768@70Hz
    [    0.167889] (II) RADEON(0): 1024x768@75Hz
    [    0.167891] (II) RADEON(0): 1280x1024@75Hz
    [    0.167894] (II) RADEON(0): 1152x864@75Hz
    [    0.167896] (II) RADEON(0): Manufacturer's mask: 0
    [    0.167898] (II) RADEON(0): Supported standard timings:
    [    0.167901] (II) RADEON(0): #0: hsize: 1680  vsize 1050  refresh: 60  vid: 179
    [    0.167904] (II) RADEON(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
    [    0.167907] (II) RADEON(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
    [    0.167909] (II) RADEON(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
    [    0.167912] (II) RADEON(0): Supported detailed timing:
    [    0.167915] (II) RADEON(0): clock: 119.0 MHz   Image Size:  474 x 296 mm
    [    0.167920] (II) RADEON(0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
    [    0.167924] (II) RADEON(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
    [    0.167928] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 140 MHz
    [    0.167932] (II) RADEON(0): Monitor name: SyncMaster
    [    0.167935] (II) RADEON(0): Serial No: HVCPA10751
    [    0.167937] (II) RADEON(0): EDID (in hex):
    [    0.167942] (II) RADEON(0): 	00ffffffffffff004c2d0c033232454d
    [    0.167946] (II) RADEON(0): 	291101030e2f1e782ad515a455499a27
    [    0.167950] (II) RADEON(0): 	145054bfef80b30081808140714f0101
    [    0.167954] (II) RADEON(0): 	0101010101017c2e90a0601a1e403020
    [    0.167958] (II) RADEON(0): 	3600da281100001a000000fd00384b1e
    [    0.167963] (II) RADEON(0): 	510e000a202020202020000000fc0053
    [    0.167967] (II) RADEON(0): 	796e634d61737465720a2020000000ff
    [    0.167971] (II) RADEON(0): 	00485643504131303735310a20200009
    [    0.167977] (II) RADEON(0): EDID vendor "SAM", prod id 780
    [    0.168010] (II) RADEON(0): Not using mode "1680x1050" (bad mode clock/interlace/doublescan)
    [    0.168015] (II) RADEON(0): Printing probed modes for output DVI-0
    [    0.168019] (II) RADEON(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    [    0.168025] (II) RADEON(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [    0.168030] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [    0.168035] (II) RADEON(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
    [    0.168040] (II) RADEON(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
    [    0.168045] (II) RADEON(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
    [    0.168051] (II) RADEON(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
    [    0.168056] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    [    0.168061] (II) RADEON(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
    [    0.168066] (II) RADEON(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
    [    0.168071] (II) RADEON(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
    [    0.168076] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    [    0.168084] (II) RADEON(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    [    0.168089] (II) RADEON(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
    [    0.168094] (II) RADEON(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
    [    0.168099] (II) RADEON(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
    [    0.168105] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    [    0.168110] (II) RADEON(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
    [    0.168116] (II) RADEON(0): Output DVI-1 disconnected
    [    0.168119] (II) RADEON(0): Output DVI-0 connected
    [    0.168123] (II) RADEON(0): Using exact sizes for initial modes
    [    0.168126] (II) RADEON(0): Output DVI-0 using initial mode 1680x1050
    [    0.168136] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [    0.168145] (==) RADEON(0): DPI set to (96, 96)
    [    0.168148] (II) Loading sub module "fb"
    [    0.168150] (II) LoadModule: "fb"
    [    0.168265] (II) Loading /usr/lib/xorg/modules/libfb.so
    [    0.168376] (II) Module fb: vendor="X.Org Foundation"
    	compiled for 1.7.99.2, module version = 1.0.0
    	ABI class: X.Org ANSI C Emulation, version 0.4
    [    0.168390] (II) Loading sub module "ramdac"
    [    0.168393] (II) LoadModule: "ramdac"
    [    0.168400] (II) Module "ramdac" already built-in
    [    0.168404] (==) RADEON(0): Will attempt to use R6xx/R7xx EXA support if DRI is enabled.
    [    0.168407] (II) Loading sub module "exa"
    [    0.168409] (II) LoadModule: "exa"
    [    0.168605] (II) Loading /usr/lib/xorg/modules/libexa.so
    [    0.168659] (II) Module exa: vendor="X.Org Foundation"
    	compiled for 1.7.99.2, module version = 2.5.0
    	ABI class: X.Org Video Driver, version 6.0
    [    0.168768] (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
    [    0.168778] (--) Depth 24 pixmap format is 32 bpp
    [    0.168810] (II) RADEON(0): RADEONScreenInit d0000000 0 0
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC memreq 0 success
    Disable CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC memreq 1 success
    Disable CRTC 1 success
    [    0.277662] (II) RADEON(0): Dynamic Power Management Disabled
    [    0.277673] (==) RADEON(0): Using 24 bit depth buffer
    mc fb loc is 00ef00d0
    [    0.277684] (II) RADEON(0): RADEONInitMemoryMap() : 
    [    0.277686] (II) RADEON(0):   mem_size         : 0x20000000
    [    0.277689] (II) RADEON(0):   MC_FB_LOCATION   : 0x00ef00d0
    [    0.277692] (II) RADEON(0):   MC_AGP_LOCATION  : 0x003f0000
    [    0.277694] (II) RADEON(0): Depth moves disabled by default
    [    0.277704] (II) RADEON(0): Allocating from a screen of 262080 kb
    [    0.277708] (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00b7c000
    [    0.277711] (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00b80000
    [    0.277714] (II) RADEON(0): Will use 11760 kb for front buffer at offset 0x00000000
    [    0.277755] (II) RADEON(0): Will use 64 kb for PCI GART at offset 0x0fff0000
    [    0.277758] (II) RADEON(0): Will use 11760 kb for back buffer at offset 0x00b84000
    [    0.277761] (II) RADEON(0): Will use 11760 kb for depth buffer at offset 0x01700000
    [    0.277764] (II) RADEON(0): Will use 112640 kb for textures at offset 0x0227c000
    [    0.277766] (II) RADEON(0): Will use 114128 kb for X Server offscreen at offset 0x0907c000
    [    0.277789] drmOpenDevice: node name is /dev/dri/card0
    [    0.280129] drmOpenDevice: open result is 11, (OK)
    [    0.282457] drmOpenDevice: node name is /dev/dri/card0
    [    0.284814] drmOpenDevice: open result is 11, (OK)
    [    0.287117] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [    0.287150] drmOpenDevice: node name is /dev/dri/card0
    [    0.289456] drmOpenDevice: open result is 11, (OK)
    [    0.289486] drmOpenByBusid: drmOpenMinor returns 11
    [    0.289497] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [    0.289524] (II) [drm] DRM interface version 1.3
    [    0.289558] (II) [drm] DRM open master succeeded.
    [    0.289572] (II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables.
    [    0.289576] (II) RADEON(0): [drm] framebuffer handle = 0xd0000000
    [    0.289598] (II) RADEON(0): [drm] added 1 reserved context for kernel
    [    0.289608] (II) RADEON(0): X context handle = 0x1
    [    0.289631] (II) RADEON(0): [drm] installed DRM signal handler
    [    0.300742] (II) RADEON(0): [pci] 32768 kB allocated with handle 0x1152e900
    [    0.300795] (II) RADEON(0): [pci] ring handle = 0x2b7ff000
    [    0.300811] (II) RADEON(0): [pci] Ring mapped at 0x7f5d37738000
    [    0.300816] (II) RADEON(0): [pci] Ring contents 0x00000000
    [    0.300820] (II) RADEON(0): [pci] ring read ptr handle = 0x1b800000
    [    0.300824] (II) RADEON(0): [pci] Ring read ptr mapped at 0x7f5d37737000
    [    0.300828] (II) RADEON(0): [pci] Ring read ptr contents 0x00000000
    [    0.300832] (II) RADEON(0): [pci] vertex/indirect buffers handle = 0x2b800000
    [    0.300847] (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0x7f5d22e1f000
    [    0.300854] (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
    [    0.300858] (II) RADEON(0): [pci] GART texture map handle = 0x2b801000
    [    0.300863] (II) RADEON(0): [pci] GART Texture map mapped at 0x7f5d2119f000
    [    0.300935] (II) RADEON(0): [drm] register handle = 0x2fff8000
    [    0.300955] (II) RADEON(0): [dri] Visual configs initialized
    [    0.301038] (II) RADEON(0): RADEONRestoreMemMapRegisters() : 
    [    0.301041] (II) RADEON(0):   MC_FB_LOCATION   : 0x00ef00d0 0x001f0000
    [    0.301046] (II) RADEON(0):   MC_AGP_LOCATION  : 0x003f0000
    [    0.311147] (==) RADEON(0): Backing store disabled
    [    0.311173] (II) RADEON(0): [DRI] installation complete
    [    0.346779] (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
    [    0.346801] (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
    [    0.346816] (II) RADEON(0): [drm] dma control initialized, using IRQ 18
    [    0.346820] (II) RADEON(0): [drm] Initialized kernel GART heap manager, 29884416
    [    0.346836] (WW) RADEON(0): DRI init changed memory map, adjusting ...
    [    0.346839] (WW) RADEON(0):   MC_FB_LOCATION  was: 0x00ef00d0 is: 0x00ef00d0
    [    0.346842] (WW) RADEON(0):   MC_AGP_LOCATION was: 0x003f0000 is: 0x00030000
    [    0.346848] (II) RADEON(0): RADEONRestoreMemMapRegisters() : 
    [    0.346851] (II) RADEON(0):   MC_FB_LOCATION   : 0x00ef00d0 0x00ef00d0
    [    0.346853] (II) RADEON(0):   MC_AGP_LOCATION  : 0x00030000
    [    0.346859] (II) RADEON(0): Direct rendering enabled
    [    0.346867] (II) RADEON(0): Setting EXA maxPitchBytes
    [    0.346886] (II) EXA(0): Offscreen pixmap area of 116867072 bytes
    [    0.346894] (II) EXA(0): Driver registered support for the following operations:
    [    0.346897] (II)         Solid
    [    0.346899] (II)         Copy
    [    0.346901] (II)         Composite (RENDER acceleration)
    [    0.346903] (II)         UploadToScreen
    [    0.346905] (II)         DownloadFromScreen
    [    0.346916] (II) RADEON(0): Acceleration enabled
    [    0.346921] (==) RADEON(0): DPMS enabled
    [    0.346926] (==) RADEON(0): Silken mouse enabled
    [    0.346968] (II) RADEON(0): Set up textured video
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC memreq 0 success
    Disable CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC memreq 1 success
    Disable CRTC 1 success
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC memreq 0 success
    Disable CRTC 0 success
    Mode 1680x1050 - 1840 1080 9
    [    0.351103] (II) RADEON(0): RADEONRestoreMemMapRegisters() : 
    [    0.351106] (II) RADEON(0):   MC_FB_LOCATION   : 0x00ef00d0 0x00ef00d0
    [    0.351109] (II) RADEON(0):   MC_AGP_LOCATION  : 0x00030000
    before 11900
    after 11900
    ffreq: 119000.000000
    best_freq: 119000
    best_feedback_div: 83.3
    best_ref_div: 7
    best_post_div: 10
    [    0.351147] (II) RADEON(0): crtc(0) Clock: mode 119000, PLL 119000
    [    0.351150] (II) RADEON(0): crtc(0) PLL  : refdiv 7, fbdiv 0x53(83), fracfbdiv 3, pdiv 10
    Set CRTC 0 PLL success
    Set CRTC Timing success
    Set CRTC 0 Overscan success
    Not using RMX
    scaler 0 setup success
    Set CRTC 0 Source success
    crtc 0 YUV disable setup success
    Output DAC1 setup success
    Output CRT1 enable success
    Enable CRTC 0 success
    Enable CRTC memreq 0 success
    Unblank CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC memreq 1 success
    Disable CRTC 1 success
    [    0.354235] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC memreq 0 success
    Disable CRTC 0 success
    Mode 1680x1050 - 1840 1080 9
    [    0.354395] (II) RADEON(0): RADEONRestoreMemMapRegisters() : 
    [    0.354398] (II) RADEON(0):   MC_FB_LOCATION   : 0x00ef00d0 0x00ef00d0
    [    0.354401] (II) RADEON(0):   MC_AGP_LOCATION  : 0x00030000
    before 11900
    after 11900
    ffreq: 119000.000000
    best_freq: 119000
    best_feedback_div: 83.3
    best_ref_div: 7
    best_post_div: 10
    [    0.354430] (II) RADEON(0): crtc(0) Clock: mode 119000, PLL 119000
    [    0.354433] (II) RADEON(0): crtc(0) PLL  : refdiv 7, fbdiv 0x53(83), fracfbdiv 3, pdiv 10
    Set CRTC 0 PLL success
    Set CRTC Timing success
    Set CRTC 0 Overscan success
    Not using RMX
    scaler 0 setup success
    Set CRTC 0 Source success
    crtc 0 YUV disable setup success
    Output DAC1 setup success
    Output CRT1 enable success
    Enable CRTC 0 success
    Enable CRTC memreq 0 success
    Unblank CRTC 0 success
    [    0.354837] (--) RandR disabled
    [    0.354843] (II) Initializing built-in extension Generic Event Extension
    [    0.354846] (II) Initializing built-in extension SHAPE
    [    0.354849] (II) Initializing built-in extension MIT-SHM
    [    0.354851] (II) Initializing built-in extension XInputExtension
    [    0.354853] (II) Initializing built-in extension XTEST
    [    0.354855] (II) Initializing built-in extension BIG-REQUESTS
    [    0.354858] (II) Initializing built-in extension SYNC
    [    0.354860] (II) Initializing built-in extension XKEYBOARD
    [    0.354862] (II) Initializing built-in extension XC-MISC
    [    0.354864] (II) Initializing built-in extension SECURITY
    [    0.354866] (II) Initializing built-in extension XINERAMA
    [    0.354868] (II) Initializing built-in extension XFIXES
    [    0.354871] (II) Initializing built-in extension RENDER
    [    0.354873] (II) Initializing built-in extension RANDR
    [    0.354875] (II) Initializing built-in extension COMPOSITE
    [    0.354877] (II) Initializing built-in extension DAMAGE
    record: RECORD extension enabled at configure time.
    record: This extension is known to be broken, disabling extension now..
    record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
    [    0.359177] (II) AIGLX: Screen 0 is not DRI2 capable
    [    0.359190] drmOpenDevice: node name is /dev/dri/card0
    [    0.359205] drmOpenDevice: open result is 12, (OK)
    [    0.359216] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [    0.359219] drmOpenDevice: node name is /dev/dri/card0
    [    0.359225] drmOpenDevice: open result is 12, (OK)
    [    0.359228] drmOpenByBusid: drmOpenMinor returns 12
    [    0.359233] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [    0.367580] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [    0.367593] (II) AIGLX: enabled GLX_SGI_make_current_read
    [    0.367596] (II) AIGLX: enabled GLX_texture_from_pixmap with driver support
    [    0.367615] (II) AIGLX: Loaded and initialized /usr/lib/dri/r600_dri.so
    [    0.367618] (II) GLX: Initialized DRI GL provider for screen 0
    [    0.367822] (II) RADEON(0): Setting screen physical size to 444 x 277
    [    0.381112] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
    [    0.382092] (II) config/udev: Adding input device "Power Button" (/dev/input/event1)
    [    0.382106] (II) LoadModule: "evdev"
    [    0.382186] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [    0.382250] (II) Module evdev: vendor="X.Org Foundation"
    	compiled for 1.7.2, module version = 2.3.2
    	Module class: X.Org XInput Driver
    	ABI class: X.Org XInput driver, version 7.0
    [    0.382279] (**) "Power Button": always reports core events
    [    0.382284] (**) "Power Button": Device: "/dev/input/event1"
    [    0.423455] (II) "Power Button": Found keys
    [    0.423467] (II) "Power Button": Configuring as keyboard
    [    0.423481] (II) XINPUT: Adding extended input device ""Power Button"" (type: KEYBOARD)
    [    0.423490] (**) Option "xkb_rules" "evdev"
    [    0.423497] (**) Option "xkb_model" "pc105"
    [    0.423502] (**) Option "xkb_layout" "us"
    [    0.423789] (II) config/udev: Adding input device "Power Button" (/dev/input/event0)
    [    0.423805] (**) "Power Button": always reports core events
    [    0.423809] (**) "Power Button": Device: "/dev/input/event0"
    [    0.483441] (II) "Power Button": Found keys
    [    0.483452] (II) "Power Button": Configuring as keyboard
    [    0.483459] (II) XINPUT: Adding extended input device ""Power Button"" (type: KEYBOARD)
    [    0.483463] (**) Option "xkb_rules" "evdev"
    [    0.483469] (**) Option "xkb_model" "pc105"
    [    0.483474] (**) Option "xkb_layout" "us"
    [    0.483792] (II) config/udev: Adding input device "Logitech USB-PS/2 Optical Mouse" (/dev/input/event4)
    [    0.483806] (**) "Logitech USB-PS/2 Optical Mouse": always reports core events
    [    0.483809] (**) "Logitech USB-PS/2 Optical Mouse": Device: "/dev/input/event4"
    [    0.563455] (II) "Logitech USB-PS/2 Optical Mouse": Found 12 mouse buttons
    [    0.563466] (II) "Logitech USB-PS/2 Optical Mouse": Found scroll wheel(s)
    [    0.563469] (II) "Logitech USB-PS/2 Optical Mouse": Found relative axes
    [    0.563471] (II) "Logitech USB-PS/2 Optical Mouse": Found x and y relative axes
    [    0.563474] (II) "Logitech USB-PS/2 Optical Mouse": Configuring as mouse
    [    0.563481] (**) "Logitech USB-PS/2 Optical Mouse": YAxisMapping: buttons 4 and 5
    [    0.563484] (**) "Logitech USB-PS/2 Optical Mouse": EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [    0.563490] (II) XINPUT: Adding extended input device ""Logitech USB-PS/2 Optical Mouse"" (type: MOUSE)
    [    0.563526] (**) "Logitech USB-PS/2 Optical Mouse": (accel) keeping acceleration scheme 1
    [    0.563532] (**) "Logitech USB-PS/2 Optical Mouse": (accel) acceleration profile 0
    [    0.563540] (II) "Logitech USB-PS/2 Optical Mouse": initialized for relative axes.
    [    0.563912] (II) config/udev: Adding input device "Aiptek" (/dev/input/event6)
    [    0.563929] (**) "Aiptek": always reports core events
    [    0.563932] (**) "Aiptek": Device: "/dev/input/event6"
    
    Backtrace:
    0: /usr/bin/X (xorg_backtrace+0x28) [0x46ecf8]
    1: /usr/bin/X (0x400000+0x6d6fd) [0x46d6fd]
    2: /lib/libpthread.so.0 (0x7f5d36b9a000+0xf190) [0x7f5d36ba9190]
    3: /usr/bin/X (0x400000+0x3a04b) [0x43a04b]
    4: /usr/bin/X (0x400000+0x3a35b) [0x43a35b]
    5: /usr/bin/X (0x400000+0x3aede) [0x43aede]
    6: /usr/bin/X (xf86PostMotionEventP+0x87) [0x47a027]
    7: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f5d0e85b000+0x53df) [0x7f5d0e8603df]
    8: /usr/bin/X (0x400000+0x778c7) [0x4778c7]
    9: /usr/bin/X (0x400000+0x10fd24) [0x50fd24]
    10: /lib/libpthread.so.0 (0x7f5d36b9a000+0xf190) [0x7f5d36ba9190]
    11: /lib/libpthread.so.0 (__open64+0x10) [0x7f5d36ba8940]
    12: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f5d0e85b000+0x32d1) [0x7f5d0e85e2d1]
    13: /usr/bin/X (0x400000+0x7a577) [0x47a577]
    14: /usr/bin/X (NewInputDeviceRequest+0x1ca) [0x47a97a]
    15: /usr/bin/X (0x400000+0x10a12a) [0x50a12a]
    16: /usr/bin/X (0x400000+0x10a3be) [0x50a3be]
    17: /usr/bin/X (config_init+0x9) [0x45f109]
    18: /usr/bin/X (0x400000+0x260a5) [0x4260a5]
    19: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f5d35b1aadd]
    20: /usr/bin/X (0x400000+0x25c99) [0x425c99]
    Segmentation fault at address (nil)
    
    Caught signal 11 (Segmentation fault). Server aborting
    
    Please consult the The X.Org Foundation support 
    	 at http://wiki.x.org
     for help. 
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    
    [    0.723443] (II) "Power Button": Close
    [    0.723466] (II) UnloadModule: "evdev"
    [    0.803441] (II) "Power Button": Close
    [    0.803461] (II) UnloadModule: "evdev"
    [    0.963444] (II) "Logitech USB-PS/2 Optical Mouse": Close
    [    0.963460] (II) UnloadModule: "evdev"
    [    0.963494] (II) AIGLX: Suspending AIGLX clients for VT switch
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC memreq 0 success
    Disable CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC memreq 1 success
    Disable CRTC 1 success
    [    0.971244] (II) RADEON(0): RADEONRestoreMemMapRegisters() : 
    [    0.971247] (II) RADEON(0):   MC_FB_LOCATION   : 0x001f0000 0x00ef00d0
    [    0.971250] (II) RADEON(0):   MC_AGP_LOCATION  : 0x00000000
    [    0.981333] (II) RADEON(0): avivo_restore !
    Enable CRTC 0 success
    Enable CRTC memreq 0 success
    Unblank CRTC 0 success
     ddxSigGiveUp: Closing log
    Last edited by Ubuntiac; December 22nd, 2009 at 11:19 AM. Reason: 3.14159265358979323846264338327950288
    Facebook, Apple, Google, corrupt governments, the ISP's and Telco's
    can be beaten at their own game by free and open source software.
    Here's how. (Extra credit)

  5. #205
    Join Date
    Nov 2005
    Location
    Oz
    Beans
    4,405

    Re: ATi Open drivers are comming of age... :)

    This is where they are up to in Arch with this lot; I though that it may help someone with version compatibility here:

    With the recent release of Mesa 7.7 and some new package entering testing, I wonder what packages are now required to be build from git?


    As far I know :
    * kernel26 from testing is 2.6.32.2 and breaks KMW so we need either 2.6.32.1 or 2.6.33-rc1
    * libdrm in testing is 2.4.17 and it's enough (at least) for my need (KMS, compositing with Kwin)
    * xf86-video-ati in testing is 6.12.99.git20091221-1, and that's ok too

    so it left :
    * glproto : extra version is 1.4.10 so we need to compile it from git I believe
    * dri2proto : 2.1 in extra, same as above
    * mesa: 7.6 in extra but 7.7 is released (today), so we need to wait for it to enter testing I guess
    * libgl: 7.6 in extra but should become 7.7 with mesa
    * ati-dri: same as above

    That left us to compile the last five from git for now but soon only glproto and dri2proto?



    Moving along beautifully eh!

  6. #206
    Join Date
    Dec 2006
    Beans
    217

    Re: ATi Open drivers are comming of age... :)

    xorg requirements are met by xorg-edgers ppa:
    libdrm = 2.4.17+git20091221
    mesa = 7.7.0~git20091221
    xserver-xorg video-ati =6.12.99+git20091222 (do you know which git revision? is needed because the standard karmic one is 20090929)

    For the kernel I know 2.6.32 (.nothing) as provided here works fine (radeon.modeset=1 may be required), however 2.6.31/2.6.33-* should work fine as long as radeon.modeset=1 is specified.

    If you want to compile from git this guide covers xorg and kernel, I played about and had mesa from git for a while but something went wrong on an update, so now I'm back, i think performance was slightly better with mesa 7.8 but that's speculative as i didn't do benchmarks (which IMO are often stupid for mesa because your feature set is changing).

  7. #207
    Join Date
    Dec 2009
    Location
    Spain
    Beans
    0
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: ATi Open drivers are comming of age... :)

    Hi there...
    I'm new in this great forum and this is my first post. I'd been in ubuntu since 8.10 but I'm new in graphic acceleration cause I never needed. I've reading this thread, but my english isn't the best in the world and I can't understand everything... -.-'
    My question is: I have installed karmic with an ATI Radeon X1600PRO (512MB). I tried to install the proprietary drivers but envy says that isn't compatible. I don't know if the open driver enables 3D acceleration. Am I in the correct thread?
    So sorry if I asked stupid questions...
    Thanks and greetings

  8. #208
    Join Date
    Nov 2005
    Location
    Oz
    Beans
    4,405

    Re: ATi Open drivers are comming of age... :)

    Apparently xf86-video-ati 6.12.99.git20091221-1 is fine.

    kernel 2.6.32.2 is no good .31 & .33-rc1 are ok.

  9. #209
    Join Date
    Dec 2006
    Beans
    217

    Re: ATi Open drivers are comming of age... :)

    Quote Originally Posted by JeMaCheHi View Post
    Hi there...
    I'm new in this great forum and this is my first post. I'd been in ubuntu since 8.10 but I'm new in graphic acceleration cause I never needed. I've reading this thread, but my english isn't the best in the world and I can't understand everything... -.-'
    My question is: I have installed karmic with an ATI Radeon X1600PRO (512MB). I tried to install the proprietary drivers but envy says that isn't compatible. I don't know if the open driver enables 3D acceleration. Am I in the correct thread?
    So sorry if I asked stupid questions...
    Thanks and greetings
    ATI open drivers support some 3D acceleration but they are generally slower than envy drivers (I can run desktop effects but some are slow and i don't think you can do 3d gaming, but these may be due to my card being rubbish)
    The open drivers are installed by default but can be a bit slow if the version installed is old.
    The latest version is a bit tricky to get working and you may run into problems, but if you want it, you need to use this ppa and enable KMS.

    To enable KMS add radeon.modeset=1 to your kernel line in grub (you will need a recent kernel >= 2.6.31 (but not 2.6.32), the default one in 9.10 should be new enough), then check it is enabled after a reboot run
    Code:
    sudo cat /sys/module/radeon/parameters/modeset
    1 means its working, 0 means it's not

    to find out if you have DRI working run glxgears -info
    it will return something like
    Code:
    GL_RENDERER   = Mesa DRI R300 (RS400 5975) 20090101  NO-TCL DRI2 #KMS is working
    GL_RENDERER   = Mesa DRI R300 (RS400 5975) 20090101  NO-TCL DRI  #KMS is not working but you have some hardware acceleration
    GL_RENDERER   = Software rasterising                             #KMS is not working and you have no hardware acceleration
    Last edited by Xbehave; December 23rd, 2009 at 11:34 AM.

  10. #210
    Join Date
    Nov 2005
    Location
    Oz
    Beans
    4,405

    Re: ATi Open drivers are comming of age... :)

    Quote Originally Posted by JeMaCheHi View Post
    Hi there...
    I'm new in this great forum and this is my first post. I'd been in ubuntu since 8.10 but I'm new in graphic acceleration cause I never needed. I've reading this thread, but my english isn't the best in the world and I can't understand everything... -.-'
    My question is: I have installed karmic with an ATI Radeon X1600PRO (512MB). I tried to install the proprietary drivers but envy says that isn't compatible. I don't know if the open driver enables 3D acceleration. Am I in the correct thread?
    So sorry if I asked stupid questions...
    Thanks and greetings
    Welcome to the forum JeMaCheHi, I hope it serves you well.

    In addition to what Xbehave said; in case you are unaware, your X1000 series is using the R520 core, which is usually referred to as the R500 (& sometimes X500). It may help you to know that when you look at something like the following table, which I think you will find quite encouraging:

    http://wiki.x.org/wiki/RadeonFeature

    Due to the speed of development of the open-source support for ATi GPUs in particular at the moment, if you do find that the 3D speed you are getting is not good enough, or it just won't work for your card; please be patient, as it won't be too long & it will be easy to set up, as well as the speed is (almost) consistently increasing every week.

    The open-source ATi 2D has for months been vastly superior to the 2D offered by Catalyst. 3D will do the same in the coming months. For many of the ATi GPUs.
    Last edited by handy; December 23rd, 2009 at 11:51 AM.

Page 21 of 90 FirstFirst ... 1119202122233171 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

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