fglrx-kernel build problem Ububtu 7.04

Asked by pizzavillaman

I am trying to rebuild the kernel and have a dependency problem with the include files, I think?
Below are the errors I get when when I execute the command "sudo m-a -f build fglrx-kernel"
I have followed the directions without any problems on the InstallBinaryDriverHowTo 7.04. up until this point. Any help would be truly appreciated.

dh_testroot
   │ rm -f configure-stamp
   │ rm -f fglrx.ko fglrx.mod.c *.o libfglrx_ip.a
   │ rm -f .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd
   │ rm -rf .tmp_versions
   │ rm -rf patch
   │ dh_clean
   │ rm /usr/src/modules/fglrx/debian/control
   │ rm /usr/src/modules/fglrx/debian/dirs
   │ if [ -f /usr/src/modules/fglrx/debian/control.template ]; then \
   │ cat /usr/src/modules/fglrx/debian/control.template >
   │ /usr/src/modules/fglrx/debian/control; \
   │ fi
   │ if [ -f /usr/src/modules/fglrx/debian/postinst ]; then \
   │ mv /usr/src/modules/fglrx/debian/postinst
   │ /usr/src/modules/fglrx/debian/fglrx-kernel-2.6.20-16-generic.postinst; \
   │ fi
   │ dh_testdir
   │ touch configure-stamp
   │ dh_testdir
   │ /usr/bin/make -C /lib/modules/2.6.20-16-generic/build
   │ SUBDIRS=/usr/src/modules/fglrx modules
   │ make[1]: Entering directory `/usr/src/linux-headers-2.6.20-16-generic'
   │ CC [M] /usr/src/modules/fglrx/firegl_public.o
   │ /usr/src/modules/fglrx/firegl_public.c:208: error: expected declaration
   │ specifiers or ‘...’ before ‘mlock’
   │ /usr/src/modules/fglrx/firegl_public.c:208: error: expected declaration
   │ specifiers or ‘...’ before ‘addr’
   │ /usr/src/modules/fglrx/firegl_public.c:208: error: expected declaration
   │ specifiers or ‘...’ before ‘len’
      /usr/src/modules/fglrx/firegl_public.c:210: warning: return type
   │ defaults to ‘int’
   │ /usr/src/modules/fglrx/firegl_public.c: In function ‘_syscall2’:
   │ /usr/src/modules/fglrx/firegl_public.c:210: error: expected declaration
   │ specifiers before ‘_syscall2’
   │ /usr/src/modules/fglrx/firegl_public.c:243: error: parameter
   │ ‘__ke_debuglevel’ is initialized
   │ /usr/src/modules/fglrx/firegl_public.c:244: error: parameter
   │ ‘__ke_moduleflags’ is initialized
   │ /usr/src/modules/fglrx/firegl_public.c:247: error: storage class
   │ specified for parameter ‘__mod_author247’
   │ /usr/src/modules/fglrx/firegl_public.c:247: error: parameter
   │ ‘__mod_author247’ is initialized
   │ /usr/src/modules/fglrx/firegl_public.c:247: warning: ‘__used__’
   │ attribute ignored

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
pizzavillaman
Solved:
Last query:
Last reply:
Revision history for this message
Cesare Tirabassi (norsetto) said :
#1

I guess you are talking about this guide:

https://help.ubuntu.com/community/BinaryDriverHowto/ATI

and you have installed these packages:

module-assistant build-essential debhelper debconf dh-make fakeroot libstdc++5 linux-headers-generic

If you did, the only thing that can give us some clues is to look at this file:

/usr/src/modules/fglrx/firegl_public.c

especially lines 208-210 and thereabout.

Revision history for this message
pizzavillaman (pizzavillaman) said :
#2

Yes your statement is correct I am talking about your stated https....and I have executed the m-a command as given and I have looked at the file but did not see anything. Note this is the drive from the ATI site.

Revision history for this message
Cesare Tirabassi (norsetto) said :
#3

If you want our advice, then we need to see these lines, paste them here.
You should also tell us where exactly you downloaded the tarball (a link would be best) and what version we are talking about.

In any case, the type of errors you are getting let me think that perhaps you have not installed the right headers.
Try with this:

sudo apt-get install --reinstall linux-headers-`uname -r`

and then recompile.

Revision history for this message
pizzavillaman (pizzavillaman) said :
#4

I have stopped working on the above problem as I have seen on the Internet that the ATI dirvers version 8.35.4 had problems compiling on RH and Suse. I have downloaded the latest driver 8.39.5 (fixes above problem) and have installed them with the procedure located here http://ati.amd.com/support/drivers/linux/linux-radeon.html. I followed the advice from release notes at https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/linux_8.39.4.html and the instructions for the Ubuntu install at http://wiki.cchtml.com/index.php/Ubuntu_Feisty_Installation_Guide Method 1 install the Ubuntu way. Got a little confused on where Method 1 and Method 2 merged back togather but the next step I took was at the
"Note: You only need to do this if you've installed the driver from Method 1 above".
 (After writing this post I think the Method 1 Method 2 directions are not obviously intuitive to the casual observer as to where Method 1 directions start again. Anyway can always try again if this fails to work out)

 All the commands excuted without errors but when I restarted my system the screen was super slow. Error starting Gnome Settings Deamon.....no response...will try next time you log in....I could actually get to the desktop but the response is super slow.
These are the commands and the results I get from verifing the installation of ATI driver fglrx.

What I get.....
fglrxinfo
Xlib : extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa Project
OpenGL renderer string:Mesa GLX indirect
OpenGL version string: 1.4 (1.5 Mesa 6.5.2)

What I should get....
fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI MOBILITY RADEON 9600/9700 Series
OpenGL version string: 2.0.6650 (8.39.4)

Hope this is enough detail....I am thinking about reinstalling the ATI driver with Method 2...will wait for your advice before I try this....I will update this post with several more commands as soon as I can (screen response time very slow)
These are the commands I will get more information about getting this help from

glxinfo | grep direct
dmesg
lsmod | grep fglrx

Revision history for this message
pizzavillaman (pizzavillaman) said :
#5

command > less /var/log/Xorg.).log

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux Ubuntu
Current Operating System: Linux gary-desktop 2.6.20-16-generic #2 SMP Thu Jun 7 20:19:32 UTC 2007 i686
Build Date: 04 April 2007
 Before reporting problems, check http://wiki.x.org
 to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug 1 13:17:51 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "Generic Monitor"
(**) | |-->Device "ATI Technologies Inc ATI Default Card"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "stylus"
(**) |-->Input Device "cursor"
(**) |-->Input Device "eraser"
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
 Entry deleted from font path.
(**) FontPath set to:
 /usr/share/fonts/X11/misc,
 /usr/share/fonts/X11/100dpi/:unscaled,
 /usr/share/fonts/X11/75dpi/:unscaled,
 /usr/share/fonts/X11/Type1,
 /usr/share/fonts/X11/100dpi,
 /usr/share/fonts/X11/75dpi,
 /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
 /usr/share/fonts/X11/misc,
 /usr/X11R6/lib/X11/fonts/misc,
 /usr/share/fonts/X11/cyrillic,
 /usr/share/fonts/X11/100dpi/:unscaled,
 /usr/share/fonts/X11/75dpi/:unscaled,
 /usr/share/fonts/X11/Type1,
 /usr/X11R6/lib/X11/fonts/Type1,
 /usr/share/fonts/X11/100dpi,
 /usr/share/fonts/X11/75dpi,
 /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "AIGLX" "off"
(**) Extension "Composite" is disabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81c92e0
(II) Module ABI versions:
 X.Org ANSI C Emulation: 0.3
 X.Org Video Driver: 1.1
 X.Org XInput driver : 0.7
 X.Org Server Extension : 0.3
 X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
 compiled for 7.2.0, module version = 1.0.0
 ABI class: X.Org Video Driver, version 1.1
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,277c card 8086,5842 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:1b:0: chip 8086,27d8 card 8086,0419 rev 01 class 04,03,00 hdr 00
(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 8086,5842 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 8086,5842 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 8086,5842 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 8086,5842 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 8086,5842 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,27b0 card 8086,5842 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,27df card 8086,5842 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,27c0 card 8086,5842 rev 01 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 8086,5842 rev 01 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1002,71da card 1002,2b02 rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,71fa card 1002,2b03 rev 00 class 03,80,00 hdr 00
(II) PCI: 03:00:0: chip 11ab,6145 card 8086,5842 rev a1 class 01,06,8f hdr 00
(II) PCI: 04:00:0: chip 8086,109a card 8086,30a5 rev 00 class 02,00,00 hdr 00
(II) PCI: 05:04:0: chip 104c,8024 card 8086,5842 rev 00 class 0c,00,10 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,5), 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: 0x0018 (VGA_EN is set)
(II) Bus 1 I/O range:
 [0] -1 0 0x00003000 - 0x00003fff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
 [0] -1 0 0xe0300000 - 0xe03fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
 [0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 non-prefetchable memory range:
 [0] -1 0 0xe0500000 - 0xe05fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:4), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
 [0] -1 0 0x00002000 - 0x000020ff (0x100) IX[B]
 [1] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
 [2] -1 0 0x00002800 - 0x000028ff (0x100) IX[B]
 [3] -1 0 0x00002c00 - 0x00002cff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
 [0] -1 0 0xe0200000 - 0xe02fffff (0x100000) MX[B]
(II) Bus 3 prefetchable memory range:
 [0] -1 0 0xe0600000 - 0xe06fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:28:5), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 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 4 non-prefetchable memory range:
 [0] -1 0 0xe0100000 - 0xe01fffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:30:0), (0,5,5), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 5 non-prefetchable memory range:
 [0] -1 0 0xe0000000 - 0xe00fffff (0x100000) 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 unknown chipset (0x71da) rev 0, Mem @ 0xd0000000/28, 0xe0300000/16, I/O @ 0x3000/8
(--) PCI: (1:0:1) ATI Technologies Inc unknown chipset (0x71fa) rev 0, Mem @ 0xe0310000/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 0xe0000000 - 0xe0003fff (0x4000) MX[B]
 [1] -1 0 0xe0004000 - 0xe00047ff (0x800) MX[B]
 [2] -1 0 0xe0100000 - 0xe011ffff (0x20000) MX[B]
 [3] -1 0 0xe0200000 - 0xe02003ff (0x400) MX[B]
 [4] -1 0 0xe0404000 - 0xe04043ff (0x400) MX[B]
 [5] -1 0 0xe0404400 - 0xe04047ff (0x400) MX[B]
 [6] -1 0 0xe0400000 - 0xe0403fff (0x4000) MX[B]
 [7] -1 0 0xe0310000 - 0xe031ffff (0x10000) MX[B](B)
 [8] -1 0 0xe0300000 - 0xe030ffff (0x10000) MX[B](B)
 [9] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
 [10] -1 0 0x00001000 - 0x0000101f (0x20) IX[B]
 [11] -1 0 0x00002000 - 0x0000200f (0x10) IX[B]
 [12] -1 0 0x00002020 - 0x00002023 (0x4) IX[B]
 [13] -1 0 0x00002010 - 0x00002017 (0x8) IX[B]
 [14] -1 0 0x00002024 - 0x00002027 (0x4) IX[B]
 [15] -1 0 0x00002018 - 0x0000201f (0x8) IX[B]
 [16] -1 0 0x00004000 - 0x0000401f (0x20) IX[B]
 [17] -1 0 0x000040a0 - 0x000040af (0x10) IX[B]
 [18] -1 0 0x000040e0 - 0x000040e3 (0x4) IX[B]
 [19] -1 0 0x000040c0 - 0x000040c7 (0x8) IX[B]
 [20] -1 0 0x000040e4 - 0x000040e7 (0x4) IX[B]
 [21] -1 0 0x000040c8 - 0x000040cf (0x8) IX[B]
 [22] -1 0 0x000040b0 - 0x000040bf (0x10) IX[B]
 [23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
 [24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
 [25] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
 [26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
 [27] -1 0 0x00004020 - 0x0000403f (0x20) IX[B]
 [28] -1 0 0x00004040 - 0x0000405f (0x20) IX[B]
 [29] -1 0 0x00004060 - 0x0000407f (0x20) IX[B]
 [30] -1 0 0x00004080 - 0x0000409f (0x20) IX[B]
 [31] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
 [0] -1 0 0xe0000000 - 0xe0003fff (0x4000) MX[B]
 [1] -1 0 0xe0004000 - 0xe00047ff (0x800) MX[B]
 [2] -1 0 0xe0100000 - 0xe011ffff (0x20000) MX[B]
 [3] -1 0 0xe0200000 - 0xe02003ff (0x400) MX[B]
 [4] -1 0 0xe0404000 - 0xe04043ff (0x400) MX[B]
 [5] -1 0 0xe0404400 - 0xe04047ff (0x400) MX[B]
 [6] -1 0 0xe0400000 - 0xe0403fff (0x4000) MX[B]
 [7] -1 0 0xe0310000 - 0xe031ffff (0x10000) MX[B](B)
 [8] -1 0 0xe0300000 - 0xe030ffff (0x10000) MX[B](B)
 [9] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
 [10] -1 0 0x00001000 - 0x0000101f (0x20) IX[B]
 [11] -1 0 0x00002000 - 0x0000200f (0x10) IX[B]
 [12] -1 0 0x00002020 - 0x00002023 (0x4) IX[B]
 [13] -1 0 0x00002010 - 0x00002017 (0x8) IX[B]
 [14] -1 0 0x00002024 - 0x00002027 (0x4) IX[B]
 [15] -1 0 0x00002018 - 0x0000201f (0x8) IX[B]
 [16] -1 0 0x00004000 - 0x0000401f (0x20) IX[B]
 [17] -1 0 0x000040a0 - 0x000040af (0x10) IX[B]
 [18] -1 0 0x000040e0 - 0x000040e3 (0x4) IX[B]
 [19] -1 0 0x000040c0 - 0x000040c7 (0x8) IX[B]
 [20] -1 0 0x000040e4 - 0x000040e7 (0x4) IX[B]
 [21] -1 0 0x000040c8 - 0x000040cf (0x8) IX[B]
 [22] -1 0 0x000040b0 - 0x000040bf (0x10) IX[B]
 [23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
 [24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
 [25] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
 [26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
 [27] -1 0 0x00004020 - 0x0000403f (0x20) IX[B]
 [28] -1 0 0x00004040 - 0x0000405f (0x20) IX[B]
 [29] -1 0 0x00004060 - 0x0000407f (0x20) IX[B]
 [30] -1 0 0x00004080 - 0x0000409f (0x20) IX[B]
 [31] -1 0 0x00003000 - 0x000030ff (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 0xe0000000 - 0xe0003fff (0x4000) MX[B]
 [5] -1 0 0xe0004000 - 0xe00047ff (0x800) MX[B]
 [6] -1 0 0xe0100000 - 0xe011ffff (0x20000) MX[B]
 [7] -1 0 0xe0200000 - 0xe02003ff (0x400) MX[B]
 [8] -1 0 0xe0404000 - 0xe04043ff (0x400) MX[B]
 [9] -1 0 0xe0404400 - 0xe04047ff (0x400) MX[B]
 [10] -1 0 0xe0400000 - 0xe0403fff (0x4000) MX[B]
 [11] -1 0 0xe0310000 - 0xe031ffff (0x10000) MX[B](B)
 [12] -1 0 0xe0300000 - 0xe030ffff (0x10000) MX[B](B)
 [13] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
 [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [16] -1 0 0x00001000 - 0x0000101f (0x20) IX[B]
 [17] -1 0 0x00002000 - 0x0000200f (0x10) IX[B]
 [18] -1 0 0x00002020 - 0x00002023 (0x4) IX[B]
 [19] -1 0 0x00002010 - 0x00002017 (0x8) IX[B]
 [20] -1 0 0x00002024 - 0x00002027 (0x4) IX[B]
 [21] -1 0 0x00002018 - 0x0000201f (0x8) IX[B]
 [22] -1 0 0x00004000 - 0x0000401f (0x20) IX[B]
 [23] -1 0 0x000040a0 - 0x000040af (0x10) IX[B]
 [24] -1 0 0x000040e0 - 0x000040e3 (0x4) IX[B]
 [25] -1 0 0x000040c0 - 0x000040c7 (0x8) IX[B]
 [26] -1 0 0x000040e4 - 0x000040e7 (0x4) IX[B]
 [27] -1 0 0x000040c8 - 0x000040cf (0x8) IX[B]
 [28] -1 0 0x000040b0 - 0x000040bf (0x10) IX[B]
 [29] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
 [30] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
 [31] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
 [32] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
 [33] -1 0 0x00004020 - 0x0000403f (0x20) IX[B]
 [34] -1 0 0x00004040 - 0x0000405f (0x20) IX[B]
 [35] -1 0 0x00004060 - 0x0000407f (0x20) IX[B]
 [36] -1 0 0x00004080 - 0x0000409f (0x20) IX[B]
 [37] -1 0 0x00003000 - 0x000030ff (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.2.0, module version = 1.2.0
 ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules//libddc.so
(II) Module ddc: vendor="X.Org Foundation"
 compiled for 7.2.0, module version = 1.0.0
 ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
 compiled for 7.2.0, 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.2.0, module version = 1.0.0
 Module class: X.Org Server Extension
 ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "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.2.0, module version = 2.1.0
 Module class: X.Org Font Renderer
 ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
 compiled for 7.2.0, module version = 1.0.0
 ABI class: X.Org Server Extension, version 0.3
(**) AIGLX disabled
(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.2.0, module version = 1.0.0
 ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
 compiled for 7.2.0, module version = 1.1.0
 ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
 compiled for 7.1.0, module version = 8.34.8
 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.2.0, module version = 1.1.0
 Module class: X.Org XInput Driver
 ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
 compiled for 7.2.0, module version = 1.1.1
 Module class: X.Org XInput Driver
 ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input//wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
 compiled for 4.3.99.902, module version = 1.0.0
 Module class: X.Org XInput Driver
 ABI class: X.Org XInput driver, version 0.7
(II) Wacom driver level: 47-0.7.7-7 $
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.34.8
(II) ATI Proprietary Linux Driver Release Identifier: LGDr8.34g1
(II) ATI Proprietary Linux Driver Build Date: Feb 20 2007 11:49:19
(II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.34.1.1.2.3-driver-lnx-x86-x86_64-327152
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(--) Chipset Supported AMD Graphics Processor (0x71DA) 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 0xe0000000 - 0xe0003fff (0x4000) MX[B]
 [5] -1 0 0xe0004000 - 0xe00047ff (0x800) MX[B]
 [6] -1 0 0xe0100000 - 0xe011ffff (0x20000) MX[B]
 [7] -1 0 0xe0200000 - 0xe02003ff (0x400) MX[B]
 [8] -1 0 0xe0404000 - 0xe04043ff (0x400) MX[B]
 [9] -1 0 0xe0404400 - 0xe04047ff (0x400) MX[B]
 [10] -1 0 0xe0400000 - 0xe0403fff (0x4000) MX[B]
 [11] -1 0 0xe0310000 - 0xe031ffff (0x10000) MX[B](B)
 [12] -1 0 0xe0300000 - 0xe030ffff (0x10000) MX[B](B)
 [13] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
 [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [16] -1 0 0x00001000 - 0x0000101f (0x20) IX[B]
 [17] -1 0 0x00002000 - 0x0000200f (0x10) IX[B]
 [18] -1 0 0x00002020 - 0x00002023 (0x4) IX[B]
 [19] -1 0 0x00002010 - 0x00002017 (0x8) IX[B]
 [20] -1 0 0x00002024 - 0x00002027 (0x4) IX[B]
 [21] -1 0 0x00002018 - 0x0000201f (0x8) IX[B]
 [22] -1 0 0x00004000 - 0x0000401f (0x20) IX[B]
 [23] -1 0 0x000040a0 - 0x000040af (0x10) IX[B]
 [24] -1 0 0x000040e0 - 0x000040e3 (0x4) IX[B]
 [25] -1 0 0x000040c0 - 0x000040c7 (0x8) IX[B]
 [26] -1 0 0x000040e4 - 0x000040e7 (0x4) IX[B]
 [27] -1 0 0x000040c8 - 0x000040cf (0x8) IX[B]
 [28] -1 0 0x000040b0 - 0x000040bf (0x10) IX[B]
 [29] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
 [30] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
 [31] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
 [32] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
 [33] -1 0 0x00004020 - 0x0000403f (0x20) IX[B]
 [34] -1 0 0x00004040 - 0x0000405f (0x20) IX[B]
 [35] -1 0 0x00004060 - 0x0000407f (0x20) IX[B]
 [36] -1 0 0x00004080 - 0x0000409f (0x20) IX[B]
 [37] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x81e6a10
(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 0xe0000000 - 0xe0003fff (0x4000) MX[B]
 [5] -1 0 0xe0004000 - 0xe00047ff (0x800) MX[B]
 [6] -1 0 0xe0100000 - 0xe011ffff (0x20000) MX[B]
 [7] -1 0 0xe0200000 - 0xe02003ff (0x400) MX[B]
 [8] -1 0 0xe0404000 - 0xe04043ff (0x400) MX[B]
 [9] -1 0 0xe0404400 - 0xe04047ff (0x400) MX[B]
 [10] -1 0 0xe0400000 - 0xe0403fff (0x4000) MX[B]
 [11] -1 0 0xe0310000 - 0xe031ffff (0x10000) MX[B](B)
 [12] -1 0 0xe0300000 - 0xe030ffff (0x10000) MX[B](B)
 [13] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
 [14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
 [15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
 [16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
 [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [19] -1 0 0x00001000 - 0x0000101f (0x20) IX[B]
 [20] -1 0 0x00002000 - 0x0000200f (0x10) IX[B]
 [21] -1 0 0x00002020 - 0x00002023 (0x4) IX[B]
 [22] -1 0 0x00002010 - 0x00002017 (0x8) IX[B]
 [23] -1 0 0x00002024 - 0x00002027 (0x4) IX[B]
 [24] -1 0 0x00002018 - 0x0000201f (0x8) IX[B]
 [25] -1 0 0x00004000 - 0x0000401f (0x20) IX[B]
 [26] -1 0 0x000040a0 - 0x000040af (0x10) IX[B]
 [27] -1 0 0x000040e0 - 0x000040e3 (0x4) IX[B]
 [28] -1 0 0x000040c0 - 0x000040c7 (0x8) IX[B]
 [29] -1 0 0x000040e4 - 0x000040e7 (0x4) IX[B]
 [30] -1 0 0x000040c8 - 0x000040cf (0x8) IX[B]
 [31] -1 0 0x000040b0 - 0x000040bf (0x10) IX[B]
 [32] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
 [33] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
 [34] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
 [35] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
 [36] -1 0 0x00004020 - 0x0000403f (0x20) IX[B]
 [37] -1 0 0x00004040 - 0x0000405f (0x20) IX[B]
 [38] -1 0 0x00004060 - 0x0000407f (0x20) IX[B]
 [39] -1 0 0x00004080 - 0x0000409f (0x20) IX[B]
 [40] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
 [41] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
 [42] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) fglrx(0): === [atiddxPreInit] === begin, [x]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
 compiled for 7.2.0, module version = 0.1.0
 ABI class: X.Org Video Driver, version 1.1
(II) fglrx(0): PCI bus 1 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "OpenGLOverlay" "off"
(**) fglrx(0): Option "VideoOverlay" "on"
(**) fglrx(0): Option "DPMS"
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(==) fglrx(0): Gamma Correction for I is 0x06419064
(==) fglrx(0): Gamma Correction for II is 0x06419064
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(II) Loading sub module "vm86"
(II) LoadModule: "vm86"
(II) Loading /usr/lib/xorg/modules//libvm86.so
(II) Module vm86: vendor="X.Org Foundation"
 compiled for 7.2.0, module version = 1.0.0
 ABI class: X.Org Video Driver, version 1.1
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(--) fglrx(0): Chipset: "ATI FireGL V5200" (Chipset = 0x71da)
(--) fglrx(0): (PciSubVendor = 0x1002, PciSubDevice = 0x2b02)
(--) fglrx(0): board vendor info: original ATI graphics adapter
(--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
(--) fglrx(0): MMIO registers at 0xe0300000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/lib/xorg/modules//libvbe.so
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 3.0
(II) fglrx(0): VESA VBE Total Mem: 16384 kB
(II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
(II) fglrx(0): VESA VBE OEM Software Rev: 9.12
(II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: RV530
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) fglrx(0): ATI Video BIOS revision 9 or later detected
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
[drm] failed to load kernel module "fglrx"
(WW) fglrx(0): Failed to open DRM connection
(--) fglrx(0): VideoRAM: 262144 kByte, Type: DDR3
(II) fglrx(0): PCIE card detected
(II) fglrx(0): board/chipset is supported by this driver (original ATI board)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/lib/xorg/modules//libddc.so
(II) fglrx(0): Connected Display1: CRT on primary DAC [crt1]
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: SAM Model: 225 Serial#: 1212231993
(II) fglrx(0): Year: 2007 Week: 6
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
(II) fglrx(0): Sync: Separate Composite SyncOnGreen
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 41 vert.: 26
(II) fglrx(0): Gamma: 2.35
(II) fglrx(0): DPMS capabilities: StandBy; RGB/Color Display
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.636 redY: 0.349 greenX: 0.290 greenY: 0.589
(II) fglrx(0): blueX: 0.143 blueY: 0.080 whiteX: 0.313 whiteY: 0.329
(II) fglrx(0): Supported VESA Video Modes:
(II) fglrx(0): 720x400@70Hz
(II) fglrx(0): 640x480@60Hz
(II) fglrx(0): 640x480@67Hz
(II) fglrx(0): 640x480@72Hz
(II) fglrx(0): 640x480@75Hz
(II) fglrx(0): 800x600@56Hz
(II) fglrx(0): 800x600@60Hz
(II) fglrx(0): 800x600@72Hz
(II) fglrx(0): 800x600@75Hz
(II) fglrx(0): 832x624@75Hz
(II) fglrx(0): 1024x768@60Hz
(II) fglrx(0): 1024x768@70Hz
(II) fglrx(0): 1024x768@75Hz
(II) fglrx(0): 1280x1024@75Hz
(II) fglrx(0): 1152x870@75Hz
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported Future Video Modes:
(II) fglrx(0): #0: hsize: 1440 vsize 900 refresh: 60 vid: 149
(II) fglrx(0): #1: hsize: 1440 vsize 900 refresh: 75 vid: 3989
(II) fglrx(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
(II) fglrx(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
(II) fglrx(0): #4: hsize: 1152 vsize 864 refresh: 75 vid: 20337
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 106.5 MHz Image Size: 410 x 257 mm
(II) fglrx(0): h_active: 1440 h_sync: 1520 h_sync_end 1672 h_blank_end 1904 h_border: 0
(II) fglrx(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 934 v_border: 0
(II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 140 MHz
(II) fglrx(0): Monitor name: SyncMaster
(II) fglrx(0): Serial No: HVDP210297
(II) fglrx(0): EDID (in hex):
(II) fglrx(0): 00ffffffffffff004c2d250239314148
(II) fglrx(0): 061101030e291a878ad7a5a2594a9624
(II) fglrx(0): 145054bfef809500950f81808140714f
(II) fglrx(0): 0101010101019a29a0d0518422305098
(II) fglrx(0): 36009a011100001c000000fd00384b1e
(II) fglrx(0): 510e000a202020202020000000fc0053
(II) fglrx(0): 796e634d61737465720a2020000000ff
(II) fglrx(0): 00485644503231303239370a202000ce
(II) fglrx(0): End of Display1 EDID data --------------------
(II) fglrx(0): Primary Controller - CRT on primary DAC
(II) fglrx(0): Internal Desktop Setting: 0x00000008
(II) fglrx(0): POWERplay not supported on this hardware
(==) fglrx(0): Qbs disabled
(==) fglrx(0): FAST_SWAP disabled
(==) fglrx(0): PseudoColor visuals disabled
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(==) fglrx(0): Center Mode is disabled
(==) fglrx(0): TMDS coherent mode is enabled
(II) fglrx(0): Total of 13 modes found for primary display.
(--) fglrx(0): Virtual size is 1024x768 (pitch 0)
(**) fglrx(0): *Mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 +hsync +vsync
(**) fglrx(0): Default mode "1024x768": 44.9 MHz (scaled from 0.0 MHz), 35.5 kHz, 43.0 Hz (I)
(II) fglrx(0): Modeline "1024x768" 44.90 1024 1032 1208 1264 768 768 772 817 interlace
(**) fglrx(0): *Mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628
(**) fglrx(0): Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.0 Hz
(II) fglrx(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625
(**) fglrx(0): Default mode "800x600": 29.6 MHz (scaled from 0.0 MHz), 29.8 kHz, 47.0 Hz (I)
(II) fglrx(0): Modeline "800x600" 29.60 800 816 896 992 600 601 604 635 interlace +hsync
(**) fglrx(0): *Mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480" 25.18 640 656 752 800 480 490 492 525 +hsync +vsync
(**) fglrx(0): Default mode "720x576": 26.6 MHz (scaled from 0.0 MHz), 29.6 kHz, 50.0 Hz
(II) fglrx(0): Modeline "720x576" 26.56 720 736 808 896 576 577 580 593 +hsync
(**) fglrx(0): Default mode "720x480": 26.7 MHz (scaled from 0.0 MHz), 29.8 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x480" 26.71 720 736 808 896 480 481 484 497 +hsync
(**) fglrx(0): Default mode "640x400": 24.9 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400" 24.92 640 664 760 792 400 460 462 525
(**) fglrx(0): Default mode "512x384": 19.8 MHz (scaled from 0.0 MHz), 29.8 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384" 19.81 512 544 624 664 384 451 453 497
(**) fglrx(0): Default mode "400x300": 22.3 MHz (scaled from 0.0 MHz), 45.0 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "400x300" 22.33 400 416 480 496 300 601 605 742 doublescan
(**) fglrx(0): Default mode "320x240": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x240" 12.59 320 328 376 400 240 491 493 525 doublescan
(**) fglrx(0): Default mode "320x200": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x200" 12.59 320 336 384 400 200 457 459 524 doublescan
(--) fglrx(0): Display dimensions: (410, 260) mm
(--) fglrx(0): DPI set to (63, 75)
(--) fglrx(0): Virtual size is 1024x768 (pitch 1024)
(**) fglrx(0): *Mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 +hsync +vsync
(**) fglrx(0): Default mode "1024x768": 44.9 MHz (scaled from 0.0 MHz), 35.5 kHz, 43.0 Hz (I)
(II) fglrx(0): Modeline "1024x768" 44.90 1024 1032 1208 1264 768 768 772 817 interlace
(**) fglrx(0): *Mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628
(**) fglrx(0): Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.0 Hz
(II) fglrx(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625
(**) fglrx(0): Default mode "800x600": 29.6 MHz (scaled from 0.0 MHz), 29.8 kHz, 47.0 Hz (I)
(II) fglrx(0): Modeline "800x600" 29.60 800 816 896 992 600 601 604 635 interlace +hsync
(**) fglrx(0): *Mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480" 25.18 640 656 752 800 480 490 492 525 +hsync +vsync
(**) fglrx(0): Default mode "720x576": 26.6 MHz (scaled from 0.0 MHz), 29.6 kHz, 50.0 Hz
(II) fglrx(0): Modeline "720x576" 26.56 720 736 808 896 576 577 580 593 +hsync
(**) fglrx(0): Default mode "720x480": 26.7 MHz (scaled from 0.0 MHz), 29.8 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x480" 26.71 720 736 808 896 480 481 484 497 +hsync
(**) fglrx(0): Default mode "640x400": 24.9 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400" 24.92 640 664 760 792 400 460 462 525
(**) fglrx(0): Default mode "512x384": 19.8 MHz (scaled from 0.0 MHz), 29.8 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384" 19.81 512 544 624 664 384 451 453 497
(**) fglrx(0): Default mode "400x300": 22.3 MHz (scaled from 0.0 MHz), 45.0 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "400x300" 22.33 400 416 480 496 300 601 605 742 doublescan
(**) fglrx(0): Default mode "320x240": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x240" 12.59 320 328 376 400 240 491 493 525 doublescan
(**) fglrx(0): Default mode "320x200": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x200" 12.59 320 336 384 400 200 457 459 524 doublescan
(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.2.0, module version = 1.0.0
 ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules//libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
 compiled for 7.2.0, module version = 0.1.0
 ABI class: X.Org Video Driver, version 1.1
(==) fglrx(0): NoAccel = NO
(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.2.0, module version = 1.2.0
 ABI class: X.Org Video Driver, version 1.1
(==) fglrx(0): HPV inactive
(==) fglrx(0): FSAA enabled: NO
(==) fglrx(0): FSAA Gamma enabled
(==) fglrx(0): FSAA Multisample Position is fix
(==) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib/xorg/modules/linux//libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
 compiled for 7.1.0, module version = 8.34.8
 ABI class: X.Org Server Extension, version 0.3
(II) fglrx(0): Depth moves disabled by default
(==) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): CapabilitiesEx: 0x00000000
(==) fglrx(0): cpuFlags: 0x8000001d
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): ATI GART size: 128 MB
(WW) fglrx(0): No DRM connection for driver fglrx.
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
(==) fglrx(0): UseFastTLS=0
(==) fglrx(0): BlockSignalsOnLock=1
(==) fglrx(0): EnablePrivateBackZ = NO
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
 [0] 0 0 0xe0300000 - 0xe030ffff (0x10000) MX[B]
 [1] 0 0 0xd0000000 - 0xdfffffff (0x10000000) MX[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 0xe0000000 - 0xe0003fff (0x4000) MX[B]
 [7] -1 0 0xe0004000 - 0xe00047ff (0x800) MX[B]
 [8] -1 0 0xe0100000 - 0xe011ffff (0x20000) MX[B]
 [9] -1 0 0xe0200000 - 0xe02003ff (0x400) MX[B]
 [10] -1 0 0xe0404000 - 0xe04043ff (0x400) MX[B]
 [11] -1 0 0xe0404400 - 0xe04047ff (0x400) MX[B]
 [12] -1 0 0xe0400000 - 0xe0403fff (0x4000) MX[B]
 [13] -1 0 0xe0310000 - 0xe031ffff (0x10000) MX[B](B)
 [14] -1 0 0xe0300000 - 0xe030ffff (0x10000) MX[B](B)
 [15] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
 [16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
 [17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
 [18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
 [19] 0 0 0x00003000 - 0x000030ff (0x100) IX[B]
 [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [21] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [22] -1 0 0x00001000 - 0x0000101f (0x20) IX[B]
 [23] -1 0 0x00002000 - 0x0000200f (0x10) IX[B]
 [24] -1 0 0x00002020 - 0x00002023 (0x4) IX[B]
 [25] -1 0 0x00002010 - 0x00002017 (0x8) IX[B]
 [26] -1 0 0x00002024 - 0x00002027 (0x4) IX[B]
 [27] -1 0 0x00002018 - 0x0000201f (0x8) IX[B]
 [28] -1 0 0x00004000 - 0x0000401f (0x20) IX[B]
 [29] -1 0 0x000040a0 - 0x000040af (0x10) IX[B]
 [30] -1 0 0x000040e0 - 0x000040e3 (0x4) IX[B]
 [31] -1 0 0x000040c0 - 0x000040c7 (0x8) IX[B]
 [32] -1 0 0x000040e4 - 0x000040e7 (0x4) IX[B]
 [33] -1 0 0x000040c8 - 0x000040cf (0x8) IX[B]
 [34] -1 0 0x000040b0 - 0x000040bf (0x10) IX[B]
 [35] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
 [36] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
 [37] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
 [38] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
 [39] -1 0 0x00004020 - 0x0000403f (0x20) IX[B]
 [40] -1 0 0x00004040 - 0x0000405f (0x20) IX[B]
 [41] -1 0 0x00004060 - 0x0000407f (0x20) IX[B]
 [42] -1 0 0x00004080 - 0x0000409f (0x20) IX[B]
 [43] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
 [44] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
 [45] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) fglrx(0): driver needs X.org 7.1.x.y with x.y >= 0.0
(II) fglrx(0): detected X.org 7.1.0.0
(EE) fglrx(0): GART is not initialized, disabling DRI
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed! *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO) *
(WW) fglrx(0): * no 3D acceleration available *
(WW) fglrx(0): ********************************************* *
(II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x10000000
(==) fglrx(0): Write-combining range (0xd0000000,0x10000000)
(II) fglrx(0): FBMM initialized for area (0,0)-(1024,8191)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1024,768) (front color buffer - assumption)
(II) fglrx(0): Largest offscreen area available: 1024 x 7423
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(**) fglrx(0): DPMS enabled
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
 Screen to screen bit blits
 Solid filled rectangles
 Solid Horizontal and Vertical Lines
 Offscreen Pixmaps
 Setting up tile and stipple cache:
  32 128x128 slots
  32 256x256 slots
  16 512x512 slots
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): Direct rendering disabled
(==) fglrx(0): Using hardware cursor
fbarea0->box.x1 0x00000000, fbarea0->box.y1 0x00000304
fbarea0->box.x2 0x00000400, fbarea0->box.y2 0x00000306
icon[0].start=0x304000
fbarea1->box.x1 0x00000000, fbarea1->box.y1 0x00000306
fbarea1->box.x2 0x00000400, fbarea1->box.y2 0x00000308
icon[1].start=0x306000
(WW) fglrx(0): Textured Video not supported without DRI enabled.
(WW) fglrx(0): Video Overlay not supported on AVIVO based graphics cards. For XVideo support use Option "TexturedVideo".
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) 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.2.0, 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" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) 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
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Option "SendCoreEvents"
(**) stylus: always reports core events
(**) stylus device is /dev/input/wacom
(**) stylus is in absolute mode
(**) stylus: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) stylus: serial speed 9600
(**) Option "SendCoreEvents"
(**) cursor: always reports core events
(**) cursor device is /dev/input/wacom
(**) cursor is in relative mode
(**) cursor: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) cursor: serial speed 9600
(**) Option "SendCoreEvents"
(**) eraser: always reports core events
(**) eraser device is /dev/input/wacom
(**) eraser is in absolute mode
(**) eraser: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) eraser: serial speed 9600
(II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser)
(II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor)
(II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(**) Option "Device" "/dev/input/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
 No such file or directory.
Error opening /dev/input/wacom : No such file or directory
(**) Option "Device" "/dev/input/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
 No such file or directory.
Error opening /dev/input/wacom : No such file or directory
(**) Option "Device" "/dev/input/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
 No such file or directory.
Error opening /dev/input/wacom : No such file or directory
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Could not init font path element /usr/X11R6/lib/X11/fonts/misc, removing from list!
Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1, removing from list!

Revision history for this message
pizzavillaman (pizzavillaman) said :
#6

command > dmesg (i believe this was the command for this output)

[ 0.000000] Linux version 2.6.20-16-generic (root@terranova) (gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)) #2 SMP Thu Jun 7 20:19:32 UTC 2007 (Ubuntu 2.6.20-16.29-generic)
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] sanitize start
[ 0.000000] sanitize end
[ 0.000000] copy_e820_map() start: 0000000000000000 size: 000000000008f000 end: 000000000008f000 type: 1
[ 0.000000] copy_e820_map() type is E820_RAM
[ 0.000000] copy_e820_map() start: 000000000008f000 size: 0000000000011000 end: 00000000000a0000 type: 2
[ 0.000000] copy_e820_map() start: 00000000000e0000 size: 0000000000020000 end: 0000000000100000 type: 2
[ 0.000000] copy_e820_map() start: 0000000000100000 size: 00000000ced5d000 end: 00000000cee5d000 type: 1
[ 0.000000] copy_e820_map() type is E820_RAM
[ 0.000000] copy_e820_map() start: 00000000cee5d000 size: 0000000000076000 end: 00000000ceed3000 type: 4
[ 0.000000] copy_e820_map() start: 00000000ceed3000 size: 0000000000eb0000 end: 00000000cfd83000 type: 1
[ 0.000000] copy_e820_map() type is E820_RAM
[ 0.000000] copy_e820_map() start: 00000000cfd83000 size: 0000000000008000 end: 00000000cfd8b000 type: 2
[ 0.000000] copy_e820_map() start: 00000000cfd8b000 size: 000000000009f000 end: 00000000cfe2a000 type: 1
[ 0.000000] copy_e820_map() type is E820_RAM
[ 0.000000] copy_e820_map() start: 00000000cfe2a000 size: 0000000000005000 end: 00000000cfe2f000 type: 2
[ 0.000000] copy_e820_map() start: 00000000cfe2f000 size: 000000000007b000 end: 00000000cfeaa000 type: 1
[ 0.000000] copy_e820_map() type is E820_RAM
[ 0.000000] copy_e820_map() start: 00000000cfeaa000 size: 0000000000002000 end: 00000000cfeac000 type: 3
[ 0.000000] copy_e820_map() start: 00000000cfeac000 size: 0000000000044000 end: 00000000cfef0000 type: 4
[ 0.000000] copy_e820_map() start: 00000000cfef0000 size: 0000000000003000 end: 00000000cfef3000 type: 3
[ 0.000000] copy_e820_map() start: 00000000cfef3000 size: 0000000000001000 end: 00000000cfef4000 type: 1
[ 0.000000] copy_e820_map() type is E820_RAM
[ 0.000000] copy_e820_map() start: 00000000cfef4000 size: 000000000000b000 end: 00000000cfeff000 type: 3
[ 0.000000] copy_e820_map() start: 00000000cfeff000 size: 0000000000001000 end: 00000000cff00000 type: 1
[ 0.000000] copy_e820_map() type is E820_RAM
[ 0.000000] copy_e820_map() start: 00000000cff00000 size: 0000000000100000 end: 00000000d0000000 type: 2
[ 0.000000] copy_e820_map() start: 00000000fff00000 size: 0000000000100000 end: 0000000100000000 type: 2
[ 0.000000] copy_e820_map() start: 0000000100000000 size: 0000000130000000 end: 0000000230000000 type: 1
[ 0.000000] copy_e820_map() type is E820_RAM
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000008f000 (usable)
[ 0.000000] BIOS-e820: 000000000008f000 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000cee5d000 (usable)
[ 0.000000] BIOS-e820: 00000000cee5d000 - 00000000ceed3000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000ceed3000 - 00000000cfd83000 (usable)
[ 0.000000] BIOS-e820: 00000000cfd83000 - 00000000cfd8b000 (reserved)
[ 0.000000] BIOS-e820: 00000000cfd8b000 - 00000000cfe2a000 (usable)
[ 0.000000] BIOS-e820: 00000000cfe2a000 - 00000000cfe2f000 (reserved)
[ 0.000000] BIOS-e820: 00000000cfe2f000 - 00000000cfeaa000 (usable)
[ 0.000000] BIOS-e820: 00000000cfeaa000 - 00000000cfeac000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000cfeac000 - 00000000cfef0000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000cfef0000 - 00000000cfef3000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000cfef3000 - 00000000cfef4000 (usable)
[ 0.000000] BIOS-e820: 00000000cfef4000 - 00000000cfeff000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000cfeff000 - 00000000cff00000 (usable)
[ 0.000000] BIOS-e820: 00000000cff00000 - 00000000d0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 0000000230000000 (usable)
[ 0.000000] Warning only 4GB will be used.
[ 0.000000] Use a PAE enabled kernel.
[ 0.000000] 3200MB HIGHMEM available.
[ 0.000000] 896MB LOWMEM available.
[ 0.000000] found SMP MP-table at 000fe200
[ 0.000000] Entering add_active_range(0, 0, 1048576) 0 entries of 256 used
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0 -> 4096
[ 0.000000] Normal 4096 -> 229376
[ 0.000000] HighMem 229376 -> 1048576
[ 0.000000] early_node_map[1] active PFN ranges
[ 0.000000] 0: 0 -> 1048576
[ 0.000000] On node 0 totalpages: 1048576
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 4064 pages, LIFO batch:0
[ 0.000000] Normal zone: 1760 pages used for memmap
[ 0.000000] Normal zone: 223520 pages, LIFO batch:31
[ 0.000000] HighMem zone: 6400 pages used for memmap
[ 0.000000] HighMem zone: 812800 pages, LIFO batch:31
[ 0.000000] DMI 2.4 present.
[ 0.000000] ACPI: RSDP (v000 INTEL ) @ 0x000fe020
[ 0.000000] ACPI: RSDT (v001 INTEL D975XBX2 0x00000a72 0x01000013) @ 0xcfefd038
[ 0.000000] ACPI: FADT (v001 INTEL D975XBX2 0x00000a72 MSFT 0x01000013) @ 0xcfefc000
[ 0.000000] ACPI: MADT (v001 INTEL D975XBX2 0x00000a72 MSFT 0x01000013) @ 0xcfef7000
[ 0.000000] ACPI: WDDT (v001 INTEL D975XBX2 0x00000a72 MSFT 0x01000013) @ 0xcfef6000
[ 0.000000] ACPI: MCFG (v001 INTEL D975XBX2 0x00000a72 MSFT 0x01000013) @ 0xcfef5000
[ 0.000000] ACPI: ASF! (v032 INTEL D975XBX2 0x00000a72 MSFT 0x01000013) @ 0xcfef4000
[ 0.000000] ACPI: SSDT (v001 INTEL CpuPm 0x00000a72 MSFT 0x01000013) @ 0xcfef2000
[ 0.000000] ACPI: SSDT (v001 INTEL Cpu0Ist 0x00000a72 MSFT 0x01000013) @ 0xcfef1000
[ 0.000000] ACPI: SSDT (v001 INTEL Cpu1Ist 0x00000a72 MSFT 0x01000013) @ 0xcfef0000
[ 0.000000] ACPI: SSDT (v001 INTEL Cpu2Ist 0x00000a72 MSFT 0x01000013) @ 0xcfeab000
[ 0.000000] ACPI: SSDT (v001 INTEL Cpu3Ist 0x00000a72 MSFT 0x01000013) @ 0xcfeaa000
[ 0.000000] ACPI: DSDT (v001 INTEL D975XBX2 0x00000a72 MSFT 0x01000013) @ 0x00000000
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] Processor #0 6:15 APIC version 20
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] Processor #1 6:15 APIC version 20
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] Allocating PCI resources starting at d4000000 (gap: d0000000:2ff00000)
[ 0.000000] Detected 2400.243 MHz processor.
[ 28.105800] Built 1 zonelists. Total pages: 1040384
[ 28.105804] Kernel command line: root=UUID=69c29d80-fb80-44a0-8f18-61ee4811ca24 ro quiet splash
[ 28.105947] mapped APIC to ffffd000 (fee00000)
[ 28.105949] mapped IOAPIC to ffffc000 (fec00000)
[ 28.105951] Enabling fast FPU save and restore... done.
[ 28.105954] Enabling unmasked SIMD FPU exception support... done.
[ 28.105960] Initializing CPU#0
[ 28.106006] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 28.106902] Console: colour VGA+ 80x25
[ 28.107073] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 28.107291] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 28.316221] Memory: 3360508k/4194304k available (1992k kernel code, 44120k reserved, 900k data, 328k init, 2488484k highmem)
[ 28.316230] virtual kernel memory layout:
[ 28.316231] fixmap : 0xfff4e000 - 0xfffff000 ( 708 kB)
[ 28.316232] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 28.316234] vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB)
[ 28.316235] lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
[ 28.316236] .init : 0xc03d9000 - 0xc042b000 ( 328 kB)
[ 28.316237] .data : 0xc02f2374 - 0xc03d36d4 ( 900 kB)
[ 28.316238] .text : 0xc0100000 - 0xc02f2374 (1992 kB)
[ 28.316242] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[ 28.393588] Calibrating delay using timer specific routine.. 4804.17 BogoMIPS (lpj=9608353)
[ 28.393625] Security Framework v1.0.0 initialized
[ 28.393631] SELinux: Disabled at boot.
[ 28.393645] Mount-cache hash table entries: 512
[ 28.393769] CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0000e3bd 00000000 00000001
[ 28.393777] monitor/mwait feature present.
[ 28.393779] using mwait in idle threads.
[ 28.393783] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 28.393785] CPU: L2 cache: 4096K
[ 28.393788] CPU: Physical Processor ID: 0
[ 28.393789] CPU: Processor Core ID: 0
[ 28.393792] CPU: After all inits, caps: bfebfbff 20100000 00000000 00003940 0000e3bd 00000000 00000001
[ 28.393801] Compat vDSO mapped to ffffe000.
[ 28.393805] Remapping vsyscall page to ffffe000
[ 28.393816] Checking 'hlt' instruction... OK.
[ 28.409653] SMP alternatives: switching to UP code
[ 28.409936] Early unpacking initramfs... done
[ 28.759590] ACPI: Core revision 20060707
[ 28.760436] ACPI: Looking for DSDT in initramfs... file /DSDT.aml not found, using machine DSDT.
[ 28.763328] CPU0: Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz stepping 06
[ 28.763344] SMP alternatives: switching to SMP code
[ 28.763397] Booting processor 1/1 eip 3000
[ 28.782375] Initializing CPU#1
[ 28.860899] Calibrating delay using timer specific routine.. 4800.56 BogoMIPS (lpj=9601133)
[ 28.860905] CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0000e3bd 00000000 00000001
[ 28.860910] monitor/mwait feature present.
[ 28.860912] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 28.860914] CPU: L2 cache: 4096K
[ 28.860917] CPU: Physical Processor ID: 0
[ 28.860918] CPU: Processor Core ID: 1
[ 28.860919] CPU: After all inits, caps: bfebfbff 20100000 00000000 00003940 0000e3bd 00000000 00000001
[ 28.861678] CPU1: Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz stepping 06
[ 28.861697] Total of 2 processors activated (9604.74 BogoMIPS).
[ 28.861839] ENABLING IO-APIC IRQs
[ 28.862008] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 29.008688] checking TSC synchronization across 2 CPUs: passed.
[ 0.003992] Brought up 2 CPUs
[ 0.256408] migration_cost=75
[ 0.256657] Booting paravirtualized kernel on bare hardware
[ 0.256722] Time: 15:35:18 Date: 07/01/107
[ 0.256748] NET: Registered protocol family 16
[ 0.256819] EISA bus registered
[ 0.256826] ACPI: bus type pci registered
[ 0.258371] PCI: Using configuration type 1
[ 0.258373] Setting up standard PCI resources
[ 0.270310] ACPI: Interpreter enabled
[ 0.270313] ACPI: Using IOAPIC for interrupt routing
[ 0.270746] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.270755] PCI: Probing PCI hardware (bus 00)
[ 0.270771] ACPI: Assume root bridge [\_SB_.PCI0] bus is 0
[ 0.272413] Boot video device is 0000:01:00.0
[ 0.272997] PCI: Transparent bridge - 0000:00:1e.0
[ 0.273059] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.276757] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P32_._PRT]
[ 0.277261] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.277506] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 *10 11 12)
[ 0.277727] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 *10 11 12)
[ 0.277947] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 *9 10 11 12)
[ 0.278172] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[ 0.278394] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[ 0.278615] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 *9 10 11 12)
[ 0.278835] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.280105] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[ 0.280549] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
[ 0.280778] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX5._PRT]
[ 0.281938] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 0.281950] pnp: PnP ACPI init
[ 0.285367] pnp: PnP ACPI: found 11 devices
[ 0.285371] PnPBIOS: Disabled by ACPI PNP
[ 0.285410] PCI: Using ACPI for IRQ routing
[ 0.285412] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
[ 0.285490] NET: Registered protocol family 8
[ 0.285492] NET: Registered protocol family 20
[ 0.285571] pnp: 00:06: ioport range 0x500-0x53f has been reserved
[ 0.285575] pnp: 00:06: ioport range 0x400-0x47f could not be reserved
[ 0.285587] pnp: 00:06: ioport range 0x680-0x6ff has been reserved
[ 0.285878] PCI: Bridge: 0000:00:01.0
[ 0.285881] IO window: 3000-3fff
[ 0.285885] MEM window: e0300000-e03fffff
[ 0.285888] PREFETCH window: d0000000-dfffffff
[ 0.285892] PCI: Bridge: 0000:00:1c.0
[ 0.285893] IO window: disabled.
[ 0.285898] MEM window: e0500000-e05fffff
[ 0.285901] PREFETCH window: disabled.
[ 0.285906] PCI: Bridge: 0000:00:1c.4
[ 0.285909] IO window: 2000-2fff
[ 0.285914] MEM window: e0200000-e02fffff
[ 0.285918] PREFETCH window: e0600000-e06fffff
[ 0.285922] PCI: Bridge: 0000:00:1c.5
[ 0.285925] IO window: 1000-1fff
[ 0.285929] MEM window: e0100000-e01fffff
[ 0.285933] PREFETCH window: disabled.
[ 0.285937] PCI: Bridge: 0000:00:1e.0
[ 0.285939] IO window: disabled.
[ 0.285943] MEM window: e0000000-e00fffff
[ 0.285947] PREFETCH window: disabled.
[ 0.285960] ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 0.285965] PCI: Setting latency timer of device 0000:00:01.0 to 64
[ 0.285983] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 17
[ 0.285988] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 0.286004] ACPI: PCI Interrupt 0000:00:1c.4[A] -> GSI 17 (level, low) -> IRQ 17
[ 0.286009] PCI: Setting latency timer of device 0000:00:1c.4 to 64
[ 0.286025] ACPI: PCI Interrupt 0000:00:1c.5[B] -> GSI 16 (level, low) -> IRQ 16
[ 0.286030] PCI: Setting latency timer of device 0000:00:1c.5 to 64
[ 0.286040] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[ 0.286062] NET: Registered protocol family 2
[ 0.324416] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.324503] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.324846] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.324993] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.324995] TCP reno registered
[ 0.336273] checking if image is initramfs... it is
[ 1.038064] Freeing initrd memory: 6772k freed
[ 1.038653] audit: initializing netlink socket (disabled)
[ 1.038666] audit(1185982519.020:1): initialized
[ 1.038757] highmem bounce pool size: 64 pages
[ 1.038851] VFS: Disk quotas dquot_6.5.1
[ 1.038868] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.038912] io scheduler noop registered
[ 1.038915] io scheduler anticipatory registered
[ 1.038917] io scheduler deadline registered
[ 1.038928] io scheduler cfq registered (default)
[ 1.039239] PCI: Setting latency timer of device 0000:00:01.0 to 64
[ 1.039275] assign_interrupt_mode Found MSI capability
[ 1.039277] Allocate Port Service[0000:00:01.0:pcie00]
[ 1.039380] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 1.039420] assign_interrupt_mode Found MSI capability
[ 1.039422] Allocate Port Service[0000:00:1c.0:pcie00]
[ 1.039456] Allocate Port Service[0000:00:1c.0:pcie02]
[ 1.039551] PCI: Setting latency timer of device 0000:00:1c.4 to 64
[ 1.039591] assign_interrupt_mode Found MSI capability
[ 1.039593] Allocate Port Service[0000:00:1c.4:pcie00]
[ 1.039625] Allocate Port Service[0000:00:1c.4:pcie02]
[ 1.039717] PCI: Setting latency timer of device 0000:00:1c.5 to 64
[ 1.039756] assign_interrupt_mode Found MSI capability
[ 1.039758] Allocate Port Service[0000:00:1c.5:pcie00]
[ 1.039789] Allocate Port Service[0000:00:1c.5:pcie02]
[ 1.039951] isapnp: Scanning for PnP cards...
[ 1.392674] isapnp: No Plug & Play device found
[ 1.412682] Real Time Clock Driver v1.12ac
[ 1.412729] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[ 1.412840] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.413402] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.413733] mice: PS/2 mouse device common for all mice
[ 1.414110] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[ 1.414207] input: Macintosh mouse button emulation as /class/input/input0
[ 1.414231] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[ 1.414234] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[ 1.414403] PNP: No PS/2 controller found. Probing ports directly.
[ 1.417271] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.417273] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.417354] EISA: Probing bus 0 at eisa.0
[ 1.417358] Cannot allocate resource for EISA slot 1
[ 1.417360] Cannot allocate resource for EISA slot 2
[ 1.417361] Cannot allocate resource for EISA slot 3
[ 1.417363] Cannot allocate resource for EISA slot 4
[ 1.417375] EISA: Detected 0 cards.
[ 1.447388] TCP cubic registered
[ 1.447393] NET: Registered protocol family 1
[ 1.447407] Starting balanced_irq
[ 1.447411] Using IPI No-Shortcut mode
[ 1.447453] ACPI: (supports S0 S1 S3 S4 S5)
[ 1.447484] Magic number: 3:705:587
[ 1.447497] hash matches device ptyc5
[ 1.447619] Freeing unused kernel memory: 328k freed
[ 1.449856] Time: tsc clocksource has been installed.
[ 2.625318] Capability LSM initialized
[ 2.650837] ACPI Exception (acpi_processor-0677): AE_NOT_FOUND, Processor Device is not present [20060707]
[ 2.650842] ACPI Exception (acpi_processor-0677): AE_NOT_FOUND, Processor Device is not present [20060707]
[ 2.934052] SCSI subsystem initialized
[ 2.947201] libata version 2.20 loaded.
[ 2.980847] ata_piix 0000:00:1f.1: version 2.10ac1
[ 2.980865] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 18
[ 2.980882] PCI: Setting latency timer of device 0000:00:1f.1 to 64
[ 2.982253] usbcore: registered new interface driver usbfs
[ 2.982280] usbcore: registered new interface driver hub
[ 2.982305] usbcore: registered new device driver usb
[ 2.982330] Intel(R) PRO/1000 Network Driver - version 7.3.15-k2-NAPI
[ 2.982332] Copyright (c) 1999-2006 Intel Corporation.
[ 2.982352] ata1: PATA max UDMA/133 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x000140b0 irq 14
[ 2.982378] ata2: PATA max UDMA/133 cmd 0x00010170 ctl 0x00010376 bmdma 0x000140b8 irq 15
[ 2.982396] scsi0 : ata_piix
[ 3.031061] USB Universal Host Controller Interface driver v3.0
[ 3.040684] ieee1394: Initialized config rom entry `ip1394'
[ 3.149998] ATA: abnormal status 0x7F on port 0x000101f7
[ 3.150011] scsi1 : ata_piix
[ 3.150115] ata2: port disabled. ignoring.
[ 3.150200] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[ 3.150220] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 19
[ 3.150233] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[ 3.150252] ata3: SATA max UDMA/133 cmd 0x000140c8 ctl 0x000140e6 bmdma 0x000140a0 irq 19
[ 3.150268] ata4: SATA max UDMA/133 cmd 0x000140c0 ctl 0x000140e2 bmdma 0x000140a8 irq 19
[ 3.150277] scsi2 : ata_piix
[ 3.625637] ata3.00: ATAPI, max UDMA/33
[ 3.625640] ata3.00: applying bridge limits
[ 3.786689] ata3.00: configured for UDMA/33
[ 3.786692] scsi3 : ata_piix
[ 3.951707] ata4.00: ata_hpa_resize 1: sectors = 976773168, hpa_sectors = 976773168
[ 3.951710] ata4.00: ATA-8: SAMSUNG HD501LJ, CR100-10, max UDMA7
[ 3.951712] ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 3.959557] ata4.00: ata_hpa_resize 1: sectors = 976773168, hpa_sectors = 976773168
[ 3.959560] ata4.00: configured for UDMA/133
[ 3.960465] scsi 2:0:0:0: CD-ROM TSSTcorp CD/DVDW SH-S183L SB01 PQ: 0 ANSI: 5
[ 3.960811] scsi 3:0:0:0: Direct-Access ATA SAMSUNG HD501LJ CR10 PQ: 0 ANSI: 5
[ 3.961015] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 20
[ 3.961021] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[ 3.961024] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 3.961096] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[ 3.961119] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00004080
[ 3.961192] usb usb1: configuration #1 chosen from 1 choice
[ 3.961208] hub 1-0:1.0: USB hub found
[ 3.961212] hub 1-0:1.0: 2 ports detected
[ 4.065253] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19
[ 4.065261] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[ 4.065264] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 4.065287] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[ 4.065308] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00004060
[ 4.065384] usb usb2: configuration #1 chosen from 1 choice
[ 4.065411] hub 2-0:1.0: USB hub found
[ 4.065414] hub 2-0:1.0: 2 ports detected
[ 4.167394] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
[ 4.167401] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[ 4.167404] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 4.167424] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[ 4.167447] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00004040
[ 4.167524] usb usb3: configuration #1 chosen from 1 choice
[ 4.167546] hub 3-0:1.0: USB hub found
[ 4.167551] hub 3-0:1.0: 2 ports detected
[ 4.273249] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 16
[ 4.273256] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[ 4.273259] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 4.273278] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
[ 4.273303] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00004020
[ 4.273379] usb usb4: configuration #1 chosen from 1 choice
[ 4.273403] hub 4-0:1.0: USB hub found
[ 4.273407] hub 4-0:1.0: 2 ports detected
[ 4.304590] usb 1-2: new low speed USB device using uhci_hcd and address 2
[ 4.375495] ACPI: PCI Interrupt 0000:05:04.0[A] -> GSI 18 (level, low) -> IRQ 18
[ 4.425156] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[18] MMIO=[e0004000-e00047ff] Max Packet=[2048] IR/IT contexts=[4/8]
[ 4.425228] ACPI: PCI Interrupt 0000:04:00.0[A] -> GSI 17 (level, low) -> IRQ 17
[ 4.425238] PCI: Setting latency timer of device 0000:04:00.0 to 64
[ 4.483190] e1000: 0000:04:00.0: e1000_probe: (PCI Express:2.5Gb/s:Width x1) 00:19:d1:e3:97:07
[ 4.543893] e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
[ 4.544010] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 20
[ 4.544017] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[ 4.544019] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 4.544039] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5
[ 4.544060] ehci_hcd 0000:00:1d.7: debug port 1
[ 4.544065] PCI: cache line size of 32 is not supported by device 0000:00:1d.7
[ 4.544068] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xe0404400
[ 4.547937] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 4.547982] usb usb5: configuration #1 chosen from 1 choice
[ 4.547999] hub 5-0:1.0: USB hub found
[ 4.548003] hub 5-0:1.0: 8 ports detected
[ 4.562126] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[ 4.562130] Uniform CD-ROM driver Revision: 3.20
[ 4.562260] sr 2:0:0:0: Attached scsi CD-ROM sr0
[ 4.562319] SCSI device sda: 976773168 512-byte hdwr sectors (500108 MB)
[ 4.562330] sda: Write Protect is off
[ 4.562332] sda: Mode Sense: 00 3a 00 00
[ 4.562346] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.562386] SCSI device sda: 976773168 512-byte hdwr sectors (500108 MB)
[ 4.562392] sda: Write Protect is off
[ 4.562393] sda: Mode Sense: 00 3a 00 00
[ 4.562403] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.562406] sda:<6>usb 1-2: configuration #1 chosen from 1 choice
[ 4.564566] sr 2:0:0:0: Attached scsi generic sg0 type 5
[ 4.564579] sd 3:0:0:0: Attached scsi generic sg1 type 0
[ 4.567132] usb 1-2: can't set config #1, error -71
[ 4.567161] usb 1-2: USB disconnect, address 2
[ 4.597518] sda1 sda2 < sda5 >
[ 4.615946] sd 3:0:0:0: Attached scsi disk sda
[ 4.649797] ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 4.649815] PCI: Setting latency timer of device 0000:03:00.0 to 64
[ 4.649957] ata5: PATA max UDMA/100 cmd 0x00012018 ctl 0x00012026 bmdma 0x00012000 irq 16
[ 4.649978] ata6: PATA max UDMA/133 cmd 0x00012010 ctl 0x00012022 bmdma 0x00012008 irq 16
[ 4.649986] scsi4 : pata_marvell
[ 4.650026] BAR5:00:04 01:7F 02:22 03:C8 04:02 05:00 06:00 07:80 08:00 09:00 0A:00 0B:00 0C:1F 0D:00 0E:00 0F:00
[ 4.740282] Attempting manual resume
[ 4.740284] swsusp: Resume From Partition 8:5
[ 4.740286] PM: Checking swsusp image.
[ 4.740426] PM: Resume from disk failed.
[ 4.785782] kjournald starting. Commit interval 5 seconds
[ 4.785787] EXT3-fs: mounted filesystem with ordered data mode.
[ 4.818417] ATA: abnormal status 0x7F on port 0x0001201f
[ 4.818434] scsi5 : pata_marvell
[ 4.818481] BAR5:00:04 01:7F 02:22 03:C8 04:02 05:00 06:00 07:80 08:00 09:00 0A:00 0B:00 0C:1F 0D:00 0E:00 0F:00
[ 4.986540] ATA: abnormal status 0x7F on port 0x00012017
[ 5.431502] usb 1-2: new low speed USB device using uhci_hcd and address 3
[ 5.695277] ieee1394: Host added: ID:BUS[0-00:1023] GUID[0090270001c8e97a]
[ 5.711526] usb 1-2: configuration #1 chosen from 1 choice
[ 5.955335] usb 2-2: new low speed USB device using uhci_hcd and address 2
[ 6.139220] usb 2-2: configuration #1 chosen from 1 choice
[ 10.504997] e1000: eth0: e1000_request_irq: Unable to allocate MSI interrupt Error: -22
[ 10.512197] e1000: eth0: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex
[ 10.512200] e1000: eth0: e1000_watchdog: 10/100 speed: disabling TSO
[ 11.290204] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 11.390868] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 11.463571] input: PC Speaker as /class/input/input1
[ 11.496073] parport: PnPBIOS parport detected.
[ 11.496123] parport0: PC-style at 0x378 (0x778), irq 7, using FIFO [PCSPP,TRISTATE,COMPAT,ECP]
[ 11.572149] usbcore: registered new interface driver hiddev
[ 11.690067] NET: Registered protocol family 17
[ 11.723861] input: Chicony Saitek Eclipse Keyboard as /class/input/input2
[ 11.723893] input: USB HID v1.11 Keyboard [Chicony Saitek Eclipse Keyboard] on usb-0000:00:1d.0-2
[ 11.786758] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 21
[ 11.786772] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[ 11.830626] input: Chicony Saitek Eclipse Keyboard as /class/input/input3
[ 11.830680] input,hiddev96: USB HID v1.11 Device [Chicony Saitek Eclipse Keyboard] on usb-0000:00:1d.0-2
[ 11.941928] input: Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) as /class/input/input4
[ 11.941984] input: USB HID v1.10 Mouse [Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)] on usb-0000:00:1d.1-2
[ 11.941994] usbcore: registered new interface driver usbhid
[ 11.941997] drivers/usb/input/hid-core.c: v2.6:USB HID core driver
[ 11.996585] usbcore: registered new interface driver xpad
[ 11.996587] drivers/usb/input/xpad.c: driver for Xbox controllers v0.1.6
[ 12.354545] fuse init (API version 7.8)
[ 12.370483] lp0: using parport0 (interrupt-driven).
[ 12.403571] Adding 9863868k swap on /dev/disk/by-uuid/a90e3c11-5573-4c46-ab46-8007ae80e057. Priority:-1 extents:1 across:9863868k
[ 12.581500] EXT3 FS on sda1, internal journal
[ 13.456943] NET: Registered protocol family 10
[ 13.457004] lo: Disabled Privacy Extensions
[ 17.541052] input: Power Button (FF) as /class/input/input5
[ 17.541069] ACPI: Power Button (FF) [PWRF]
[ 17.541094] input: Sleep Button (CM) as /class/input/input6
[ 17.541109] ACPI: Sleep Button (CM) [SLPB]
[ 17.551312] No dock devices found.
[ 17.675803] ibm_acpi: ec object not found
[ 17.725748] Using specific hotkey driver
[ 17.799466] pcc_acpi: loading...
[ 22.204267] Linux agpgart interface v0.102 (c) Dave Jones
[ 22.744431] ppdev: user-space parallel port driver
[ 23.333456] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
[ 23.333460] apm: disabled - APM is not SMP safe.
[ 24.464098] Bluetooth: Core ver 2.11
[ 24.464176] NET: Registered protocol family 31
[ 24.464183] Bluetooth: HCI device and connection manager initialized
[ 24.464193] Bluetooth: HCI socket layer initialized
[ 25.228439] Bluetooth: L2CAP ver 2.8
[ 25.228446] Bluetooth: L2CAP socket layer initialized
[ 25.784245] Bluetooth: RFCOMM socket layer initialized
[ 25.784264] Bluetooth: RFCOMM TTY layer initialized
[ 25.784268] Bluetooth: RFCOMM ver 1.8
[ 47.310045] eth0: no IPv6 routers present

Revision history for this message
pizzavillaman (pizzavillaman) said :
#7

command > GLXINFO
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect

Revision history for this message
pizzavillaman (pizzavillaman) said :
#8

O.K. new drive 8.39.4 ATI driver is working. Just the nut behind the keyboard. Followed the instructions at
http://wiki.cchtml.com/index.php/Ubuntu_Feisty_Installation_Guide and all is well. Thanks to all who answered my query. ATI V5200 driver 8.39.4 is smoken!