Thumbnails (fvwm-Themes)/ Metisse 3D

Hello,

I made a small .tgz that can be extracted to the fvwm-themes-folder (/usr/share/fvwm/themes).

Then you have a new “Theme” that can be activated in addition to your own in the “Themes-Menue”.

It simply enables the thumbnails, nothing else.

Code was taken from Gulis Configs (merci Guli pour tes examples).

Download (rename to .tgz):

Icons right on screen (128 pixel huge)
bilder14.parsimony.net/forum2270 … ox.tgz.txt
Screenshot:
bilder14.parsimony.net/forum2270 … conbox.jpg

Icons on bottom of screen (64 pixel small)
bilder14.parsimony.net/forum2270 … x2.tgz.txt
Screenshot:
bilder14.parsimony.net/forum2270 … onbox3.jpg

german description:
f24.parsimony.net/forum54930/messages/62899.htm

I also wrote a small imagebrowser in wxbasic, it allows to set the background-image using wmsetbg.
prdownloads.sourceforge.net/povf … z?download

You will need to replace
/tuxbox.app/progs/grafic/imagebrowser/main.wxb
with this file (latest update):
bilder14.parsimony.net/forum2270 … er.wxb.txt

More infos on this program can be found here:
wxbasic.sourceforge.net/phpBB2/v … .php?t=755

Greets, Mark

Nice additions, Mark… :slight_smile:

– Thomas Adam

Thanks Thomas :slight_smile:

I am quite impressed by the scripting capabilies of Fvwm.

I did some perl-coding until last year, then I concentrated on wxBasic.

Maybe I could write a config-tool for things that cannot be realized directly with the “Fvwm-widgets”.

wxBasic has full access to Gtk+, so let me know if there is something needed.

I really enjoy fvwm, I used some other WM over the years, but always fall back to fvwm.

I think the current Version has advanced so much, there is no reason left, to switch to something else again (especially the example-codes from others are extremely helpfull).

Thanks to all active members here for sharing their experiences :slight_smile:

Mark

While it is true that WxBasic has full access to GTK, the FvwmPerl module also can, if you ask it nicely. Of course, far be it from me to say which is better, but it would make it somewhat “easier” to use the tools in place. Using WxBasic is going to be slightly non-standard to what fvwm ships with.

Of course, you could make use of FvwmGTK, via Fvwm{Forms,Script} which would accomplish the same thing, but might be restrictive on the front-end, depending on what it is you’re trying to do.

It’s times like this, I should finish off my FvwmRuby port…

– Thomas Adam

That’s definetly right.
I will have to look closer to the documentation, and some older GtkPerl-Programs I wrote.

Anyway the one or other tool might be done in wxbasic, simply because I use it every day, and easily can adapt existing code.

If a tool should find interest, it should not be too hard to port it to Perl then.

Fortunately wxBasic itself is quite small, the whole interpreter is just a single file of 1.8 MB, so nobody has to fear problems with unresolved dependencies.

The other question is the amount of time I can take, I think I will make 2 or 3 simple themes first :wink:

Greets, Mark

I made a very simple mac-like theme for fvwm-themes, simply another titlebar.

It has no effects yet, so when you push a button, it will not change its look.

Download:
bilder14.parsimony.net/forum2270 … ke.tgz.txt

rename to .tgz and extract to
/usr/share/fvwm/themes

here is a small picture:
bilder14.parsimony.net/forum2270 … c-like.png

Greets, Mark

I updated the 2 “Iconbox”.tgz -files.

Now they will add 3 entries to the root-menue:

iconize all windows, “uniconize” all icons, toggle icons and windows.

Mark

I updated my Mac-like Theme.

It includes the “Snapshot-Icons” and a “Taskbar” , that only display the visible windows (not the iconized). This Feature requires fvwm 2.5.11 or higher (uses FvwmIconMan).

Screenshot:
bilder14.parsimony.net/forum2270 … -like3.png

Download:
bilder14.parsimony.net/forum2270 … e3.tgz.txt

The root-menue has entries to change the titlebar-position left/right/top and minimize/maximize all icons.

There still are smaller design-errors,but I think it is already usable.

Greets, Mark

Here is another one:

bilder14.parsimony.net/forum2270 … -like4.jpg

bilder14.parsimony.net/forum2270 … e4.tgz.txt

Greetings, Mark

I used one of the titlebar-decorations mentioned before in Fvwm-Ametista now:

Fullscreen:
dotpups.de/dotpups/WindowManager … isse3d.jpg

More info:
murga.org/~puppy/viewtopic.php?t=6068

The “Dotpups” in that thread are simple zips containing a tar.gz and an installscript.
They also can be extracted “manually”.

Greets, Mark

I REALLY REALLY love using Metisse except for one MAJOR problem: crashing. It doesn’t seem to be ALL Metisse’s fault though. For some reason the ati-drivers are creating problems with opengl and Xorg causing random crashes even in regular FVWM. Using Metisse compounds this problem though making it really unusable as my main desktop which is a shame since I really love it. :imp: If this sounds like a problem that someone else is having, please post or pm or email me. If I can get the random crashes solved I will use it as my main desktop again.

I use a ATI 7000 VE with Puppy-linux.
Using Mandriva 10.2 with x.org 6.9 releasecandidate that card worked stable.

So I tried to compile drivers from freedesktop.org, with another X.org 6.9 RC1 for Puppy, that I prefer to Mandriva because it is much faster.
But that crashed my machine playing doomsday, also doomsday had bad artifacts.

Then I installed a mix of files from x.org 6.8.1 (what Puppy comes with) and x.org 6.8.2 (selfcompiled DRI-drivers from earlier experiments).

This works rock-stable now.
murga.org/~puppy/viewtopic.php?t=5244

Short:
install a stable x.org 6.8.1 or 6.8.2
Download a DRI- Driver for it:
noforum.de/dotpups/X11R6addons/

Extract for example the dri-radeon.pup:
unzip dri-radeon.pup
tar -xzvf FILESYSTEM.tgz

Now copy the extracted radeon.o to /usr/X11R6/lib/modules/dri/

Setup your /etc/X11/xorg.conf , replace the driver there with

Driver      "radeon"

Also add these 2 lines in Section “Module”:

Load "dri" Load "glx"

Then restart X.
Finally, compile the DRM-Kernel-module.
Install the Kernel-source.

If in the following you get an error, that the kernel-source cannot be found, create a symlink
ln -s /usr/src/linux /lib/modules/2.4.29/source
Replace the Kernel-number with your one.

Download and extract a DRM-module sourcecode from
dri.freedesktop.org/snapshots/
There are several for ATI:
radeon (7000,7200,7500,IGP340)
R200 and R300 for newer ones.

Then run “bash install.sh”.
Stop the install-script after the Kernel-Module is compiled (CTRL-C), because we do NOT want the unstable X.org-drivers 6.9 included.

This should give you a new Kernel-Module like radeon.o (small, maybe 100 kb).
Copy it to
/lib/modules/2.4.29/kernel/drivers/char/drm/

Kernel 2.6 might need another folder.
Now load it to the kernel:

modprobe agpgart
modprobe radeon

Now type “glxinfo” , it should report “Direct Rendering: yes”.
If it does not, you might have an old version of libGL.so without DRI-support, but this should not be the case with the files from x.org 6.8.x.

More literature:
dri.freedesktop.org/wiki/

Mark

I am still thinking that it is the ATI-drivers(the ones from ATI that enable 3D) that are messing things up. If I use the radeon driver, it is fine, but as I like Enemy Territory, I would like 3D. However, does Metisse work with just the radeon driver and you not having to use the proprietary ATI driver?

It works without the propriatary ATI-driver.

But you must install the free 3D-driver instead.
That is what I described in the previous message.

Here is the concept:
in
/usr/X11R6/lib/modules/drivers/
you will find “radeon.o”.
That is a x.org 2D-Driver.

in
/usr/X11R6/lib/modules/dri/
you will find “radeon_dri.o”.
That is a x.org Driver for Hardware-acelleration.

in
/lib/modules…
you will find another “radeon.o”.
That is the Kernel-module for the “Direct Rendering Manager (DRM)”.

This module is needed for the x.org Driver for Hardware-acelleration.

While the x.org -drivers are mostly binary-compatible for most Distributions, the Kernel-Module is not.
Many Distributions come with pre-compiled Kernelmodules, in that case you don’t need to compile it yourself.
But some Distros do not have it, so I described above, how to compile it yourself.

With this free driver + kernel-module I get 1900 Frames per second running “glxgears”.
Without the accelleration just 300 frames per second.
Without the driver, the game Doomsday and also Metisse are unusable.
With the free driver, they are very fast and stable.

Mark

Thanks for that explanation. That makes it a bit clearer now. I just thought there was only one free driver that was just 2D. I don’t know if you know, but how do I install that free accelerated driver in gentoo?

no matter what I try, either from your posts or gentoo’s docs, I get this output from glxinfo:

[code]zd8110 lib # glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
GLX_SGIS_multisample, GLX_SGIX_fbconfig
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control,
GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group
GLX extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method,
GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_fbconfig
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.2.1)
OpenGL extensions:
GL_ARB_depth_texture, GL_ARB_imaging, GL_ARB_multitexture,
GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shadow,
GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
GL_ARB_transpose_matrix, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra,
GL_EXT_blend_color, GL_EXT_blend_func_separate, GL_EXT_blend_logic_op,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord,
GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels, GL_EXT_point_parameters,
GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color,
GL_EXT_separate_specular_color, GL_EXT_shadow_funcs,
GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture,
GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias, GL_EXT_texture_object,
GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels,
GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once,
GL_ATIX_texture_env_combine3, GL_IBM_texture_mirrored_repeat,
GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
GL_NV_blend_square, GL_NV_point_sprite, GL_NV_texgen_reflection,
GL_NV_texture_rectangle, GL_SGIS_generate_mipmap,
GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow,
GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays
glu version: 1.3
glu extensions:
GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat

0x23 24 tc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None
0x24 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 0 0 None
0x25 24 tc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x26 24 tc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x27 24 dc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None
0x28 24 dc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 0 0 None
0x29 24 dc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x2a 24 dc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
[/code]

Any ideas?

please post your /var/log/Xorg.0.log

Mark

Here it is:

[code]timmy@zd8110 ~ $ cat /var/log/Xorg.0.log
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/zd8110:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.14-acid2 i686 [ELF]
Current Operating System: Linux zd8110 2.6.14-acid2 #5 SMP PREEMPT Thu Feb 16 09:09:33 CST 2006 i686
Build Date: 02 February 2006
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: Tue Feb 21 09:37:08 2006
(==) Using config file: “/etc/X11/xorg.conf”
(==) ServerLayout “Simple Layout”
(
) |–>Screen “Screen 1” (0)
() | |–>Monitor “MyLCD”
(
) | |–>Device “ATI Mobility Radeon x600”
() |–>Input Device “touchpad”
(
) |–>Input Device “Mouse1”
() |–>Input Device “Keyboard1”
(
) FontPath set to “/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/local/”
(**) RgbPath set to “/usr/X11R6/lib/X11/rgb”
(==) ModulePath set to “/usr/lib/modules”
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.7
X.Org XInput driver : 0.4
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: “bitmap”
(II) Loading /usr/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=“X.Org Foundation”
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: “pcidata”
(II) Loading /usr/lib/modules/libpcidata.a
(II) Module pcidata: vendor=“X.Org Foundation”
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
Using vt 7
(–) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2580 card 103c,3082 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2581 card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2658 card 103c,3082 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2659 card 103c,3082 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,265a card 103c,3082 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,265b card 103c,3082 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,265c card 103c,3082 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev d3 class 06,04,01 hdr 81
(II) PCI: 00:1e:2: chip 8086,266e card 103c,3082 rev 03 class 04,01,00 hdr 00
(II) PCI: 00:1e:3: chip 8086,266d card 103c,3082 rev 03 class 07,03,00 hdr 00
(II) PCI: 00:1f:0: chip 8086,2640 card 103c,3082 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,266f card 103c,3082 rev 03 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,266a card 103c,3082 rev 03 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1002,3150 card 103c,3082 rev 00 class 03,00,00 hdr 00
(II) PCI: 0b:00:0: chip 104c,8031 card 5400,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 0b:00:2: chip 104c,8032 card 103c,3082 rev 00 class 0c,00,10 hdr 80
(II) PCI: 0b:00:3: chip 104c,8033 card 103c,3082 rev 00 class 01,80,00 hdr 80
(II) PCI: 0b:00:4: chip 104c,8034 card 103c,3082 rev 00 class 08,05,00 hdr 80
(II) PCI: 0b:02:0: chip 10ec,8139 card 103c,3082 rev 10 class 02,00,00 hdr 00
(II) PCI: 0b:03:0: chip 14e4,4320 card 103c,12f8 rev 03 class 02,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,12), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x00004000 - 0x000040ff (0x100) IX[B]
[1] -1 0 0x00004400 - 0x000044ff (0x100) IX[B]
[2] -1 0 0x00004800 - 0x000048ff (0x100) IX[B]
[3] -1 0 0x00004c00 - 0x00004cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xc8100000 - 0xc81fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 11: bridge is at (0:30:0), (0,11,13), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 11 I/O range:
[0] -1 0 0x00005000 - 0x00005fff (0x1000) IX[B]
(II) Bus 11 non-prefetchable memory range:
[0] -1 0 0xc8200000 - 0xc82fffff (0x100000) MX[B]
(II) Bus 11 prefetchable memory range:
[0] -1 0 0x50000000 - 0x51ffffff (0x2000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 12: bridge is at (11:0:0), (11,12,15), BCTRL: 0x0340 (VGA_EN is cleared)
(II) Bus 12 I/O range:
[0] -1 0 0x00005400 - 0x000054ff (0x100) IX[B]
[1] -1 0 0x00005800 - 0x000058ff (0x100) IX[B]
(II) Bus 12 prefetchable memory range:
[0] -1 0 0x50000000 - 0x51ffffff (0x2000000) MX[B]
(–) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x3150) rev 0, Mem @ 0xd0000000/27, 0xc8100000/16, I/O @ 0x4000/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 0xffe00000 - 0xffffffff (0x200000) MXB
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0 0xc8206000 - 0xc8207fff (0x2000) MX[B]
[1] -1 0 0xc8209400 - 0xc82094ff (0x100) MX[B]
[2] -1 0 0xc8200000 - 0xc8203fff (0x4000) MX[B]
[3] -1 0 0xc8208000 - 0xc82087ff (0x800) MX[B]
[4] -1 0 0xc8000400 - 0xc80004ff (0x100) MX[B]
[5] -1 0 0xc8000800 - 0xc80009ff (0x200) MX[B]
[6] -1 0 0xc8000000 - 0xc80003ff (0x400) MX[B]
[7] -1 0 0xc8100000 - 0xc810ffff (0x10000) MXB
[8] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MXB
[9] -1 0 0x00005000 - 0x000050ff (0x100) IX[B]
[10] -1 0 0x00003c20 - 0x00003c3f (0x20) IX[B]
[11] -1 0 0x00003c40 - 0x00003c4f (0x10) IX[B]
[12] -1 0 0x00003800 - 0x0000387f (0x80) IX[B]
[13] -1 0 0x00003400 - 0x000034ff (0x100) IX[B]
[14] -1 0 0x00003880 - 0x000038bf (0x40) IX[B]
[15] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
[16] -1 0 0x00003c00 - 0x00003c1f (0x20) IX[B]
[17] -1 0 0x000038e0 - 0x000038ff (0x20) IX[B]
[18] -1 0 0x000038c0 - 0x000038df (0x20) IX[B]
[19] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[20] -1 0 0x00004000 - 0x000040ff (0x100) IXB
(II) Inactive PCI resource ranges:
[0] -1 0 0xc8208800 - 0xc82088ff (0x100) MX[B]
[1] -1 0 0xc8208c00 - 0xc8208cff (0x100) MX[B]
[2] -1 0 0xc8209000 - 0xc82090ff (0x100) MX[B]
[3] -1 0 0xc8204000 - 0xc8205fff (0x2000) MX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xc8206000 - 0xc8207fff (0x2000) MX[B]
[1] -1 0 0xc8209400 - 0xc82094ff (0x100) MX[B]
[2] -1 0 0xc8200000 - 0xc8203fff (0x4000) MX[B]
[3] -1 0 0xc8208000 - 0xc82087ff (0x800) MX[B]
[4] -1 0 0xc8000400 - 0xc80004ff (0x100) MX[B]
[5] -1 0 0xc8000800 - 0xc80009ff (0x200) MX[B]
[6] -1 0 0xc8000000 - 0xc80003ff (0x400) MX[B]
[7] -1 0 0xc8100000 - 0xc810ffff (0x10000) MXB
[8] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MXB
[9] -1 0 0x00005000 - 0x000050ff (0x100) IX[B]
[10] -1 0 0x00003c20 - 0x00003c3f (0x20) IX[B]
[11] -1 0 0x00003c40 - 0x00003c4f (0x10) IX[B]
[12] -1 0 0x00003800 - 0x0000387f (0x80) IX[B]
[13] -1 0 0x00003400 - 0x000034ff (0x100) IX[B]
[14] -1 0 0x00003880 - 0x000038bf (0x40) IX[B]
[15] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
[16] -1 0 0x00003c00 - 0x00003c1f (0x20) IX[B]
[17] -1 0 0x000038e0 - 0x000038ff (0x20) IX[B]
[18] -1 0 0x000038c0 - 0x000038df (0x20) IX[B]
[19] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[20] -1 0 0x00004000 - 0x000040ff (0x100) IXB
(II) Inactive PCI resource ranges after removing overlaps:
[0] -1 0 0xc8208800 - 0xc82088ff (0x100) MX[B]
[1] -1 0 0xc8208c00 - 0xc8208cff (0x100) MX[B]
[2] -1 0 0xc8209000 - 0xc82090ff (0x100) MX[B]
[3] -1 0 0xc8204000 - 0xc8205fff (0x2000) MX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MXB
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MXB
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xc8206000 - 0xc8207fff (0x2000) MX[B]
[6] -1 0 0xc8209400 - 0xc82094ff (0x100) MX[B]
[7] -1 0 0xc8200000 - 0xc8203fff (0x4000) MX[B]
[8] -1 0 0xc8208000 - 0xc82087ff (0x800) MX[B]
[9] -1 0 0xc8000400 - 0xc80004ff (0x100) MX[B]
[10] -1 0 0xc8000800 - 0xc80009ff (0x200) MX[B]
[11] -1 0 0xc8000000 - 0xc80003ff (0x400) MX[B]
[12] -1 0 0xc8100000 - 0xc810ffff (0x10000) MXB
[13] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MXB
[14] -1 0 0xc8208800 - 0xc82088ff (0x100) MX[B]
[15] -1 0 0xc8208c00 - 0xc8208cff (0x100) MX[B]
[16] -1 0 0xc8209000 - 0xc82090ff (0x100) MX[B]
[17] -1 0 0xc8204000 - 0xc8205fff (0x2000) MX[B]
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x00005000 - 0x000050ff (0x100) IX[B]
[21] -1 0 0x00003c20 - 0x00003c3f (0x20) IX[B]
[22] -1 0 0x00003c40 - 0x00003c4f (0x10) IX[B]
[23] -1 0 0x00003800 - 0x0000387f (0x80) IX[B]
[24] -1 0 0x00003400 - 0x000034ff (0x100) IX[B]
[25] -1 0 0x00003880 - 0x000038bf (0x40) IX[B]
[26] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
[27] -1 0 0x00003c00 - 0x00003c1f (0x20) IX[B]
[28] -1 0 0x000038e0 - 0x000038ff (0x20) IX[B]
[29] -1 0 0x000038c0 - 0x000038df (0x20) IX[B]
[30] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[31] -1 0 0x00004000 - 0x000040ff (0x100) IXB
(II) LoadModule: “dbe”
(II) Loading /usr/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor=“X.Org Foundation”
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: “extmod”
(II) Loading /usr/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor=“X.Org Foundation”
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(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 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: “type1”
(II) Loading /usr/lib/modules/fonts/libtype1.a
(II) Module type1: vendor=“X.Org Foundation”
compiled for 6.8.2, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: “freetype”
(II) Loading /usr/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor=“X.Org Foundation & the After X-TT Project”
compiled for 6.8.2, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: “glx”
(II) Loading /usr/lib/modules/extensions/libglx.a
(II) Module glx: vendor=“X.Org Foundation”
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module “GLcore”
(II) LoadModule: “GLcore”
(II) Loading /usr/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor=“X.Org Foundation”
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: “dri”
(II) Loading /usr/lib/modules/extensions/libdri.a
(II) Module dri: vendor=“X.Org Foundation”
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module “drm”
(II) LoadModule: “drm”
(II) Loading /usr/lib/modules/linux/libdrm.a
(II) Module drm: vendor=“X.Org Foundation”
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: “synaptics”
(II) Loading /usr/lib/modules/input/synaptics_drv.o
(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) LoadModule: “radeon”
(II) Loading /usr/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor=“X.Org Foundation”
compiled for 6.8.2, module version = 4.0.1
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: “ati”
(II) Loading /usr/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor=“X.Org Foundation”
compiled for 6.8.2, module version = 6.5.6
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: “synaptics”
(II) Reloading /usr/lib/modules/input/synaptics_drv.o
(II) LoadModule: “mouse”
(II) Loading /usr/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor=“X.Org Foundation”
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: “kbd”
(II) Loading /usr/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor=“X.Org Foundation”
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) ATI: ATI driver (version 6.5.6) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
ATI Rage 128 Pro VR PS (AGP?), ATI Rage 128 Pro VR PT (AGP?),
ATI Rage 128 Pro VR PU (AGP?), ATI Rage 128 Pro VR PV (AGP?),
ATI Rage 128 Pro VR PW (AGP?), ATI Rage 128 Pro VR PX (AGP?),
ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (AGP?),
ATI Rage 128 4X SF (AGP?), ATI Rage 128 4X SG (AGP?),
ATI Rage 128 4X SH (AGP?), ATI Rage 128 4X SK (AGP?),
ATI Rage 128 4X SL (AGP?), ATI Rage 128 4X SM (AGP),
ATI Rage 128 4X SN (AGP?), ATI Rage 128 Pro ULTRA TF (AGP),
ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
ATI Rage 128 Pro ULTRA TU (AGP?)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
ATI Radeon Mobility M7 LW (AGP),
ATI Mobility FireGL 7800 M7 LX (AGP),
ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
ATI Radeon IGP330/340/350 (A4) 4137,
ATI Radeon IGP330M/340M/350M (U2) 4337,
ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
ATI Radeon Mobility 9000 (M9) Lf (AGP),
ATI Radeon Mobility 9000 (M9) Lg (AGP),
ATI Radeon 9100 IGP (A5) 5834,
ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9200PRO 5960 (AGP),
ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
ATI Radeon 9200SE 5964 (AGP),
ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF (AGP),
ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
ATI FireGL RV360 AV (AGP),
ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
ATI Radeon Mobility 9600 (M10) NQ (AGP),
ATI Radeon Mobility 9600 (M11) NR (AGP),
ATI Radeon Mobility 9600 (M10) NS (AGP),
ATI FireGL Mobility T2 (M10) NT (AGP),
ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9800SE AH (AGP),
ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
ATI FireGL X2 AK (AGP), ATI Radeon 9800PRO NH (AGP),
ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
ATI Radeon 9800XT NJ (AGP), ATI Radeon X600 (RV380) 3E50 (PCIE),
ATI FireGL V3200 (RV380) 3E54 (PCIE),
ATI Radeon Mobility X600 (M24) 3150 (PCIE),
ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
ATI Radeon X600 (RV370) 5B62 (PCIE),
ATI FireGL V3100 (RV370) 5B64 (PCIE),
ATI FireGL D1100 (RV370) 5B65 (PCIE),
ATI Radeon Mobility M300 (M22) 5460 (PCIE),
ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R420) JH (AGP),
ATI Radeon X800PRO (R420) JI (AGP),
ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
ATI Radeon Mobility 9800 (M18) JN (AGP),
ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 (R423) UH (PCIE),
ATI Radeon X800PRO (R423) UI (PCIE),
ATI Radeon X800LE (R423) UJ (PCIE),
ATI Radeon X800SE (R423) UK (PCIE),
ATI FireGL V7200 (R423) UQ (PCIE), ATI FireGL V5100 (R423) UR (PCIE),
ATI FireGL V7100 (R423) UT (PCIE),
ATI Radeon X800XT (R423) 5D57 (PCIE)
(II) Primary Device is: PCI 01:00:0
(–) Assigning device section with no busID to primary device
(–) Chipset ATI Radeon Mobility X600 (M24) 3150 (PCIE) found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MXB
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xc8206000 - 0xc8207fff (0x2000) MX[B]
[6] -1 0 0xc8209400 - 0xc82094ff (0x100) MX[B]
[7] -1 0 0xc8200000 - 0xc8203fff (0x4000) MX[B]
[8] -1 0 0xc8208000 - 0xc82087ff (0x800) MX[B]
[9] -1 0 0xc8000400 - 0xc80004ff (0x100) MX[B]
[10] -1 0 0xc8000800 - 0xc80009ff (0x200) MX[B]
[11] -1 0 0xc8000000 - 0xc80003ff (0x400) MX[B]
[12] -1 0 0xc8100000 - 0xc810ffff (0x10000) MXB
[13] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MXB
[14] -1 0 0xc8208800 - 0xc82088ff (0x100) MX[B]
[15] -1 0 0xc8208c00 - 0xc8208cff (0x100) MX[B]
[16] -1 0 0xc8209000 - 0xc82090ff (0x100) MX[B]
[17] -1 0 0xc8204000 - 0xc8205fff (0x2000) MX[B]
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x00005000 - 0x000050ff (0x100) IX[B]
[21] -1 0 0x00003c20 - 0x00003c3f (0x20) IX[B]
[22] -1 0 0x00003c40 - 0x00003c4f (0x10) IX[B]
[23] -1 0 0x00003800 - 0x0000387f (0x80) IX[B]
[24] -1 0 0x00003400 - 0x000034ff (0x100) IX[B]
[25] -1 0 0x00003880 - 0x000038bf (0x40) IX[B]
[26] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
[27] -1 0 0x00003c00 - 0x00003c1f (0x20) IX[B]
[28] -1 0 0x000038e0 - 0x000038ff (0x20) IX[B]
[29] -1 0 0x000038c0 - 0x000038df (0x20) IX[B]
[30] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[31] -1 0 0x00004000 - 0x000040ff (0x100) IXB
(II) Loading sub module “radeon”
(II) LoadModule: “radeon”
(II) Reloading /usr/lib/modules/drivers/radeon_drv.o
(II) resource ranges after probing:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MXB
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xc8206000 - 0xc8207fff (0x2000) MX[B]
[6] -1 0 0xc8209400 - 0xc82094ff (0x100) MX[B]
[7] -1 0 0xc8200000 - 0xc8203fff (0x4000) MX[B]
[8] -1 0 0xc8208000 - 0xc82087ff (0x800) MX[B]
[9] -1 0 0xc8000400 - 0xc80004ff (0x100) MX[B]
[10] -1 0 0xc8000800 - 0xc80009ff (0x200) MX[B]
[11] -1 0 0xc8000000 - 0xc80003ff (0x400) MX[B]
[12] -1 0 0xc8100000 - 0xc810ffff (0x10000) MXB
[13] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MXB
[14] -1 0 0xc8208800 - 0xc82088ff (0x100) MX[B]
[15] -1 0 0xc8208c00 - 0xc8208cff (0x100) MX[B]
[16] -1 0 0xc8209000 - 0xc82090ff (0x100) MX[B]
[17] -1 0 0xc8204000 - 0xc8205fff (0x2000) MX[B]
[18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[23] -1 0 0x00005000 - 0x000050ff (0x100) IX[B]
[24] -1 0 0x00003c20 - 0x00003c3f (0x20) IX[B]
[25] -1 0 0x00003c40 - 0x00003c4f (0x10) IX[B]
[26] -1 0 0x00003800 - 0x0000387f (0x80) IX[B]
[27] -1 0 0x00003400 - 0x000034ff (0x100) IX[B]
[28] -1 0 0x00003880 - 0x000038bf (0x40) IX[B]
[29] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
[30] -1 0 0x00003c00 - 0x00003c1f (0x20) IX[B]
[31] -1 0 0x000038e0 - 0x000038ff (0x20) IX[B]
[32] -1 0 0x000038c0 - 0x000038df (0x20) IX[B]
[33] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[34] -1 0 0x00004000 - 0x000040ff (0x100) IXB
[35] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[36] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) RADEON(0): MMIO registers at 0xc8100000
(II) RADEON(0): PCI bus 1 card 0 func 0
() RADEON(0): Depth 24, (–) framebuffer bpp 32
(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(II) Loading sub module “vgahw”
(II) LoadModule: “vgahw”
(II) Loading /usr/lib/modules/libvgahw.a
(II) Module vgahw: vendor=“X.Org Foundation”
compiled for 6.8.2, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.7
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) RADEON(0): RGB weight 888
(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
(II) Loading sub module “int10”
(II) LoadModule: “int10”
(II) Loading /usr/lib/modules/linux/libint10.a
(II) Module int10: vendor=“X.Org Foundation”
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(–) RADEON(0): Chipset: “ATI Radeon Mobility X600 (M24) 3150 (PCIE)” (ChipID = 0x3150)
(–) RADEON(0): Linear framebuffer at 0xd0000000
(II) RADEON(0): VideoRAM override ignored, this driver autodetects RAM
(–) RADEON(0): VideoRAM: 131072 kByte (128 bit DDR SDRAM)
(II) RADEON(0): PCI card detected
(II) Loading sub module “ddc”
(II) LoadModule: “ddc”
(II) Loading /usr/lib/modules/libddc.a
(II) Module ddc: vendor=“X.Org Foundation”
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module “i2c”
(II) LoadModule: “i2c”
(II) Loading /usr/lib/modules/libi2c.a
(II) Module i2c: vendor=“X.Org Foundation”
compiled for 6.8.2, module version = 1.2.0
ABI class: X.Org Video Driver, version 0.7
(II) RADEON(0): I2C bus “DDC” initialized.
(II) RADEON(0): Legacy BIOS detected
(II) RADEON(0): LVDS port is not in connector table, added in.
(II) RADEON(0): Connector0: DDCType-0, DACType-1, TMDSType–1, ConnectorType-1
(II) RADEON(0): Connector1: DDCType-3, DACType-0, TMDSType–1, ConnectorType-2
(II) RADEON(0): I2C device “DDC:ddc2” registered at address 0xA0.
(II) RADEON(0): I2C device “DDC:ddc2” removed.
(II) RADEON(0): I2C device “DDC:ddc2” registered at address 0xA0.
(II) RADEON(0): I2C device “DDC:ddc2” removed.
(II) RADEON(0): I2C device “DDC:ddc2” registered at address 0xA0.
(II) RADEON(0): I2C device “DDC:ddc2” removed.
(II) RADEON(0): DDC Type: 3, Detected Type: 0
(II) RADEON(0):
(II) RADEON(0): Primary:
Monitor – LVDS
Connector – VGA
DAC Type – Primary
TMDS Type – NONE
DDC Type – VGA_DDC
(II) RADEON(0): Secondary:
Monitor – NONE
Connector – Proprietary
DAC Type – TVDAC/ExtDAC
TMDS Type – NONE
DDC Type – NONE
(II) RADEON(0): PLL parameters: rf=2700 rd=6 min=20000 max=40000; xclk=23000
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head ---------
(II) RADEON(0): Panel ID string: LPL
(II) RADEON(0): Panel Size from BIOS: 1440x900
(II) RADEON(0): BIOS provided dividers will be used.
(II) RADEON(0): Total number of valid DDC mode(s) found: 0
(II) RADEON(0): Valid mode using on-chip RMX: 1440x900
(II) RADEON(0): Total number of valid FP mode(s) found: 1
(–) RADEON(0): Virtual size is 1440x900 (pitch 1440)
(
) RADEON(0): *Mode “1440x900”: 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline “1440x900” 96.21 1440 1504 1536 1760 900 903 906 912
() RADEON(0): Default mode “640x350”: 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline “640x350” 96.21 640 1504 1536 1760 350 903 906 912
(
) RADEON(0): Default mode “640x400”: 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline “640x400” 96.21 640 1504 1536 1760 400 903 906 912
() RADEON(0): Default mode “720x400”: 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline “720x400” 96.21 720 1504 1536 1760 400 903 906 912
(
) RADEON(0): Default mode “640x480”: 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline “640x480” 96.21 640 1504 1536 1760 480 903 906 912
() RADEON(0): Default mode “800x600”: 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline “800x600” 96.21 800 1504 1536 1760 600 903 906 912
(
) RADEON(0): Default mode “1024x768”: 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline “1024x768” 96.21 1024 1504 1536 1760 768 903 906 912
() RADEON(0): Default mode “1152x864”: 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline “1152x864” 96.21 1152 1504 1536 1760 864 903 906 912
(
) RADEON(0): Default mode “832x624”: 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline “832x624” 96.21 832 1504 1536 1760 624 903 906 912
() RADEON(0): Default mode “1152x768”: 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline “1152x768” 96.21 1152 1504 1536 1760 768 903 906 912
(==) RADEON(0): DPI set to (75, 75)
(II) Loading sub module “fb”
(II) LoadModule: “fb”
(II) Loading /usr/lib/modules/libfb.a
(II) Module fb: vendor=“X.Org Foundation”
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module “ramdac”
(II) LoadModule: “ramdac”
(II) Loading /usr/lib/modules/libramdac.a
(II) Module ramdac: vendor=“X.Org Foundation”
compiled for 6.8.2, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module “xaa”
(II) LoadModule: “xaa”
(II) Loading /usr/lib/modules/libxaa.a
(II) Module xaa: vendor=“X.Org Foundation”
compiled for 6.8.2, module version = 1.2.0
ABI class: X.Org Video Driver, version 0.7
(II) RADEON(0): Depth moves disabled by default
(II) Loading sub module “shadowfb”
(II) LoadModule: “shadowfb”
(II) Loading /usr/lib/modules/libshadowfb.a
(II) Module shadowfb: vendor=“X.Org Foundation”
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.2
(II) RADEON(0): Page flipping disabled
(!!) RADEON(0): For information on using the multimedia capabilities
of this adapter, please see http://gatos.sf.net.
(–) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don’t.
(II) resource ranges after preInit:
[0] 0 0 0xc8100000 - 0xc810ffff (0x10000) MX[B]
[1] 0 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
[2] -1 0 0xffe00000 - 0xffffffff (0x200000) MXB
[3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[7] -1 0 0xc8206000 - 0xc8207fff (0x2000) MX[B]
[8] -1 0 0xc8209400 - 0xc82094ff (0x100) MX[B]
[9] -1 0 0xc8200000 - 0xc8203fff (0x4000) MX[B]
[10] -1 0 0xc8208000 - 0xc82087ff (0x800) MX[B]
[11] -1 0 0xc8000400 - 0xc80004ff (0x100) MX[B]
[12] -1 0 0xc8000800 - 0xc80009ff (0x200) MX[B]
[13] -1 0 0xc8000000 - 0xc80003ff (0x400) MX[B]
[14] -1 0 0xc8100000 - 0xc810ffff (0x10000) MXB
[15] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MXB
[16] -1 0 0xc8208800 - 0xc82088ff (0x100) MX[B]
[17] -1 0 0xc8208c00 - 0xc8208cff (0x100) MX[B]
[18] -1 0 0xc8209000 - 0xc82090ff (0x100) MX[B]
[19] -1 0 0xc8204000 - 0xc8205fff (0x2000) MX[B]
[20] 0 0 0x000a0000 - 0x000affff (0x10000) MSB
[21] 0 0 0x000b0000 - 0x000b7fff (0x8000) MSB
[22] 0 0 0x000b8000 - 0x000bffff (0x8000) MSB
[23] 0 0 0x00004000 - 0x000040ff (0x100) IX[B]
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[25] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[26] -1 0 0x00005000 - 0x000050ff (0x100) IX[B]
[27] -1 0 0x00003c20 - 0x00003c3f (0x20) IX[B]
[28] -1 0 0x00003c40 - 0x00003c4f (0x10) IX[B]
[29] -1 0 0x00003800 - 0x0000387f (0x80) IX[B]
[30] -1 0 0x00003400 - 0x000034ff (0x100) IX[B]
[31] -1 0 0x00003880 - 0x000038bf (0x40) IX[B]
[32] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
[33] -1 0 0x00003c00 - 0x00003c1f (0x20) IX[B]
[34] -1 0 0x000038e0 - 0x000038ff (0x20) IX[B]
[35] -1 0 0x000038c0 - 0x000038df (0x20) IX[B]
[36] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[37] -1 0 0x00004000 - 0x000040ff (0x100) IXB
[38] 0 0 0x000003b0 - 0x000003bb (0xc) ISB
[39] 0 0 0x000003c0 - 0x000003df (0x20) ISB
(==) RADEON(0): Write-combining range (0xd0000000,0x8000000)
(II) RADEON(0): Dynamic Clock Scaling Disabled
(II) RADEON(0): BIOS HotKeys Disabled
(WW) RADEON(0): Direct rendering not yet supported on Radeon 9500 and newer cards
(II) RADEON(0): Memory manager initialized to (0,0) (1440,8191)
(II) RADEON(0): Reserved area from (0,900) to (1440,902)
(II) RADEON(0): Largest offscreen area available: 1440 x 7289
(II) RADEON(0): Render acceleration unsupported on Radeon 9500/9700 and newer.
(II) RADEON(0): Render acceleration disabled
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Indirect CPU to Screen color expansion
Solid Lines
Scanline Image Writes
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
32 256x256 slots
16 512x512 slots
(II) RADEON(0): Acceleration enabled
(==) RADEON(0): Backing store disabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor (scanline 902)
(II) RADEON(0): Largest offscreen area available: 1440 x 7286
(II) RADEON(0): Direct rendering disabled
(==) 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 LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Synaptics touchpad driver version 0.14.4 (1404)
(–) touchpad auto-dev sets device to /dev/input/event1
(
) Option “Device” “/dev/input/event1”
() Option “SHMConfig” “on”
(
) Option “LeftEdge” “1700”
() Option “RightEdge” “5000”
(
) Option “TopEdge” “1700”
() Option “BottomEdge” “4200”
(
) Option “FingerLow” “25”
() Option “FingerHigh” “30”
(
) Option “MaxTapTime” “185”
() Option “MaxTapMove” “220”
(
) Option “VertScrollDelta” “075”
() Option “EdgeMotionUseAlways” “true”
(
) Option “LockedDrags” “on”
() Option “LTCornerButton” “2”
(–) touchpad touchpad found
(
) Option “CorePointer”
() touchpad: Core Pointer
(
) Option “Protocol” “ExplorerPS/2”
() Mouse1: Device: “/dev/input/mice”
(
) Mouse1: Protocol: “ExplorerPS/2”
() Option “SendCoreEvents”
(
) Mouse1: always reports core events
() Option “Device” “/dev/input/mice”
(
) Option “Emulate3Buttons” “on”
() Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(
) Option “ZAxisMapping” “4 5”
() Mouse1: ZAxisMapping: buttons 4 and 5
(
) Mouse1: Buttons: 5
() Mouse1: SmartScroll: 1
(
) Option “CoreKeyboard”
() Keyboard1: Core Keyboard
(
) Option “Protocol” “standard”
() Keyboard1: Protocol: standard
(
) Option “AutoRepeat” “500 30”
() Option “XkbRules” “xorg”
(
) Keyboard1: XkbRules: “xorg”
() Option “XkbModel” “pc104”
(
) Keyboard1: XkbModel: “pc104”
() Option “XkbLayout” “us”
(
) Keyboard1: XkbLayout: “us”
() Option “CustomKeycodes” “off”
(
) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device “Keyboard1” (type: KEYBOARD)
(II) XINPUT: Adding extended input device “Mouse1” (type: MOUSE)
(II) XINPUT: Adding extended input device “touchpad” (type: MOUSE)
Synaptics DeviceInit called
SynapticsCtrl called.
Synaptics DeviceOn called
(–) touchpad auto-dev sets device to /dev/input/event1
(**) Option “Device” “/dev/input/event1”
(–) touchpad touchpad found
(II) Mouse1: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/local/, removing from list!
[/code]
I just noticed this line:

(WW) RADEON(0): Direct rendering not yet supported on Radeon 9500 and newer cards 

My laptop is using a Mobility Radeon x600. Would it fall into that category? If so, is there a way to get 3D on here without using the proprietary drivers since they cause my laptop crashes?

Hm…
Yes, seems your chip in unsupported for DRI :frowning:
Some search with google showed, it is problematic.

There once was this project:
r300.sourceforge.net/

It does no longer exist, instead the code now is part of X.org.
But the page talks a lot about “experimental”…

Here is a thread concerning your card:
forums.gentoo.org/viewtopic-t-333300.html
Maybe that can help you further.

Or maybe a newer version than x.org 6.8.2.
dri.freedesktop.org/wiki/Download
But when I tried the files from that page, they used a Release-Candidate of x.org 6.9, where DRI worked unstable on my machine, causing strange look in Doom and lots of crashes.

But I think final X.org 6.9 and 7.0 were already released officially meanwhile,so you might be able to emerge them in Gentoo.
But I can’t tell you how, I never used Gentoo.
Mark