Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[HOWTO] Install Gentoo on a Powerbook Aluminium G4 1GHz 15in
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3  
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC
View previous topic :: View next topic  
Author Message
henryko
n00b
n00b


Joined: 14 Apr 2005
Posts: 5

PostPosted: Fri Apr 15, 2005 3:18 am    Post subject: Reply with quote

BTW, how long can the battery last for the PB? both on Mac OS X and Gentoo?

Thanks
Back to top
View user's profile Send private message
silian87
Advocate
Advocate


Joined: 06 Oct 2003
Posts: 2318
Location: Treviso, Italy

PostPosted: Wed Apr 20, 2005 6:06 pm    Post subject: Reply with quote

In italian keyboard I saw that "< >" key and "| \" key were inverted, so at the end of the file i added:
Code:
keycode 125 = AltGr
keycode  41 = less             greater
        alt     keycode  41 = Meta_less
        shift alt keycode 41 = Meta_greater
keycode  41 = backslash        bar
        control keycode  86 = Control_backslash
        alt     keycode  86 = Meta_backslash
        shift alt keycode 86 = Meta_bar
keycode 96 = Delete

_________________
Musica che ascolto: http://www.last.fm/user/silian87/

Silian87 FAQs: http://marentax.homelinux.org/~silian87/silian87-faq.txt

GTalk: silian87@gmail.com
Back to top
View user's profile Send private message
frameRATE
Guru
Guru


Joined: 28 Apr 2003
Posts: 386
Location: Orange County California

PostPosted: Fri May 06, 2005 9:24 pm    Post subject: Reply with quote

Sound on my iBook is REAL quiet. amixer is set to 85%. it's loud enough at first, for about half a second then gets real quiet. (mplayer)

Suggestions?
_________________

Linux User | 364705

howto install coldfusion mx 7 under gentoo
Back to top
View user's profile Send private message
xavier10
Guru
Guru


Joined: 19 Jan 2004
Posts: 485
Location: Paris, France

PostPosted: Sat May 07, 2005 9:49 am    Post subject: Reply with quote

The batteries of my powerbook 15" do not last long. At most 2 hours, both under linux and OSX. Not good.
Back to top
View user's profile Send private message
schlesi
Apprentice
Apprentice


Joined: 16 Jun 2003
Posts: 233
Location: near Cologne/Germany, Europe

PostPosted: Sat May 21, 2005 5:09 pm    Post subject: @xavier10 Reply with quote

Download iBat http://http://raynersoftware.com/ibatt/ and check the capacity of your battery ("Statistics"). Compare it with the specs of your battery. May be your battery has already lost a lot of it's capacity?

In addition, download X-Charge http://www.versiontracker.com/dyn/moreinfo/macosx/15982 and watch the graph of how your battery is charging and discharging.

Thomas
Back to top
View user's profile Send private message
gnomeza
Tux's lil' helper
Tux's lil' helper


Joined: 31 Dec 2003
Posts: 97

PostPosted: Mon Jul 18, 2005 1:51 pm    Post subject: Radeon9600 M10 DRI Reply with quote

I spent this weekend playing with the R300 drivers at http://r300.sourceforge.net/ and I can say that they're looking pretty good.

For those who don't know, you need FIVE things working for proper 3D acceleration:

  1. AGP drivers - for fast AGP transfers, provided by uninorth-agp kernel module
  2. kernel DRM - provides direct access to the hardware through drm.ko and radeon.ko
  3. radeon driver for Xorg - graphics driver, radeon_drv.o
  4. R300 DRI driver for Xorg - 3d rendering, r300_dri.so
  5. OpenGL libraries - libGL.so

I've got 3D acceleration enabled using:

  1. uninorth-agp with kernel 2.6.13-rc3
  2. kernel DRM from vanilla-sources-2.6.13-rc3 (drm.ko & radeon.ko)
  3. Radeon driver from Xorg 6.8.99.14 (radeon_drv)
  4. DRI driver from these drivers (r300_dri)
  5. libGL from Mesa CVS

Currently:

  • the kernel loads and initializes AGP transfers and DRM
  • Xorg loads and initializes DRI
  • glxinfo reports that direct rendering is enabled.

However:

  • font display is corrupted
  • glxgears doesn't render


The first problem, I suspect, is caused by using kernel 2.6.13-rc3 with the kernel DRM drivers rather than a 2.6.9 kernel with the DRM drivers provided by r300.sf.net (as the r300 README recommends).

The second problem is probably caused by my having (stupidly) built Mesa libGL against the r300 DRM drivers rather than the 2.6.13-rc3 DRM drivers that I'm using.

There have been a couple of reports on dri-devel (from as far back as January) of the drivers working on Radeon 9600 M10 on PPC.
The current drivers are reportedly able to run Quake 3 without visible glitches on x86...

So next, I'll try rebuilding libGL against 2.6.13 DRM and see if that fixes glxgears rendering.
Then a 2.6.9 kernel (as recommended in the R300 drivers) and see if I actually get something more usable.

- gnomeza
Back to top
View user's profile Send private message
scoobydu
Veteran
Veteran


Joined: 16 Feb 2003
Posts: 1076
Location: 'Mind the Gap'

PostPosted: Mon Jul 18, 2005 11:47 pm    Post subject: Reply with quote

@gnomeza

Let us know how you get on ;)

I'm just installing gentoo on a new powerbook 15" and was wondering how these drivers were progressing!

scooby
_________________
Tyan Tiger K8W, 2xOpteron 240,Powerbook5,6 15" 1.5g, Macbook Black 2g, Mac Mini 1g, Ipod P60g.
| Linux - From a windows user perspective|
Back to top
View user's profile Send private message
xavier10
Guru
Guru


Joined: 19 Jan 2004
Posts: 485
Location: Paris, France

PostPosted: Wed Jan 11, 2006 4:59 pm    Post subject: Reply with quote

Is there something new about the DRI ? (would it fall soon in the main version of Xorg or just stay in the CVS forever ?)

Moreover, I am interested in Wireless. Last time I checked, there was no driver for the wifi interface. Is there something new here ?
Code:

        *-network UNCLAIMED
             description: Network controller
             product: BCM4306 802.11b/g Wireless LAN Controller
             vendor: Broadcom Corporation


Regards,
Back to top
View user's profile Send private message
JoseJX
Retired Dev
Retired Dev


Joined: 28 Apr 2002
Posts: 2774

PostPosted: Wed Jan 11, 2006 5:31 pm    Post subject: Reply with quote

The r300 project is now included in X.org, use the modular ebuilds to try it:
http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml

As for the wireless, I think you missed the sticky at the top of the forum:
https://forums.gentoo.org/viewtopic-t-409194.html

Good luck!
_________________
Gentoo PPC FAQ: http://www.gentoo.org/doc/en/gentoo-ppc-faq.xml
Back to top
View user's profile Send private message
xavier10
Guru
Guru


Joined: 19 Jan 2004
Posts: 485
Location: Paris, France

PostPosted: Wed Jan 11, 2006 5:39 pm    Post subject: Reply with quote

JoseJX wrote:
The r300 project is now included in X.org, use the modular ebuilds to try it:
http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml

Ok! I had my Xorg upgraded to last version and recently noticed a higher glxgears, but still no DRI enabled. I know where to look now...

Quote:

As for the wireless, I think you missed the sticky at the top of the forum:
https://forums.gentoo.org/viewtopic-t-409194.html

Oops, I missed it.

Thanks for your answer (as you can see, I do not visit here so often: had to work a lot in the 6 last months). Btw, the release of the Macbook pro is just about the good time for me to get my two years old alu book functional... :D 8)
Back to top
View user's profile Send private message
scoobydu
Veteran
Veteran


Joined: 16 Feb 2003
Posts: 1076
Location: 'Mind the Gap'

PostPosted: Wed Jan 11, 2006 9:31 pm    Post subject: Reply with quote

xorg 6.9 overlay with a little cvs work for mesa and x11-drm from portage will also give you the same result as xorg modular, without the bugs (side effects) that go with it ;)

Quote:

https://forums.gentoo.org/viewtopic-t-396898.html


At least you have a choice :)
_________________
Tyan Tiger K8W, 2xOpteron 240,Powerbook5,6 15" 1.5g, Macbook Black 2g, Mac Mini 1g, Ipod P60g.
| Linux - From a windows user perspective|
Back to top
View user's profile Send private message
xavier10
Guru
Guru


Joined: 19 Jan 2004
Posts: 485
Location: Paris, France

PostPosted: Sat Jan 14, 2006 7:14 pm    Post subject: Reply with quote

JoseJX wrote:
The r300 project is now included in X.org, use the modular ebuilds to try it:
http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml

Ok, I have just given a try to the modular x11, and I also installed xf86-video-ati. It is not a success. Glxgears slowers than usual, glxinfo reports no DRI :cry:

Is there another package I should install ? :?:
Do I need to do some gaming with cvs as well ? :?:

Update: I also tried the solution in https://forums.gentoo.org/viewtopic-t-374745-postdays-0-postorder-asc-highlight-radeon+dri+powerbook-start-0.html. I end up with non functional glxgears and glxinfo:

Code:

$ glxgears
glxgears: symbol lookup error: /usr/lib/opengl/mesa-cvs/lib/libGL.so.1: undefined symbol: glFinish
Back to top
View user's profile Send private message
SeJo
Retired Dev
Retired Dev


Joined: 08 Oct 2002
Posts: 298
Location: Belgium

PostPosted: Tue Jan 17, 2006 10:44 am    Post subject: Reply with quote

I installed xorg7 modular X and r300 works good here...
can finally race nicely with ppracer...

glxinfo attached and glxgears also:

Code:

name of display: :0.0
*********************************WARN_ONCE*********************************
File r300_state.c function r300Enable line 456
TODO - double side stencil !
***************************************************************************
No ctx->FragmentProgram._Current!!
display: :0  screen: 0
direct rendering: Yes
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_hyperpipe, GLX_SGIX_swap_barrier,
    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 version: 1.2
GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_swap_control,
    GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_SGI_video_sync,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R300 20040924 AGP 4x PowerPC/Altivec TCL
OpenGL version string: 1.2 Mesa 6.4.1
OpenGL extensions:
    GL_ARB_fragment_program, GL_ARB_imaging, GL_ARB_multisample,
    GL_ARB_multitexture, GL_ARB_texture_border_clamp,
    GL_ARB_texture_compression, 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_texture_rectangle, GL_ARB_transpose_matrix,
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_window_pos,
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
    GL_EXT_compiled_vertex_array, GL_EXT_convolution, GL_EXT_copy_texture,
    GL_EXT_draw_range_elements, GL_EXT_histogram, GL_EXT_packed_pixels,
    GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_specular_color, 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_filter_anisotropic,
    GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
    GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array,
    GL_APPLE_packed_pixels, GL_ATI_blend_equation_separate,
    GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once,
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat,
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
    GL_MESA_window_pos, GL_NV_blend_square, GL_NV_light_max_exponent,
    GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_NV_vertex_program,
    GL_OES_read_format, GL_SGI_color_matrix, GL_SGI_color_table,
    GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod
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 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x24 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x25 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x27 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x28 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x29 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x2a 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x2b 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x2c 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x2d 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x2e 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x2f 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x30 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x31 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x32 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow

glxgears output (did a simple spin with the move keys):
Code:

*********************************WARN_ONCE*********************************
File r300_state.c function r300Enable line 456
TODO - double side stencil !
***************************************************************************
No ctx->FragmentProgram._Current!!
*********************************WARN_ONCE*********************************
File r300_render.c function r300_get_num_verts line 188
user error: Need more than 2 vertices to draw primitive QS !
***************************************************************************
5434 frames in 5.0 seconds = 1086.724 FPS
4391 frames in 5.0 seconds = 878.069 FPS
5502 frames in 5.0 seconds = 1100.329 FPS
5845 frames in 5.0 seconds = 1168.938 FPS
6657 frames in 5.0 seconds = 1331.255 FPS
7299 frames in 5.0 seconds = 1459.737 FPS
6675 frames in 5.0 seconds = 1334.966 FPS
6391 frames in 5.0 seconds = 1278.182 FPS
6001 frames in 5.0 seconds = 1200.060 FPS

_________________
"I am not bound to please thee with my answers."
Back to top
View user's profile Send private message
xavier10
Guru
Guru


Joined: 19 Jan 2004
Posts: 485
Location: Paris, France

PostPosted: Tue Jan 17, 2006 1:24 pm    Post subject: Reply with quote

SeJo wrote:
I installed xorg7 modular X and r300 works good here...
can finally race nicely with ppracer...

Hello, Sejo. It seems everything is working fine in your side.
I would be very happy to get to the same result.
Did you take everything from portage, or did you compile the driver from the cvs ?

Btw, here is my Xorg.log; it reports a few errors, of some drivers not loading well, so this might be the source of the problems:

Code:

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.14-gentoo-r5 ppc
Current Operating System: Linux darjeeling.ens.fr 2.6.14-gentoo-r5 #1 Sat Jan 14 15:45:29 CET 2006 ppc
Build Date: 14 January 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 Jan 17 14:00:39 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "RadeonMerged"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to "unix/:-1,/usr/share/fonts/Type1,/usr/share/fonts/Speedo,/usr/share/fonts/misc,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi,/usr/share/fonts/lfpfonts-var,/usr/share/fonts/lfpfonts-fix,/usr/share/fonts/sharefonts,/usr/share/fonts/shinonome,/usr/share/fonts/TTF,/usr/share/fonts/intlfonts,/usr/share/fonts/local"
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.2
   X.Org Video Driver: 0.8
   X.Org XInput driver : 0.5
   X.Org Server Extension : 0.2
   X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 7.0.0, 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/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.8
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:0b:0: chip 106b,0034 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:10:0: chip 1002,4e50 card 1002,4e50 rev 00 class 03,00,00 hdr 00
(II) PCI: 10:0b:0: chip 106b,0035 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 10:12:0: chip 14e4,4320 card 106b,004e rev 03 class 02,80,00 hdr 00
(II) PCI: 10:13:0: chip 104c,ac56 card 0000,0000 rev 00 class 06,07,00 hdr 02
(II) PCI: 10:17:0: chip 106b,003e card 0000,0000 rev 00 class ff,00,00 hdr 00
(II) PCI: 10:18:0: chip 106b,003f card 0000,0000 rev 00 class 0c,03,10 hdr 00
(II) PCI: 10:19:0: chip 106b,003f card 0000,0000 rev 00 class 0c,03,10 hdr 00
(II) PCI: 10:1a:0: chip 106b,003f card 0000,0000 rev 00 class 0c,03,10 hdr 00
(II) PCI: 10:1b:0: chip 1033,0035 card 1033,0035 rev 43 class 0c,03,10 hdr 80
(II) PCI: 10:1b:1: chip 1033,0035 card 1033,0035 rev 43 class 0c,03,10 hdr 00
(II) PCI: 10:1b:2: chip 1033,00e0 card 1033,00e0 rev 04 class 0c,03,20 hdr 00
(II) PCI: 24:0b:0: chip 106b,0036 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 24:0d:0: chip 106b,003b card 0000,0000 rev 00 class ff,00,00 hdr 00
(II) PCI: 24:0e:0: chip 106b,0031 card 106b,5811 rev 81 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:11:0), (0,0,36), 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) Host-to-PCI bridge:
(II) Bus 16: bridge is at (16:11:0), (16,16,36), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 16 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 16 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 16 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 17: bridge is at (16:19:0), (16,17,20), BCTRL: 0x0440 (VGA_EN is cleared)
(II) Bus 17 non-prefetchable memory range:
   [0] -1   0   0x90000000 - 0x9fffffff (0x10000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 36: bridge is at (36:11:0), (36,36,36), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 36 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 36 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 36 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(--) PCI:*(0:16:0) ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] rev 0, Mem @ 0xb8000000/27, 0xb0000000/16, I/O @ 0x0400/8, BIOS @ 0xf1000000/17
(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) MX[B](B)
   [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   0xf5004000 - 0xf5007fff (0x4000) MX[B]
   [1] -1   0   0xa0000000 - 0xa00000ff (0x100) MX[B]
   [2] -1   0   0xa0001000 - 0xa0001fff (0x1000) MX[B]
   [3] -1   0   0xa0002000 - 0xa0002fff (0x1000) MX[B]
   [4] -1   0   0xa0003000 - 0xa0003fff (0x1000) MX[B]
   [5] -1   0   0x80000000 - 0x8007ffff (0x80000) MX[B]
   [6] -1   0   0xf1000000 - 0xf101ffff (0x20000) MX[B](B)
   [7] -1   0   0xb0000000 - 0xb000ffff (0x10000) MX[B](B)
   [8] -1   0   0xb8000000 - 0xbfffffff (0x8000000) MX[B](B)
   [9] -1   0   0xf0000400 - 0xf00004ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
   [0] -1   0   0xf5000000 - 0xf5000fff (0x1000) MX[B]
   [1] -1   0   0xa0006000 - 0xa0007fff (0x2000) MX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xf5004000 - 0xf5007fff (0x4000) MX[B]
   [1] -1   0   0xa0000000 - 0xa00000ff (0x100) MX[B]
   [2] -1   0   0xa0001000 - 0xa0001fff (0x1000) MX[B]
   [3] -1   0   0xa0002000 - 0xa0002fff (0x1000) MX[B]
   [4] -1   0   0xa0003000 - 0xa0003fff (0x1000) MX[B]
   [5] -1   0   0x80000000 - 0x8007ffff (0x80000) MX[B]
   [6] -1   0   0xf1000000 - 0xf101ffff (0x20000) MX[B](B)
   [7] -1   0   0xb0000000 - 0xb000ffff (0x10000) MX[B](B)
   [8] -1   0   0xb8000000 - 0xbfffffff (0x8000000) MX[B](B)
   [9] -1   0   0xf0000400 - 0xf00004ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
   [0] -1   0   0xf5000000 - 0xf5000fff (0x1000) MX[B]
   [1] -1   0   0xa0006000 - 0xa0007fff (0x2000) MX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [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) MX[B](B)
   [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   0xf5004000 - 0xf5007fff (0x4000) MX[B]
   [6] -1   0   0xa0000000 - 0xa00000ff (0x100) MX[B]
   [7] -1   0   0xa0001000 - 0xa0001fff (0x1000) MX[B]
   [8] -1   0   0xa0002000 - 0xa0002fff (0x1000) MX[B]
   [9] -1   0   0xa0003000 - 0xa0003fff (0x1000) MX[B]
   [10] -1   0   0x80000000 - 0x8007ffff (0x80000) MX[B]
   [11] -1   0   0xf1000000 - 0xf101ffff (0x20000) MX[B](B)
   [12] -1   0   0xb0000000 - 0xb000ffff (0x10000) MX[B](B)
   [13] -1   0   0xb8000000 - 0xbfffffff (0x8000000) MX[B](B)
   [14] -1   0   0xf5000000 - 0xf5000fff (0x1000) MX[B]
   [15] -1   0   0xa0006000 - 0xa0007fff (0x2000) MX[B]
   [16] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [17] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [18] -1   0   0xf0000400 - 0xf00004ff (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 7.0.0, 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 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: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
   compiled for 7.0.0, 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/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
   compiled for 7.0.0, 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/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
   compiled for 7.0.0, 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/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "drm"
(II) Reloading /usr/lib/xorg/modules/linux/libdrm.so
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 7.0.0, 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: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.13.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions/libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
   compiled for 7.0.0, 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) LoadModule: "ati"
(II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
(II) Module ati: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 6.5.7
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.3
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.1
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.5
(II) ATI: ATI driver (version 6.5.7) for chipset: ati
(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 (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
   ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
   ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/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 (PCI/AGP),
   ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
   ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
   ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
   ATI Rage 128 4X SN (PCI/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 ES1000 515E (PCI), ATI ES1000 5969 (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 FireMV 2200 (PCI),
   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 9650,
   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 XPRESS 200 5A41 (PCIE),
   ATI Radeon XPRESS 200M 5A42 (PCIE),
   ATI Radeon XPRESS 200 5A61 (PCIE),
   ATI Radeon XPRESS 200M 5A62 (PCIE),
   ATI Radeon XPRESS 200 5954 (PCIE),
   ATI Radeon XPRESS 200M 5955 (PCIE),
   ATI Radeon XPRESS 200 5974 (PCIE),
   ATI Radeon XPRESS 200M 5975 (PCIE), ATI FireGL V5000 (RV410) (PCIE),
   ATI Mobility FireGL V5000 (M26) (PCIE),
   ATI Mobility FireGL V5000 (M26) (PCIE),
   ATI Mobility Radeon X700 (M26) (PCIE),
   ATI Mobility Radeon X700 (M26) (PCIE),
   ATI Radeon X700 PRO (RV410) (PCIE),
   ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
   ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 SE (RV410) (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 SE (R420) (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), ATI FireGL V7100 (R423) (PCIE),
   ATI Mobility FireGL V5100 (M28) (PCIE),
   ATI Mobility Radeon X800 (M28) (PCIE),
   ATI Mobility Radeon X800 XT (M28) (PCIE),
   ATI Radeon X800 (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
   ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 XTP (R430) (PCIE),
   ATI Radeon X850 5D4C (PCIE), ATI Radeon FireGL (R480) GL 5D50 (PCIE),
   ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
   ATI Radeon X850 XT (R480) (PCIE),
   ATI Radeon X850 XT PE (R480) (PCIE),
   ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
   ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP)
(II) Primary Device is: PCI 00:10:0
(II) ATI:  Candidate "Device" section "RadeonMerged".
(--) Chipset ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP) found
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [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   0xf5004000 - 0xf5007fff (0x4000) MX[B]
   [6] -1   0   0xa0000000 - 0xa00000ff (0x100) MX[B]
   [7] -1   0   0xa0001000 - 0xa0001fff (0x1000) MX[B]
   [8] -1   0   0xa0002000 - 0xa0002fff (0x1000) MX[B]
   [9] -1   0   0xa0003000 - 0xa0003fff (0x1000) MX[B]
   [10] -1   0   0x80000000 - 0x8007ffff (0x80000) MX[B]
   [11] -1   0   0xf1000000 - 0xf101ffff (0x20000) MX[B](B)
   [12] -1   0   0xb0000000 - 0xb000ffff (0x10000) MX[B](B)
   [13] -1   0   0xb8000000 - 0xbfffffff (0x8000000) MX[B](B)
   [14] -1   0   0xf5000000 - 0xf5000fff (0x1000) MX[B]
   [15] -1   0   0xa0006000 - 0xa0007fff (0x2000) MX[B]
   [16] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [17] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [18] -1   0   0xf0000400 - 0xf00004ff (0x100) IX[B](B)
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 4.0.3
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 0.8
(WW) ****INVALID IO ALLOCATION**** b: 0xf0000400 e: 0xf00004ff correcting
(EE) end of block range 0xefffffff < begin 0xf0000000
(II) window:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) resSize:
(II) window fixed:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) resource ranges after probing:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [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   0xf5004000 - 0xf5007fff (0x4000) MX[B]
   [6] -1   0   0xa0000000 - 0xa00000ff (0x100) MX[B]
   [7] -1   0   0xa0001000 - 0xa0001fff (0x1000) MX[B]
   [8] -1   0   0xa0002000 - 0xa0002fff (0x1000) MX[B]
   [9] -1   0   0xa0003000 - 0xa0003fff (0x1000) MX[B]
   [10] -1   0   0x80000000 - 0x8007ffff (0x80000) MX[B]
   [11] -1   0   0xf1000000 - 0xf101ffff (0x20000) MX[B](B)
   [12] -1   0   0xb0000000 - 0xb000ffff (0x10000) MX[B](B)
   [13] -1   0   0xb8000000 - 0xbfffffff (0x8000000) MX[B](B)
   [14] -1   0   0xf5000000 - 0xf5000fff (0x1000) MX[B]
   [15] -1   0   0xa0006000 - 0xa0007fff (0x2000) MX[B]
   [16] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [17] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [18] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [19] -1   0   0x00000400 - 0x000004ff (0x100) IX[B](B)
   [20] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [21] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [22] 0   0   0xf00003b0 - 0xf00003bb (0xc) IS[B]
   [23] 0   0   0xf00003c0 - 0xf00003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) RADEON(0): MMIO registers at 0xb0000000
(II) RADEON(0): PCI bus 0 card 16 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
(**) RADEON(0): Option "AGPMode" "4"
(**) RADEON(0): Option "AGPFastWrite" "true"
(**) RADEON(0): Option "EnablePageFlip" "true"
(**) RADEON(0): Option "CRT2Position" "Clone"
(**) RADEON(0): Option "MetaModes" "1280x854"
(**) RADEON(0): Option "RenderAccel" "on"
(II) RADEON(0): VGAAccess option set to FALSE, VGA module load skipped
(==) RADEON(0): RGB weight 888
(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
(--) RADEON(0): Chipset: "ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP)" (ChipID = 0x4e50)
(--) RADEON(0): Linear framebuffer at 0xb8000000
(--) RADEON(0): BIOS at 0xf1000000
(--) RADEON(0): VideoRAM: 65536 kByte (128 bit DDR SDRAM)
(II) RADEON(0): AGP card detected
(II) RADEON(0): Color tiling disabled
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.8
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.2.0
   ABI class: X.Org Video Driver, version 0.8
(II) RADEON(0): I2C bus "DDC" initialized.
(WW) RADEON(0): Video BIOS not detected in PCI space!
(WW) RADEON(0): Attempting to read Video BIOS from legacy ISA space!
(WW) RADEON(0): Unrecognized BIOS signature, BIOS data will not be used
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 2, Detected Type: 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): EDID data from the display on port 1 ----------------------
(II) RADEON(0): Manufacturer: APP  Model: 9c20  Serial#: 16843009
(II) RADEON(0): Year: 2002  Week: 5
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 32  vert.: 22
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): No DPMS capabilities specified; RGB/Color Display
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.600 redY: 0.350   greenX: 0.310 greenY: 0.550
(II) RADEON(0): blueX: 0.150 blueY: 0.115   whiteX: 0.320 whiteY: 0.330
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 79.8 MHz   Image Size:  321 x 214 mm
(II) RADEON(0): h_active: 1280  h_sync: 1296  h_sync_end 1408 h_blank_end 1536 h_border: 0
(II) RADEON(0): v_active: 854  v_sync: 855  v_sync_end 858 v_blanking: 866 v_border: 0
(II) RADEON(0):  LTN152W3
(II) RADEON(0):  LTN152W3
(II) RADEON(0): Monitor name: Color LCD
(II) RADEON(0):
(II) RADEON(0): Primary:
 Monitor   -- LVDS
 Connector -- DVI-D
 DAC Type  -- TVDAC/ExtDAC
 TMDS Type -- Internal
 DDC Type  -- DVI_DDC
(II) RADEON(0): Secondary:
 Monitor   -- NONE
 Connector -- VGA
 DAC Type  -- Primary
 TMDS Type -- External
 DDC Type  -- VGA_DDC
(WW) RADEON(0): Video BIOS not detected, using default clock settings!
(II) RADEON(0): Probed PLL values: xtal: 27.000000 Mhz, sclk: 299.250000 Mhz, mclk: 200.250000 Mhz
(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): Existing panel PLL dividers will be used.
(WW) RADEON(0): Panel size 1280x854 is derived, this may not be correct.
If not, use PanelSize option to overwrite this setting
(II) RADEON(0): Panel infos found from DDC detailed: 1280x854
(II) RADEON(0): Valid Mode from Detailed timing table: 1280x854
(II) RADEON(0): Total of 1 mode(s) found.
(II) RADEON(0): Total number of valid DDC mode(s) found: 1
(II) RADEON(0): Valid mode using on-chip RMX: 1280x854
(II) RADEON(0): Total number of valid FP mode(s) found: 1
(--) RADEON(0): Virtual size is 1280x854 (pitch 1280)
(**) RADEON(0): *Mode "1280x854": 79.8 MHz (scaled from 0.0 MHz), 52.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1280x854"   79.81  1280 1296 1408 1536  854 855 858 866
(**) RADEON(0):  Default mode "320x175": 79.8 MHz (scaled from 0.0 MHz), 52.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "320x175"   79.81  320 1296 1408 1536  175 855 858 866
(**) RADEON(0):  Default mode "320x200": 79.8 MHz (scaled from 0.0 MHz), 52.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "320x200"   79.81  320 1296 1408 1536  200 855 858 866
(**) RADEON(0):  Default mode "360x200": 79.8 MHz (scaled from 0.0 MHz), 52.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "360x200"   79.81  360 1296 1408 1536  200 855 858 866
(**) RADEON(0):  Default mode "320x240": 79.8 MHz (scaled from 0.0 MHz), 52.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "320x240"   79.81  320 1296 1408 1536  240 855 858 866
(**) RADEON(0):  Default mode "400x300": 79.8 MHz (scaled from 0.0 MHz), 52.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "400x300"   79.81  400 1296 1408 1536  300 855 858 866
(**) RADEON(0):  Default mode "512x384": 79.8 MHz (scaled from 0.0 MHz), 52.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "512x384"   79.81  512 1296 1408 1536  384 855 858 866
(**) RADEON(0):  Default mode "576x432": 79.8 MHz (scaled from 0.0 MHz), 52.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "576x432"   79.81  576 1296 1408 1536  432 855 858 866
(**) RADEON(0):  Default mode "640x480": 79.8 MHz (scaled from 0.0 MHz), 52.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x480"   79.81  640 1296 1408 1536  480 855 858 866
(**) RADEON(0):  Default mode "640x512": 79.8 MHz (scaled from 0.0 MHz), 52.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x512"   79.81  640 1296 1408 1536  512 855 858 866
(**) RADEON(0):  Default mode "800x600": 79.8 MHz (scaled from 0.0 MHz), 52.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "800x600"   79.81  800 1296 1408 1536  600 855 858 866
(**) RADEON(0):  Default mode "896x672": 79.8 MHz (scaled from 0.0 MHz), 52.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "896x672"   79.81  896 1296 1408 1536  672 855 858 866
(**) RADEON(0):  Default mode "928x696": 79.8 MHz (scaled from 0.0 MHz), 52.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "928x696"   79.81  928 1296 1408 1536  696 855 858 866
(**) RADEON(0):  Default mode "960x720": 79.8 MHz (scaled from 0.0 MHz), 52.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "960x720"   79.81  960 1296 1408 1536  720 855 858 866
(**) RADEON(0):  Default mode "416x312": 79.8 MHz (scaled from 0.0 MHz), 52.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "416x312"   79.81  416 1296 1408 1536  312 855 858 866
(**) RADEON(0):  Default mode "576x384": 79.8 MHz (scaled from 0.0 MHz), 52.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "576x384"   79.81  576 1296 1408 1536  384 855 858 866
(**) RADEON(0):  Default mode "700x525": 79.8 MHz (scaled from 0.0 MHz), 52.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "700x525"   79.81  700 1296 1408 1536  525 855 858 866
(**) RADEON(0):  Default mode "800x512": 79.8 MHz (scaled from 0.0 MHz), 52.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "800x512"   79.81  800 1296 1408 1536  512 855 858 866
(**) RADEON(0):  Default mode "1024x768": 79.8 MHz (scaled from 0.0 MHz), 52.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1024x768"   79.81  1024 1296 1408 1536  768 855 858 866
(--) RADEON(0): Display dimensions: (320, 220) mm
(--) RADEON(0): DPI set to (101, 98)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
   compiled for 7.0.0, 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/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.8
(==) RADEON(0): Using XAA acceleration architecture
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.2.0
   ABI class: X.Org Video Driver, version 0.8
(**) RADEON(0): AGP 4x mode is configured
(**) RADEON(0): Enabling AGP Fast Write
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /usr/lib/xorg/modules/libshadowfb.so
(II) Module shadowfb: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(II) RADEON(0): Page flipping enabled
(II) RADEON(0): Will try to use DMA for Xv image transfers
(II) RADEON(0): Cannot access BIOS or it is not valid.
      If your card is TV-in capable you will need to specify options RageTheatreCrystal, RageTheatreTunerPort,
      RageTheatreSVideoPort and TunerType in /etc/X11/xorg.conf.
(!!) 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   0xb0000000 - 0xb000ffff (0x10000) MX[B]
   [1] 0   0   0xb8000000 - 0xbfffffff (0x8000000) MX[B]
   [2] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [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   0xf5004000 - 0xf5007fff (0x4000) MX[B]
   [8] -1   0   0xa0000000 - 0xa00000ff (0x100) MX[B]
   [9] -1   0   0xa0001000 - 0xa0001fff (0x1000) MX[B]
   [10] -1   0   0xa0002000 - 0xa0002fff (0x1000) MX[B]
   [11] -1   0   0xa0003000 - 0xa0003fff (0x1000) MX[B]
   [12] -1   0   0x80000000 - 0x8007ffff (0x80000) MX[B]
   [13] -1   0   0xf1000000 - 0xf101ffff (0x20000) MX[B](B)
   [14] -1   0   0xb0000000 - 0xb000ffff (0x10000) MX[B](B)
   [15] -1   0   0xb8000000 - 0xbfffffff (0x8000000) MX[B](B)
   [16] -1   0   0xf5000000 - 0xf5000fff (0x1000) MX[B]
   [17] -1   0   0xa0006000 - 0xa0007fff (0x2000) MX[B]
   [18] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
   [19] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
   [20] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
   [21] 0   0   0xf0000400 - 0xf00004ff (0x100) IX[B]
   [22] -1   0   0x00000400 - 0x000004ff (0x100) IX[B](B)
   [23] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [24] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [25] 0   0   0xf00003b0 - 0xf00003bb (0xc) IS[B](OprU)
   [26] 0   0   0xf00003c0 - 0xf00003df (0x20) IS[B](OprU)
(II) RADEON(0): Dynamic Clock Scaling Disabled
(II) RADEON(0): BIOS HotKeys Disabled
(WW) RADEON(0): Enabling DRM support

   *** Direct rendering support is highly experimental for Radeon 9500
   *** and newer cards. The 3d mesa driver is not provided in this tree.
   *** A very experimental (and incomplete) version is available from Mesa CVS.
   *** Additional information can be found on http://r300.sourceforge.net
   *** This message has been last modified on 2005-08-07.

drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
[drm] failed to load kernel module "radeon"
(II) RADEON(0): [drm] drmOpen failed
(EE) RADEON(0): [dri] DRIScreenInit failed.  Disabling DRI.
(II) RADEON(0): Depth moves disabled by default
(II) RADEON(0): Memory manager initialized to (0,0) (1280,8191)
(II) RADEON(0): Reserved area from (0,854) to (1280,856)
(II) RADEON(0): Largest offscreen area available: 1280 x 7335
(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): Option "BackingStore"
(**) RADEON(0): Backing store enabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor (scanline 856)
(II) RADEON(0): Largest offscreen area available: 1280 x 7331
(II) RADEON(0): No video input capabilities detected and no information is provided - disabling multimedia i2c
(II) Loading sub module "theatre_detect"
(II) LoadModule: "theatre_detect"
(II) Loading /usr/lib/xorg/modules/multimedia/theatre_detect_drv.so
(II) Module theatre_detect: vendor="X.Org Foundation"
   compiled for 4.3.99.902, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.8
(II) RADEON(0): no multimedia table present, disabling Rage Theatre.
(WW) 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
(**) Option "Protocol" "IMPS/2"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/input/mice"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 9
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Mouse0: ps2EnableDataReporting: succeeded
Could not init font path element unix/:-1, removing from list!
Could not init font path element /usr/share/fonts/local, removing from list!
(II) 3rd Button detected: disabling emulate3Button
Back to top
View user's profile Send private message
theefer
n00b
n00b


Joined: 12 Jul 2003
Posts: 32

PostPosted: Sat Feb 11, 2006 6:03 pm    Post subject: Reply with quote

I updated the HOWTO to reflect the current status of GNU/Linux on the 1GHz 15' Powerbook (i.e. suspend-to-ram and Airport Extreme now work!).
_________________
Theefer
Back to top
View user's profile Send private message
scoobydu
Veteran
Veteran


Joined: 16 Feb 2003
Posts: 1076
Location: 'Mind the Gap'

PostPosted: Sun Feb 12, 2006 12:32 pm    Post subject: Reply with quote

theefer wrote:
I updated the HOWTO to reflect the current status of GNU/Linux on the 1GHz 15' Powerbook (i.e. suspend-to-ram and Airport Extreme now work!).


btw from your summary DVI out works as well.
_________________
Tyan Tiger K8W, 2xOpteron 240,Powerbook5,6 15" 1.5g, Macbook Black 2g, Mac Mini 1g, Ipod P60g.
| Linux - From a windows user perspective|
Back to top
View user's profile Send private message
theefer
n00b
n00b


Joined: 12 Jul 2003
Posts: 32

PostPosted: Sun Feb 12, 2006 1:47 pm    Post subject: Reply with quote

what, does it? O_o

Since when (kernel version, special patch/package/driver — radeon? r300?) ?

So I should be able to use the DVI and VGA output? As dual-screen and/or mirrored screen?

If you can just give me some more information, I could try it and update the top post, that'd be great!

Thanks for the info!
_________________
Theefer
Back to top
View user's profile Send private message
xavier10
Guru
Guru


Joined: 19 Jan 2004
Posts: 485
Location: Paris, France

PostPosted: Sun Feb 12, 2006 1:56 pm    Post subject: Reply with quote

theefer wrote:

Since when (kernel version, special patch/package/driver — radeon? r300?) ?

I remember doing a presentation with mine in april 2005, so I think it is pretty old now. I have not tried recently (but I will try next week). I assume that most recent configs should make it.
Back to top
View user's profile Send private message
scoobydu
Veteran
Veteran


Joined: 16 Feb 2003
Posts: 1076
Location: 'Mind the Gap'

PostPosted: Sun Feb 12, 2006 5:55 pm    Post subject: Reply with quote

theefer wrote:

If you can just give me some more information, I could try it and update the top post, that'd be great.


Since r300 while keeping acceleration ;) working fine with xorg7

Decent howto;

Quote:
http://ozlabs.org/~jk/docs/mergefb/


Haven´t got tv working yet, but read some gatos code had been added to xorg7.
_________________
Tyan Tiger K8W, 2xOpteron 240,Powerbook5,6 15" 1.5g, Macbook Black 2g, Mac Mini 1g, Ipod P60g.
| Linux - From a windows user perspective|
Back to top
View user's profile Send private message
Redzky
n00b
n00b


Joined: 30 Oct 2012
Posts: 6

PostPosted: Wed Oct 31, 2012 5:46 pm    Post subject: Reply with quote

A lot of this how to is outdated...
_________________
GBTN Seduction Art Community http://www.glorybethynight.com
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum