LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-07-2012, 03:10 PM   #1
sovietJesus
LQ Newbie
 
Registered: Dec 2011
Posts: 17

Rep: Reputation: Disabled
3D Acceleration with Radeon RV250 [mobility FireGL 9000]


I have a Dell Latitude D600 laptop running Slackware 13.37, with a Radeon RV250 graphics card and 512mb RAM. When I run glxinfo, it reports that direct rendering is on. I believe I am using the DRI opensource drivers. Glxgears runs at about 120 fps, but when I run anything else(such as SuperTux) with 3D acceleration, it rarely runs above 2-3 fps. Apparently, older versions of the Fglrx driver support acceleration with this card, but aren't compatible with any version of X11 newer than 7.1. I am wondering if it is possible to get much better performance with the DRI drivers, or if there are any other alternatives (without having to downgrade X11).
 
Old 01-07-2012, 03:36 PM   #2
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Post the full output of 'glxinfo'. It is possible to have direct rendering without having 3D acceleration.

Adam
 
Old 01-07-2012, 03:50 PM   #3
sovietJesus
LQ Newbie
 
Registered: Dec 2011
Posts: 17

Original Poster
Rep: Reputation: Disabled
Code:
name of display: :0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method, 
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe, 
    GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_MESA_copy_sub_buffer, GLX_INTEL_swap_event
client glx vendor string: Mesa Project and 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_copy_sub_buffer, 
    GLX_MESA_swap_control, 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_EXT_texture_from_pixmap, 
    GLX_INTEL_swap_event
GLX version: 1.4
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_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_INTEL_swap_event
OpenGL vendor string: Mesa Project
OpenGL renderer string: Software Rasterizer
OpenGL version string: 2.1 Mesa 7.9.2
OpenGL shading language version string: 1.20
OpenGL extensions:
    GL_ARB_copy_buffer, GL_ARB_depth_clamp, GL_ARB_depth_texture, 
    GL_ARB_draw_buffers, GL_ARB_draw_elements_base_vertex, 
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program, 
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, 
    GL_ARB_framebuffer_object, GL_ARB_half_float_pixel, 
    GL_ARB_half_float_vertex, GL_ARB_imaging, GL_ARB_map_buffer_range, 
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, 
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
    GL_ARB_provoking_vertex, GL_ARB_shader_objects, 
    GL_ARB_shading_language_100, GL_ARB_shadow, GL_ARB_shadow_ambient, 
    GL_ARB_sync, GL_ARB_texture_border_clamp, GL_ARB_texture_compression, 
    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_texture_non_power_of_two, GL_ARB_texture_rectangle, 
    GL_ARB_texture_swizzle, GL_ARB_transpose_matrix, GL_ARB_vertex_array_bgra, 
    GL_ARB_vertex_array_object, GL_ARB_vertex_buffer_object, 
    GL_ARB_vertex_program, GL_ARB_vertex_shader, 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_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract, 
    GL_EXT_compiled_vertex_array, GL_EXT_convolution, GL_EXT_copy_texture, 
    GL_EXT_depth_bounds_test, GL_EXT_draw_buffers2, 
    GL_EXT_draw_range_elements, GL_EXT_framebuffer_blit, 
    GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_object, 
    GL_EXT_fog_coord, GL_EXT_gpu_program_parameters, GL_EXT_histogram, 
    GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, 
    GL_EXT_packed_pixels, GL_EXT_paletted_texture, GL_EXT_pixel_buffer_object, 
    GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_provoking_vertex, 
    GL_EXT_rescale_normal, GL_EXT_secondary_color, 
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, 
    GL_EXT_shared_texture_palette, GL_EXT_stencil_two_side, 
    GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, 
    GL_EXT_texture_array, GL_EXT_texture_cube_map, 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_mirror_clamp, GL_EXT_texture_object, 
    GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_texture_swizzle, 
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, 
    GL_3DFX_texture_compression_FXT1, GL_APPLE_packed_pixels, 
    GL_APPLE_vertex_array_object, GL_APPLE_object_purgeable, 
    GL_ATI_blend_equation_separate, GL_ATI_envmap_bumpmap, 
    GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once, 
    GL_ATI_fragment_shader, GL_ATI_separate_stencil, 
    GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, 
    GL_MESA_pack_invert, GL_MESA_resize_buffers, GL_MESA_texture_array, 
    GL_MESA_ycbcr_texture, GL_MESA_window_pos, GL_NV_blend_square, 
    GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_fragment_program, 
    GL_NV_fragment_program_option, GL_NV_light_max_exponent, 
    GL_NV_packed_depth_stencil, GL_NV_point_sprite, GL_NV_texgen_reflection, 
    GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_NV_vertex_program, 
    GL_NV_vertex_program1_1, GL_OES_read_format, GL_SGI_color_matrix, 
    GL_SGI_color_table, GL_SGI_texture_color_table, GL_SGIS_generate_mipmap, 
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, 
    GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays

64 GLX Visuals
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x021 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x022 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0dd 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0de 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0df 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0e0 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0e1 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  8  0  0  0  0  0 0 None
0x0e2 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  8 16 16 16  0  0 0 Slow
0x0e3 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  8  0  0  0  0  0 0 None
0x0e4 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  8 16 16 16  0  0 0 Slow
0x0e5 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x0e6 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x0e7 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x0e8 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x0e9 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0ea 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0eb 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0ec 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0ed 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0ee 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x0ef 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0f0 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x0f1 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  8  0  0  0  0  0 0 None
0x0f2 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  8 16 16 16 16  0 0 Slow
0x0f3 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  8  0  0  0  0  0 0 None
0x0f4 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  8 16 16 16 16  0 0 Slow
0x0f5 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x0f6 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x0f7 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x0f8 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0f9 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x0fa 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x0fb 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0fc 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0fd 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0fe 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0ff 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  8  0  0  0  0  0 0 None
0x100 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  8 16 16 16  0  0 0 Slow
0x101 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  8  0  0  0  0  0 0 None
0x102 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  8 16 16 16  0  0 0 Slow
0x103 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x104 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x105 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x106 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x107 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x108 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x109 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x10a 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x10b 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x10c 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x10d 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x10e 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x10f 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  8  0  0  0  0  0 0 None
0x110 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  8 16 16 16 16  0 0 Slow
0x111 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  8  0  0  0  0  0 0 None
0x112 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  8 16 16 16 16  0 0 Slow
0x113 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x114 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x115 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x116 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x117 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x118 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x119 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x05c 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None

128 GLXFBConfigs:
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x05d  0 tc  0   8  0 r  . .   3  3  2  0 .  .  0  0  0  0  0  0  0  0 0 None
0x05e  0 tc  0   8  0 r  . .   3  3  2  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x05f  0 tc  0   8  0 r  y .   3  3  2  0 .  .  0  0  0  0  0  0  0  0 0 None
0x060  0 tc  0   8  0 r  y .   3  3  2  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x061  0 tc  0   8  0 r  . .   3  3  2  0 .  .  0  0  8  0  0  0  0  0 0 None
0x062  0 tc  0   8  0 r  . .   3  3  2  0 .  .  0  0  8 16 16 16  0  0 0 Slow
0x063  0 tc  0   8  0 r  y .   3  3  2  0 .  .  0  0  8  0  0  0  0  0 0 None
0x064  0 tc  0   8  0 r  y .   3  3  2  0 .  .  0  0  8 16 16 16  0  0 0 Slow
0x065  0 tc  0   8  0 r  . .   3  3  2  0 .  .  0  8  0  0  0  0  0  0 0 None
0x066  0 tc  0   8  0 r  . .   3  3  2  0 .  .  0  8  0 16 16 16  0  0 0 Slow
0x067  0 tc  0   8  0 r  y .   3  3  2  0 .  .  0  8  0  0  0  0  0  0 0 None
0x068  0 tc  0   8  0 r  y .   3  3  2  0 .  .  0  8  0 16 16 16  0  0 0 Slow
0x069  0 tc  0   8  0 r  . .   3  3  2  0 .  .  0  8  8  0  0  0  0  0 0 None
0x06a  0 tc  0   8  0 r  . .   3  3  2  0 .  .  0  8  8 16 16 16  0  0 0 Slow
0x06b  0 tc  0   8  0 r  y .   3  3  2  0 .  .  0  8  8  0  0  0  0  0 0 None
0x06c  0 tc  0   8  0 r  y .   3  3  2  0 .  .  0  8  8 16 16 16  0  0 0 Slow
0x06d  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x06e  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x06f  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x070  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x071  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0  0  8  0  0  0  0  0 0 None
0x072  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0  0  8 16 16 16  0  0 0 Slow
0x073  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  8  0  0  0  0  0 0 None
0x074  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  8 16 16 16  0  0 0 Slow
0x075  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x076  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x077  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x078  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x079  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 16  8  0  0  0  0  0 0 None
0x07a  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 16  8 16 16 16  0  0 0 Slow
0x07b  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  8  0  0  0  0  0 0 None
0x07c  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  8 16 16 16  0  0 0 Slow
0x07d 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x07e 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x07f 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x080 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x081 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  8  0  0  0  0  0 0 None
0x082 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  8 16 16 16  0  0 0 Slow
0x083 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  8  0  0  0  0  0 0 None
0x084 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  8 16 16 16  0  0 0 Slow
0x085 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x086 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x087 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x088 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x089 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x08a 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x08b 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x08c 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x08d 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x08e 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x08f 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x090 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x091 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  8  0  0  0  0  0 0 None
0x092 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  8 16 16 16 16  0 0 Slow
0x093 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  8  0  0  0  0  0 0 None
0x094 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  8 16 16 16 16  0 0 Slow
0x095 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x096 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x097 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x098 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x099 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x09a 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x09b 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x09c 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x09d  0 dc  0   8  0 r  . .   3  3  2  0 .  .  0  0  0  0  0  0  0  0 0 None
0x09e  0 dc  0   8  0 r  . .   3  3  2  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x09f  0 dc  0   8  0 r  y .   3  3  2  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0a0  0 dc  0   8  0 r  y .   3  3  2  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0a1  0 dc  0   8  0 r  . .   3  3  2  0 .  .  0  0  8  0  0  0  0  0 0 None
0x0a2  0 dc  0   8  0 r  . .   3  3  2  0 .  .  0  0  8 16 16 16  0  0 0 Slow
0x0a3  0 dc  0   8  0 r  y .   3  3  2  0 .  .  0  0  8  0  0  0  0  0 0 None
0x0a4  0 dc  0   8  0 r  y .   3  3  2  0 .  .  0  0  8 16 16 16  0  0 0 Slow
0x0a5  0 dc  0   8  0 r  . .   3  3  2  0 .  .  0  8  0  0  0  0  0  0 0 None
0x0a6  0 dc  0   8  0 r  . .   3  3  2  0 .  .  0  8  0 16 16 16  0  0 0 Slow
0x0a7  0 dc  0   8  0 r  y .   3  3  2  0 .  .  0  8  0  0  0  0  0  0 0 None
0x0a8  0 dc  0   8  0 r  y .   3  3  2  0 .  .  0  8  0 16 16 16  0  0 0 Slow
0x0a9  0 dc  0   8  0 r  . .   3  3  2  0 .  .  0  8  8  0  0  0  0  0 0 None
0x0aa  0 dc  0   8  0 r  . .   3  3  2  0 .  .  0  8  8 16 16 16  0  0 0 Slow
0x0ab  0 dc  0   8  0 r  y .   3  3  2  0 .  .  0  8  8  0  0  0  0  0 0 None
0x0ac  0 dc  0   8  0 r  y .   3  3  2  0 .  .  0  8  8 16 16 16  0  0 0 Slow
0x0ad  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0ae  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0af  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0b0  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0b1  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  8  0  0  0  0  0 0 None
0x0b2  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  8 16 16 16  0  0 0 Slow
0x0b3  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  8  0  0  0  0  0 0 None
0x0b4  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  8 16 16 16  0  0 0 Slow
0x0b5  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0b6  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0b7  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0b8  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0b9  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 16  8  0  0  0  0  0 0 None
0x0ba  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 16  8 16 16 16  0  0 0 Slow
0x0bb  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  8  0  0  0  0  0 0 None
0x0bc  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  8 16 16 16  0  0 0 Slow
0x0bd 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0be 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0aa  0 dc  0   8  0 r  . .   3  3  2  0 .  .  0  8  8 16 16 16  0  0 0 Slow
0x0ab  0 dc  0   8  0 r  y .   3  3  2  0 .  .  0  8  8  0  0  0  0  0 0 None
0x0ac  0 dc  0   8  0 r  y .   3  3  2  0 .  .  0  8  8 16 16 16  0  0 0 Slow
0x0ad  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0ae  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0af  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0b0  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0b1  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  8  0  0  0  0  0 0 None
0x0b2  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  8 16 16 16  0  0 0 Slow
0x0b3  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  8  0  0  0  0  0 0 None
0x0b4  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  8 16 16 16  0  0 0 Slow
0x0b5  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0b6  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0b7  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0b8  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0b9  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 16  8  0  0  0  0  0 0 None
0x0ba  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 16  8 16 16 16  0  0 0 Slow
0x0bb  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  8  0  0  0  0  0 0 None
0x0bc  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  8 16 16 16  0  0 0 Slow
0x0bd 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0be 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0bf 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0c0 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0c1 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  8  0  0  0  0  0 0 None
0x0c2 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  8 16 16 16  0  0 0 Slow
0x0c3 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  8  0  0  0  0  0 0 None
0x0c4 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  8 16 16 16  0  0 0 Slow
0x0c5 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x0c6 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x0c7 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x0c8 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x0c9 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0ca 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0cb 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0cc 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0cd 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0ce 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x0cf 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0d0 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x0d1 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  8  0  0  0  0  0 0 None
0x0d2 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  8 16 16 16 16  0 0 Slow
0x0d3 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  8  0  0  0  0  0 0 None
0x0d4 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  8 16 16 16 16  0 0 Slow
0x0d5 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x0d6 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x0d7 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x0d8 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x0d9 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0da 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x0db 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0dc 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
So it seems that it is using Mesa (which is a software renderer, if I understand correctly). This would explain the performance issues.
 
Old 01-07-2012, 04:30 PM   #4
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Mesa also provides 3D acceleration. For some reason, though, it's not doing it here. If this is Debian, be sure to install (as I recall) linux-firmware-nonfree, and then revolt. If that doesn't help, or your using another distro, show the output of 'dmesg' and your Xorg log file.
 
Old 01-07-2012, 06:09 PM   #5
sovietJesus
LQ Newbie
 
Registered: Dec 2011
Posts: 17

Original Poster
Rep: Reputation: Disabled
Code:
[ 12805.301] 
X.Org X Server 1.9.5
Release Date: 2011-03-17
[ 12805.301] X Protocol Version 11, Revision 0
[ 12805.302] Build Operating System: Slackware 13.37 Slackware Linux Project
[ 12805.302] Current Operating System: Linux nick 3.1.6 #1 Wed Dec 28 02:30:52 EST 2011 i686
[ 12805.302] Kernel command line: BOOT_IMAGE=Linux-3.1.6 ro root=801 vt.default_utf8=0
[ 12805.302] Build Date: 18 March 2011  12:08:03AM
[ 12805.302]  
[ 12805.302] Current version of pixman: 0.20.2
[ 12805.302] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 12805.302] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 12805.303] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan  7 23:34:45 2012
[ 12805.303] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 12805.304] (==) No Layout section.  Using the first Screen section.
[ 12805.304] (==) No screen section available. Using defaults.
[ 12805.304] (**) |-->Screen "Default Screen Section" (0)
[ 12805.304] (**) |   |-->Monitor "<default monitor>"
[ 12805.304] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[ 12805.304] (==) Automatically adding devices
[ 12805.304] (==) Automatically enabling devices
[ 12805.304] (WW) The directory "/usr/share/fonts/local" does not exist.
[ 12805.304] 	Entry deleted from font path.
[ 12805.304] (WW) The directory "/usr/share/fonts/CID" does not exist.
[ 12805.304] 	Entry deleted from font path.
[ 12805.304] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/misc,
	/usr/share/fonts/75dpi/:unscaled,
	/usr/share/fonts/100dpi/:unscaled,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/cyrillic
[ 12805.304] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 12805.304] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 12805.304] (II) Loader magic: 0x81f0f80
[ 12805.304] (II) Module ABI versions:
[ 12805.304] 	X.Org ANSI C Emulation: 0.4
[ 12805.304] 	X.Org Video Driver: 8.0
[ 12805.304] 	X.Org XInput driver : 11.0
[ 12805.304] 	X.Org Server Extension : 4.0
[ 12805.305] (--) PCI:*(0:1:0:0) 1002:4c66:1028:011d rev 1, Mem @ 0xe8000000/134217728, 0xfcff0000/65536, I/O @ 0x0000c000/256, BIOS @ 0x????????/131072
[ 12805.306] (II) Open ACPI successful (/var/run/acpid.socket)
[ 12805.306] (II) LoadModule: "extmod"
[ 12805.306] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 12805.307] (II) Module extmod: vendor="X.Org Foundation"
[ 12805.307] 	compiled for 1.9.5, module version = 1.0.0
[ 12805.307] 	Module class: X.Org Server Extension
[ 12805.307] 	ABI class: X.Org Server Extension, version 4.0
[ 12805.307] (II) Loading extension MIT-SCREEN-SAVER
[ 12805.307] (II) Loading extension XFree86-VidModeExtension
[ 12805.307] (II) Loading extension XFree86-DGA
[ 12805.307] (II) Loading extension DPMS
[ 12805.307] (II) Loading extension XVideo
[ 12805.307] (II) Loading extension XVideo-MotionCompensation
[ 12805.307] (II) Loading extension X-Resource
[ 12805.307] (II) LoadModule: "dbe"
[ 12805.307] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 12805.308] (II) Module dbe: vendor="X.Org Foundation"
[ 12805.308] 	compiled for 1.9.5, module version = 1.0.0
[ 12805.308] 	Module class: X.Org Server Extension
[ 12805.308] 	ABI class: X.Org Server Extension, version 4.0
[ 12805.308] (II) Loading extension DOUBLE-BUFFER
[ 12805.308] (II) LoadModule: "glx"
[ 12805.308] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 12805.308] (II) Module glx: vendor="X.Org Foundation"
[ 12805.308] 	compiled for 1.9.5, module version = 1.0.0
[ 12805.308] 	ABI class: X.Org Server Extension, version 4.0
[ 12805.308] (==) AIGLX enabled
[ 12805.308] (II) Loading extension GLX
[ 12805.308] (II) LoadModule: "record"
[ 12805.309] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 12805.309] (II) Module record: vendor="X.Org Foundation"
[ 12805.309] 	compiled for 1.9.5, module version = 1.13.0
[ 12805.309] 	Module class: X.Org Server Extension
[ 12805.309] 	ABI class: X.Org Server Extension, version 4.0
[ 12805.309] (II) Loading extension RECORD
[ 12805.309] (II) LoadModule: "dri"
[ 12805.310] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 12805.310] (II) Module dri: vendor="X.Org Foundation"
[ 12805.310] 	compiled for 1.9.5, module version = 1.0.0
[ 12805.310] 	ABI class: X.Org Server Extension, version 4.0
[ 12805.310] (II) Loading extension XFree86-DRI
[ 12805.310] (II) LoadModule: "dri2"
[ 12805.311] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 12805.311] (II) Module dri2: vendor="X.Org Foundation"
[ 12805.311] 	compiled for 1.9.5, module version = 1.2.0
[ 12805.311] 	ABI class: X.Org Server Extension, version 4.0
[ 12805.311] (II) Loading extension DRI2
[ 12805.311] (==) Matched ati as autoconfigured driver 0
[ 12805.311] (==) Matched vesa as autoconfigured driver 1
[ 12805.311] (==) Matched fbdev as autoconfigured driver 2
[ 12805.311] (==) Assigned the driver to the xf86ConfigLayout
[ 12805.311] (II) LoadModule: "ati"
[ 12805.311] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[ 12805.408] (II) Module ati: vendor="X.Org Foundation"
[ 12805.408] 	compiled for 1.9.5, module version = 6.14.1
[ 12805.408] 	Module class: X.Org Video Driver
[ 12805.408] 	ABI class: X.Org Video Driver, version 8.0
[ 12805.408] (II) LoadModule: "radeon"
[ 12805.408] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[ 12805.408] (II) Module radeon: vendor="X.Org Foundation"
[ 12805.408] 	compiled for 1.9.5, module version = 6.14.1
[ 12805.408] 	Module class: X.Org Video Driver
[ 12805.408] 	ABI class: X.Org Video Driver, version 8.0
[ 12805.408] (II) LoadModule: "vesa"
[ 12805.408] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 12805.422] (II) Module vesa: vendor="X.Org Foundation"
[ 12805.422] 	compiled for 1.9.2, module version = 2.3.0
[ 12805.422] 	Module class: X.Org Video Driver
[ 12805.422] 	ABI class: X.Org Video Driver, version 8.0
[ 12805.422] (II) LoadModule: "fbdev"
[ 12805.432] (WW) Warning, couldn't open module fbdev
[ 12805.432] (II) UnloadModule: "fbdev"
[ 12805.432] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 12805.432] (II) RADEON: Driver for ATI Radeon chipsets:
It then lists a bunch of chipset names.
Code:
[    0.089416] pci 0000:00:1f.5: reg 10: [io  0xb800-0xb8ff]
[    0.089426] pci 0000:00:1f.5: reg 14: [io  0xbc40-0xbc7f]
[    0.089436] pci 0000:00:1f.5: reg 18: [mem 0xf4fff800-0xf4fff9ff]
[    0.089447] pci 0000:00:1f.5: reg 1c: [mem 0xf4fff400-0xf4fff4ff]
[    0.089485] pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
[    0.089490] pci 0000:00:1f.5: PME# disabled
[    0.089507] pci 0000:00:1f.6: [8086:24c6] type 0 class 0x000703
[    0.089524] pci 0000:00:1f.6: reg 10: [io  0xb400-0xb4ff]
[    0.089534] pci 0000:00:1f.6: reg 14: [io  0xb080-0xb0ff]
[    0.089585] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.089590] pci 0000:00:1f.6: PME# disabled
[    0.089616] pci 0000:01:00.0: [1002:4c66] type 0 class 0x000300
[    0.089632] pci 0000:01:00.0: reg 10: [mem 0xe8000000-0xefffffff pref]
[    0.089641] pci 0000:01:00.0: reg 14: [io  0xc000-0xc0ff]
[    0.089650] pci 0000:01:00.0: reg 18: [mem 0xfcff0000-0xfcffffff]
[    0.089674] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    0.089694] pci 0000:01:00.0: supports D1 D2
[    0.089728] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.089790] pci 0000:00:01.0:   bridge window [io  0xc000-0xcfff]
[    0.089795] pci 0000:00:01.0:   bridge window [mem 0xfc000000-0xfdffffff]
[    0.089800] pci 0000:00:01.0:   bridge window [mem 0xe8000000-0xefffffff pref]
[    0.089834] pci 0000:02:00.0: [14e4:16a6] type 0 class 0x000200
[    0.089857] pci 0000:02:00.0: reg 10: [mem 0xfaff0000-0xfaffffff 64bit]
[    0.089925] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.089931] pci 0000:02:00.0: PME# disabled
[    0.089953] pci 0000:02:01.0: [1217:7113] type 2 class 0x000607
[    0.089971] pci 0000:02:01.0: reg 10: [mem 0x00000000-0x00000fff]
[    0.089999] pci 0000:02:01.0: supports D1 D2
[    0.090002] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.090010] pci 0000:02:01.0: PME# disabled
[    0.090028] pci 0000:02:01.1: [1217:7113] type 2 class 0x000607
[    0.090046] pci 0000:02:01.1: reg 10: [mem 0x00000000-0x00000fff]
[    0.090065] pci 0000:02:01.1: supports D1 D2
[    0.090069] pci 0000:02:01.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.090074] pci 0000:02:01.1: PME# disabled
[    0.090099] pci 0000:02:03.0: [14e4:4320] type 0 class 0x000280
[    0.090116] pci 0000:02:03.0: reg 10: [mem 0xfafee000-0xfafeffff]
[    0.090173] pci 0000:02:03.0: supports D1 D2
[    0.090176] pci 0000:02:03.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.090181] pci 0000:02:03.0: PME# disabled
[    0.090219] pci 0000:00:1e.0: PCI bridge to [bus 02-02] (subtractive decode)
[    0.090283] pci 0000:00:1e.0:   bridge window [io  0xd000-0xefff]
[    0.090289] pci 0000:00:1e.0:   bridge window [mem 0xf6000000-0xfbffffff]
[    0.090296] pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
[    0.090301] pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[    0.090343] pci_bus 0000:03: [bus 03-06] partially hidden behind transparent bridge 0000:02 [bus 02-02]
[    0.090467] pci_bus 0000:07: [bus 07-0a] partially hidden behind transparent bridge 0000:02 [bus 02-02]
[    0.090571] pci_bus 0000:00: on NUMA node 0
[    0.090576] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.090878] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[    0.090934] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIE._PRT]
[    0.091141]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x0e)
[    0.105039] ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 *11)
[    0.105305] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *11
[    0.105564] ACPI: PCI Interrupt Link [LNKC] (IRQs 9 10 *11)
[    0.105822] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 9 10 *11)
[    0.106075] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.106578] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    0.107209] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.107305] vgaarb: loaded
[    0.107361] vgaarb: bridge control possible 0000:01:00.0
[    0.107649] SCSI subsystem initialized
[    0.107846] libata version 3.00 loaded.
[    0.108153] usbcore: registered new interface driver usbfs
[    0.108263] usbcore: registered new interface driver hub
[    0.108374] usbcore: registered new device driver usb
[    0.108739] Advanced Linux Sound Architecture Driver Version 1.0.24.
[    0.108800] PCI: Using ACPI for IRQ routing
[    0.108860] PCI: pci_cache_line_size set to 64 bytes
[    0.108922] reserve RAM buffer: 000000000009f000 - 000000000009ffff 
[    0.108926] reserve RAM buffer: 000000001ffae000 - 000000001fffffff 
[    0.109268] cfg80211: Calling CRDA to update world regulatory domain
[    0.109566] NetLabel: Initializing
[    0.109624] NetLabel:  domain hash size = 128
[    0.109681] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.109754] NetLabel:  unlabeled traffic allowed by default
[    0.109928] Switching to clocksource pit
[    0.112889] pnp: PnP ACPI init
[    0.112969] ACPI: bus type pnp registered
[    0.116567] pnp 00:00: [mem 0x00000000-0x0009fbff]
[    0.116571] pnp 00:00: [mem 0x0009fc00-0x0009ffff]
[    0.116575] pnp 00:00: [mem 0x000c0000-0x000cffff]
[    0.116579] pnp 00:00: [mem 0x000e0000-0x000fffff]
[    0.116583] pnp 00:00: [mem 0x00100000-0x1ffeffff]
[    0.116586] pnp 00:00: [mem 0x1fff0000-0x1fffffff]
[    0.116590] pnp 00:00: [mem 0xfeda0000-0xfedfffff]
[    0.116594] pnp 00:00: [mem 0xffb00000-0xffbfffff]
[    0.116735] system 00:00: [mem 0x00000000-0x0009fbff] could not be reserved
[    0.116801] system 00:00: [mem 0x0009fc00-0x0009ffff] could not be reserved
[    0.116863] system 00:00: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.116926] system 00:00: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.117012] system 00:00: [mem 0x00100000-0x1ffeffff] could not be reserved
[    0.117075] system 00:00: [mem 0x1fff0000-0x1fffffff] has been reserved
[    0.117137] system 00:00: [mem 0xfeda0000-0xfedfffff] has been reserved
[    0.117199] system 00:00: [mem 0xffb00000-0xffbfffff] has been reserved
[    0.117263] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.120383] pnp 00:01: [bus 00-ff]
[    0.120388] pnp 00:01: [io  0x0000-0x0cf7 window]
[    0.120391] pnp 00:01: [io  0x0cf8-0x0cff]
[    0.120395] pnp 00:01: [io  0x0d00-0xffff window]
[    0.120399] pnp 00:01: [mem 0x000a0000-0x000bffff window]
[    0.120403] pnp 00:01: [mem 0x000d0000-0x000dffff window]
[    0.120407] pnp 00:01: [mem 0x20000000-0xfed9ffff window]
[    0.120412] pnp 00:01: [mem 0xfee00000-0xffafffff window]
[    0.120524] pnp 00:01: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.120553] pnp 00:02: [io  0x0092]
[    0.120557] pnp 00:02: [io  0x00b2]
[    0.120566] pnp 00:02: [io  0x0020-0x0021]
[    0.120569] pnp 00:02: [io  0x00a0-0x00a1]
[    0.120573] pnp 00:02: [irq 2 disabled]
[    0.120577] pnp 00:02: [io  0x04d0-0x04d1]
[    0.120580] pnp 00:02: [io  0x0800-0x0805]
[    0.120583] pnp 00:02: [io  0x0808-0x080f]
[    0.120675] system 00:02: [io  0x04d0-0x04d1] has been reserved
[    0.120738] system 00:02: [io  0x0800-0x0805] has been reserved
[    0.120799] system 00:02: [io  0x0808-0x080f] has been reserved
[    0.120860] system 00:02: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.120889] pnp 00:03: [io  0xf400-0xf4fe]
[    0.120892] pnp 00:03: [io  0x0086]
[    0.120895] pnp 00:03: [io  0x00b3]
[    0.120898] pnp 00:03: [io  0x0806-0x0807]
[    0.120902] pnp 00:03: [io  0x0810-0x085f]
[    0.120905] pnp 00:03: [io  0x0860-0x087f]
[    0.120908] pnp 00:03: [io  0x0880-0x08bf]
[    0.120912] pnp 00:03: [io  0x08c0-0x08df]
[    0.120915] pnp 00:03: [io  0x08e0-0x08ff]
[    0.121030] system 00:03: [io  0xf400-0xf4fe] has been reserved
[    0.121093] system 00:03: [io  0x0806-0x0807] has been reserved
[    0.121154] system 00:03: [io  0x0810-0x085f] has been reserved
[    0.121215] system 00:03: [io  0x0860-0x087f] has been reserved
[    0.121276] system 00:03: [io  0x0880-0x08bf] has been reserved
[    0.121337] system 00:03: [io  0x08c0-0x08df] has been reserved
[    0.121398] system 00:03: [io  0x08e0-0x08ff] has been reserved
[    0.121459] system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.121487] pnp 00:04: [irq 12]
[    0.121551] pnp 00:04: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.121583] pnp 00:05: [io  0x0060]
[    0.121586] pnp 00:05: [io  0x0064]
[    0.121590] pnp 00:05: [irq 1]
[    0.121655] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.121680] pnp 00:06: [io  0x0070-0x0071]
[    0.121683] pnp 00:06: [irq 8]
[    0.121686] pnp 00:06: [io  0x0072-0x0077]
[    0.121750] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.121777] pnp 00:07: [io  0x0061]
[    0.121781] pnp 00:07: [io  0x0063]
[    0.121784] pnp 00:07: [io  0x0065]
[    0.121787] pnp 00:07: [io  0x0067]
[    0.121856] pnp 00:07: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.121881] pnp 00:08: [io  0x002e-0x002f]
[    0.121885] pnp 00:08: [io  0x004e-0x004f]
[    0.121888] pnp 00:08: [io  0x0900-0x097f]
[    0.122005] system 00:08: [io  0x0900-0x097f] has been reserved
[    0.122068] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.122097] pnp 00:09: [dma 4]
[    0.122101] pnp 00:09: [io  0x0000-0x000f]
[    0.122104] pnp 00:09: [io  0x0080-0x0085]
[    0.122108] pnp 00:09: [io  0x0087-0x008f]
[    0.122111] pnp 00:09: [io  0x00c0-0x00df]
[    0.122114] pnp 00:09: [io  0x0010-0x001f]
[    0.122117] pnp 00:09: [io  0x0090-0x0091]
[    0.122121] pnp 00:09: [io  0x0093-0x009f]
[    0.122185] pnp 00:09: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.122209] pnp 00:0a: [io  0x00f0-0x00ff]
[    0.122213] pnp 00:0a: [irq 13]
[    0.122282] pnp 00:0a: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.127293] pnp 00:0b: [irq 4]
[    0.127297] pnp 00:0b: [io  0x03f8-0x03ff]
[    0.127430] pnp 00:0b: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.134574] pnp 00:0c: [dma 1]
[    0.134578] pnp 00:0c: [irq 7]
[    0.134582] pnp 00:0c: [io  0x0378-0x037f]
[    0.134585] pnp 00:0c: [io  0x0778-0x077b]
[    0.134772] pnp 00:0c: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.136946] pnp: PnP ACPI: found 13 devices
[    0.137023] ACPI: ACPI bus type pnp unregistered
[    0.176305] Switching to clocksource acpi_pm
[    0.176391] PCI: max bus depth: 2 pci_try_num: 3
[    0.176427] pci 0000:00:1f.1: BAR 5: assigned [mem 0x20000000-0x200003ff]
[    0.176493] pci 0000:00:1f.1: BAR 5: set to [mem 0x20000000-0x200003ff] (PCI address [0x20000000-0x200003ff])
[    0.176590] pci 0000:00:1e.0: BAR 9: assigned [mem 0x24000000-0x2bffffff pref]
[    0.176684] pci 0000:01:00.0: BAR 6: assigned [mem 0xfc000000-0xfc01ffff pref]
[    0.176776] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.176837] pci 0000:00:01.0:   bridge window [io  0xc000-0xcfff]
[    0.176899] pci 0000:00:01.0:   bridge window [mem 0xfc000000-0xfdffffff]
[    0.176962] pci 0000:00:01.0:   bridge window [mem 0xe8000000-0xefffffff pref]
[    0.177073] Switched to NOHz mode on CPU #0
[    0.177148] pci 0000:02:01.0: BAR 0: assigned [mem 0xf8000000-0xf8000fff]
[    0.177213] pci 0000:02:01.0: BAR 0: set to [mem 0xf8000000-0xf8000fff] (PCI address [0xf8000000-0xf8000fff])
[    0.177310] pci 0000:02:01.1: BAR 0: assigned [mem 0x2c000000-0x2c000fff]
[    0.177374] pci 0000:02:01.1: BAR 0: set to [mem 0x2c000000-0x2c000fff] (PCI address [0x2c000000-0x2c000fff])
[    0.177471] pci 0000:02:01.1: BAR 10: assigned [mem 0x30000000-0x33ffffff]
[    0.177534] pci 0000:02:01.1: BAR 9: assigned [mem 0x24000000-0x27ffffff pref]
[    0.177626] pci 0000:02:01.1: BAR 8: assigned [io  0xd000-0xd0ff]
[    0.177687] pci 0000:02:01.1: BAR 7: assigned [io  0xd400-0xd4ff]
[    0.177749] pci 0000:02:01.0: BAR 10: assigned [mem 0x34000000-0x37ffffff]
[    0.177811] pci 0000:02:01.0: BAR 9: assigned [mem 0x28000000-0x2bffffff pref]
[    0.177904] pci 0000:02:01.0: BAR 8: assigned [io  0xd800-0xd8ff]
[    0.177965] pci 0000:02:01.0: BAR 7: assigned [io  0xdc00-0xdcff]
[    0.178045] pci 0000:02:01.0: CardBus bridge to [bus 03-06]
[    0.178105] pci 0000:02:01.0:   bridge window [io  0xdc00-0xdcff]
[    0.178168] pci 0000:02:01.0:   bridge window [io  0xd800-0xd8ff]
[    0.178231] pci 0000:02:01.0:   bridge window [mem 0x28000000-0x2bffffff pref]
[    0.178324] pci 0000:02:01.0:   bridge window [mem 0x34000000-0x37ffffff]
[    0.178388] pci 0000:02:01.1: CardBus bridge to [bus 07-0a]
[    0.179201] pci 0000:02:01.1:   bridge window [io  0xd400-0xd4ff]
[    0.179264] pci 0000:02:01.1:   bridge window [io  0xd000-0xd0ff]
[    0.179326] pci 0000:02:01.1:   bridge window [mem 0x24000000-0x27ffffff pref]
[    0.179420] pci 0000:02:01.1:   bridge window [mem 0x30000000-0x33ffffff]
[    0.179484] pci 0000:00:1e.0: PCI bridge to [bus 02-02]
[    0.179544] pci 0000:00:1e.0:   bridge window [io  0xd000-0xefff]
[    0.179608] pci 0000:00:1e.0:   bridge window [mem 0xf6000000-0xfbffffff]
[    0.179671] pci 0000:00:1e.0:   bridge window [mem 0x24000000-0x2bffffff pref]
[    0.179781] pci 0000:00:1e.0: setting latency timer to 64
[    0.179790] pci 0000:02:01.0: enabling device (0000 -> 0003)
[    0.180052] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[    0.180114] PCI: setting IRQ 11 as level-triggered
[    0.180121] pci 0000:02:01.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
[    0.180221] pci 0000:02:01.1: enabling device (0000 -> 0003)
[    0.180284] pci 0000:02:01.1: PCI INT A -> Link[LNKD] -> GSI 11 (level, low) -
 
Old 01-07-2012, 07:09 PM   #6
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
We need the full log file and the full output of 'dmesg'.
 
Old 01-07-2012, 10:49 PM   #7
sovietJesus
LQ Newbie
 
Registered: Dec 2011
Posts: 17

Original Poster
Rep: Reputation: Disabled
Complete X session log:
Code:
[    46.241] 
X.Org X Server 1.9.5
Release Date: 2011-03-17
[    45.241] X Protocol Version 11, Revision 0
[    45.241] Build Operating System: Slackware 13.37 Slackware Linux Project
[    45.241] Current Operating System: Linux nick 3.1.6 #1 Wed Dec 28 02:30:52 EST 2011 i686
[    45.241] Kernel command line: BOOT_IMAGE=Linux-3.1.6 ro root=801 vt.default_utf8=0
[    45.241] Build Date: 18 March 2011  12:08:03AM
[    45.241]  
[    45.264] Current version of pixman: 0.20.2
[    45.264] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    45.264] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    45.264] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan  8 04:41:57 2012
[    45.327] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    45.361] (==) No Layout section.  Using the first Screen section.
[    45.362] (==) No screen section available. Using defaults.
[    45.362] (**) |-->Screen "Default Screen Section" (0)
[    45.362] (**) |   |-->Monitor "<default monitor>"
[    45.362] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    45.362] (==) Automatically adding devices
[    45.362] (==) Automatically enabling devices
[    45.363] (WW) The directory "/usr/share/fonts/local" does not exist.
[    45.363] 	Entry deleted from font path.
[    45.363] (WW) The directory "/usr/share/fonts/CID" does not exist.
[    45.363] 	Entry deleted from font path.
[    45.444] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/misc,
	/usr/share/fonts/75dpi/:unscaled,
	/usr/share/fonts/100dpi/:unscaled,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/cyrillic
[    45.444] (==) ModulePath set to "/usr/lib/xorg/modules"
[    45.444] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    45.444] (II) Loader magic: 0x81f0f80
[    45.444] (II) Module ABI versions:
[    45.444] 	X.Org ANSI C Emulation: 0.4
[    45.444] 	X.Org Video Driver: 8.0
[    45.444] 	X.Org XInput driver : 11.0
[    45.444] 	X.Org Server Extension : 4.0
[    45.444] (--) PCI:*(0:1:0:0) 1002:4c66:1028:011d rev 1, Mem @ 0xe8000000/134217728, 0xfcff0000/65536, I/O @ 0x0000c000/256, BIOS @ 0x????????/131072
[    45.445] (II) Open ACPI successful (/var/run/acpid.socket)
[    45.445] (II) LoadModule: "extmod"
[    45.532] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    45.544] (II) Module extmod: vendor="X.Org Foundation"
[    45.544] 	compiled for 1.9.5, module version = 1.0.0
[    45.544] 	Module class: X.Org Server Extension
[    45.544] 	ABI class: X.Org Server Extension, version 4.0
[    45.544] (II) Loading extension MIT-SCREEN-SAVER
[    45.544] (II) Loading extension XFree86-VidModeExtension
[    45.544] (II) Loading extension XFree86-DGA
[    45.544] (II) Loading extension DPMS
[    45.544] (II) Loading extension XVideo
[    45.544] (II) Loading extension XVideo-MotionCompensation
[    45.544] (II) Loading extension X-Resource
[    45.544] (II) LoadModule: "dbe"
[    45.544] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    45.545] (II) Module dbe: vendor="X.Org Foundation"
[    45.545] 	compiled for 1.9.5, module version = 1.0.0
[    45.545] 	Module class: X.Org Server Extension
[    45.545] 	ABI class: X.Org Server Extension, version 4.0
[    45.545] (II) Loading extension DOUBLE-BUFFER
[    45.545] (II) LoadModule: "glx"
[    45.545] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    45.547] (II) Module glx: vendor="X.Org Foundation"
[    45.547] 	compiled for 1.9.5, module version = 1.0.0
[    45.547] 	ABI class: X.Org Server Extension, version 4.0
[    45.562] (==) AIGLX enabled
[    45.562] (II) Loading extension GLX
[    45.562] (II) LoadModule: "record"
[    45.562] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    45.567] (II) Module record: vendor="X.Org Foundation"
[    45.567] 	compiled for 1.9.5, module version = 1.13.0
[    45.567] 	Module class: X.Org Server Extension
[    45.567] 	ABI class: X.Org Server Extension, version 4.0
[    45.567] (II) Loading extension RECORD
[    45.567] (II) LoadModule: "dri"
[    45.567] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    45.580] (II) Module dri: vendor="X.Org Foundation"
[    45.580] 	compiled for 1.9.5, module version = 1.0.0
[    45.580] 	ABI class: X.Org Server Extension, version 4.0
[    45.580] (II) Loading extension XFree86-DRI
[    45.580] (II) LoadModule: "dri2"
[    45.581] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    45.582] (II) Module dri2: vendor="X.Org Foundation"
[    45.582] 	compiled for 1.9.5, module version = 1.2.0
[    45.582] 	ABI class: X.Org Server Extension, version 4.0
[    45.582] (II) Loading extension DRI2
[    45.582] (==) Matched ati as autoconfigured driver 0
[    45.582] (==) Matched vesa as autoconfigured driver 1
[    45.582] (==) Matched fbdev as autoconfigured driver 2
[    45.582] (==) Assigned the driver to the xf86ConfigLayout
[    45.582] (II) LoadModule: "ati"
[    45.582] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[    45.593] (II) Module ati: vendor="X.Org Foundation"
[    45.593] 	compiled for 1.9.5, module version = 6.14.1
[    45.593] 	Module class: X.Org Video Driver
[    45.593] 	ABI class: X.Org Video Driver, version 8.0
[    45.593] (II) LoadModule: "radeon"
[    45.593] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    45.613] (II) Module radeon: vendor="X.Org Foundation"
[    45.613] 	compiled for 1.9.5, module version = 6.14.1
[    45.613] 	Module class: X.Org Video Driver
[    45.613] 	ABI class: X.Org Video Driver, version 8.0
[    45.619] (II) LoadModule: "vesa"
[    45.619] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    45.629] (II) Module vesa: vendor="X.Org Foundation"
[    45.629] 	compiled for 1.9.2, module version = 2.3.0
[    45.629] 	Module class: X.Org Video Driver
[    45.629] 	ABI class: X.Org Video Driver, version 8.0
[    45.629] (II) LoadModule: "fbdev"
[    45.630] (WW) Warning, couldn't open module fbdev
[    45.630] (II) UnloadModule: "fbdev"
[    45.630] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    45.630] (II) RADEON: Driver for ATI Radeon chipsets:
	ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
	ATI Radeon Mobility X300 (M24) 3152 (PCIE),
	ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
	ATI Radeon X600 (RV380) 3E50 (PCIE),
	ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
	ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
	ATI FireGL X2 AK (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 Radeon 9650,
	ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
	ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), 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 X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
	ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
	ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
	ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
	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 FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
	ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
	ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
	ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
	ATI Radeon 9800XT NJ (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 QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
	ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
	ATI Radeon Mobility X300 (M22) 5460 (PCIE),
	ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
	ATI FireGL M22 GL 5464 (PCIE), 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 Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
	ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
	ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
	ATI FireGL unknown (R423) UR (PCIE),
	ATI FireGL unknown (R423) UT (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility Radeon X700 XL (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835,
	ATI Radeon XPRESS 200 5954 (PCIE),
	ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
	ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
	ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
	ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
	ATI Radeon XPRESS 200M 5975 (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 X300 (RV370) 5B60 (PCIE),
	ATI Radeon X600 (RV370) 5B62 (PCIE),
	ATI Radeon X550 (RV370) 5B63 (PCIE),
	ATI FireGL V3100 (RV370) 5B64 (PCIE),
	ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
	ATI Mobility Radeon X800 XT (M28) (PCIE),
	ATI Mobility FireGL V5100 (M28) (PCIE),
	ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
	ATI Radeon X850 XT PE (R480) (PCIE),
	ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
	ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
	ATI Radeon X850 XT (R480) (PCIE),
	ATI Radeon X800XT (R423) 5D57 (PCIE),
	ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
	ATI Radeon X700 PRO (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
	ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
	ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
	ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
	ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
	ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
	ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
	ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
	ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
	ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
	ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
	ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
	ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
	ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
	ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
	ATI Mobility Radeon X1700, ATI Radeon X2300HD,
	ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
	ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
	ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
	ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
	ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
	ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
	ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
	ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
	ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
	ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
	ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
	ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
	ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
	AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
	ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
	ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
	ATI Mobility Radeon HD 4670, ATI FirePro M5750,
	ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
	ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
	ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
	ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
	ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
	ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
	ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI RV670,
	ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
	ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
	ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
	ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
	ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
	ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
	ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
	ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
	ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
	ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
	ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100,
	ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
	ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6250 Graphics, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series,
	ATI Mobility Radeon HD 5800 Series,
	ATI Mobility Radeon HD 5800 Series,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
	ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
	ATI Mobility Radeon Graphics, CEDAR,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
	ATI Radeon HD 5450, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900 Series,
	AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
	BARTS, Mobility Radeon HD 6000 Series,
	Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
	CAICOS, CAICOS, CAICOS, CAICOS
[    45.633] (II) VESA: driver for VESA chipsets: vesa
[    45.633] (--) using VT number 7

[    45.637] (II) [KMS] drm report modesetting isn't supported.
[    45.638] (WW) Falling back to old probe method for vesa
[    45.638] (II) RADEON(0): TOTO SAYS 00000000fcff0000
[    45.638] (II) RADEON(0): MMIO registers at 0x00000000fcff0000: size 64KB
[    45.638] (II) RADEON(0): PCI bus 1 card 0 func 0
[    45.638] (II) RADEON(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    45.638] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[    45.638] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    45.638] (==) RADEON(0): Default visual is TrueColor
[    45.638] (II) Loading sub module "vgahw"
[    45.638] (II) LoadModule: "vgahw"
[    45.638] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[    45.648] (II) Module vgahw: vendor="X.Org Foundation"
[    45.648] 	compiled for 1.9.5, module version = 0.1.0
[    45.648] 	ABI class: X.Org Video Driver, version 8.0
[    45.648] (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
[    45.648] (==) RADEON(0): RGB weight 888
[    45.648] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[    45.648] (--) RADEON(0): Chipset: "ATI Radeon Mobility 9000 (M9) Lf (AGP)" (ChipID = 0x4c66)
[    45.648] (--) RADEON(0): Linear framebuffer at 0x00000000e8000000
[    45.648] (II) RADEON(0): AGP card detected
[    45.648] (II) Loading sub module "int10"
[    45.648] (II) LoadModule: "int10"
[    45.648] (II) Loading /usr/lib/xorg/modules/libint10.so
[    45.657] (II) Module int10: vendor="X.Org Foundation"
[    45.657] 	compiled for 1.9.5, module version = 1.0.0
[    45.657] 	ABI class: X.Org Video Driver, version 8.0
[    45.657] (II) RADEON(0): initializing int10
[    45.658] (II) RADEON(0): Primary V_BIOS segment is: 0xc000
[    45.658] (II) RADEON(0): Legacy BIOS detected
[    45.670] drmOpenDevice: node name is /dev/dri/card0
[    45.676] [drm] failed to load kernel module "radeon"
[    45.676] (EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM
[dri] Disabling DRI.
[    45.676] (II) RADEON(0): Detected total video RAM=32768K, accessible=65536K (PCI BAR=131072K)
[    45.676] (--) RADEON(0): Mapped VideoRAM: 32768 kByte (64 bit DDR SDRAM)
[    45.676] (II) RADEON(0): Color tiling enabled by default
[    45.676] (II) Loading sub module "ddc"
[    45.676] (II) LoadModule: "ddc"
[    45.676] (II) Module "ddc" already built-in
[    45.676] (II) Loading sub module "i2c"
[    45.676] (II) LoadModule: "i2c"
[    45.676] (II) Module "i2c" already built-in
[    45.677] (II) RADEON(0): ref_freq: 2700, min_out_pll: 20000, max_out_pll: 35000, min_in_pll: 40, max_in_pll: 3000, xclk: 20000, sclk: 220.000000, mclk: 200.000000
[    45.677] (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=35000; xclk=20000
[    45.677] (II) RADEON(0): DFP table revision: 3
[    45.677] (II) RADEON(0): Panel ID string: 6J5644141XB
            
[    45.677] (II) RADEON(0): Panel Size from BIOS: 1024x768
[    45.677] (II) RADEON(0): BIOS provided dividers will be used.
[    45.677] (WW) RADEON(0): LVDS Info:
XRes: 1024, YRes: 768, DotClock: 65000
HBlank: 320, HOverPlus: 24, HSyncWidth: 136
VBlank: 38, VOverPlus: 3, VSyncWidth: 6
[    45.677] (II) RADEON(0): Output VGA-0 has no monitor section
[    45.677] (II) RADEON(0): I2C bus "VGA-0" initialized.
[    45.677] (II) RADEON(0): Output DVI-0 has no monitor section
[    45.677] (II) RADEON(0): I2C bus "DVI-0" initialized.
[    45.678] (II) RADEON(0): Output LVDS has no monitor section
[    45.678] (II) RADEON(0): Output S-video has no monitor section
[    45.678] (II) RADEON(0): Default TV standard: NTSC
[    45.678] (II) RADEON(0): TV standards supported by chip: NTSC PAL NTSC-J 
[    45.678] (II) RADEON(0): Port0:
[    45.678]   XRANDR name: VGA-0
[    45.678]   Connector: VGA
[    45.678]   CRT1: INTERNAL_DAC1
[    45.678]   DDC reg: 0x60
[    45.678] (II) RADEON(0): Port1:
[    45.678]   XRANDR name: DVI-0
[    45.678]   Connector: DVI-D
[    45.678]   DFP1: INTERNAL_TMDS1
[    45.678]   DDC reg: 0x64
[    45.678] (II) RADEON(0): Port2:
[    45.678]   XRANDR name: LVDS
[    45.678]   Connector: LVDS
[    45.678]   LCD1: INTERNAL_LVDS
[    45.678]   DDC reg: 0x0
[    45.678] (II) RADEON(0): Port3:
[    45.678]   XRANDR name: S-video
[    45.678]   Connector: S-video
[    45.678]   TV1: INTERNAL_DAC2
[    45.678]   DDC reg: 0x0
[    45.678] (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
[    45.685] (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
[    45.685] finished output detect: 0
[    45.685] (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
[    45.688] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
[    45.688] finished output detect: 1
[    45.688] (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
[    45.688] finished output detect: 2
[    45.688] (II) RADEON(0): Output: S-video, Detected Monitor Type: 0
[    45.688] finished output detect: 3
[    45.688] finished all detect
[    45.695] (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
[    45.695] (II) RADEON(0): EDID for output VGA-0
[    45.698] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
[    45.698] (II) RADEON(0): EDID for output DVI-0
[    45.698] (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
[    45.698] (II) RADEON(0): Added native panel mode: 1024x768
[    45.698] (II) RADEON(0): Printing probed modes for output LVDS
[    45.698] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 (48.4 kHz)
[    45.698] (II) RADEON(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[    45.698] (II) RADEON(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
[    45.698] (II) RADEON(0): Output: S-video, Detected Monitor Type: 0
[    45.698] (II) RADEON(0): EDID for output S-video
[    45.698] (II) RADEON(0): Output VGA-0 disconnected
[    45.698] (II) RADEON(0): Output DVI-0 disconnected
[    45.698] (II) RADEON(0): Output LVDS connected
[    45.698] (II) RADEON(0): Output S-video disconnected
[    45.698] (II) RADEON(0): Using exact sizes for initial modes
[    45.698] (II) RADEON(0): Output LVDS using initial mode 1024x768
[    45.698] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
 
Old 01-07-2012, 10:50 PM   #8
sovietJesus
LQ Newbie
 
Registered: Dec 2011
Posts: 17

Original Poster
Rep: Reputation: Disabled
continued (it would not fit in one post)
Code:
[    45.698] (==) RADEON(0): DPI set to (96, 96)
[    45.698] (II) Loading sub module "fb"
[    45.698] (II) LoadModule: "fb"
[    45.699] (II) Loading /usr/lib/xorg/modules/libfb.so
[    45.715] (II) Module fb: vendor="X.Org Foundation"
[    45.715] 	compiled for 1.9.5, module version = 1.0.0
[    45.715] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    45.715] (II) Loading sub module "ramdac"
[    45.715] (II) LoadModule: "ramdac"
[    45.715] (II) Module "ramdac" already built-in
[    45.715] (==) RADEON(0): Using XAA acceleration architecture
[    45.715] (II) Loading sub module "xaa"
[    45.715] (II) LoadModule: "xaa"
[    45.715] (II) Loading /usr/lib/xorg/modules/libxaa.so
[    45.727] (II) Module xaa: vendor="X.Org Foundation"
[    45.727] 	compiled for 1.9.5, module version = 1.2.1
[    45.727] 	ABI class: X.Org Video Driver, version 8.0
[    45.727] (==) RADEON(0): Assuming overlay scaler buffer width is 1536
[    45.727] (II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
[    45.727] (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
[    45.727] (II) UnloadModule: "vesa"
[    45.727] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    45.727] (--) Depth 24 pixmap format is 32 bpp
[    45.727] (II) RADEON(0): RADEONScreenInit e8000000 0 0
[    45.812] Entering TV Save
[    45.812] Save TV timing tables
[    45.812] saveTimingTables: reading timing tables
[    45.812] TV Save done
[    46.813] (II) RADEON(0): Dynamic Power Management Disabled
[    46.813] (II) RADEON(0): RADEONInitMemoryMap() : 
[    46.813] (II) RADEON(0):   mem_size         : 0x04000000
[    46.813] (II) RADEON(0):   MC_FB_LOCATION   : 0xebffe800
[    46.813] (II) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
[    46.813] (II) RADEON(0): Depth moves disabled by default
[    46.813] (II) RADEON(0): Memory manager initialized to (0,0) (1024,8191)
[    46.813] (II) RADEON(0): Reserved area from (0,1024) to (1024,1026)
[    46.813] (II) RADEON(0): Largest offscreen area available: 1024 x 7165
[    46.852] (II) RADEON(0): RADEONRestoreMemMapRegisters() : 
[    46.852] (II) RADEON(0):   MC_FB_LOCATION   : 0xebffe800 0x1fff0000
[    46.852] (II) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
[    47.052] (==) RADEON(0): Backing store disabled
[    47.052] (WW) RADEON(0): Direct rendering disabled
[    47.052] (II) RADEON(0): Render acceleration disabled
[    47.052] (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
[    47.052] 	Screen to screen bit blits
[    47.052] 	Solid filled rectangles
[    47.052] 	8x8 mono pattern filled rectangles
[    47.052] 	Indirect CPU to Screen color expansion
[    47.052] 	Solid Lines
[    47.052] 	Scanline Image Writes
[    47.052] 	Setting up tile and stipple cache:
[    47.052] 		32 128x128 slots
[    47.052] 		32 256x256 slots
[    47.052] 		16 512x512 slots
[    47.052] (II) RADEON(0): Acceleration enabled
[    47.052] (==) RADEON(0): DPMS enabled
[    47.052] (==) RADEON(0): Silken mouse enabled
[    47.053] (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00402000
[    47.053] (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00406000
[    47.053] (II) RADEON(0): Largest offscreen area available: 1024 x 7157
[    47.053] (II) RADEON(0): No video input capabilities detected and no information is provided - disabling multimedia i2c
[    47.053] (II) Loading sub module "theatre_detect"
[    47.053] (II) LoadModule: "theatre_detect"
[    47.053] (II) Loading /usr/lib/xorg/modules/multimedia/theatre_detect_drv.so
[    47.066] (II) Module theatre_detect: vendor="X.Org Foundation"
[    47.066] 	compiled for 1.9.5, module version = 1.0.0
[    47.066] 	ABI class: X.Org Video Driver, version 8.0
[    47.066] (II) RADEON(0): no multimedia table present, disabling Rage Theatre.
[    47.066] (II) RADEON(0): Set up overlay video
[    47.066] (II) RADEON(0): Set up textured video
[    47.089] disable primary dac
[    47.089] disable FP1
[    48.090] disable TV
[    49.090] init memmap
[    49.090] init common
[    49.090] init crtc1
[    49.090] init pll1
[    49.090] restore memmap
[    49.090] (II) RADEON(0): RADEONRestoreMemMapRegisters() : 
[    49.090] (II) RADEON(0):   MC_FB_LOCATION   : 0xebffe800 0xebffe800
[    49.090] (II) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
[    49.191] restore common
[    49.291] restore crtc1
[    49.291] restore pll1
[    49.291] set RMX
[    49.291] set LVDS
[    49.291] enable LVDS
[    50.291] disable primary dac
[    50.291] disable FP1
[    50.291] disable TV
[    50.291] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    50.291] (--) RandR disabled
[    50.292] (II) Initializing built-in extension Generic Event Extension
[    50.292] (II) Initializing built-in extension SHAPE
[    50.292] (II) Initializing built-in extension MIT-SHM
[    50.292] (II) Initializing built-in extension XInputExtension
[    50.292] (II) Initializing built-in extension XTEST
[    50.292] (II) Initializing built-in extension BIG-REQUESTS
[    50.292] (II) Initializing built-in extension SYNC
[    50.292] (II) Initializing built-in extension XKEYBOARD
[    50.292] (II) Initializing built-in extension XC-MISC
[    50.292] (II) Initializing built-in extension XINERAMA
[    50.292] (II) Initializing built-in extension XFIXES
[    50.292] (II) Initializing built-in extension RENDER
[    50.292] (II) Initializing built-in extension RANDR
[    50.292] (II) Initializing built-in extension COMPOSITE
[    50.292] (II) Initializing built-in extension DAMAGE
[    50.312] (II) AIGLX: Screen 0 is not DRI2 capable
[    50.312] (II) AIGLX: Screen 0 is not DRI capable
[    50.418] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
[    50.418] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    50.419] (II) RADEON(0): Setting screen physical size to 270 x 203
[    51.043] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[    51.043] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    51.043] (**) Video Bus: Applying InputClass "keyboard-all"
[    51.043] (II) LoadModule: "evdev"
[    51.043] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    51.054] (II) Module evdev: vendor="X.Org Foundation"
[    51.054] 	compiled for 1.9.3, module version = 2.6.0
[    51.054] 	Module class: X.Org XInput Driver
[    51.054] 	ABI class: X.Org XInput driver, version 11.0
[    51.054] (**) Video Bus: always reports core events
[    51.054] (**) Video Bus: Device: "/dev/input/event3"
[    51.054] (--) Video Bus: Found keys
[    51.054] (II) Video Bus: Configuring as keyboard
[    51.054] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[    51.054] (**) Option "xkb_rules" "evdev"
[    51.054] (**) Option "xkb_model" "evdev"
[    51.054] (**) Option "xkb_layout" "us"
[    51.054] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    51.137] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    51.137] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    51.137] (**) Power Button: Applying InputClass "keyboard-all"
[    51.137] (**) Power Button: always reports core events
[    51.137] (**) Power Button: Device: "/dev/input/event1"
[    51.137] (--) Power Button: Found keys
[    51.137] (II) Power Button: Configuring as keyboard
[    51.137] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    51.137] (**) Option "xkb_rules" "evdev"
[    51.137] (**) Option "xkb_model" "evdev"
[    51.137] (**) Option "xkb_layout" "us"
[    51.137] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    51.138] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    51.138] (II) No input driver/identifier specified (ignoring)
[    51.138] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    51.138] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    51.138] (**) Sleep Button: Applying InputClass "keyboard-all"
[    51.138] (**) Sleep Button: always reports core events
[    51.138] (**) Sleep Button: Device: "/dev/input/event2"
[    51.138] (--) Sleep Button: Found keys
[    51.138] (II) Sleep Button: Configuring as keyboard
[    51.138] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[    51.138] (**) Option "xkb_rules" "evdev"
[    51.138] (**) Option "xkb_model" "evdev"
[    51.138] (**) Option "xkb_layout" "us"
[    51.138] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    51.146] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    51.146] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    51.146] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard-all"
[    51.146] (**) AT Translated Set 2 keyboard: always reports core events
[    51.146] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[    51.146] (--) AT Translated Set 2 keyboard: Found keys
[    51.146] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    51.146] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    51.146] (**) Option "xkb_rules" "evdev"
[    51.146] (**) Option "xkb_model" "evdev"
[    51.146] (**) Option "xkb_layout" "us"
[    51.146] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    51.147] (II) config/udev: Adding input device DualPoint Stick (/dev/input/event5)
[    51.147] (**) DualPoint Stick: Applying InputClass "evdev pointer catchall"
[    51.147] (**) DualPoint Stick: always reports core events
[    51.147] (**) DualPoint Stick: Device: "/dev/input/event5"
[    51.147] (--) DualPoint Stick: Found 3 mouse buttons
[    51.147] (--) DualPoint Stick: Found relative axes
[    51.147] (--) DualPoint Stick: Found x and y relative axes
[    51.147] (II) DualPoint Stick: Configuring as mouse
[    51.147] (**) DualPoint Stick: YAxisMapping: buttons 4 and 5
[    51.147] (**) DualPoint Stick: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    51.147] (II) XINPUT: Adding extended input device "DualPoint Stick" (type: MOUSE)
[    51.147] (**) DualPoint Stick: (accel) keeping acceleration scheme 1
[    51.147] (**) DualPoint Stick: (accel) acceleration profile 0
[    51.147] (**) DualPoint Stick: (accel) acceleration factor: 2.000
[    51.147] (**) DualPoint Stick: (accel) acceleration threshold: 4
[    51.147] (II) DualPoint Stick: initialized for relative axes.
[    51.148] (II) config/udev: Adding input device DualPoint Stick (/dev/input/mouse0)
[    51.148] (II) No input driver/identifier specified (ignoring)
[    51.148] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/event6)
[    51.148] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "evdev touchpad catchall"
[    51.148] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "touchpad"
[    51.148] (II) LoadModule: "synaptics"
[    51.148] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    51.149] (II) Module synaptics: vendor="X.Org Foundation"
[    51.149] 	compiled for 1.9.4, module version = 1.4.0
[    51.149] 	Module class: X.Org XInput Driver
[    51.149] 	ABI class: X.Org XInput driver, version 11.0
[    51.150] (**) Option "Device" "/dev/input/event6"
[    51.150] (--) AlpsPS/2 ALPS DualPoint TouchPad: x-axis range 0 - 1023
[    51.150] (--) AlpsPS/2 ALPS DualPoint TouchPad: y-axis range 0 - 767
[    51.150] (--) AlpsPS/2 ALPS DualPoint TouchPad: pressure range 0 - 127
[    51.150] (--) AlpsPS/2 ALPS DualPoint TouchPad: buttons: left right middle
[    51.150] (--) AlpsPS/2 ALPS DualPoint TouchPad: invalid finger width range.  defaulting to 0 - 16
[    51.150] (**) Option "TapButton1" "1"
[    51.150] (**) Option "TapButton2" "2"
[    51.150] (**) Option "TapButton3" "3"
[    51.150] (--) AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[    51.150] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[    51.150] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint TouchPad" (type: TOUCHPAD)
[    51.150] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    51.150] (**) AlpsPS/2 ALPS DualPoint TouchPad: MaxSpeed is now 1.75
[    51.150] (**) AlpsPS/2 ALPS DualPoint TouchPad: AccelFactor is now 0.156
[    51.150] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) keeping acceleration scheme 1
[    51.150] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration profile 1
[    51.150] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration factor: 2.000
[    51.150] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration threshold: 4
[    51.150] (--) AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[    51.151] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/mouse1)
[    51.151] (II) No input driver/identifier specified (ignoring)


---------- Post added 01-07-12 at 11:50 PM ----------

continued (it would not fit in one post)
Code:
[    45.698] (==) RADEON(0): DPI set to (96, 96)
[    45.698] (II) Loading sub module "fb"
[    45.698] (II) LoadModule: "fb"
[    45.699] (II) Loading /usr/lib/xorg/modules/libfb.so
[    45.715] (II) Module fb: vendor="X.Org Foundation"
[    45.715] 	compiled for 1.9.5, module version = 1.0.0
[    45.715] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    45.715] (II) Loading sub module "ramdac"
[    45.715] (II) LoadModule: "ramdac"
[    45.715] (II) Module "ramdac" already built-in
[    45.715] (==) RADEON(0): Using XAA acceleration architecture
[    45.715] (II) Loading sub module "xaa"
[    45.715] (II) LoadModule: "xaa"
[    45.715] (II) Loading /usr/lib/xorg/modules/libxaa.so
[    45.727] (II) Module xaa: vendor="X.Org Foundation"
[    45.727] 	compiled for 1.9.5, module version = 1.2.1
[    45.727] 	ABI class: X.Org Video Driver, version 8.0
[    45.727] (==) RADEON(0): Assuming overlay scaler buffer width is 1536
[    45.727] (II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
[    45.727] (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
[    45.727] (II) UnloadModule: "vesa"
[    45.727] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    45.727] (--) Depth 24 pixmap format is 32 bpp
[    45.727] (II) RADEON(0): RADEONScreenInit e8000000 0 0
[    45.812] Entering TV Save
[    45.812] Save TV timing tables
[    45.812] saveTimingTables: reading timing tables
[    45.812] TV Save done
[    46.813] (II) RADEON(0): Dynamic Power Management Disabled
[    46.813] (II) RADEON(0): RADEONInitMemoryMap() : 
[    46.813] (II) RADEON(0):   mem_size         : 0x04000000
[    46.813] (II) RADEON(0):   MC_FB_LOCATION   : 0xebffe800
[    46.813] (II) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
[    46.813] (II) RADEON(0): Depth moves disabled by default
[    46.813] (II) RADEON(0): Memory manager initialized to (0,0) (1024,8191)
[    46.813] (II) RADEON(0): Reserved area from (0,1024) to (1024,1026)
[    46.813] (II) RADEON(0): Largest offscreen area available: 1024 x 7165
[    46.852] (II) RADEON(0): RADEONRestoreMemMapRegisters() : 
[    46.852] (II) RADEON(0):   MC_FB_LOCATION   : 0xebffe800 0x1fff0000
[    46.852] (II) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
[    47.052] (==) RADEON(0): Backing store disabled
[    47.052] (WW) RADEON(0): Direct rendering disabled
[    47.052] (II) RADEON(0): Render acceleration disabled
[    47.052] (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
[    47.052] 	Screen to screen bit blits
[    47.052] 	Solid filled rectangles
[    47.052] 	8x8 mono pattern filled rectangles
[    47.052] 	Indirect CPU to Screen color expansion
[    47.052] 	Solid Lines
[    47.052] 	Scanline Image Writes
[    47.052] 	Setting up tile and stipple cache:
[    47.052] 		32 128x128 slots
[    47.052] 		32 256x256 slots
[    47.052] 		16 512x512 slots
[    47.052] (II) RADEON(0): Acceleration enabled
[    47.052] (==) RADEON(0): DPMS enabled
[    47.052] (==) RADEON(0): Silken mouse enabled
[    47.053] (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00402000
[    47.053] (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00406000
[    47.053] (II) RADEON(0): Largest offscreen area available: 1024 x 7157
[    47.053] (II) RADEON(0): No video input capabilities detected and no information is provided - disabling multimedia i2c
[    47.053] (II) Loading sub module "theatre_detect"
[    47.053] (II) LoadModule: "theatre_detect"
[    47.053] (II) Loading /usr/lib/xorg/modules/multimedia/theatre_detect_drv.so
[    47.066] (II) Module theatre_detect: vendor="X.Org Foundation"
[    47.066] 	compiled for 1.9.5, module version = 1.0.0
[    47.066] 	ABI class: X.Org Video Driver, version 8.0
[    47.066] (II) RADEON(0): no multimedia table present, disabling Rage Theatre.
[    47.066] (II) RADEON(0): Set up overlay video
[    47.066] (II) RADEON(0): Set up textured video
[    47.089] disable primary dac
[    47.089] disable FP1
[    48.090] disable TV
[    49.090] init memmap
[    49.090] init common
[    49.090] init crtc1
[    49.090] init pll1
[    49.090] restore memmap
[    49.090] (II) RADEON(0): RADEONRestoreMemMapRegisters() : 
[    49.090] (II) RADEON(0):   MC_FB_LOCATION   : 0xebffe800 0xebffe800
[    49.090] (II) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
[    49.191] restore common
[    49.291] restore crtc1
[    49.291] restore pll1
[    49.291] set RMX
[    49.291] set LVDS
[    49.291] enable LVDS
[    50.291] disable primary dac
[    50.291] disable FP1
[    50.291] disable TV
[    50.291] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    50.291] (--) RandR disabled
[    50.292] (II) Initializing built-in extension Generic Event Extension
[    50.292] (II) Initializing built-in extension SHAPE
[    50.292] (II) Initializing built-in extension MIT-SHM
[    50.292] (II) Initializing built-in extension XInputExtension
[    50.292] (II) Initializing built-in extension XTEST
[    50.292] (II) Initializing built-in extension BIG-REQUESTS
[    50.292] (II) Initializing built-in extension SYNC
[    50.292] (II) Initializing built-in extension XKEYBOARD
[    50.292] (II) Initializing built-in extension XC-MISC
[    50.292] (II) Initializing built-in extension XINERAMA
[    50.292] (II) Initializing built-in extension XFIXES
[    50.292] (II) Initializing built-in extension RENDER
[    50.292] (II) Initializing built-in extension RANDR
[    50.292] (II) Initializing built-in extension COMPOSITE
[    50.292] (II) Initializing built-in extension DAMAGE
[    50.312] (II) AIGLX: Screen 0 is not DRI2 capable
[    50.312] (II) AIGLX: Screen 0 is not DRI capable
[    50.418] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
[    50.418] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    50.419] (II) RADEON(0): Setting screen physical size to 270 x 203
[    51.043] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[    51.043] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    51.043] (**) Video Bus: Applying InputClass "keyboard-all"
[    51.043] (II) LoadModule: "evdev"
[    51.043] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    51.054] (II) Module evdev: vendor="X.Org Foundation"
[    51.054] 	compiled for 1.9.3, module version = 2.6.0
[    51.054] 	Module class: X.Org XInput Driver
[    51.054] 	ABI class: X.Org XInput driver, version 11.0
[    51.054] (**) Video Bus: always reports core events
[    51.054] (**) Video Bus: Device: "/dev/input/event3"
[    51.054] (--) Video Bus: Found keys
[    51.054] (II) Video Bus: Configuring as keyboard
[    51.054] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[    51.054] (**) Option "xkb_rules" "evdev"
[    51.054] (**) Option "xkb_model" "evdev"
[    51.054] (**) Option "xkb_layout" "us"
[    51.054] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    51.137] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    51.137] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    51.137] (**) Power Button: Applying InputClass "keyboard-all"
[    51.137] (**) Power Button: always reports core events
[    51.137] (**) Power Button: Device: "/dev/input/event1"
[    51.137] (--) Power Button: Found keys
[    51.137] (II) Power Button: Configuring as keyboard
[    51.137] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    51.137] (**) Option "xkb_rules" "evdev"
[    51.137] (**) Option "xkb_model" "evdev"
[    51.137] (**) Option "xkb_layout" "us"
[    51.137] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    51.138] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    51.138] (II) No input driver/identifier specified (ignoring)
[    51.138] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    51.138] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    51.138] (**) Sleep Button: Applying InputClass "keyboard-all"
[    51.138] (**) Sleep Button: always reports core events
[    51.138] (**) Sleep Button: Device: "/dev/input/event2"
[    51.138] (--) Sleep Button: Found keys
[    51.138] (II) Sleep Button: Configuring as keyboard
[    51.138] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[    51.138] (**) Option "xkb_rules" "evdev"
[    51.138] (**) Option "xkb_model" "evdev"
[    51.138] (**) Option "xkb_layout" "us"
[    51.138] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    51.146] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    51.146] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    51.146] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard-all"
[    51.146] (**) AT Translated Set 2 keyboard: always reports core events
[    51.146] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[    51.146] (--) AT Translated Set 2 keyboard: Found keys
[    51.146] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    51.146] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    51.146] (**) Option "xkb_rules" "evdev"
[    51.146] (**) Option "xkb_model" "evdev"
[    51.146] (**) Option "xkb_layout" "us"
[    51.146] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    51.147] (II) config/udev: Adding input device DualPoint Stick (/dev/input/event5)
[    51.147] (**) DualPoint Stick: Applying InputClass "evdev pointer catchall"
[    51.147] (**) DualPoint Stick: always reports core events
[    51.147] (**) DualPoint Stick: Device: "/dev/input/event5"
[    51.147] (--) DualPoint Stick: Found 3 mouse buttons
[    51.147] (--) DualPoint Stick: Found relative axes
[    51.147] (--) DualPoint Stick: Found x and y relative axes
[    51.147] (II) DualPoint Stick: Configuring as mouse
[    51.147] (**) DualPoint Stick: YAxisMapping: buttons 4 and 5
[    51.147] (**) DualPoint Stick: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    51.147] (II) XINPUT: Adding extended input device "DualPoint Stick" (type: MOUSE)
[    51.147] (**) DualPoint Stick: (accel) keeping acceleration scheme 1
[    51.147] (**) DualPoint Stick: (accel) acceleration profile 0
[    51.147] (**) DualPoint Stick: (accel) acceleration factor: 2.000
[    51.147] (**) DualPoint Stick: (accel) acceleration threshold: 4
[    51.147] (II) DualPoint Stick: initialized for relative axes.
[    51.148] (II) config/udev: Adding input device DualPoint Stick (/dev/input/mouse0)
[    51.148] (II) No input driver/identifier specified (ignoring)
[    51.148] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/event6)
[    51.148] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "evdev touchpad catchall"
[    51.148] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "touchpad"
[    51.148] (II) LoadModule: "synaptics"
[    51.148] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    51.149] (II) Module synaptics: vendor="X.Org Foundation"
[    51.149] 	compiled for 1.9.4, module version = 1.4.0
[    51.149] 	Module class: X.Org XInput Driver
[    51.149] 	ABI class: X.Org XInput driver, version 11.0
[    51.150] (**) Option "Device" "/dev/input/event6"
[    51.150] (--) AlpsPS/2 ALPS DualPoint TouchPad: x-axis range 0 - 1023
[    51.150] (--) AlpsPS/2 ALPS DualPoint TouchPad: y-axis range 0 - 767
[    51.150] (--) AlpsPS/2 ALPS DualPoint TouchPad: pressure range 0 - 127
[    51.150] (--) AlpsPS/2 ALPS DualPoint TouchPad: buttons: left right middle
[    51.150] (--) AlpsPS/2 ALPS DualPoint TouchPad: invalid finger width range.  defaulting to 0 - 16
[    51.150] (**) Option "TapButton1" "1"
[    51.150] (**) Option "TapButton2" "2"
[    51.150] (**) Option "TapButton3" "3"
[    51.150] (--) AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[    51.150] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[    51.150] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint TouchPad" (type: TOUCHPAD)
[    51.150] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    51.150] (**) AlpsPS/2 ALPS DualPoint TouchPad: MaxSpeed is now 1.75
[    51.150] (**) AlpsPS/2 ALPS DualPoint TouchPad: AccelFactor is now 0.156
[    51.150] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) keeping acceleration scheme 1
[    51.150] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration profile 1
[    51.150] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration factor: 2.000
[    51.150] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration threshold: 4
[    51.150] (--) AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[    51.151] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/mouse1)
[    51.151] (II) No input driver/identifier specified (ignoring)
 
Old 01-07-2012, 10:52 PM   #9
sovietJesus
LQ Newbie
 
Registered: Dec 2011
Posts: 17

Original Poster
Rep: Reputation: Disabled
dmesg:
Code:
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.1.6 (root@nick) (gcc version 4.5.2 (GCC) ) #1 Wed Dec 28 02:30:52 EST 2011
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[    0.000000]  BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000001ffae000 (usable)
[    0.000000]  BIOS-e820: 000000001ffae000 - 0000000020000000 (reserved)
[    0.000000]  BIOS-e820: 00000000feda0000 - 00000000fee00000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] DMI 2.3 present.
[    0.000000] DMI: Dell Computer Corporation Latitude D600                   /0X2034, BIOS A16 06/29/2005
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x1ffae max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FE0000000 write-back
[    0.000000]   1 base 0FEDA0000 mask FFFFE0000 write-through
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] PAT not supported by CPU.
[    0.000000] initial memory mapped : 0 - 01c00000
[    0.000000] Base memory trampoline at [c009e000] 9e000 size 4096
[    0.000000] init_memory_mapping: 0000000000000000-000000001ffae000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 001fc00000 page 2M
[    0.000000]  001fc00000 - 001ffae000 page 4k
[    0.000000] kernel direct mapping tables up to 1ffae000 @ 1bfb000-1c00000
[    0.000000] ACPI: RSDP 000fdf00 00014 (v00 DELL  )
[    0.000000] ACPI: RSDT 1fff0000 0002C (v01 DELL    CPi R   27D5061D ASL  00000061)
[    0.000000] ACPI: FACP 1fff0400 00074 (v01 DELL    CPi R   27D5061D ASL  00000061)
[    0.000000] ACPI: DSDT 1fff0c00 02E1A (v01 INT430 SYSFexxx 00001001 MSFT 0100000E)
[    0.000000] ACPI: FACS 1ffff800 00040
[    0.000000] ACPI: ASF! 1fff0800 0005B (v16 DELL    CPi R   27D5061D ASL  00000061)
[    0.000000] 511MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 1ffae000
[    0.000000]   low ram: 0 - 1ffae000
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x0001ffae
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0001ffae
[    0.000000] On node 0 totalpages: 130877
[    0.000000] free_area_init_node: node 0, pgdat c177fdc0, node_mem_map dfbae200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3951 pages, LIFO batch:0
[    0.000000]   Normal zone: 992 pages used for memmap
[    0.000000]   Normal zone: 125902 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] Allocating PCI resources starting at 20000000 (gap: 20000000:deda0000)
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129853
[    0.000000] Kernel command line: BOOT_IMAGE=Linux-3.1.6 ro root=801 vt.default_utf8=0
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Memory: 510252k/523960k available (5461k kernel code, 13256k reserved, 2259k data, 368k init, 0k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfffe3000 - 0xfffff000   ( 112 kB)
[    0.000000]     vmalloc : 0xe07ae000 - 0xfffe1000   ( 504 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xdffae000   ( 511 MB)
[    0.000000]       .init : 0xc178b000 - 0xc17e7000   ( 368 kB)
[    0.000000]       .data : 0xc15556c0 - 0xc178a500   (2259 kB)
[    0.000000]       .text : 0xc1000000 - 0xc15556c0   (5461 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] CPU 0 irqstacks, hard=df408000 soft=df40a000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1395.341 MHz processor.
[    0.001001] Calibrating delay loop (skipped), value calculated using timer frequency.. 2790.68 BogoMIPS (lpj=1395341)
[    0.002058] pid_max: default: 32768 minimum: 301
[    0.002139] Security Framework initialized
[    0.002209] Mount-cache hash table entries: 512
[    0.002411] Initializing cgroup subsys cpuacct
[    0.002471] Initializing cgroup subsys freezer
[    0.002564] mce: CPU supports 5 MCE banks
[    0.002634] CPU: Intel(R) Pentium(R) M processor 1400MHz stepping 05
[    0.002807] ACPI: Core revision 20110623
[    0.005180] ACPI: setting ELCR to 0200 (from 0800)
[    0.006055] Performance Events: 
[    0.006083] no APIC, boot with the "lapic" boot parameter to force-enable it.
[    0.006193] no hardware sampling interrupt available.
[    0.006252] p6 PMU driver.
[    0.006308] ... version:                0
[    0.006365] ... bit width:              32
[    0.006421] ... generic registers:      2
[    0.006478] ... value mask:             00000000ffffffff
[    0.006536] ... max period:             000000007fffffff
[    0.007001] ... fixed-purpose events:   0
[    0.007058] ... event mask:             0000000000000003
[    0.007613] NET: Registered protocol family 16
[    0.007757] kworker/u:0 used greatest stack depth: 7456 bytes left
[    0.007889] kworker/u:0 used greatest stack depth: 7224 bytes left
[    0.008355] ACPI: bus type pci registered
[    0.042453] PCI: PCI BIOS revision 2.10 entry at 0xfc96e, last bus=2
[    0.042514] PCI: Using configuration type 1 for base access
[    0.043741] kworker/u:0 used greatest stack depth: 7048 bytes left
[    0.052653] bio: create slab <bio-0> at 0
[    0.052846] ACPI: Added _OSI(Module Device)
[    0.052905] ACPI: Added _OSI(Processor Device)
[    0.052963] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.053027] ACPI: Added _OSI(Processor Aggregator Device)
[    0.053720] ACPI: EC: Look up EC in DSDT
[    0.057887] ACPI: Interpreter enabled
[    0.057945] ACPI: (supports S0 S5)
[    0.058051] ACPI: Using PIC for interrupt routing
[    0.079055] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.079125] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.082346] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.088584] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.088589] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.088594] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.088598] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff] (ignored)
[    0.088603] pci_root PNP0A03:00: host bridge window [mem 0x20000000-0xfed9ffff] (ignored)
[    0.088607] pci_root PNP0A03:00: host bridge window [mem 0xfee00000-0xffafffff] (ignored)
[    0.088624] pci 0000:00:00.0: [8086:3340] type 0 class 0x000600
[    0.088634] pci 0000:00:00.0: reg 10: [mem 0xe0000000-0xe7ffffff pref]
[    0.088675] pci 0000:00:01.0: [8086:3341] type 1 class 0x000604
[    0.088731] pci 0000:00:1d.0: [8086:24c2] type 0 class 0x000c03
[    0.088776] pci 0000:00:1d.0: reg 20: [io  0xbf80-0xbf9f]
[    0.088809] pci 0000:00:1d.1: [8086:24c4] type 0 class 0x000c03
[    0.088853] pci 0000:00:1d.1: reg 20: [io  0xbf40-0xbf5f]
[    0.088886] pci 0000:00:1d.2: [8086:24c7] type 0 class 0x000c03
[    0.088931] pci 0000:00:1d.2: reg 20: [io  0xbf20-0xbf3f]
[    0.088975] pci 0000:00:1d.7: [8086:24cd] type 0 class 0x000c03
[    0.089005] pci 0000:00:1d.7: reg 10: [mem 0xf4fffc00-0xf4ffffff]
[    0.089085] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.089091] pci 0000:00:1d.7: PME# disabled
[    0.089112] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[    0.089154] pci 0000:00:1f.0: [8086:24cc] type 0 class 0x000601
[    0.089232] pci 0000:00:1f.1: [8086:24ca] type 0 class 0x000101
[    0.089247] pci 0000:00:1f.1: reg 10: [io  0x01f0-0x01f7]
[    0.089258] pci 0000:00:1f.1: reg 14: [io  0x03f4-0x03f7]
[    0.089269] pci 0000:00:1f.1: reg 18: [io  0x0170-0x0177]
[    0.089280] pci 0000:00:1f.1: reg 1c: [io  0x0374-0x0377]
[    0.089291] pci 0000:00:1f.1: reg 20: [io  0xbfa0-0xbfaf]
[    0.089303] pci 0000:00:1f.1: reg 24: [mem 0x00000000-0x000003ff]
[    0.089335] pci 0000:00:1f.5: [8086:24c5] type 0 class 0x000401
[    0.089352] pci 0000:00:1f.5: reg 10: [io  0xb800-0xb8ff]
[    0.089362] pci 0000:00:1f.5: reg 14: [io  0xbc40-0xbc7f]
[    0.089373] pci 0000:00:1f.5: reg 18: [mem 0xf4fff800-0xf4fff9ff]
[    0.089383] pci 0000:00:1f.5: reg 1c: [mem 0xf4fff400-0xf4fff4ff]
[    0.089421] pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
[    0.089426] pci 0000:00:1f.5: PME# disabled
[    0.089443] pci 0000:00:1f.6: [8086:24c6] type 0 class 0x000703
[    0.089460] pci 0000:00:1f.6: reg 10: [io  0xb400-0xb4ff]
[    0.089470] pci 0000:00:1f.6: reg 14: [io  0xb080-0xb0ff]
[    0.089521] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.089526] pci 0000:00:1f.6: PME# disabled
[    0.089552] pci 0000:01:00.0: [1002:4c66] type 0 class 0x000300
[    0.089568] pci 0000:01:00.0: reg 10: [mem 0xe8000000-0xefffffff pref]
[    0.089577] pci 0000:01:00.0: reg 14: [io  0xc000-0xc0ff]
[    0.089586] pci 0000:01:00.0: reg 18: [mem 0xfcff0000-0xfcffffff]
[    0.089610] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    0.089630] pci 0000:01:00.0: supports D1 D2
[    0.089664] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.089726] pci 0000:00:01.0:   bridge window [io  0xc000-0xcfff]
[    0.089731] pci 0000:00:01.0:   bridge window [mem 0xfc000000-0xfdffffff]
[    0.089736] pci 0000:00:01.0:   bridge window [mem 0xe8000000-0xefffffff pref]
[    0.089770] pci 0000:02:00.0: [14e4:16a6] type 0 class 0x000200
[    0.089793] pci 0000:02:00.0: reg 10: [mem 0xfaff0000-0xfaffffff 64bit]
[    0.089861] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.089867] pci 0000:02:00.0: PME# disabled
[    0.089889] pci 0000:02:01.0: [1217:7113] type 2 class 0x000607
[    0.089907] pci 0000:02:01.0: reg 10: [mem 0x00000000-0x00000fff]
[    0.089926] pci 0000:02:01.0: supports D1 D2
[    0.089930] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.089935] pci 0000:02:01.0: PME# disabled
[    0.089953] pci 0000:02:01.1: [1217:7113] type 2 class 0x000607
[    0.089971] pci 0000:02:01.1: reg 10: [mem 0x00000000-0x00000fff]
[    0.090000] pci 0000:02:01.1: supports D1 D2
[    0.090003] pci 0000:02:01.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.090011] pci 0000:02:01.1: PME# disabled
[    0.090036] pci 0000:02:03.0: [14e4:4320] type 0 class 0x000280
[    0.090053] pci 0000:02:03.0: reg 10: [mem 0xfafee000-0xfafeffff]
[    0.090110] pci 0000:02:03.0: supports D1 D2
[    0.090113] pci 0000:02:03.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.090118] pci 0000:02:03.0: PME# disabled
[    0.090156] pci 0000:00:1e.0: PCI bridge to [bus 02-02] (subtractive decode)
[    0.090221] pci 0000:00:1e.0:   bridge window [io  0xd000-0xefff]
[    0.090227] pci 0000:00:1e.0:   bridge window [mem 0xf6000000-0xfbffffff]
[    0.090233] pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
[    0.090238] pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[    0.090281] pci_bus 0000:03: [bus 03-06] partially hidden behind transparent bridge 0000:02 [bus 02-02]
[    0.090404] pci_bus 0000:07: [bus 07-0a] partially hidden behind transparent bridge 0000:02 [bus 02-02]
[    0.090508] pci_bus 0000:00: on NUMA node 0
[    0.090513] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.090814] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[    0.090869] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIE._PRT]
[    0.091075]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x0e)
[    0.104886] ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 *11)
[    0.105217] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *11
[    0.105476] ACPI: PCI Interrupt Link [LNKC] (IRQs 9 10 *11)
[    0.105735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 9 10 *11)
[    0.106044] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.106546] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    0.107132] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.107227] vgaarb: loaded
[    0.107282] vgaarb: bridge control possible 0000:01:00.0
[    0.107569] SCSI subsystem initialized
[    0.107765] libata version 3.00 loaded.
[    0.108081] usbcore: registered new interface driver usbfs
[    0.108192] usbcore: registered new interface driver hub
[    0.108306] usbcore: registered new device driver usb
[    0.108669] Advanced Linux Sound Architecture Driver Version 1.0.24.
[    0.108730] PCI: Using ACPI for IRQ routing
[    0.108790] PCI: pci_cache_line_size set to 64 bytes
[    0.108852] reserve RAM buffer: 000000000009f000 - 000000000009ffff 
[    0.108856] reserve RAM buffer: 000000001ffae000 - 000000001fffffff 
[    0.109200] cfg80211: Calling CRDA to update world regulatory domain
[    0.109498] NetLabel: Initializing
[    0.109555] NetLabel:  domain hash size = 128
[    0.109612] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.109685] NetLabel:  unlabeled traffic allowed by default
[    0.109857] Switching to clocksource pit
[    0.111915] pnp: PnP ACPI init
[    0.111994] ACPI: bus type pnp registered
[    0.115593] pnp 00:00: [mem 0x00000000-0x0009fbff]
[    0.115598] pnp 00:00: [mem 0x0009fc00-0x0009ffff]
[    0.115602] pnp 00:00: [mem 0x000c0000-0x000cffff]
[    0.115605] pnp 00:00: [mem 0x000e0000-0x000fffff]
[    0.115609] pnp 00:00: [mem 0x00100000-0x1ffeffff]
[    0.115613] pnp 00:00: [mem 0x1fff0000-0x1fffffff]
[    0.115617] pnp 00:00: [mem 0xfeda0000-0xfedfffff]
[    0.115620] pnp 00:00: [mem 0xffb00000-0xffbfffff]
[    0.115752] system 00:00: [mem 0x00000000-0x0009fbff] could not be reserved
[    0.115817] system 00:00: [mem 0x0009fc00-0x0009ffff] could not be reserved
[    0.115880] system 00:00: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.115943] system 00:00: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.116005] system 00:00: [mem 0x00100000-0x1ffeffff] could not be reserved
[    0.116096] system 00:00: [mem 0x1fff0000-0x1fffffff] has been reserved
[    0.116158] system 00:00: [mem 0xfeda0000-0xfedfffff] has been reserved
[    0.116220] system 00:00: [mem 0xffb00000-0xffbfffff] has been reserved
[    0.116284] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.119409] pnp 00:01: [bus 00-ff]
[    0.119414] pnp 00:01: [io  0x0000-0x0cf7 window]
[    0.119418] pnp 00:01: [io  0x0cf8-0x0cff]
[    0.119422] pnp 00:01: [io  0x0d00-0xffff window]
[    0.119426] pnp 00:01: [mem 0x000a0000-0x000bffff window]
[    0.119430] pnp 00:01: [mem 0x000d0000-0x000dffff window]
[    0.119434] pnp 00:01: [mem 0x20000000-0xfed9ffff window]
[    0.119438] pnp 00:01: [mem 0xfee00000-0xffafffff window]
[    0.119550] pnp 00:01: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.119579] pnp 00:02: [io  0x0092]
[    0.119582] pnp 00:02: [io  0x00b2]
[    0.119591] pnp 00:02: [io  0x0020-0x0021]
[    0.119595] pnp 00:02: [io  0x00a0-0x00a1]
[    0.119599] pnp 00:02: [irq 2 disabled]
[    0.119602] pnp 00:02: [io  0x04d0-0x04d1]
[    0.119606] pnp 00:02: [io  0x0800-0x0805]
[    0.119609] pnp 00:02: [io  0x0808-0x080f]
[    0.119702] system 00:02: [io  0x04d0-0x04d1] has been reserved
[    0.119764] system 00:02: [io  0x0800-0x0805] has been reserved
[    0.119825] system 00:02: [io  0x0808-0x080f] has been reserved
[    0.119887] system 00:02: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.119915] pnp 00:03: [io  0xf400-0xf4fe]
[    0.119919] pnp 00:03: [io  0x0086]
[    0.119922] pnp 00:03: [io  0x00b3]
[    0.119925] pnp 00:03: [io  0x0806-0x0807]
[    0.119928] pnp 00:03: [io  0x0810-0x085f]
[    0.119932] pnp 00:03: [io  0x0860-0x087f]
[    0.119935] pnp 00:03: [io  0x0880-0x08bf]
[    0.119938] pnp 00:03: [io  0x08c0-0x08df]
[    0.119942] pnp 00:03: [io  0x08e0-0x08ff]
[    0.120031] system 00:03: [io  0xf400-0xf4fe] has been reserved
[    0.120119] system 00:03: [io  0x0806-0x0807] has been reserved
[    0.120181] system 00:03: [io  0x0810-0x085f] has been reserved
[    0.120241] system 00:03: [io  0x0860-0x087f] has been reserved
[    0.120303] system 00:03: [io  0x0880-0x08bf] has been reserved
[    0.120364] system 00:03: [io  0x08c0-0x08df] has been reserved
[    0.120425] system 00:03: [io  0x08e0-0x08ff] has been reserved
[    0.120486] system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.120514] pnp 00:04: [irq 12]
[    0.120577] pnp 00:04: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.120608] pnp 00:05: [io  0x0060]
[    0.120612] pnp 00:05: [io  0x0064]
[    0.120615] pnp 00:05: [irq 1]
[    0.120678] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.120703] pnp 00:06: [io  0x0070-0x0071]
[    0.120707] pnp 00:06: [irq 8]
[    0.120710] pnp 00:06: [io  0x0072-0x0077]
[    0.120774] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.120801] pnp 00:07: [io  0x0061]
[    0.120804] pnp 00:07: [io  0x0063]
[    0.120807] pnp 00:07: [io  0x0065]
[    0.120810] pnp 00:07: [io  0x0067]
[    0.120875] pnp 00:07: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.120899] pnp 00:08: [io  0x002e-0x002f]
[    0.120902] pnp 00:08: [io  0x004e-0x004f]
[    0.120906] pnp 00:08: [io  0x0900-0x097f]
[    0.120994] system 00:08: [io  0x0900-0x097f] has been reserved
[    0.121077] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.121117] pnp 00:09: [dma 4]
[    0.121120] pnp 00:09: [io  0x0000-0x000f]
[    0.121124] pnp 00:09: [io  0x0080-0x0085]
[    0.121127] pnp 00:09: [io  0x0087-0x008f]
[    0.121130] pnp 00:09: [io  0x00c0-0x00df]
[    0.121134] pnp 00:09: [io  0x0010-0x001f]
[    0.121137] pnp 00:09: [io  0x0090-0x0091]
[    0.121140] pnp 00:09: [io  0x0093-0x009f]
[    0.121205] pnp 00:09: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.121229] pnp 00:0a: [io  0x00f0-0x00ff]
[    0.121233] pnp 00:0a: [irq 13]
[    0.121302] pnp 00:0a: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.126314] pnp 00:0b: [irq 4]
[    0.126318] pnp 00:0b: [io  0x03f8-0x03ff]
[    0.126449] pnp 00:0b: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.133592] pnp 00:0c: [dma 1]
[    0.133596] pnp 00:0c: [irq 7]
[    0.133600] pnp 00:0c: [io  0x0378-0x037f]
[    0.133603] pnp 00:0c: [io  0x0778-0x077b]
[    0.133789] pnp 00:0c: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.135944] pnp: PnP ACPI: found 13 devices
[    0.136004] ACPI: ACPI bus type pnp unregistered
[    0.175316] Switching to clocksource acpi_pm
[    0.175403] PCI: max bus depth: 2 pci_try_num: 3
[    0.175439] pci 0000:00:1f.1: BAR 5: assigned [mem 0x20000000-0x200003ff]
[    0.175505] pci 0000:00:1f.1: BAR 5: set to [mem 0x20000000-0x200003ff] (PCI address [0x20000000-0x200003ff])
[    0.175603] pci 0000:00:1e.0: BAR 9: assigned [mem 0x24000000-0x2bffffff pref]
[    0.175696] pci 0000:01:00.0: BAR 6: assigned [mem 0xfc000000-0xfc01ffff pref]
[    0.175789] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.175849] pci 0000:00:01.0:   bridge window [io  0xc000-0xcfff]
[    0.175912] pci 0000:00:01.0:   bridge window [mem 0xfc000000-0xfdffffff]
[    0.175974] pci 0000:00:01.0:   bridge window [mem 0xe8000000-0xefffffff pref]
[    0.176085] Switched to NOHz mode on CPU #0
[    0.176159] pci 0000:02:01.0: BAR 0: assigned [mem 0xf8000000-0xf8000fff]
[    0.176223] pci 0000:02:01.0: BAR 0: set to [mem 0xf8000000-0xf8000fff] (PCI address [0xf8000000-0xf8000fff])
[    0.176321] pci 0000:02:01.1: BAR 0: assigned [mem 0x2c000000-0x2c000fff]
[    0.176385] pci 0000:02:01.1: BAR 0: set to [mem 0x2c000000-0x2c000fff] (PCI address [0x2c000000-0x2c000fff])
[    0.176482] pci 0000:02:01.1: BAR 10: assigned [mem 0x30000000-0x33ffffff]
[    0.176545] pci 0000:02:01.1: BAR 9: assigned [mem 0x24000000-0x27ffffff pref]
[    0.176637] pci 0000:02:01.1: BAR 8: assigned [io  0xd000-0xd0ff]
[    0.176698] pci 0000:02:01.1: BAR 7: assigned [io  0xd400-0xd4ff]
[    0.176760] pci 0000:02:01.0: BAR 10: assigned [mem 0x34000000-0x37ffffff]
[    0.176822] pci 0000:02:01.0: BAR 9: assigned [mem 0x28000000-0x2bffffff pref]
[    0.176915] pci 0000:02:01.0: BAR 8: assigned [io  0xd800-0xd8ff]
[    0.176976] pci 0000:02:01.0: BAR 7: assigned [io  0xdc00-0xdcff]
[    0.177054] pci 0000:02:01.0: CardBus bridge to [bus 03-06]
[    0.177114] pci 0000:02:01.0:   bridge window [io  0xdc00-0xdcff]
[    0.177177] pci 0000:02:01.0:   bridge window [io  0xd800-0xd8ff]
[    0.177240] pci 0000:02:01.0:   bridge window [mem 0x28000000-0x2bffffff pref]
[    0.177333] pci 0000:02:01.0:   bridge window [mem 0x34000000-0x37ffffff]
[    0.177397] pci 0000:02:01.1: CardBus bridge to [bus 07-0a]
[    0.178211] pci 0000:02:01.1:   bridge window [io  0xd400-0xd4ff]
[    0.178273] pci 0000:02:01.1:   bridge window [io  0xd000-0xd0ff]
[    0.178336] pci 0000:02:01.1:   bridge window [mem 0x24000000-0x27ffffff pref]
[    0.178430] pci 0000:02:01.1:   bridge window [mem 0x30000000-0x33ffffff]
[    0.178494] pci 0000:00:1e.0: PCI bridge to [bus 02-02]
[    0.178554] pci 0000:00:1e.0:   bridge window [io  0xd000-0xefff]
[    0.178618] pci 0000:00:1e.0:   bridge window [mem 0xf6000000-0xfbffffff]
[    0.178681] pci 0000:00:1e.0:   bridge window [mem 0x24000000-0x2bffffff pref]
[    0.178791] pci 0000:00:1e.0: setting latency timer to 64
[    0.178799] pci 0000:02:01.0: enabling device (0000 -> 0003)
[    0.179076] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[    0.179137] PCI: setting IRQ 11 as level-triggered
[    0.179145] pci 0000:02:01.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
[    0.179246] pci 0000:02:01.1: enabling device (0000 -> 0003)
[    0.179308] pci 0000:02:01.1: PCI INT A -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
[    0.179406] pci_bus 0000:00: resource 0 [io  0x0000-0xffff]
[    0.179410] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
[    0.179414] pci_bus 0000:01: resource 0 [io  0xc000-0xcfff]
[    0.179418] pci_bus 0000:01: resource 1 [mem 0xfc000000-0xfdffffff]
[    0.179423] pci_bus 0000:01: resource 2 [mem 0xe8000000-0xefffffff pref]
[    0.179427] pci_bus 0000:02: resource 0 [io  0xd000-0xefff]
[    0.179431] pci_bus 0000:02: resource 1 [mem 0xf6000000-0xfbffffff]
[    0.179435] pci_bus 0000:02: resource 2 [mem 0x24000000-0x2bffffff pref]
[    0.179439] pci_bus 0000:02: resource 4 [io  0x0000-0xffff]
[    0.179443] pci_bus 0000:02: resource 5 [mem 0x00000000-0xffffffff]
[    0.179447] pci_bus 0000:03: resource 0 [io  0xdc00-0xdcff]
[    0.179451] pci_bus 0000:03: resource 1 [io  0xd800-0xd8ff]
[    0.179455] pci_bus 0000:03: resource 2 [mem 0x28000000-0x2bffffff pref]
[    0.179459] pci_bus 0000:03: resource 3 [mem 0x34000000-0x37ffffff]
[    0.179463] pci_bus 0000:07: resource 0 [io  0xd400-0xd4ff]
[    0.179467] pci_bus 0000:07: resource 1 [io  0xd000-0xd0ff]
[    0.179471] pci_bus 0000:07: resource 2 [mem 0x24000000-0x27ffffff pref]
[    0.179475] pci_bus 0000:07: resource 3 [mem 0x30000000-0x33ffffff]
[    0.179531] NET: Registered protocol family 2
[    0.179667] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.179982] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.180201] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
[    0.180337] TCP: Hash tables configured (established 16384 bind 16384)
[    0.180398] TCP reno registered
[    0.180455] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.180520] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.180653] NET: Registered protocol family 1
[    0.180735] pci 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0080
[    0.180738] pci 0000:00:1d.0: Performing full reset
[    0.180755] pci 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0080
[    0.180759] pci 0000:00:1d.1: Performing full reset
[    0.180775] pci 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0080
[    0.180779] pci 0000:00:1d.2: Performing full reset
[    0.180826] pci 0000:01:00.0: Boot video device
[    0.180840] PCI: CLS 32 bytes, default 64
[    0.181449] microcode: CPU0 sig=0x695, pf=0x20, revision=0x7
[    0.181564] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
 
Old 01-07-2012, 10:53 PM   #10
sovietJesus
LQ Newbie
 
Registered: Dec 2011
Posts: 17

Original Poster
Rep: Reputation: Disabled
Code:
[    0.181969] audit: initializing netlink socket (disabled)
[    0.182089] type=2000 audit(1325997672.181:1): initialized
[    0.209449] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.214726] VFS: Disk quotas dquot_6.5.2
[    0.214897] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.215882] msgmni has been set to 996
[    0.216437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.216530] io scheduler noop registered
[    0.216587] io scheduler deadline registered
[    0.216668] io scheduler cfq registered (default)
[    0.216961] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.217848] ACPI: AC Adapter [AC] (on-line)
[    0.218850] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    0.219419] ACPI: Lid Switch [LID]
[    0.219563] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    0.219660] ACPI: Power Button [PBTN]
[    0.219803] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[    0.219898] ACPI: Sleep Button [SBTN]
[    0.220854] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:1e/LNXVIDEO:00/input/input3
[    0.220953] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
[    0.221079] ACPI: acpi_idle registered with cpuidle
[    0.221348] Marking TSC unstable due to TSC halts in idle
[    0.223958] thermal LNXTHERM:00: registered as thermal_zone0
[    0.224036] ACPI: Thermal Zone [THM] (31 C)
[    0.231090] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.513338] ACPI: Battery Slot [BAT0] (battery present)
[    0.513430] ACPI: Battery Slot [BAT1] (battery absent)
[    0.757089] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.778196] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.778564] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5
[    0.778625] PCI: setting IRQ 5 as level-triggered
[    0.778633] serial 0000:00:1f.6: PCI INT B -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
[    0.778751] serial 0000:00:1f.6: PCI INT B disabled
[    0.779078] Non-volatile memory driver v1.3
[    0.779162] intel_rng: FWH not detected
[    0.779239] Linux agpgart interface v0.103
[    0.779449] agpgart-intel 0000:00:00.0: Intel 855PM Chipset
[    0.786522] agpgart-intel 0000:00:00.0: AGP aperture is 128M @ 0xe0000000
[    0.786730] [drm] Initialized drm 1.1.0 20060810
[    0.789214] brd: module loaded
[    0.790435] loop: module loaded
[    0.790856] ata_piix 0000:00:1f.1: version 2.13
[    0.790872] ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
[    0.791161] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
[    0.791225] ata_piix 0000:00:1f.1: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[    0.791356] ata_piix 0000:00:1f.1: setting latency timer to 64
[    0.791853] scsi0 : ata_piix
[    0.792091] scsi1 : ata_piix
[    0.793229] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xbfa0 irq 14
[    0.793292] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xbfa8 irq 15
[    0.793875] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    0.793937] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    0.794077] e1000e: Intel(R) PRO/1000 Network Driver - 1.4.4-k
[    0.794136] e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
[    0.794294] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[    0.794354] e100: Copyright(c) 1999-2006 Intel Corporation
[    0.794478] tg3.c:v3.119 (May 18, 2011)
[    0.794676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
[    0.794739] tg3 0000:02:00.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
[    0.824254] tg3 0000:02:00.0: eth0: Tigon3 [partno(BCM95702A20) rev 1002] (PCI:33MHz:32-bit) MAC address 00:0d:56:74:6c:ab
[    0.824353] tg3 0000:02:00.0: eth0: attached PHY is 5703 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[    0.824450] tg3 0000:02:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    0.824543] tg3 0000:02:00.0: eth0: dma_rwctrl[763f0000] dma_mask[64-bit]
[    0.824729] sky2: driver version 1.29
[    0.825054] yenta_cardbus 0000:02:01.0: CardBus bridge found [1028:011d]
[    0.825131] yenta_cardbus 0000:02:01.0: O2: enabling read prefetch/write burst. If you experience problems or performance issues, use the yenta_socket parameter 'o2_speedup=off'
[    0.947651] ata2.00: ATAPI: HL-DT-STCD-RW/DVD-ROM GCC-4241N, A100, max UDMA/33
[    0.947833] ata1.00: ATA-6: HTS541040G9AT00, MB2IA5BJ, max UDMA/100
[    0.947895] ata1.00: 78140160 sectors, multi 8: LBA 
[    0.954182] ata2.00: configured for UDMA/33
[    0.954747] ata1.00: configured for UDMA/100
[    0.954965] scsi 0:0:0:0: Direct-Access     ATA      HTS541040G9AT00  MB2I PQ: 0 ANSI: 5
[    0.955338] sd 0:0:0:0: [sda] 78140160 512-byte logical blocks: (40.0 GB/37.2 GiB)
[    0.955485] sd 0:0:0:0: [sda] Write Protect is off
[    0.955546] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.955572] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.956184] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    0.959672] scsi 1:0:0:0: CD-ROM            HL-DT-ST RW/DVD GCC-4241N A100 PQ: 0 ANSI: 5
[    0.962400] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[    0.962463] cdrom: Uniform CD-ROM driver Revision: 3.20
[    0.962697] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    0.962877] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    1.013502]  sda: sda1 sda2 sda3
[    1.013959] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.136821] yenta_cardbus 0000:02:01.0: ISA IRQ mask 0x0498, PCI irq 11
[    1.136883] yenta_cardbus 0000:02:01.0: Socket status: 30000006
[    1.136946] pci_bus 0000:02: Raising subordinate bus# of parent bus (#02) from #02 to #06
[    1.137062] yenta_cardbus 0000:02:01.0: pcmcia: parent PCI bridge window: [io  0xd000-0xefff]
[    1.137156] yenta_cardbus 0000:02:01.0: pcmcia: parent PCI bridge window: [mem 0xf6000000-0xfbffffff]
[    1.137252] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf6000000-0xfbffffff: excluding 0xf7e00000-0xf83fffff 0xfae00000-0xfb3fffff
[    1.137448] yenta_cardbus 0000:02:01.0: pcmcia: parent PCI bridge window: [mem 0x24000000-0x2bffffff pref]
[    1.137544] pcmcia_socket pcmcia_socket0: cs: memory probe 0x24000000-0x2bffffff: excluding 0x24000000-0x2bffffff
[    1.138230] yenta_cardbus 0000:02:01.1: CardBus bridge found [1028:011d]
[    1.260858] yenta_cardbus 0000:02:01.1: ISA IRQ mask 0x0498, PCI irq 11
[    1.260920] yenta_cardbus 0000:02:01.1: Socket status: 30000410
[    1.260981] pci_bus 0000:02: Raising subordinate bus# of parent bus (#02) from #06 to #0a
[    1.261094] yenta_cardbus 0000:02:01.1: pcmcia: parent PCI bridge window: [io  0xd000-0xefff]
[    1.261189] yenta_cardbus 0000:02:01.1: pcmcia: parent PCI bridge window: [mem 0xf6000000-0xfbffffff]
[    1.261283] pcmcia_socket pcmcia_socket1: cs: memory probe 0xf6000000-0xfbffffff: excluding 0xf7e00000-0xf83fffff 0xfae00000-0xfb3fffff
[    1.261476] yenta_cardbus 0000:02:01.1: pcmcia: parent PCI bridge window: [mem 0x24000000-0x2bffffff pref]
[    1.261572] pcmcia_socket pcmcia_socket1: cs: memory probe 0x24000000-0x2bffffff: excluding 0x24000000-0x2bffffff
[    1.262369] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.262432] ehci_hcd: block sizes: qh 64 qtd 96 itd 160 sitd 96
[    1.262632] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11
[    1.262696] ehci_hcd 0000:00:1d.7: PCI INT D -> Link[LNKH] -> GSI 11 (level, low) -> IRQ 11
[    1.262798] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.262803] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.262885] drivers/usb/core/inode.c: creating file 'devices'
[    1.262891] drivers/usb/core/inode.c: creating file '001'
[    1.262961] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    1.263090] ehci_hcd 0000:00:1d.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
[    1.263097] ehci_hcd 0000:00:1d.7: reset hcc_params 6871 thresh 7 uframes 1024 64 bit addr
[    1.263134] ehci_hcd 0000:00:1d.7: debug port 1
[    1.263197] ehci_hcd 0000:00:1d.7: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[    1.267076] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    1.267080] ehci_hcd 0000:00:1d.7: supports USB remote wakeup
[    1.267092] ehci_hcd 0000:00:1d.7: irq 11, io mem 0xf4fffc00
[    1.267156] ehci_hcd 0000:00:1d.7: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[    1.271040] ehci_hcd 0000:00:1d.7: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[    1.277035] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.277124] usb usb1: default language 0x0409
[    1.277133] usb usb1: udev 1, busnum 1, minor = 0
[    1.277137] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.277199] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.277291] usb usb1: Product: EHCI Host Controller
[    1.277349] usb usb1: Manufacturer: Linux 3.1.6 ehci_hcd
[    1.277409] usb usb1: SerialNumber: 0000:00:1d.7
[    1.277567] usb usb1: usb_probe_device
[    1.277572] usb usb1: configuration #1 chosen from 1 choice
[    1.277583] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[    1.277648] hub 1-0:1.0: usb_probe_interface
[    1.277652] hub 1-0:1.0: usb_probe_interface - got id
[    1.277656] hub 1-0:1.0: USB hub found
[    1.277717] hub 1-0:1.0: 6 ports detected
[    1.277775] hub 1-0:1.0: standalone hub
[    1.277778] hub 1-0:1.0: no power switching (usb 1.0)
[    1.277781] hub 1-0:1.0: individual port over-current protection
[    1.277785] hub 1-0:1.0: power on to power good time: 20ms
[    1.277791] hub 1-0:1.0: local power source is good
[    1.277795] hub 1-0:1.0: trying to enable port power on non-switchable hub
[    1.277828] drivers/usb/core/inode.c: creating file '001'
[    1.277908] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.277970] ohci_hcd: block sizes: ed 64 td 64
[    1.278049] uhci_hcd: USB Universal Host Controller Interface driver
[    1.278181] uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[    1.278280] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.278285] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.278348] drivers/usb/core/inode.c: creating file '002'
[    1.278416] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.279274] uhci_hcd 0000:00:1d.0: detected 2 ports
[    1.279336] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000
[    1.279339] uhci_hcd 0000:00:1d.0: Performing full reset
[    1.279352] uhci_hcd 0000:00:1d.0: supports USB remote wakeup
[    1.279360] uhci_hcd 0000:00:1d.0: irq 11, io base 0x0000bf80
[    1.279464] usb usb2: default language 0x0409
[    1.279473] usb usb2: udev 1, busnum 2, minor = 128
[    1.279476] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.279539] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.279630] usb usb2: Product: UHCI Host Controller
[    1.279689] usb usb2: Manufacturer: Linux 3.1.6 uhci_hcd
[    1.279748] usb usb2: SerialNumber: 0000:00:1d.0
[    1.279904] usb usb2: usb_probe_device
[    1.279908] usb usb2: configuration #1 chosen from 1 choice
[    1.279916] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[    1.279978] hub 2-0:1.0: usb_probe_interface
[    1.279982] hub 2-0:1.0: usb_probe_interface - got id
[    1.279985] hub 2-0:1.0: USB hub found
[    1.280068] hub 2-0:1.0: 2 ports detected
[    1.280126] hub 2-0:1.0: standalone hub
[    1.280129] hub 2-0:1.0: no power switching (usb 1.0)
[    1.280132] hub 2-0:1.0: individual port over-current protection
[    1.280135] hub 2-0:1.0: power on to power good time: 2ms
[    1.280140] hub 2-0:1.0: local power source is good
[    1.280144] hub 2-0:1.0: trying to enable port power on non-switchable hub
[    1.280161] drivers/usb/core/inode.c: creating file '001'
[    1.280199] uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
[    1.280296] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.280300] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.280363] drivers/usb/core/inode.c: creating file '003'
[    1.280428] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    1.280524] uhci_hcd 0000:00:1d.1: detected 2 ports
[    1.280585] uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000
[    1.280588] uhci_hcd 0000:00:1d.1: Performing full reset
[    1.280601] uhci_hcd 0000:00:1d.1: supports USB remote wakeup
[    1.280609] uhci_hcd 0000:00:1d.1: irq 11, io base 0x0000bf40
[    1.280714] usb usb3: default language 0x0409
[    1.280723] usb usb3: udev 1, busnum 3, minor = 256
[    1.280726] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.280788] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.280880] usb usb3: Product: UHCI Host Controller
[    1.280938] usb usb3: Manufacturer: Linux 3.1.6 uhci_hcd
[    1.280997] usb usb3: SerialNumber: 0000:00:1d.1
[    1.281173] usb usb3: usb_probe_device
[    1.281177] usb usb3: configuration #1 chosen from 1 choice
[    1.281185] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[    1.281246] hub 3-0:1.0: usb_probe_interface
[    1.281250] hub 3-0:1.0: usb_probe_interface - got id
[    1.281253] hub 3-0:1.0: USB hub found
[    1.281313] hub 3-0:1.0: 2 ports detected
[    1.281370] hub 3-0:1.0: standalone hub
[    1.281373] hub 3-0:1.0: no power switching (usb 1.0)
[    1.281376] hub 3-0:1.0: individual port over-current protection
[    1.281379] hub 3-0:1.0: power on to power good time: 2ms
[    1.281384] hub 3-0:1.0: local power source is good
[    1.281388] hub 3-0:1.0: trying to enable port power on non-switchable hub
[    1.281404] drivers/usb/core/inode.c: creating file '001'
[    1.281438] uhci_hcd 0000:00:1d.2: PCI INT C -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
[    1.281535] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.281540] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.281603] drivers/usb/core/inode.c: creating file '004'
[    1.281672] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    1.281770] uhci_hcd 0000:00:1d.2: detected 2 ports
[    1.281831] uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000
[    1.281834] uhci_hcd 0000:00:1d.2: Performing full reset
[    1.281847] uhci_hcd 0000:00:1d.2: supports USB remote wakeup
[    1.281855] uhci_hcd 0000:00:1d.2: irq 11, io base 0x0000bf20
[    1.281960] usb usb4: default language 0x0409
[    1.281969] usb usb4: udev 1, busnum 4, minor = 384
[    1.281972] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.282052] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.282144] usb usb4: Product: UHCI Host Controller
[    1.282202] usb usb4: Manufacturer: Linux 3.1.6 uhci_hcd
[    1.282262] usb usb4: SerialNumber: 0000:00:1d.2
[    1.282425] usb usb4: usb_probe_device
[    1.282429] usb usb4: configuration #1 chosen from 1 choice
[    1.282437] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[    1.282501] hub 4-0:1.0: usb_probe_interface
[    1.282504] hub 4-0:1.0: usb_probe_interface - got id
[    1.282507] hub 4-0:1.0: USB hub found
[    1.282567] hub 4-0:1.0: 2 ports detected
[    1.282624] hub 4-0:1.0: standalone hub
[    1.282627] hub 4-0:1.0: no power switching (usb 1.0)
[    1.282630] hub 4-0:1.0: individual port over-current protection
[    1.282634] hub 4-0:1.0: power on to power good time: 2ms
[    1.282639] hub 4-0:1.0: local power source is good
[    1.282642] hub 4-0:1.0: trying to enable port power on non-switchable hub
[    1.282659] drivers/usb/core/inode.c: creating file '001'
[    1.282786] usbcore: registered new interface driver usblp
[    1.282846] Initializing USB Mass Storage driver...
[    1.282981] usbcore: registered new interface driver usb-storage
[    1.283058] USB Mass Storage support registered.
[    1.283195] usbcore: registered new interface driver libusual
[    1.283408] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.288020] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.288087] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.288356] mousedev: PS/2 mouse device common for all mice
[    1.288969] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    1.289084] rtc0: alarms up to one day, 114 bytes nvram
[    1.289592] device-mapper: ioctl: 4.21.0-ioctl (2011-07-06) initialised: dm-devel@redhat.com
[    1.289997] cpuidle: using governor ladder
[    1.290460] cpuidle: using governor menu
[    1.290527] EFI Variables Facility v0.08 2004-May-17
[    1.291737] usbcore: registered new interface driver usbhid
[    1.291798] usbhid: USB HID core driver
[    1.292487] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.293741] ALSA device list:
[    1.293797]   No soundcards found.
[    1.293917] Netfilter messages via NETLINK v0.30.
[    1.294004] nf_conntrack version 0.5.0 (7972 buckets, 31888 max)
[    1.294363] ctnetlink v0.93: registering with nfnetlink.
[    1.295118] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.295230] TCP cubic registered
[    1.295286] Initializing XFRM netlink socket
[    1.295766] NET: Registered protocol family 10
[    1.296967] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    1.297127] IPv6 over IPv4 tunneling driver
[    1.297999] NET: Registered protocol family 17
[    1.299256] registered taskstats version 1
[    1.299626] console [netcon0] enabled
[    1.299684] netconsole: network logging started
[    1.377065] hub 1-0:1.0: state 7 ports 6 chg 0000 evt 0000
[    1.380046] hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0000
[    1.381035] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[    1.382149] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[    1.895146] input: DualPoint Stick as /devices/platform/i8042/serio1/input/input5
[    1.915237] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input6
[    1.920835] md: Waiting for all devices to be available before autodetect
[    1.920897] md: If you don't use raid, use raid=noautodetect
[    1.921205] md: Autodetecting RAID arrays.
[    1.921263] md: Scanned 0 and added 0 devices.
[    1.921321] md: autorun ...
[    1.921376] md: ... autorun DONE.
[    1.987531] kjournald starting.  Commit interval 5 seconds
[    1.987607] EXT3-fs (sda1): mounted filesystem with writeback data mode
[    1.987677] VFS: Mounted root (ext3 filesystem) readonly on device 8:1.
[    1.987771] Freeing unused kernel memory: 368k freed
[    1.988113] Write protecting the kernel text: 5464k
[    1.988207] Write protecting the kernel read-only data: 1956k
[    2.137034] pcmcia_socket pcmcia_socket1: pccard: PCMCIA card inserted into slot 1
[    2.137132] pcmcia_socket pcmcia_socket1: cs: memory probe 0xf6000000-0xf7dfffff: excluding 0xf6f00000-0xf70dffff
[    2.152951] pcmcia_socket pcmcia_socket1: cs: memory probe 0xf8400000-0xfadfffff: excluding 0xf8e80000-0xf911ffff 0xf9e40000-0xfa0dffff
[    2.168396] pcmcia_socket pcmcia_socket1: cs: memory probe 0xfb400000-0xfbffffff: clean.
[    2.185515] pcmcia 1.0: pcmcia: registering new device pcmcia1.0 (IRQ: 11)
[    2.185908] kworker/u:2 used greatest stack depth: 6988 bytes left
[    2.454034] usb usb2: suspend_rh (auto-stop)
[    2.454055] usb usb3: suspend_rh (auto-stop)
[    2.454072] usb usb4: suspend_rh (auto-stop)
[    2.854985] mount used greatest stack depth: 5868 bytes left
[    3.895624] snd_intel8x0 0000:00:1f.5: PCI INT B -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
[    3.895755] snd_intel8x0 0000:00:1f.5: setting latency timer to 64
[    4.091134] b43-pci-bridge 0000:02:03.0: PCI INT A -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
[    4.091273] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x02, vendor 0x4243)
[    4.091281] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x04, vendor 0x4243)
[    4.091288] ssb: Core 2 found: PCMCIA (cc 0x80D, rev 0x01, vendor 0x4243)
[    4.091295] ssb: Core 3 found: V90 (cc 0x807, rev 0x01, vendor 0x4243)
[    4.091301] ssb: Core 4 found: PCI (cc 0x804, rev 0x07, vendor 0x4243)
[    4.091308] ssb: Core 5 found: IEEE 802.11 (cc 0x812, rev 0x04, vendor 0x4243)
[    4.096427] ssb: Sonics Silicon Backplane found on PCI device 0000:02:03.0
[    4.195319] b43legacy-phy0: Broadcom 4306 WLAN found
[    4.201712] pcmcia_socket pcmcia_socket1: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xcffff 0xf0000-0xfffff
[    4.201965] pcmcia_socket pcmcia_socket1: cs: memory probe 0x60000000-0x60ffffff: clean.
[    4.202170] pcmcia_socket pcmcia_socket1: cs: memory probe 0xa0000000-0xa0ffffff: clean.
[    4.203049] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xcffff 0xf0000-0xfffff
[    4.203295] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: clean.
[    4.203476] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: clean.
[    4.203859] b43legacy-phy0 debug: Found PHY: Analog 1, Type 2, Revision 1
[    4.203880] b43legacy-phy0 debug: Found Radio: Manuf 0x17F, Version 0x2050, Revision 2
[    4.210034] b43legacy-phy0 debug: Radio initialized
[    4.210176] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    4.211117] Broadcom 43xx-legacy driver loaded [ Features: PLID, Firmware-ID: FW10 ]
[    4.707100] intel8x0_measure_ac97_clock: measured 50477 usecs (2433 samples)
[    4.707173] intel8x0: clocking to 48000
[    5.187296] Adding 987992k swap on /dev/sda3.  Priority:-1 extents:1 across:987992k 
[    6.046052] EXT3-fs (sda1): using internal journal
[    9.864787] kjournald starting.  Commit interval 5 seconds
[    9.865163] EXT3-fs (sda2): using internal journal
[    9.865225] EXT3-fs (sda2): mounted filesystem with writeback data mode
[   10.296148] rc.S used greatest stack depth: 5740 bytes left
[   12.527168] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   14.347454] tg3 0000:02:00.0: eth0: Link is up at 10 Mbps, half duplex
[   14.347460] tg3 0000:02:00.0: eth0: Flow control is off for TX and off for RX
[   14.347627] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   25.346027] eth0: no IPv6 routers present
[   34.394684] b43legacy-phy0 ERROR: Firmware file "b43legacy/ucode4.fw" not found or load failed.
[   34.394690] b43legacy-phy0 ERROR: You must go to http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the correct firmware (version 3).
[   40.190125] b43legacy-phy0 ERROR: Firmware file "b43legacy/ucode4.fw" not found or load failed.
[   40.190133] b43legacy-phy0 ERROR: You must go to http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the correct firmware (version 3).
[   45.192095] b43legacy-phy0 ERROR: Firmware file "b43legacy/ucode4.fw" not found or load failed.
[   45.192101] b43legacy-phy0 ERROR: You must go to http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the correct firmware (version 3).
[   45.649194] pci 0000:01:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[   50.188285] b43legacy-phy0 ERROR: Firmware file "b43legacy/ucode4.fw" not found or load failed.
[   50.188292] b43legacy-phy0 ERROR: You must go to http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the correct firmware (version 3).
[   55.186438] b43legacy-phy0 ERROR: Firmware file "b43legacy/ucode4.fw" not found or load failed.
[   55.186445] b43legacy-phy0 ERROR: You must go to http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the correct firmware (version 3).
[  260.184583] b43legacy-phy0 ERROR: Firmware file "b43legacy/ucode4.fw" not found or load failed.
[  260.184589] b43legacy-phy0 ERROR: You must go to http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the correct firmware (version 3).
[  465.184261] b43legacy-phy0 ERROR: Firmware file "b43legacy/ucode4.fw" not found or load failed.
[  465.184268] b43legacy-phy0 ERROR: You must go to http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the correct firmware (version 3).
 
Old 01-07-2012, 10:57 PM   #11
sovietJesus
LQ Newbie
 
Registered: Dec 2011
Posts: 17

Original Poster
Rep: Reputation: Disabled
Oh, it seems I double posted the last two. My bad.

(again, had to split in two)
 
Old 01-08-2012, 07:14 AM   #12
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
In the future, you probably want to use a service like http://pastebin.com/ to post long log files :-)

From what I'm seeing, the kernel is never loading the radeon DRM. I also see that this is not the stock Slackware kernel. If I had to guess, I'd say that you manually upgraded your kernel but didn't know exactly what you were doing and so you didn't enable the proper options :-) Make sure you built the radeon DRM support as either a module or directly into the kernel.

Adam
 
Old 01-08-2012, 10:03 PM   #13
sovietJesus
LQ Newbie
 
Registered: Dec 2011
Posts: 17

Original Poster
Rep: Reputation: Disabled
Ah thanks. For some reason I included DRM support for Intel cards, not Radeon. Whoops. I have recompiled the kernel (BTW Radeom DRM is included in the kernel, not a separate module). However, now I experience the same framerate. According to the Xorg log, it does seem to be loading the radeon module. Perhaps I need to add something to my xorg.conf?

Here is the complete Xorg log: http://pastebin.com/UC5bWqiu
 
Old 01-09-2012, 04:20 AM   #14
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
And now what does 'dmesg' show?

Adam
 
Old 01-09-2012, 04:22 PM   #15
sovietJesus
LQ Newbie
 
Registered: Dec 2011
Posts: 17

Original Poster
Rep: Reputation: Disabled
dmesg: http://pastebin.com/9edsag3B
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ATI Mobility Radeon 9000/9100 IGP drivers (i have no 3D acceleration) ph2932 Linux - Laptop and Netbook 2 02-26-2007 08:55 AM
ATI Radeon 9000 (FireGL 250) ?driver? bioe007 Slackware 5 01-31-2007 03:17 PM
hardware acceleration for ATI radeom 9000 mobility nbitaud Linux - Hardware 1 02-21-2005 11:28 AM
FireGL mobility 9000 mekius_ Linux - Laptop and Netbook 2 02-16-2004 03:22 PM
Radeon 7000 firegl and 3d acceleration Joe_Bogarde Linux - Newbie 1 09-23-2003 01:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration