View Full Version : ATI mobility radeon HD2400 issues???
jdestruel
January 2nd, 2008, 04:19 PM
Hi,
My setup: I'm using Ubuntu 7.10, an ATI mobility radeon HD 2400 which gives me great 3D, Compiz, CCSM, GL Desktop.
Issue: I can't get the cube to launch
When I go to Appearance/Visual Effects, eventhough there is the "Custom" radio button, I can't enable it. Besides that I can access, Compiz, CCSM, GL Desktop with no issues.
What files are related to this "Custom" radio button and is there a fix to enable the cube?
Thanks
adamk
January 2nd, 2008, 04:24 PM
'Custom' simply allows you to use 'ccsm' to make changes, rather than using the defaults set by the other options.
You should be able to use the cube if you use 'ccsm' to enable "Desktop Cube" and "Rotate Cube". You'll also want to set the horizontal virtual size to '4' in ccsm --> general options --> desktop size.
Adam
jdestruel
January 2nd, 2008, 04:35 PM
Thanks
I'll try that. Is the cube launched by default or do you need to type a command?
adamk
January 2nd, 2008, 04:39 PM
The cube is part of compiz, so you just need to have compiz running.
Adam
jdestruel
January 2nd, 2008, 04:40 PM
Thanks. I'll try tonight.
jdestruel
January 3rd, 2008, 02:45 PM
I tried the suggestions; but, the cube still couldn't be launched with compiz --replace.
Any suggestions or is it an ATI - Compiz bug?
adamk
January 3rd, 2008, 04:30 PM
What happens when you launch compiz with that command in a terminal? Does compiz launch? That was the impression I had from your first post.
If compiz launches, what happens if you hold down control+alt and left click the mouse and drag it around?
Adam
jdestruel
January 3rd, 2008, 05:45 PM
When I type compiz --replace, absolutely nothing happens. My screen stays the same.
I put the above command in "session" and rebooted; but, nothing happened either.
I played around with xorg.conf by adding a new "Extensions" section and adding "Composites" "0" and went to Appearances/Visual Effects to see if I could enable the "Custom" radio button and I could; but, nothing really happened there either. I could do all my preferences directly from ccsm anyway.
So, that's where I'm at. Everything seems to be working properly; but, the cube doesn't launch.
einheitlix
January 3rd, 2008, 06:26 PM
So, I get it that you have Compiz running normally, it's just that you are unable to enable the cube plugin, is that it? You are sure compiz is running normally otherwise, i.e. other plugins work for you (what does 'ps ax | grep compiz' say)?
If so:
- you certainly need not change anything in the xorg.conf
- to enable any plugin, like the cube, you don't have to type in any command whatsoever; just enable the plugin in ccsm, and it should work instantly
- with what command line exactly did you launch compiz?
- can you get other plugins to work via ccsm, like, for example, "Desktop Wall"? In other words, can you make any changes at all to your desktop by playing around in ccsm?
If you can't change anything with ccsm, maybe compiz is disregarding those ccsm settings. I had that problem once, launching compiz with 'compiz --replace ccp' helped.
If other ccsm changes work for you, then maybe somehow you don't have the cube plugin installed or it's somehow broken... but somehow I'm pretty sure this is just a configuration issue here :)
jdestruel
January 3rd, 2008, 09:04 PM
Thanks. I'll get back to you tomorrow with more feedback.
adamk
January 3rd, 2008, 10:02 PM
Certainly when you run 'compiz --replace ' in a terminal, you get *some* output back, correct? What is that output? I have the feeling that compiz isn't working for you at all.
Adam
jdestruel
January 4th, 2008, 12:37 AM
Here you go!
jdestruel@ubuntu710:~$ compiz --replace ccp
Checking for Xgl: not present.
Detected PCI ID for VGA: 01:00.0 0300: 1002:94c9 (prog-if 00 [VGA])
Checking for texture_from_pixmap: not present.
Trying again with indirect rendering:
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: not present.
aborting and using fallback: /usr/bin/metacity
I get the same output if I just do compiz --replace
jdestruel@ubuntu710:~$ ps ax | grep compiz
8044 pts/2 S+ 0:00 grep compiz
In /usr/bin/compiz, I have made the following changes...
# BLACKLIST_PCIIDS="$T"
BLACKLIST_PCIIDS=""
I've added fglrx in WHITELIST
I still can't get the cube to be displayed.
On a different note, I know you say not to bother with xorg.conf However,
when i set "composite" "0", and I go to Apperance/Visual Effects and click on "Custom", I get "The composite is not available". I still, however, have the possibility of clicking on "Preferences" and make whathever changes I want in CompizConfig Settings Manager. I have unchecked everything except:
desktop cube
rotate cube
Desktop size/horizontal virtual size 4
When I change to "composite" "1", I get a different error message in Appearance/Visual Effects when I click on "Custom": the screen flashes a few times and I get "Desktop effect could not be enabled". I can't access "Preferences".
Any tests you'd like me to do? I appreciate your help.
jdestruel
January 4th, 2008, 12:40 AM
Forgot to mention, I also tried...
LIBGL_ALWAYS_INDIRECT=1 compiz --replace
No display.
As you can see from my post, I have no idea what I'm doing :)
adamk
January 4th, 2008, 01:25 AM
After setting Composite to "1" run 'compiz --replace ccp &' in a terminal again and paste the output here.
Adam
jdestruel
January 4th, 2008, 07:09 PM
Here you go:
After changing to "1", I re-logged in, then ran,...
jdestruel@ubuntu710:~$ compiz --replace ccp &
[1] 6625
jdestruel@ubuntu710:~$ Checking for Xgl: not present.
Detected PCI ID for VGA: 01:00.0 0300: 1002:94c9 (prog-if 00 [VGA])
Checking for texture_from_pixmap: not present.
Trying again with indirect rendering:
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Comparing resolution (1280x800) to maximum 3D texture size (8192): Passed.
Checking for nVidia: not present.
Checking for FBConfig: present.
Checking for Xgl: not present.
/usr/bin/compiz: 379: /usr/local/bin/compiz: not found
adamk
January 4th, 2008, 07:18 PM
Odd... What files do you have under /etc/xdg/compiz/ ?
jdestruel
January 4th, 2008, 10:52 PM
jdestruel@ubuntu710:/etc/xdg/compiz$ ls -alF
total 16
drwxr-xr-x 2 root root 4096 2008-01-01 10:53 ./
drwxr-xr-x 5 root root 4096 2007-10-15 18:30 ../
-rwxr--r-- 1 root root 155 2008-01-01 10:47 compiz-manager.dpkg-dist*
-rw-r--r-- 1 root root 254 2007-10-11 03:26 compiz-manager.ubuntu
jdestruel@ubuntu710:/etc/xdg/compiz$
adamk
January 4th, 2008, 11:05 PM
I think we're close :-) Try this:
$ sudo cp /etc/xdg/compiz/compiz-manager.ubuntu /etc/xdg/compiz/compiz-manager
And then:
$ SKIP_CHECKS=yes compiz --replace ccp &
Adam
jdestruel
January 4th, 2008, 11:43 PM
This is what I get...
jdestruel@ubuntu710:/etc/xdg/compiz$ sudo cp /etc/xdg/compiz/compiz-manager.ubuntu /etc/xdg/compiz/compiz-manager
[sudo] password for jdestruel:
jdestruel@ubuntu710:/etc/xdg/compiz$ SKIP_CHECKS=yes compiz --replace ccp &
[1] 13501
jdestruel@ubuntu710:/etc/xdg/compiz$ Checking for Xgl: not present.
Detected PCI ID for VGA: 01:00.0 0300: 1002:94c9 (prog-if 00 [VGA])
Checking for texture_from_pixmap: not present.
Trying again with indirect rendering:
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Comparing resolution (1280x800) to maximum 3D texture size (8192): Passed.
Checking for nVidia: not present.
Checking for FBConfig: present.
Checking for Xgl: not present.
Starting gtk-window-decorator
/usr/bin/compiz.real (core) - Warn: Plugin 'wobbly' already active
/usr/bin/compiz.real (core) - Warn: Plugin 'wobbly' already active
/usr/bin/compiz.real (core) - Warn: Plugin 'wobbly' already active
jdestruel
January 4th, 2008, 11:45 PM
Forgot to ask...
Do I leave "composite" at "0" or "1"
jdestruel
January 4th, 2008, 11:52 PM
Hmmmm! I lost my Firefox and my shell icons i.e. minimize, close windows.
jdestruel
January 5th, 2008, 12:05 AM
Here is what I get when I have "composite" "0"
jdestruel@ubuntu710:/etc/xdg/compiz$ SKIP_CHECKS=yes compiz --replace ccp &
[1] 13940
jdestruel@ubuntu710:/etc/xdg/compiz$ Checking for Xgl: not present.
Detected PCI ID for VGA: 01:00.0 0300: 1002:94c9 (prog-if 00 [VGA])
Checking for texture_from_pixmap: not present.
Trying again with indirect rendering:
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: not present.
SKIP_CHECKS is yes, so continuing despite problems.
Checking for nVidia: not present.
Checking for FBConfig: present.
Checking for Xgl: not present.
Starting gtk-window-decorator
(gtk-window-decorator:13969): Gdk-WARNING **: Using Cairo rendering requires the drawable argument to
have a specified colormap. All windows have a colormap,
however, pixmaps only have colormap by default if they
were created with a non-NULL window argument. Otherwise
a colormap must be set on them with gdk_drawable_set_colormap
(gtk-window-decorator:13969): Gdk-WARNING **: Using Cairo rendering requires the drawable argument to
have a specified colormap. All windows have a colormap,
however, pixmaps only have colormap by default if they
were created with a non-NULL window argument. Otherwise
a colormap must be set on them with gdk_drawable_set_colormap
/usr/bin/compiz.real (core) - Fatal: No composite extension
I didn't lose any of my Firefox and shell icons i.e. minimize, expand/contract, close. Good thing; but, still no cube.
adamk
January 5th, 2008, 01:12 AM
If you want compiz to run without Xgl, you need to leave composite set to 1, so you can stop changing it around now :-)
You need to run 'compiz --replace ccp' in a terminal (with composite enabled in your xorg.conf file) and capture the output. Can you still access the terminal after running the compiz command? If so, you can quit compiz by hitting control-c and then start up metacity again by running 'metacity --replace &'.
jdestruel
January 5th, 2008, 05:00 AM
Hi,
I'm not so sure what you are asking :-)
I have reset "composite" '1" in xorg.conf
I have done the following...
jdestruel@ubuntu710:/etc/X11$ compiz --replace ccp
Checking for Xgl: not present.
Detected PCI ID for VGA: 01:00.0 0300: 1002:94c9 (prog-if 00 [VGA])
Checking for texture_from_pixmap: not present.
Trying again with indirect rendering:
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: not present.
aborting and using fallback: /usr/bin/metacity
jdestruel@ubuntu710:~$ sudo ps -a
[sudo] password for jdestruel:
PID TTY TIME CMD
5866 pts/0 00:00:00 metacity
5911 pts/1 00:00:00 ps
jdestruel@ubuntu710:~$
Not sure what to do now? I still don't have a cube.
adamk
January 5th, 2008, 01:36 PM
You are sure you have the Composite option set to '1' in your xorg.conf file? Please attach your /etc/X11/xorg.conf file and your /var/log/Xorg.0.log file.
Adam
jdestruel
January 5th, 2008, 09:07 PM
Hi Adam,
Couldn't attach the xorg.o.log file - too large (45K). Here it is...
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Ubuntu (xorg-server 2:1.3.0.0.dfsg-12ubuntu8)
Current Operating System: Linux ubuntu710 2.6.22-14-generic #1 SMP Tue Dec 18 08:02:57 UTC 2007 i686
Build Date: 29 September 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: Sat Jan 5 13:49:19 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "aticonfig-Screen[0]" (0)
(**) | |-->Monitor "aticonfig-Monitor[0]"
(**) | |-->Device "aticonfig-Device[0]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Synaptics Touchpad"
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81ea440
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.2
X.Org XInput driver : 0.7
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(++) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1002,7910 card 1179,ff00 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 1002,7913 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:05:0: chip 1002,7915 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:06:0: chip 1002,7916 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1002,7917 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:12:0: chip 1002,4380 card 1179,ff00 rev 00 class 01,06,01 hdr 00
(II) PCI: 00:13:0: chip 1002,4387 card 1179,ff00 rev 00 class 0c,03,10 hdr 80
(II) PCI: 00:13:1: chip 1002,4388 card 1179,ff00 rev 00 class 0c,03,10 hdr 00
(II) PCI: 00:13:2: chip 1002,4389 card 1179,ff00 rev 00 class 0c,03,10 hdr 00
(II) PCI: 00:13:3: chip 1002,438a card 1179,ff00 rev 00 class 0c,03,10 hdr 00
(II) PCI: 00:13:4: chip 1002,438b card 1179,ff00 rev 00 class 0c,03,10 hdr 00
(II) PCI: 00:13:5: chip 1002,4386 card 1179,ff00 rev 00 class 0c,03,20 hdr 00
(II) PCI: 00:14:0: chip 1002,4385 card 1179,ff00 rev 14 class 0c,05,00 hdr 80
(II) PCI: 00:14:1: chip 1002,438c card 1179,ff00 rev 00 class 01,01,8a hdr 00
(II) PCI: 00:14:2: chip 1002,4383 card 1179,ff08 rev 00 class 04,03,00 hdr 00
(II) PCI: 00:14:3: chip 1002,438d card 1179,ff00 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:14:4: chip 1002,4384 card 0000,0000 rev 00 class 06,04,01 hdr 81
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 1002,94c9 card 1179,ff00 rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,aa10 card 1002,aa10 rev 00 class 04,03,00 hdr 80
(II) PCI: 0e:00:0: chip 10ec,8136 card 1179,ff00 rev 01 class 02,00,00 hdr 00
(II) PCI: 14:00:0: chip 168c,0024 card 144f,7125 rev 01 class 02,80,00 hdr 00
(II) PCI: 1a:04:0: chip 104c,8039 card 2000,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 1a:04:1: chip 104c,803a card 1179,ff00 rev 00 class 0c,00,10 hdr 80
(II) PCI: 1a:04:2: chip 104c,803b card 1179,ff00 rev 00 class 01,80,00 hdr 80
(II) PCI: 1a:04:3: chip 104c,803c card 1179,ff00 rev 00 class 08,05,01 hdr 80
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,27), 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:2:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]
[1] -1 0 0x00009400 - 0x000094ff (0x100) IX[B]
[2] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]
[3] -1 0 0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xf8000000 - 0xf80fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 8: bridge is at (0:5:0), (0,8,13), BCTRL: 0x0004 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 14: bridge is at (0:6:0), (0,14,14), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 14 I/O range:
[0] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[1] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[2] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
[3] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]
(II) Bus 14 non-prefetchable memory range:
[0] -1 0 0xf8100000 - 0xf81fffff (0x100000) MX[B]
(II) Bus 14 prefetchable memory range:
[0] -1 0 0x8c000000 - 0x8c0fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 20: bridge is at (0:7:0), (0,20,20), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 20 non-prefetchable memory range:
[0] -1 0 0xf8200000 - 0xf82fffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:20:3), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 26: bridge is at (0:20:4), (0,26,30), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 26 I/O range:
[0] -1 0 0x00002000 - 0x00002fff (0x1000) IX[B]
(II) Bus 26 non-prefetchable memory range:
[0] -1 0 0xf8300000 - 0xf83fffff (0x100000) MX[B]
(II) Bus 26 prefetchable memory range:
[0] -1 0 0x88000000 - 0x8bffffff (0x4000000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 27: bridge is at (26:4:0), (26,27,30), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 27 I/O range:
[0] -1 0 0x00002000 - 0x000020ff (0x100) IX[B]
[1] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
(II) Bus 27 prefetchable memory range:
[0] -1 0 0x88000000 - 0x8bffffff (0x4000000) MX[B]
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x94c9) rev 0, Mem @ 0xf0000000/27, 0xf8000000/16, I/O @ 0x9000/8
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0 0xf8302800 - 0xf83028ff (0x100) MX[B]
[1] -1 0 0xf8301000 - 0xf8301fff (0x1000) MX[B]
[2] -1 0 0xf8304000 - 0xf8307fff (0x4000) MX[B]
[3] -1 0 0xf8302000 - 0xf83027ff (0x800) MX[B]
[4] -1 0 0xf8200000 - 0xf820ffff (0x10000) MX[B]
[5] -1 0 0xf8100000 - 0xf8100fff (0x1000) MX[B]
[6] -1 0 0xf8010000 - 0xf8013fff (0x4000) MX[B]
[7] -1 0 0xf8600000 - 0xf8603fff (0x4000) MX[B]
[8] -1 0 0xf8609400 - 0xf86094ff (0x100) MX[B]
[9] -1 0 0xf8608000 - 0xf8608fff (0x1000) MX[B]
[10] -1 0 0xf8607000 - 0xf8607fff (0x1000) MX[B]
[11] -1 0 0xf8606000 - 0xf8606fff (0x1000) MX[B]
[12] -1 0 0xf8605000 - 0xf8605fff (0x1000) MX[B]
[13] -1 0 0xf8604000 - 0xf8604fff (0x1000) MX[B]
[14] -1 0 0xf8609000 - 0xf86093ff (0x400) MX[B]
[15] -1 0 0xf8000000 - 0xf800ffff (0x10000) MX[B](B)
[16] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[17] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[18] -1 0 0x00008420 - 0x0000842f (0x10) IX[B]
[19] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
[20] -1 0 0x00000170 - 0x00000177 (0x8) IX[B]
[21] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
[22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[23] -1 0 0x00008410 - 0x0000841f (0x10) IX[B]
[24] -1 0 0x00008400 - 0x0000840f (0x10) IX[B]
[25] -1 0 0x00008430 - 0x00008433 (0x4) IX[B]
[26] -1 0 0x00008438 - 0x0000843f (0x8) IX[B]
[27] -1 0 0x00008434 - 0x00008437 (0x4) IX[B]
[28] -1 0 0x00008440 - 0x00008447 (0x8) IX[B]
[29] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xf8302800 - 0xf83028ff (0x100) MX[B]
[1] -1 0 0xf8301000 - 0xf8301fff (0x1000) MX[B]
[2] -1 0 0xf8304000 - 0xf8307fff (0x4000) MX[B]
[3] -1 0 0xf8302000 - 0xf83027ff (0x800) MX[B]
[4] -1 0 0xf8200000 - 0xf820ffff (0x10000) MX[B]
[5] -1 0 0xf8100000 - 0xf8100fff (0x1000) MX[B]
[6] -1 0 0xf8010000 - 0xf8013fff (0x4000) MX[B]
[7] -1 0 0xf8600000 - 0xf8603fff (0x4000) MX[B]
[8] -1 0 0xf8609400 - 0xf86094ff (0x100) MX[B]
[9] -1 0 0xf8608000 - 0xf8608fff (0x1000) MX[B]
[10] -1 0 0xf8607000 - 0xf8607fff (0x1000) MX[B]
[11] -1 0 0xf8606000 - 0xf8606fff (0x1000) MX[B]
[12] -1 0 0xf8605000 - 0xf8605fff (0x1000) MX[B]
[13] -1 0 0xf8604000 - 0xf8604fff (0x1000) MX[B]
[14] -1 0 0xf8609000 - 0xf86093ff (0x400) MX[B]
[15] -1 0 0xf8000000 - 0xf800ffff (0x10000) MX[B](B)
[16] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[17] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[18] -1 0 0x00008420 - 0x0000842f (0x10) IX[B]
[19] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
[20] -1 0 0x00000170 - 0x00000177 (0x8) IX[B]
[21] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
[22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[23] -1 0 0x00008410 - 0x0000841f (0x10) IX[B]
[24] -1 0 0x00008400 - 0x0000840f (0x10) IX[B]
[25] -1 0 0x00008430 - 0x00008433 (0x4) IX[B]
[26] -1 0 0x00008438 - 0x0000843f (0x8) IX[B]
[27] -1 0 0x00008434 - 0x00008437 (0x4) IX[B]
[28] -1 0 0x00008440 - 0x00008447 (0x8) IX[B]
[29] -1 0 0x00009000 - 0x000090ff (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 0xf8302800 - 0xf83028ff (0x100) MX[B]
[5] -1 0 0xf8301000 - 0xf8301fff (0x1000) MX[B]
[6] -1 0 0xf8304000 - 0xf8307fff (0x4000) MX[B]
[7] -1 0 0xf8302000 - 0xf83027ff (0x800) MX[B]
[8] -1 0 0xf8200000 - 0xf820ffff (0x10000) MX[B]
[9] -1 0 0xf8100000 - 0xf8100fff (0x1000) MX[B]
[10] -1 0 0xf8010000 - 0xf8013fff (0x4000) MX[B]
[11] -1 0 0xf8600000 - 0xf8603fff (0x4000) MX[B]
[12] -1 0 0xf8609400 - 0xf86094ff (0x100) MX[B]
[13] -1 0 0xf8608000 - 0xf8608fff (0x1000) MX[B]
[14] -1 0 0xf8607000 - 0xf8607fff (0x1000) MX[B]
[15] -1 0 0xf8606000 - 0xf8606fff (0x1000) MX[B]
[16] -1 0 0xf8605000 - 0xf8605fff (0x1000) MX[B]
[17] -1 0 0xf8604000 - 0xf8604fff (0x1000) MX[B]
[18] -1 0 0xf8609000 - 0xf86093ff (0x400) MX[B]
[19] -1 0 0xf8000000 - 0xf800ffff (0x10000) MX[B](B)
[20] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[23] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[24] -1 0 0x00008420 - 0x0000842f (0x10) IX[B]
[25] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
[26] -1 0 0x00000170 - 0x00000177 (0x8) IX[B]
[27] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
[28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[29] -1 0 0x00008410 - 0x0000841f (0x10) IX[B]
[30] -1 0 0x00008400 - 0x0000840f (0x10) IX[B]
[31] -1 0 0x00008430 - 0x00008433 (0x4) IX[B]
[32] -1 0 0x00008438 - 0x0000843f (0x8) IX[B]
[33] -1 0 0x00008434 - 0x00008437 (0x4) IX[B]
[34] -1 0 0x00008440 - 0x00008447 (0x8) IX[B]
[35] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 1.3.0, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "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.44.3
Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.2.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.2.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.3
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.44.3
(II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.443.1
(II) ATI Proprietary Linux Driver Build Date: Dec 19 2007 21:29:14
(--) Assigning device section with no busID to primary device
(--) Chipset Supported AMD Graphics Processor (0x94C9) found
(II) AMD Video driver is running on a device belonging to a group targeted for this release
(II) AMD Video driver is signed
(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 0xf8302800 - 0xf83028ff (0x100) MX[B]
[5] -1 0 0xf8301000 - 0xf8301fff (0x1000) MX[B]
[6] -1 0 0xf8304000 - 0xf8307fff (0x4000) MX[B]
[7] -1 0 0xf8302000 - 0xf83027ff (0x800) MX[B]
[8] -1 0 0xf8200000 - 0xf820ffff (0x10000) MX[B]
[9] -1 0 0xf8100000 - 0xf8100fff (0x1000) MX[B]
[10] -1 0 0xf8010000 - 0xf8013fff (0x4000) MX[B]
[11] -1 0 0xf8600000 - 0xf8603fff (0x4000) MX[B]
[12] -1 0 0xf8609400 - 0xf86094ff (0x100) MX[B]
[13] -1 0 0xf8608000 - 0xf8608fff (0x1000) MX[B]
[14] -1 0 0xf8607000 - 0xf8607fff (0x1000) MX[B]
[15] -1 0 0xf8606000 - 0xf8606fff (0x1000) MX[B]
[16] -1 0 0xf8605000 - 0xf8605fff (0x1000) MX[B]
[17] -1 0 0xf8604000 - 0xf8604fff (0x1000) MX[B]
[18] -1 0 0xf8609000 - 0xf86093ff (0x400) MX[B]
[19] -1 0 0xf8000000 - 0xf800ffff (0x10000) MX[B](B)
[20] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[23] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[24] -1 0 0x00008420 - 0x0000842f (0x10) IX[B]
[25] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
[26] -1 0 0x00000170 - 0x00000177 (0x8) IX[B]
[27] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
[28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[29] -1 0 0x00008410 - 0x0000841f (0x10) IX[B]
[30] -1 0 0x00008400 - 0x0000840f (0x10) IX[B]
[31] -1 0 0x00008430 - 0x00008433 (0x4) IX[B]
[32] -1 0 0x00008438 - 0x0000843f (0x8) IX[B]
[33] -1 0 0x00008434 - 0x00008437 (0x4) IX[B]
[34] -1 0 0x00008440 - 0x00008447 (0x8) IX[B]
[35] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x8209838
(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 0xf8302800 - 0xf83028ff (0x100) MX[B]
[5] -1 0 0xf8301000 - 0xf8301fff (0x1000) MX[B]
[6] -1 0 0xf8304000 - 0xf8307fff (0x4000) MX[B]
[7] -1 0 0xf8302000 - 0xf83027ff (0x800) MX[B]
[8] -1 0 0xf8200000 - 0xf820ffff (0x10000) MX[B]
[9] -1 0 0xf8100000 - 0xf8100fff (0x1000) MX[B]
[10] -1 0 0xf8010000 - 0xf8013fff (0x4000) MX[B]
[11] -1 0 0xf8600000 - 0xf8603fff (0x4000) MX[B]
[12] -1 0 0xf8609400 - 0xf86094ff (0x100) MX[B]
[13] -1 0 0xf8608000 - 0xf8608fff (0x1000) MX[B]
[14] -1 0 0xf8607000 - 0xf8607fff (0x1000) MX[B]
[15] -1 0 0xf8606000 - 0xf8606fff (0x1000) MX[B]
[16] -1 0 0xf8605000 - 0xf8605fff (0x1000) MX[B]
[17] -1 0 0xf8604000 - 0xf8604fff (0x1000) MX[B]
[18] -1 0 0xf8609000 - 0xf86093ff (0x400) MX[B]
[19] -1 0 0xf8000000 - 0xf800ffff (0x10000) MX[B](B)
[20] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[21] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[22] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[23] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[25] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[26] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[27] -1 0 0x00008420 - 0x0000842f (0x10) IX[B]
[28] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
[29] -1 0 0x00000170 - 0x00000177 (0x8) IX[B]
[30] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
[31] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[32] -1 0 0x00008410 - 0x0000841f (0x10) IX[B]
[33] -1 0 0x00008400 - 0x0000840f (0x10) IX[B]
[34] -1 0 0x00008430 - 0x00008433 (0x4) IX[B]
[35] -1 0 0x00008438 - 0x0000843f (0x8) IX[B]
[36] -1 0 0x00008434 - 0x00008437 (0x4) IX[B]
[37] -1 0 0x00008440 - 0x00008447 (0x8) IX[B]
[38] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
[39] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[40] 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 1.3.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.2
(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" "true"
(==) 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
(--) fglrx(0): Chipset: "ATI Mobility Radeon HD 2400" (Chipset = 0x94c9)
(--) fglrx(0): (PciSubVendor = 0x1179, PciSubDevice = 0xff00)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xf0000000
(--) fglrx(0): MMIO registers at 0xf8000000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.2
(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: 10.54
(II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: M72
(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 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmGetBusid returned ''
(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.44.3
ABI class: X.Org Server Extension, version 0.3
(--) fglrx(0): VideoRAM: 131072 kByte, Type: DDR2
(II) fglrx(0): PCIE card detected
(--) fglrx(0): Using per-process page tables (PPPT) as GART.
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module already built-in
(II) fglrx(0): Connected Display1: LCD on internal LVDS [lvds]
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: LPL Model: dc00 Serial#: 0
(II) fglrx(0): Year: 2006 Week: 0
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 33 vert.: 21
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): No DPMS capabilities specified; RGB/Color Display
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.600 redY: 0.351 greenX: 0.324 greenY: 0.554
(II) fglrx(0): blueX: 0.153 blueY: 0.145 whiteX: 0.312 whiteY: 0.328
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 71.0 MHz Image Size: 331 x 207 mm
(II) fglrx(0): h_active: 1280 h_sync: 1328 h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) fglrx(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 823 v_border: 0
(II) fglrx(0): LGPhilipsLCD
(II) fglrx(0): LP154WX4-TLD2
(II) fglrx(0): EDID (in hex):
(II) fglrx(0): 00ffffffffffff00320c00dc00000000
(II) fglrx(0): 00100103802115780ab3409959538d27
(II) fglrx(0): 25505400000001010101010101010101
(II) fglrx(0): 010101010101bc1b00a0502017303020
(II) fglrx(0): 36004bcf100000190000000000000000
(II) fglrx(0): 00000000000000000000000000fe004c
(II) fglrx(0): 475068696c6970734c43440a000000fe
(II) fglrx(0): 004c503135345758342d544c44320043
(II) fglrx(0): End of Display1 EDID data --------------------
(WW) fglrx(0): Only one display is connnected,so single mode is enabled
(II) fglrx(0): Primary Controller - LCD on internal LVDS
(II) fglrx(0): Internal Desktop Setting: 0x00000001
(==) fglrx(0): Qbs is not supported in this release. 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 9 modes found for primary display.
(--) fglrx(0): Virtual size is 1280x800 (pitch 0)
(**) fglrx(0): *Mode "1280x800": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x800" 71.00 1280 1328 1360 1440 800 803 809 823 +hsync +vsync
(**) fglrx(0): *Mode "1024x768": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768" 71.00 1024 1328 1360 1440 768 803 809 823 +hsync +vsync
(**) fglrx(0): *Mode "800x600": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600" 71.00 800 1328 1360 1440 600 803 809 823 +hsync +vsync
(**) fglrx(0): *Mode "640x480": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480" 71.00 640 1328 1360 1440 480 803 809 823 +hsync +vsync
(**) fglrx(0): Default mode "640x400": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400" 71.00 640 1328 1360 1440 400 803 809 823 +hsync +vsync
(**) fglrx(0): Default mode "512x384": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384" 71.00 512 1328 1360 1440 384 803 809 823 +hsync +vsync
(**) fglrx(0): Default mode "400x300": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 60.0 Hz
(II) fglrx(0): Modeline "400x300" 71.00 400 1328 1360 1440 300 803 809 823 +hsync +vsync
(**) fglrx(0): Default mode "320x240": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x240" 71.00 320 1328 1360 1440 240 803 809 823 +hsync +vsync
(**) fglrx(0): Default mode "320x200": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x200" 71.00 320 1328 1360 1440 200 803 809 823 +hsync +vsync
(--) fglrx(0): Display dimensions: (330, 210) mm
(--) fglrx(0): DPI set to (98, 96)
(--) fglrx(0): Virtual size is 1280x800 (pitch 1280)
(**) fglrx(0): *Mode "1280x800": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x800" 71.00 1280 1328 1360 1440 800 803 809 823 +hsync +vsync
(**) fglrx(0): *Mode "1024x768": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768" 71.00 1024 1328 1360 1440 768 803 809 823 +hsync +vsync
(**) fglrx(0): *Mode "800x600": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600" 71.00 800 1328 1360 1440 600 803 809 823 +hsync +vsync
(**) fglrx(0): *Mode "640x480": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480" 71.00 640 1328 1360 1440 480 803 809 823 +hsync +vsync
(**) fglrx(0): Default mode "640x400": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400" 71.00 640 1328 1360 1440 400 803 809 823 +hsync +vsync
(**) fglrx(0): Default mode "512x384": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384" 71.00 512 1328 1360 1440 384 803 809 823 +hsync +vsync
(**) fglrx(0): Default mode "400x300": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 60.0 Hz
(II) fglrx(0): Modeline "400x300" 71.00 400 1328 1360 1440 300 803 809 823 +hsync +vsync
(**) fglrx(0): Default mode "320x240": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x240" 71.00 320 1328 1360 1440 240 803 809 823 +hsync +vsync
(**) fglrx(0): Default mode "320x200": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x200" 71.00 320 1328 1360 1440 200 803 809 823 +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 1.3.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(==) 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 1.3.0, module version = 1.2.0
ABI class: X.Org Video Driver, version 1.2
(==) fglrx(0): HPV inactive
(==) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Reloading /usr/lib/xorg/modules/linux//libfglrxdrm.so
(II) fglrx(0): Depth moves disabled by default
(==) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): CapabilitiesEx: 0x00000000
(==) fglrx(0): cpuFlags: 0x4000001f
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): ATI GART size: 256 MB
(II) fglrx(0): [pcie] 258048 kB allocated
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
(==) fglrx(0): UseFastTLS=0
(==) fglrx(0): BlockSignalsOnLock=1
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xf8000000 - 0xf800ffff (0x10000) MX[B]
[1] 0 0 0xf0000000 - 0xf7ffffff (0x8000000) 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 0xf8302800 - 0xf83028ff (0x100) MX[B]
[7] -1 0 0xf8301000 - 0xf8301fff (0x1000) MX[B]
[8] -1 0 0xf8304000 - 0xf8307fff (0x4000) MX[B]
[9] -1 0 0xf8302000 - 0xf83027ff (0x800) MX[B]
[10] -1 0 0xf8200000 - 0xf820ffff (0x10000) MX[B]
[11] -1 0 0xf8100000 - 0xf8100fff (0x1000) MX[B]
[12] -1 0 0xf8010000 - 0xf8013fff (0x4000) MX[B]
[13] -1 0 0xf8600000 - 0xf8603fff (0x4000) MX[B]
[14] -1 0 0xf8609400 - 0xf86094ff (0x100) MX[B]
[15] -1 0 0xf8608000 - 0xf8608fff (0x1000) MX[B]
[16] -1 0 0xf8607000 - 0xf8607fff (0x1000) MX[B]
[17] -1 0 0xf8606000 - 0xf8606fff (0x1000) MX[B]
[18] -1 0 0xf8605000 - 0xf8605fff (0x1000) MX[B]
[19] -1 0 0xf8604000 - 0xf8604fff (0x1000) MX[B]
[20] -1 0 0xf8609000 - 0xf86093ff (0x400) MX[B]
[21] -1 0 0xf8000000 - 0xf800ffff (0x10000) MX[B](B)
[22] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[23] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
[24] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
[25] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
[26] 0 0 0x00009000 - 0x000090ff (0x100) IX[B]
[27] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[28] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[29] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[30] -1 0 0x00008420 - 0x0000842f (0x10) IX[B]
[31] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
[32] -1 0 0x00000170 - 0x00000177 (0x8) IX[B]
[33] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
[34] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[35] -1 0 0x00008410 - 0x0000841f (0x10) IX[B]
[36] -1 0 0x00008400 - 0x0000840f (0x10) IX[B]
[37] -1 0 0x00008430 - 0x00008433 (0x4) IX[B]
[38] -1 0 0x00008438 - 0x0000843f (0x8) IX[B]
[39] -1 0 0x00008434 - 0x00008437 (0x4) IX[B]
[40] -1 0 0x00008440 - 0x00008447 (0x8) IX[B]
[41] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
[42] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[43] 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
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports
drmOpenDevice: node name is /dev/dri/card1
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card2
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card3
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card4
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card5
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card6
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card7
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card8
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card9
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card10
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card11
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card12
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card13
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card14
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmGetBusid returned ''
(II) fglrx(0): [drm] DRM interface version 1.0
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0x2000
(II) fglrx(0): [drm] mapped SAREA 0x2000 to 0xb7680000
(II) fglrx(0): [drm] framebuffer handle = 0x3000
(II) fglrx(0): [drm] added 1 reserved context for kernel
(II) fglrx(0): DRIScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0): Name: fglrx
(II) fglrx(0): Version: 8.44.3
(II) fglrx(0): Date: Dec 19 2007
(II) fglrx(0): Desc: ATI FireGL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.22-14-generic
(II) fglrx(0): Build-Kernel MODVERSIONS: yes
(II) fglrx(0): Build-Kernel __SMP__: yes
(II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
(II) fglrx(0): [drm] register handle = 0x00004000
(II) fglrx(0): Interrupt handler installed at IRQ 19.
(II) fglrx(0): Exposed events to the /proc interface
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x01000400
(II) fglrx(0): FBMM initialized for area (0,0)-(1280,3277)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,800) (front color buffer - assumption)
(II) fglrx(0): Largest offscreen area available: 1280 x 2477
(==) fglrx(0): Backing store disabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(**) fglrx(0): DPMS enabled
(**) fglrx(0): Textured Video is enabled.
(II) LoadModule: "glesx"
(II) Loading /usr/lib/xorg/modules//glesx.so
(II) Module glesx: vendor="X.Org Foundation"
compiled for 7.1.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension GLESX
(II) fglrx(0): GLESX enableFlags = 26
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
Solid Horizontal and Vertical Lines
Driver provided ScreenToScreenBitBlt replacement
Driver provided FillSolidRects replacement
(II) fglrx(0): GLESX is enabled
(WW) fglrx(0): Option "VendorName" is not used
(WW) fglrx(0): Option "ModelName" is not used
(II) fglrx(0): X context handle = 0x1
(II) fglrx(0): [DRI] installation complete
(II) fglrx(0): Direct rendering enabled
[atiddx] ASYNCIO init succeed!
Receive enable interrupt ret message
...irqEnableMask: 60000001
...dwIRQEnableId: 00000006
Receive enable interrupt ret message
...irqEnableMask: 00000040
...dwIRQEnableId: 00000007
Receive enable interrupt ret message
...irqEnableMask: ff00002c
...dwIRQEnableId: 00000008
Receive enable interrupt ret message
...irqEnableMask: ff00002d
...dwIRQEnableId: 00000009
Receive enable interrupt ret message
...irqEnableMask: 20000400
...dwIRQEnableId: 0000000a
(II) fglrx(0): Finished Initialize PPLIB!
(II) fglrx(0): Enable the clock gating
(==) fglrx(0): Silken mouse enabled
(==) fglrx(0): Using hardware cursor
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports PCI:1:0:0
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(WW) AIGLX: 3D driver claims to not support visual 0x33
(WW) AIGLX: 3D driver claims to not support visual 0x34
(WW) AIGLX: 3D driver claims to not support visual 0x35
(WW) AIGLX: 3D driver claims to not support visual 0x36
(WW) AIGLX: 3D driver claims to not support visual 0x37
(WW) AIGLX: 3D driver claims to not support visual 0x38
(WW) AIGLX: 3D driver claims to not support visual 0x39
(WW) AIGLX: 3D driver claims to not support visual 0x3a
(WW) AIGLX: 3D driver claims to not support visual 0x3b
(WW) AIGLX: 3D driver claims to not support visual 0x3c
(WW) AIGLX: 3D driver claims to not support visual 0x3d
(WW) AIGLX: 3D driver claims to not support visual 0x3e
(WW) AIGLX: 3D driver claims to not support visual 0x3f
(WW) AIGLX: 3D driver claims to not support visual 0x40
(WW) AIGLX: 3D driver claims to not support visual 0x41
(WW) AIGLX: 3D driver claims to not support visual 0x42
(WW) AIGLX: 3D driver claims to not support visual 0x43
(WW) AIGLX: 3D driver claims to not support visual 0x44
(WW) AIGLX: 3D driver claims to not support visual 0x45
(WW) AIGLX: 3D driver claims to not support visual 0x46
(WW) AIGLX: 3D driver claims to not support visual 0x47
(WW) AIGLX: 3D driver claims to not support visual 0x48
(WW) AIGLX: 3D driver claims to not support visual 0x49
(WW) AIGLX: 3D driver claims to not support visual 0x4a
(WW) AIGLX: 3D driver claims to not support visual 0x4b
(WW) AIGLX: 3D driver claims to not support visual 0x4c
(WW) AIGLX: 3D driver claims to not support visual 0x4d
(WW) AIGLX: 3D driver claims to not support visual 0x4e
(WW) AIGLX: 3D driver claims to not support visual 0x4f
(WW) AIGLX: 3D driver claims to not support visual 0x50
(WW) AIGLX: 3D driver claims to not support visual 0x51
(WW) AIGLX: 3D driver claims to not support visual 0x52
(WW) AIGLX: 3D driver claims to not support visual 0x53
(WW) AIGLX: 3D driver claims to not support visual 0x54
(WW) AIGLX: 3D driver claims to not support visual 0x55
(WW) AIGLX: 3D driver claims to not support visual 0x56
(WW) AIGLX: 3D driver claims to not support visual 0x57
(WW) AIGLX: 3D driver claims to not support visual 0x58
(WW) AIGLX: 3D driver claims to not support visual 0x59
(WW) AIGLX: 3D driver claims to not support visual 0x5a
(WW) AIGLX: 3D driver claims to not support visual 0x5b
(WW) AIGLX: 3D driver claims to not support visual 0x5c
(WW) AIGLX: 3D driver claims to not support visual 0x5d
(WW) AIGLX: 3D driver claims to not support visual 0x5e
(WW) AIGLX: 3D driver claims to not support visual 0x5f
(WW) AIGLX: 3D driver claims to not support visual 0x60
(WW) AIGLX: 3D driver claims to not support visual 0x61
(WW) AIGLX: 3D driver claims to not support visual 0x62
(WW) AIGLX: 3D driver claims to not support visual 0x63
(WW) AIGLX: 3D driver claims to not support visual 0x64
(WW) AIGLX: 3D driver claims to not support visual 0x65
(WW) AIGLX: 3D driver claims to not support visual 0x66
(WW) AIGLX: 3D driver claims to not support visual 0x67
(WW) AIGLX: 3D driver claims to not support visual 0x68
(WW) AIGLX: 3D driver claims to not support visual 0x69
(WW) AIGLX: 3D driver claims to not support visual 0x6a
(WW) AIGLX: 3D driver claims to not support visual 0x6b
(WW) AIGLX: 3D driver claims to not support visual 0x6c
(WW) AIGLX: 3D driver claims to not support visual 0x6d
(WW) AIGLX: 3D driver claims to not support visual 0x6e
(WW) AIGLX: 3D driver claims to not support visual 0x6f
(WW) AIGLX: 3D driver claims to not support visual 0x70
(WW) AIGLX: 3D driver claims to not support visual 0x71
(WW) AIGLX: 3D driver claims to not support visual 0x72
(II) AIGLX: Loaded and initialized /usr/lib/dri/fglrx_dri.so
(II) GLX: Initialized DRI 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
(**) Configured Mouse: Sensitivity: 1
Atom 4, CARD32 4, unsigned long 4
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event5
(**) Option "Device" "/dev/input/event5"
(**) Option "HorizEdgeScroll" "0"
(--) Synaptics Touchpad touchpad found
(**) Option "SendCoreEvents" "true"
(**) Synaptics Touchpad: always reports core events
(II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: MOUSE)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
Synaptics DeviceInit called
SynapticsCtrl called.
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Synaptics DeviceOn called
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event5
(**) Option "Device" "/dev/input/event5"
(--) Synaptics Touchpad touchpad found
ProcXCloseDevice to close or not ?
ProcXCloseDevice to close or not ?
ProcXCloseDevice to close or not ?
ProcXCloseDevice to close or not ?
SetClientVersion: 0 9
(II) XAA: Evicting pixmaps
Attached is xorg.conf
Thanks for your help
adamk
January 5th, 2008, 09:54 PM
What's the output of 'xdpyinfo'?
Adam
jdestruel
January 6th, 2008, 12:44 AM
Here it is
ZSorry, I can't attach it; it's > 19.5K
name of display: :0.0
version number: 11.0
vendor string: The X.Org Foundation
vendor release number: 10300000
X.Org version: 1.3.0
maximum request size: 16777212 bytes
motion buffer size: 256
bitmap unit, bit order, padding: 32, LSBFirst, 32
image byte order: LSBFirst
number of supported pixmap formats: 7
supported pixmap formats:
depth 1, bits_per_pixel 1, scanline_pad 32
depth 4, bits_per_pixel 8, scanline_pad 32
depth 8, bits_per_pixel 8, scanline_pad 32
depth 15, bits_per_pixel 16, scanline_pad 32
depth 16, bits_per_pixel 16, scanline_pad 32
depth 24, bits_per_pixel 32, scanline_pad 32
depth 32, bits_per_pixel 32, scanline_pad 32
keycode range: minimum 8, maximum 255
focus: window 0x3400020, revert to PointerRoot
number of extensions: 37
ATIFGLEXTENSION
ATIFGLRXDRI
ATITVOUT
BIG-REQUESTS
Composite
DAMAGE
DOUBLE-BUFFER
DPMS
Extended-Visual-Information
GLX
MIT-SCREEN-SAVER
MIT-SHM
MIT-SUNDRY-NONSTANDARD
RANDR
RECORD
RENDER
SECURITY
SGI-GLX
SHAPE
SYNC
TOG-CUP
X-Resource
XAccessControlExtension
XC-APPGROUP
XC-MISC
XFIXES
XFree86-Bigfont
XFree86-DGA
XFree86-DRI
XFree86-Misc
XFree86-VidModeExtension
XINERAMA
XInputExtension
XKEYBOARD
XTEST
XVideo
glesx
default screen number: 0
number of screens: 1
screen #0:
dimensions: 1280x800 pixels (332x212 millimeters)
resolution: 98x96 dots per inch
depths (7): 24, 1, 4, 8, 15, 16, 32
root window id: 0x8a
depth of root window: 24 planes
number of colormaps: minimum 1, maximum 1
default colormap: 0x20
default number of colormap cells: 256
preallocated pixels: black 0, white 16777215
options: backing-store NO, save-unders NO
largest cursor: 64x64
current input event mask: 0x7a803f
KeyPressMask KeyReleaseMask ButtonPressMask
ButtonReleaseMask EnterWindowMask LeaveWindowMask
ExposureMask StructureNotifyMask SubstructureNotifyMask
SubstructureRedirectMask FocusChangeMask PropertyChangeMask
number of visuals: 81
default visual id: 0x23
visual:
visual id: 0x23
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x24
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x25
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x26
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x27
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x28
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x29
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x2a
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x2b
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x2c
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x2d
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x2e
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x2f
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x30
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x31
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x32
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x33
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x34
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x35
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x36
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x37
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x38
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x39
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x3a
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x3b
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x3c
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x3d
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x3e
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x3f
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x40
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x41
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x42
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x43
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x44
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x45
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x46
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x47
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x48
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x49
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x4a
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x4b
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x4c
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x4d
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x4e
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x4f
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x50
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x51
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x52
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x53
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x54
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x55
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x56
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x57
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x58
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x59
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x5a
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x5b
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x5c
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x5d
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x5e
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x5f
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x60
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x61
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x62
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x63
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x64
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x65
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x66
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x67
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x68
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x69
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x6a
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x6b
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x6c
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x6d
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x6e
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x6f
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x70
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x71
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x72
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x88
class: TrueColor
depth: 32 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.