Mailinglist Archive: radeonhd (308 mails)

< Previous Next >
[radeonhd] 0x7146:0x174B:0x0920: Sapphire Radeon X1300
  • From: Andrew Cattau <andrew.cattau@xxxxxxxxxxxx>
  • Date: Mon, 24 Mar 2008 14:11:53 -0600
  • Message-id: <47E80B09.6010407@xxxxxxxxxxxx>
I am experimenting with the "radeonhd" driver on my Debian Etch workstation, and I noticed the following in the log output:
(**) RADEONHD(0): Depth 24, (--) framebuffer bpp 32
(**) RADEONHD(0): Option "HPD" "swap"
(WW) RADEONHD(0): !!! Option HPD is set !!!
This shall only be used to work around broken connector tables.
Please report your findings to radeonhd@xxxxxxxxxxxx
(II) RADEONHD(0): Unknown card detected: 0x7146:0x174B:0x0920.
If - and only if - your card does not work or does not work optimally
please contact radeonhd@xxxxxxxxxxxx to help rectify this.
Use the subject: 0x7146:0x174B:0x0920: <name of board>.
(--) RADEONHD(0): Detected an RV515 on an unidentified card


The video card is a Sapphire Radeon X1300. I don't have the box anymore, but the packing slip that came with it says:
Sapphire Radeon X1300 PCI Express 256MB DDR Video Card w/TV-Out, DVI & VGA Retail


So far the driver is working OK for me, although I did have to add the following line to my xorg.conf:
Option "HPD" "swap"

It is possible (although I think unlikely) that this could also be due to the IOGEAR DVI KVM switch that I am using. The KVM switch occasionally causes me problems with autodetection, although so far I've only noticed problems if I first start X / boot windows while the KVM switch has a different host selected, as the resolution of my display will not be detected properly.


Please let me know if I can provide more information.

Xorg.log and xorg.conf files attached
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection

Section "Device"
Identifier "ATI X1300"
#Driver "fglrx"
#BusID "PCI:1:0:0"
#Option "VideoOverlay" "on"
#Option "OpenGLOverlay" "off"
Driver "radeonhd"
Option "HPD" "swap"
EndSection

Section "Monitor"
Identifier "DELL 2407WFP"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI X1300"
Monitor "DELL 2407WFP"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1920x1200" "1600x1200" "1280x1024" "1024x768"
"800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1920x1200" "1600x1200" "1280x1024" "1024x768"
"800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1920x1200" "1600x1200" "1280x1024" "1024x768"
"800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1920x1200" "1600x1200" "1280x1024" "1024x768"
"800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1920x1200" "1600x1200" "1280x1024" "1024x768"
"800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1920x1200" "1600x1200" "1280x1024" "1024x768"
"800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "Extensions"
#Option "Composite" "Disable"
Option "XVideo" "Enable"
EndSection

Section "DRI"
Mode 0666
EndSection

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux matrix 2.6.18-6-xen-686 #1 SMP Sun Feb 10
22:43:13 UTC 2008 i686
Build Date: 24 January 2008
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: Mon Mar 24 13:39:18 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "DELL 2407WFP"
(**) | |-->Device "ATI X1300"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not
exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "XVideo" is enabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,277c card 103c,280c rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,277d card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:4: chip 8086,27e0 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:5: chip 8086,27e2 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 103c,280c rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 103c,280c rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 103c,280c rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 103c,280c rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 103c,280c rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev e1 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b8 card 103c,280c rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,27df card 103c,280c rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,27c3 card 103c,280c rev 01 class 01,04,00 hdr 00
(II) PCI: 01:00:0: chip 1002,7146 card 174b,0920 rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,7166 card 174b,0921 rev 00 class 03,80,00 hdr 00
(II) PCI: 05:0a:0: chip 1102,0005 card 1102,0021 rev 00 class 04,01,00 hdr 00
(II) PCI: 3f:00:0: chip 14e4,167b card 103c,280c rev 02 class 02,00,00 hdr 00
(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,63), 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: 0x000a (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x00002000 - 0x00002fff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xe0500000 - 0xe07fffff (0x300000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xd0000000 - 0xe01fffff (0x10200000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 16: bridge is at (0:28:0), (0,16,16), BCTRL: 0x0006 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 40: bridge is at (0:28:4), (0,40,40), BCTRL: 0x0006 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 63: bridge is at (0:28:5), (0,63,63), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 63 non-prefetchable memory range:
[0] -1 0 0xe0200000 - 0xe04fffff (0x300000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:30:0), (0,5,5), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 5 I/O range:
[0] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[1] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[2] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
[3] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
(II) Bus 5 non-prefetchable memory range:
[0] -1 0 0xe4000000 - 0xe83fffff (0x4400000) 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)
(--) PCI:*(1:0:0) ATI Technologies Inc RV515 [Radeon X1300] rev 0, Mem @
0xd0000000/28, 0xe0500000/16, I/O @ 0x2000/8
(--) PCI: (1:0:1) ATI Technologies Inc RV515 [Radeon X1300] (Secondary) rev 0,
Mem @ 0xe0510000/16
(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) Active PCI resource ranges:
[0] -1 0 0xe0400000 - 0xe040ffff (0x10000) MX[B]
[1] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]
[2] -1 0 0xe8200000 - 0xe83fffff (0x200000) MX[B]
[3] -1 0 0xe0a04400 - 0xe0a047ff (0x400) MX[B]
[4] -1 0 0xe0a04000 - 0xe0a043ff (0x400) MX[B]
[5] -1 0 0xe0510000 - 0xe051ffff (0x10000) MX[B](B)
[6] -1 0 0xe0500000 - 0xe050ffff (0x10000) MX[B](B)
[7] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[8] -1 0 0x00001000 - 0x0000101f (0x20) IX[B]
[9] -1 0 0x000030b0 - 0x000030bf (0x10) IX[B]
[10] -1 0 0x000030ec - 0x000030ef (0x4) IX[B]
[11] -1 0 0x000030d8 - 0x000030df (0x8) IX[B]
[12] -1 0 0x000030e8 - 0x000030eb (0x4) IX[B]
[13] -1 0 0x000030d0 - 0x000030d7 (0x8) IX[B]
[14] -1 0 0x000030a0 - 0x000030af (0x10) IX[B]
[15] -1 0 0x000030e4 - 0x000030e4 (0x1) IX[B]
[16] -1 0 0x000030c8 - 0x000030c8 (0x1) IX[B]
[17] -1 0 0x000030e0 - 0x000030e0 (0x1) IX[B]
[18] -1 0 0x000030c0 - 0x000030c0 (0x1) IX[B]
[19] -1 0 0x00003060 - 0x0000307f (0x20) IX[B]
[20] -1 0 0x00003040 - 0x0000305f (0x20) IX[B]
[21] -1 0 0x00003020 - 0x0000303f (0x20) IX[B]
[22] -1 0 0x00003000 - 0x0000301f (0x20) IX[B]
[23] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xe0400000 - 0xe040ffff (0x10000) MX[B]
[1] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]
[2] -1 0 0xe8200000 - 0xe83fffff (0x200000) MX[B]
[3] -1 0 0xe0a04400 - 0xe0a047ff (0x400) MX[B]
[4] -1 0 0xe0a04000 - 0xe0a043ff (0x400) MX[B]
[5] -1 0 0xe0510000 - 0xe051ffff (0x10000) MX[B](B)
[6] -1 0 0xe0500000 - 0xe050ffff (0x10000) MX[B](B)
[7] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[8] -1 0 0x00001000 - 0x0000101f (0x20) IX[B]
[9] -1 0 0x000030b0 - 0x000030bf (0x10) IX[B]
[10] -1 0 0x000030ec - 0x000030ef (0x4) IX[B]
[11] -1 0 0x000030d8 - 0x000030df (0x8) IX[B]
[12] -1 0 0x000030e8 - 0x000030eb (0x4) IX[B]
[13] -1 0 0x000030d0 - 0x000030d7 (0x8) IX[B]
[14] -1 0 0x000030a0 - 0x000030af (0x10) IX[B]
[15] -1 0 0x000030e4 - 0x000030e4 (0x1) IX[B]
[16] -1 0 0x000030c8 - 0x000030c8 (0x1) IX[B]
[17] -1 0 0x000030e0 - 0x000030e0 (0x1) IX[B]
[18] -1 0 0x000030c0 - 0x000030c0 (0x1) IX[B]
[19] -1 0 0x00003060 - 0x0000307f (0x20) IX[B]
[20] -1 0 0x00003040 - 0x0000305f (0x20) IX[B]
[21] -1 0 0x00003020 - 0x0000303f (0x20) IX[B]
[22] -1 0 0x00003000 - 0x0000301f (0x20) IX[B]
[23] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[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) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xe0400000 - 0xe040ffff (0x10000) MX[B]
[5] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]
[6] -1 0 0xe8200000 - 0xe83fffff (0x200000) MX[B]
[7] -1 0 0xe0a04400 - 0xe0a047ff (0x400) MX[B]
[8] -1 0 0xe0a04000 - 0xe0a043ff (0x400) MX[B]
[9] -1 0 0xe0510000 - 0xe051ffff (0x10000) MX[B](B)
[10] -1 0 0xe0500000 - 0xe050ffff (0x10000) MX[B](B)
[11] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x00001000 - 0x0000101f (0x20) IX[B]
[15] -1 0 0x000030b0 - 0x000030bf (0x10) IX[B]
[16] -1 0 0x000030ec - 0x000030ef (0x4) IX[B]
[17] -1 0 0x000030d8 - 0x000030df (0x8) IX[B]
[18] -1 0 0x000030e8 - 0x000030eb (0x4) IX[B]
[19] -1 0 0x000030d0 - 0x000030d7 (0x8) IX[B]
[20] -1 0 0x000030a0 - 0x000030af (0x10) IX[B]
[21] -1 0 0x000030e4 - 0x000030e4 (0x1) IX[B]
[22] -1 0 0x000030c8 - 0x000030c8 (0x1) IX[B]
[23] -1 0 0x000030e0 - 0x000030e0 (0x1) IX[B]
[24] -1 0 0x000030c0 - 0x000030c0 (0x1) IX[B]
[25] -1 0 0x00003060 - 0x0000307f (0x20) IX[B]
[26] -1 0 0x00003040 - 0x0000305f (0x20) IX[B]
[27] -1 0 0x00003020 - 0x0000303f (0x20) IX[B]
[28] -1 0 0x00003000 - 0x0000301f (0x20) IX[B]
[29] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.2.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.1.1, 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: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.1.1, 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: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "radeonhd"
(II) Loading /usr/lib/xorg/modules/drivers/radeonhd_drv.so
(II) Module radeonhd: vendor="AMD GPG"
compiled for 7.1.1, module version = 1.1.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) RADEONHD: X driver for the following AMD GPG (ATI) graphics devices:
RV505 : Radeon X1550, X1550 64bit.
RV515 : Radeon X1300, X1550, X1600; FireGL V3300, V3350.
RV516 : Radeon X1300, X1550, X1550 64-bit, X1600; FireMV 2250.
R520 : Radeon X1800; FireGL V5300, V7200, V7300, V7350.
RV530 : Radeon X1300 XT, X1600, X1600 Pro, X1650; FireGL V3400, V5200.
RV535 : Radeon X1300, X1650.
RV550 : Radeon X2300 HD.
RV560 : Radeon X1650.
RV570 : Radeon X1950, X1950 GT; FireGL V7400.
R580 : Radeon X1900, X1950; AMD Stream Processor.
R600 : Radeon HD 2900 GT/Pro/XT; FireGL V7600/V8600/V8650.
RV610 : Radeon HD 2350, HD 2400 Pro/XT, HD 2400 Pro AGP; FireGL V4000.
RV630 : Radeon HD 2600 LE/Pro/XT, HD 2600 Pro/XT AGP; Gemini RV630;
FireGL V3600/V5600.
RV670 : Radeon HD 3850, HD 3870, FireGL V7700.
M52 : Mobility Radeon X1300.
M54 : Mobility Radeon X1400; M54-GL.
M56 : Mobility Radeon X1600; Mobility FireGL V5200.
M58 : Mobility Radeon X1800, X1800 XT; Mobility FireGL V7100, V7200.
M62 : Mobility Radeon X1350.
M64 : Mobility Radeon X1450, X2300.
M66 : Mobility Radeon X1700, X1700 XT; FireGL V5250.
M68 : Mobility Radeon X1900.
M71 : Mobility Radeon HD 2300.
M72 : Mobility Radeon HD 2400; Radeon E2400.
M74 : Mobility Radeon HD 2400 XT.
M76 : Mobility Radeon HD 2600
(Gemini ATI) Mobility Radeon HD 2600 XT.
RS600 : Radeon Xpress 1200, Xpress 1250.
RS690 : Radeon X1200, X1250, X1270.

(II) RADEONHD: version 1.1.0, built from dist of git branch master, commit
f213db06

(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(WW) RADEONHD: No matching Device section for instance (BusID PCI:1:0:1) found
(--) Chipset RV515 found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xe0400000 - 0xe040ffff (0x10000) MX[B]
[5] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]
[6] -1 0 0xe8200000 - 0xe83fffff (0x200000) MX[B]
[7] -1 0 0xe0a04400 - 0xe0a047ff (0x400) MX[B]
[8] -1 0 0xe0a04000 - 0xe0a043ff (0x400) MX[B]
[9] -1 0 0xe0510000 - 0xe051ffff (0x10000) MX[B](B)
[10] -1 0 0xe0500000 - 0xe050ffff (0x10000) MX[B](B)
[11] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x00001000 - 0x0000101f (0x20) IX[B]
[15] -1 0 0x000030b0 - 0x000030bf (0x10) IX[B]
[16] -1 0 0x000030ec - 0x000030ef (0x4) IX[B]
[17] -1 0 0x000030d8 - 0x000030df (0x8) IX[B]
[18] -1 0 0x000030e8 - 0x000030eb (0x4) IX[B]
[19] -1 0 0x000030d0 - 0x000030d7 (0x8) IX[B]
[20] -1 0 0x000030a0 - 0x000030af (0x10) IX[B]
[21] -1 0 0x000030e4 - 0x000030e4 (0x1) IX[B]
[22] -1 0 0x000030c8 - 0x000030c8 (0x1) IX[B]
[23] -1 0 0x000030e0 - 0x000030e0 (0x1) IX[B]
[24] -1 0 0x000030c0 - 0x000030c0 (0x1) IX[B]
[25] -1 0 0x00003060 - 0x0000307f (0x20) IX[B]
[26] -1 0 0x00003040 - 0x0000305f (0x20) IX[B]
[27] -1 0 0x00003020 - 0x0000303f (0x20) IX[B]
[28] -1 0 0x00003000 - 0x0000301f (0x20) IX[B]
[29] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xe0400000 - 0xe040ffff (0x10000) MX[B]
[5] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]
[6] -1 0 0xe8200000 - 0xe83fffff (0x200000) MX[B]
[7] -1 0 0xe0a04400 - 0xe0a047ff (0x400) MX[B]
[8] -1 0 0xe0a04000 - 0xe0a043ff (0x400) MX[B]
[9] -1 0 0xe0510000 - 0xe051ffff (0x10000) MX[B](B)
[10] -1 0 0xe0500000 - 0xe050ffff (0x10000) MX[B](B)
[11] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x00001000 - 0x0000101f (0x20) IX[B]
[15] -1 0 0x000030b0 - 0x000030bf (0x10) IX[B]
[16] -1 0 0x000030ec - 0x000030ef (0x4) IX[B]
[17] -1 0 0x000030d8 - 0x000030df (0x8) IX[B]
[18] -1 0 0x000030e8 - 0x000030eb (0x4) IX[B]
[19] -1 0 0x000030d0 - 0x000030d7 (0x8) IX[B]
[20] -1 0 0x000030a0 - 0x000030af (0x10) IX[B]
[21] -1 0 0x000030e4 - 0x000030e4 (0x1) IX[B]
[22] -1 0 0x000030c8 - 0x000030c8 (0x1) IX[B]
[23] -1 0 0x000030e0 - 0x000030e0 (0x1) IX[B]
[24] -1 0 0x000030c0 - 0x000030c0 (0x1) IX[B]
[25] -1 0 0x00003060 - 0x0000307f (0x20) IX[B]
[26] -1 0 0x00003040 - 0x0000305f (0x20) IX[B]
[27] -1 0 0x00003020 - 0x0000303f (0x20) IX[B]
[28] -1 0 0x00003000 - 0x0000301f (0x20) IX[B]
[29] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(**) RADEONHD(0): Depth 24, (--) framebuffer bpp 32
(**) RADEONHD(0): Option "HPD" "swap"
(WW) RADEONHD(0): !!! Option HPD is set !!!
This shall only be used to work around broken connector tables.
Please report your findings to radeonhd@xxxxxxxxxxxx
(II) RADEONHD(0): Unknown card detected: 0x7146:0x174B:0x0920.
If - and only if - your card does not work or does not work optimally
please contact radeonhd@xxxxxxxxxxxx to help rectify this.
Use the subject: 0x7146:0x174B:0x0920: <name of board>.
(--) RADEONHD(0): Detected an RV515 on an unidentified card
(II) RADEONHD(0): Mapped IO at 0xb7be3000 (size 0x00010000)
(II) RADEONHD(0): Getting BIOS copy from legacy VBIOS location
(II) RADEONHD(0): ATOM BIOS Rom:
SubsystemVendorID: 0x174b SubsystemID: 0x0920
IOBaseAddress: 0x2000
Filename: BC922ASA.001
BIOS Bootup Message:
RV515LE DDR2 450e/400m

(II) RADEONHD(0): Framebuffer space used by Firmware (kb): 20
(II) RADEONHD(0): Start of VRAM area used by Firmware: 0x7ffb000
(--) RADEONHD(0): VideoRAM: 262144 kByte
(II) RADEONHD(0): Framebuffer space used by Firmware (kb): 20
(II) RADEONHD(0): Start of VRAM area used by Firmware: 0x7ffb000
(II) RADEONHD(0): AtomBIOS requests 20kB of VRAM scratch space
(II) RADEONHD(0): AtomBIOS VRAM scratch base: 0x7ffb000
(WW) RADEONHD(0): rhdAtomAllocateFbScratch: FW FB scratch area not located at
the end of VRAM. Scratch End: 0x8000000 VRAM End: 0x10000000
(II) RADEONHD(0): Cannot get VRAM scratch space. Allocating in main memory
instead
(II) RADEONHD(0): Default Engine Clock: 450000
(II) RADEONHD(0): Default Memory Clock: 400000
(II) RADEONHD(0): Maximum Pixel ClockPLL Frequency Output: 1100000
(II) RADEONHD(0): Minimum Pixel ClockPLL Frequency Output: 0
(II) RADEONHD(0): Maximum Pixel ClockPLL Frequency Input: 13500
(II) RADEONHD(0): Minimum Pixel ClockPLL Frequency Input: 1000
(II) RADEONHD(0): Maximum Pixel Clock: 400000
(II) RADEONHD(0): Reference Clock: 27000
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Reloading /usr/lib/xorg/modules/libi2c.so
(II) RADEONHD(0): Default Engine Clock: 450000
(II) RADEONHD(0): I2C bus "RHD I2C line 0" initialized.
(II) RADEONHD(0): I2C bus "RHD I2C line 1" initialized.
(II) RADEONHD(0): I2C bus "RHD I2C line 2" initialized.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/lib/xorg/modules/libddc.so
(II) RADEONHD(0): Detected VGA mode.
(II) RADEONHD(0): Minimum Pixel ClockPLL Frequency Output: 0
(II) RADEONHD(0): Maximum Pixel ClockPLL Frequency Output: 1100000
(II) RADEONHD(0): Maximum Pixel Clock: 400000
(II) RADEONHD(0): Reference Clock: 27000
(II) RADEONHD(0): Connector[0] {RHD_CONNECTOR_VGA, "VGA CRT1", RHD_DDC_0,
RHD_HPD_NONE, { RHD_OUTPUT_DACA, RHD_OUTPUT_NONE } }
(II) RADEONHD(0): Connector[1] {RHD_CONNECTOR_TV, "SVIDEO TV1", DDC_NONE,
RHD_HPD_NONE, { RHD_OUTPUT_DACB, RHD_OUTPUT_NONE } }
(II) RADEONHD(0): Connector[2] {RHD_CONNECTOR_DVI, "DVI-I CRT2 DFP3",
RHD_DDC_1, RHD_HPD_0 /*swapped*/, { RHD_OUTPUT_DACB, RHD_OUTPUT_LVTMA } }
(--) RADEONHD(0): Attaching Output DAC A to Connector VGA 1
(--) RADEONHD(0): Attaching Output DAC B to Connector TV SVIDEO
(--) RADEONHD(0): Attaching Output DAC B to Connector DVI-I 1
(--) RADEONHD(0): Attaching Output TMDS B to Connector DVI-I 1
(II) RADEONHD(0): RandR 1.2 support disabled (not available at compile time)
(WW) RADEONHD(0): DACBSenseCRT: connector type 4 is not supported.
(II) RADEONHD(0): I2C device "RHD I2C line 1:ddc2" registered at address 0xA0.
(II) RADEONHD(0): I2C device "RHD I2C line 1:ddc2" removed.
(II) RADEONHD(0): EDID data for DELL2407WFPHC
(II) RADEONHD(0): Manufacturer: DEL Model: a026 Serial#: 826955091
(II) RADEONHD(0): Year: 2008 Week: 4
(II) RADEONHD(0): EDID Version: 1.3
(II) RADEONHD(0): Digital Display Input
(II) RADEONHD(0): Max H-Image Size [cm]: horiz.: 52 vert.: 33
(II) RADEONHD(0): Gamma: 2.20
(II) RADEONHD(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) RADEONHD(0): Default color space is primary color space
(II) RADEONHD(0): First detailed timing is preferred mode
(II) RADEONHD(0): redX: 0.662 redY: 0.329 greenX: 0.205 greenY: 0.683
(II) RADEONHD(0): blueX: 0.146 blueY: 0.077 whiteX: 0.313 whiteY: 0.329
(II) RADEONHD(0): Supported VESA Video Modes:
(II) RADEONHD(0): 720x400@70Hz
(II) RADEONHD(0): 640x480@60Hz
(II) RADEONHD(0): 640x480@75Hz
(II) RADEONHD(0): 800x600@60Hz
(II) RADEONHD(0): 800x600@75Hz
(II) RADEONHD(0): 1024x768@60Hz
(II) RADEONHD(0): 1024x768@75Hz
(II) RADEONHD(0): 1280x1024@75Hz
(II) RADEONHD(0): Manufacturer's mask: 0
(II) RADEONHD(0): Supported Future Video Modes:
(II) RADEONHD(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
(II) RADEONHD(0): #1: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
(II) RADEONHD(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
(II) RADEONHD(0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179
(II) RADEONHD(0): Supported additional Video Mode:
(II) RADEONHD(0): clock: 154.0 MHz Image Size: 519 x 324 mm
(II) RADEONHD(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end
2080 h_border: 0
(II) RADEONHD(0): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking:
1235 v_border: 0
(II) RADEONHD(0): Serial No: GM50481N1JUS
(II) RADEONHD(0): Monitor name: DELL2407WFPHC
(II) RADEONHD(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz,
PixClock max 170 MHz
(II) RADEONHD(0): Connector "DVI-I 1" uses Monitor "DELL2407WFPHC":
Bandwidth: 170MHz
Horizontal timing:
30.0 - 83.0kHz
Vertical timing:
56.0 - 76.0Hz
DPI: 94x94
Allows reduced blanking.
Attached modes:
Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync
+vsync
Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync
-vsync
Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync
-vsync
Modeline "720x400" 28.32 720 738 846 900 400 412 414 449 -hsync
+vsync
Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066
+hsync +vsync
Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800
+hsync +vsync
Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806
-hsync -vsync
Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync
+vsync
Modeline "1280x1024" 109.00 1280 1361 1496 1712 1024 1027 1034 1063
-hsync +vsync
Modeline "1600x1200" 161.00 1600 1709 1880 2160 1200 1203 1207 1245
-hsync +vsync
Modeline "1152x864" 104.75 1152 1227 1349 1546 864 867 871 905
-hsync +vsync
Modeline "1680x1050" 147.00 1680 1787 1966 2252 1050 1053 1059 1089
-hsync +vsync
Modeline "1920x1200" 154.00 1920 1968 2000 2080 1200 1203 1209 1235
+hsync -vsync
(WW) RADEONHD(0): A Monitor section has been specified in the config file.
This might badly affect mode validation, and might make X fail.
Unless this section is absolutely necessary, comment out the line
Monitor "DELL 2407WFP"
from the Screen section in your config file.
(II) RADEONHD(0): Listing modesetting layout:

CRTC 1: tied to PLL 1 and LUT A:
Outputs: TMDS B (DVI-I 1)

CRTC 2: unused

Unused Outputs: DAC A, DAC B

(==) RADEONHD(0): RGB weight 888
(==) RADEONHD(0): Default visual is TrueColor
(==) RADEONHD(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEONHD(0): Validating Modes from Monitor "DELL2407WFPHC" on "DVI-I 1"
(II) RADEONHD(0): Using 96x96 DPI.
(II) RADEONHD(0): Using 1920x1200 Framebuffer with 1920 pitch
(--) RADEONHD(0): Virtual size is 1920x1200 (pitch 1920)
(**) RADEONHD(0): *Mode "1920x1200": 154.0 MHz, 74.0 kHz, 60.0 Hz
(II) RADEONHD(0): Modeline "1920x1200" 154.00 1920 1968 2000 2080 1200 1203
1209 1235 +hsync -vsync
(**) RADEONHD(0): *Mode "1600x1200": 161.0 MHz, 74.5 kHz, 59.9 Hz
(II) RADEONHD(0): Modeline "1600x1200" 161.00 1600 1709 1880 2160 1200 1203
1207 1245 -hsync +vsync
(**) RADEONHD(0): *Mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(II) RADEONHD(0): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025
1028 1066 +hsync +vsync
(**) RADEONHD(0): *Mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) RADEONHD(0): Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772
800 +hsync +vsync
(**) RADEONHD(0): *Mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) RADEONHD(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625
+hsync +vsync
(**) RADEONHD(0): *Mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) RADEONHD(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500
-hsync -vsync
(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 7.1.1, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(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 7.1.1, module version = 1.2.0
ABI class: X.Org Video Driver, version 1.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.0
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/xorg/modules/libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) RADEONHD(0): Using ShadowFB
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xe0500000 - 0xe050ffff (0x10000) MS[B]
[1] 0 0 0xd0000000 - 0xdfffffff (0x10000000) MS[B]
[2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) 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 0xe0400000 - 0xe040ffff (0x10000) MX[B]
[7] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]
[8] -1 0 0xe8200000 - 0xe83fffff (0x200000) MX[B]
[9] -1 0 0xe0a04400 - 0xe0a047ff (0x400) MX[B]
[10] -1 0 0xe0a04000 - 0xe0a043ff (0x400) MX[B]
[11] -1 0 0xe0510000 - 0xe051ffff (0x10000) MX[B](B)
[12] -1 0 0xe0500000 - 0xe050ffff (0x10000) MX[B](B)
[13] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[14] 0 0 0x00002000 - 0x000020ff (0x100) IS[B]
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[17] -1 0 0x00001000 - 0x0000101f (0x20) IX[B]
[18] -1 0 0x000030b0 - 0x000030bf (0x10) IX[B]
[19] -1 0 0x000030ec - 0x000030ef (0x4) IX[B]
[20] -1 0 0x000030d8 - 0x000030df (0x8) IX[B]
[21] -1 0 0x000030e8 - 0x000030eb (0x4) IX[B]
[22] -1 0 0x000030d0 - 0x000030d7 (0x8) IX[B]
[23] -1 0 0x000030a0 - 0x000030af (0x10) IX[B]
[24] -1 0 0x000030e4 - 0x000030e4 (0x1) IX[B]
[25] -1 0 0x000030c8 - 0x000030c8 (0x1) IX[B]
[26] -1 0 0x000030e0 - 0x000030e0 (0x1) IX[B]
[27] -1 0 0x000030c0 - 0x000030c0 (0x1) IX[B]
[28] -1 0 0x00003060 - 0x0000307f (0x20) IX[B]
[29] -1 0 0x00003040 - 0x0000305f (0x20) IX[B]
[30] -1 0 0x00003020 - 0x0000303f (0x20) IX[B]
[31] -1 0 0x00003000 - 0x0000301f (0x20) IX[B]
[32] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) RADEONHD(0): Mapped IO at 0xb7be3000 (size 0x00010000)
(==) RADEONHD(0): Write-combining range (0xd0000000,0x10000000)
(II) RADEONHD(0): Mapped FB at 0xa7b4d000 (size 0x10000000)
(II) RADEONHD(0): Using 31567 scanlines of offscreen memory
(==) RADEONHD(0): Backing store disabled
(==) RADEONHD(0): Silken mouse enabled
(II) RADEONHD(0): Setting up "1920x1200" (1920x1200@xxxxxx)
(II) RADEONHD(0): Shutting down DAC A
(II) RADEONHD(0): Shutting down DAC B
(II) RADEONHD(0): Using HW cursor
(**) Option "dpms"
(**) RADEONHD(0): DPMS enabled
(==) 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 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
(EE) AIGLX: Screen 0 is not DRI capable
(II) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Generic Keyboard: XkbModel: "pc104"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
xkb_keycodes { include "xfree86+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc(pc105)+us" };
xkb_geometry { include "pc(pc104)" };
(II) Configured Mouse: ps2EnableDataReporting: succeeded
< Previous Next >
Follow Ups