Advertisement
AndrzejL

Arch Linux i915 diagnostics

Dec 17th, 2012
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.80 KB | None | 0 0
  1. [root@wishmacer andrzejl]# lspci -vvv
  2. 00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
  3. Subsystem: Acer Incorporated [ALI] Device 006a
  4. Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
  5. Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
  6. Latency: 0
  7. Capabilities: [e0] Vendor Specific Information: Len=09 <?>
  8. Kernel driver in use: agpgart-intel
  9.  
  10. 00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03) (prog-if 00 [VGA controller])
  11. Subsystem: Acer Incorporated [ALI] Device 006a
  12. Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
  13. Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
  14. Latency: 0
  15. Interrupt: pin A routed to IRQ 16
  16. Region 0: Memory at b0080000 (32-bit, non-prefetchable) [size=512K]
  17. Region 1: I/O ports at 1800 [size=8]
  18. Region 2: Memory at c0000000 (32-bit, prefetchable) [size=256M]
  19. Region 3: Memory at b0000000 (32-bit, non-prefetchable) [size=256K]
  20. Expansion ROM at <unassigned> [disabled]
  21. Capabilities: [d0] Power Management version 2
  22. Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
  23. Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
  24. Kernel driver in use: i915
  25.  
  26. 00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
  27. Subsystem: Acer Incorporated [ALI] Device 006a
  28. Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
  29. Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
  30. Region 0: Memory at 84000000 (32-bit, non-prefetchable) [disabled] [size=512K]
  31. Capabilities: [d0] Power Management version 2
  32. Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
  33. Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
  34.  
  35.  
  36.  
  37. [root@wishmacer andrzejl]# glxinfo
  38. name of display: :0
  39. display: :0 screen: 0
  40. direct rendering: Yes
  41. server glx vendor string: SGI
  42. server glx version string: 1.4
  43. server glx extensions:
  44. GLX_ARB_create_context, GLX_ARB_create_context_profile,
  45. GLX_ARB_multisample, GLX_EXT_create_context_es2_profile,
  46. GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info,
  47. GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, GLX_OML_swap_method,
  48. GLX_SGI_swap_control, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
  49. GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_INTEL_swap_event
  50. client glx vendor string: Mesa Project and SGI
  51. client glx version string: 1.4
  52. client glx extensions:
  53. GLX_ARB_create_context, GLX_ARB_create_context_profile,
  54. GLX_ARB_create_context_robustness, GLX_ARB_get_proc_address,
  55. GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info,
  56. GLX_EXT_visual_rating, GLX_EXT_framebuffer_sRGB,
  57. GLX_EXT_create_context_es2_profile, GLX_MESA_copy_sub_buffer,
  58. GLX_MESA_multithread_makecurrent, GLX_MESA_swap_control,
  59. GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGI_make_current_read,
  60. GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample,
  61. GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group,
  62. GLX_EXT_texture_from_pixmap, GLX_INTEL_swap_event
  63. GLX version: 1.4
  64. GLX extensions:
  65. GLX_ARB_create_context, GLX_ARB_create_context_profile,
  66. GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
  67. GLX_EXT_visual_info, GLX_EXT_visual_rating,
  68. GLX_EXT_create_context_es2_profile, GLX_MESA_copy_sub_buffer,
  69. GLX_MESA_multithread_makecurrent, GLX_MESA_swap_control,
  70. GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGI_make_current_read,
  71. GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample,
  72. GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group,
  73. GLX_EXT_texture_from_pixmap, GLX_INTEL_swap_event
  74. OpenGL vendor string: Intel Open Source Technology Center
  75. OpenGL renderer string: Mesa DRI Intel(R) 915GM x86/MMX/SSE2
  76. OpenGL version string: 1.4 Mesa 9.0.1
  77. OpenGL extensions:
  78. GL_ARB_multisample, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
  79. GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_copy_texture,
  80. GL_EXT_polygon_offset, GL_EXT_subtexture, GL_EXT_texture_object,
  81. GL_EXT_vertex_array, GL_EXT_compiled_vertex_array, GL_EXT_texture,
  82. GL_EXT_texture3D, GL_IBM_rasterpos_clip, GL_ARB_point_parameters,
  83. GL_EXT_draw_range_elements, GL_EXT_packed_pixels, GL_EXT_point_parameters,
  84. GL_EXT_rescale_normal, GL_EXT_separate_specular_color,
  85. GL_EXT_texture_edge_clamp, GL_SGIS_generate_mipmap,
  86. GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
  87. GL_SGIS_texture_lod, GL_ARB_multitexture, GL_IBM_multimode_draw_arrays,
  88. GL_IBM_texture_mirrored_repeat, GL_3DFX_texture_compression_FXT1,
  89. GL_ARB_texture_cube_map, GL_ARB_texture_env_add, GL_ARB_transpose_matrix,
  90. GL_EXT_blend_func_separate, GL_EXT_fog_coord, GL_EXT_multi_draw_arrays,
  91. GL_EXT_secondary_color, GL_EXT_texture_env_add,
  92. GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod_bias,
  93. GL_INGR_blend_func_separate, GL_NV_blend_square, GL_NV_light_max_exponent,
  94. GL_NV_texgen_reflection, GL_NV_texture_env_combine4, GL_S3_s3tc,
  95. GL_SUN_multi_draw_arrays, GL_ARB_texture_border_clamp,
  96. GL_ARB_texture_compression, GL_EXT_framebuffer_object,
  97. GL_EXT_texture_compression_s3tc, GL_EXT_texture_env_combine,
  98. GL_EXT_texture_env_dot3, GL_MESA_window_pos, GL_NV_packed_depth_stencil,
  99. GL_NV_texture_rectangle, GL_NV_vertex_program, GL_ARB_depth_texture,
  100. GL_ARB_shadow, GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
  101. GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
  102. GL_ARB_window_pos, GL_EXT_stencil_two_side, GL_EXT_texture_cube_map,
  103. GL_NV_vertex_program1_1, GL_APPLE_packed_pixels,
  104. GL_APPLE_vertex_array_object, GL_ARB_draw_buffers,
  105. GL_ARB_fragment_program, GL_ARB_fragment_shader, GL_ARB_shader_objects,
  106. GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ATI_draw_buffers,
  107. GL_ATI_texture_env_combine3, GL_EXT_shadow_funcs, GL_EXT_stencil_wrap,
  108. GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_ARB_half_float_pixel,
  109. GL_ARB_point_sprite, GL_ARB_shading_language_100, GL_ARB_sync,
  110. GL_ARB_texture_non_power_of_two, GL_ARB_vertex_buffer_object,
  111. GL_ATI_blend_equation_separate, GL_EXT_blend_equation_separate,
  112. GL_OES_read_format, GL_ARB_pixel_buffer_object, GL_ARB_texture_rectangle,
  113. GL_EXT_pixel_buffer_object, GL_EXT_texture_compression_dxt1,
  114. GL_EXT_texture_rectangle, GL_ARB_framebuffer_object,
  115. GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample,
  116. GL_EXT_packed_depth_stencil, GL_APPLE_object_purgeable,
  117. GL_ARB_vertex_array_object, GL_ATI_separate_stencil,
  118. GL_EXT_gpu_program_parameters, GL_OES_EGL_image, GL_ARB_copy_buffer,
  119. GL_ARB_map_buffer_range, GL_EXT_separate_shader_objects,
  120. GL_ARB_ES2_compatibility, GL_ARB_debug_output,
  121. GL_ARB_draw_elements_base_vertex, GL_ARB_explicit_attrib_location,
  122. GL_ARB_provoking_vertex, GL_ARB_sampler_objects,
  123. GL_ARB_texture_rgb10_a2ui, GL_EXT_provoking_vertex, GL_ARB_robustness,
  124. GL_ARB_texture_storage, GL_ARB_invalidate_subdata
  125.  
  126. 32 GLX Visuals
  127. visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav
  128. 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
  129. ----------------------------------------------------------------------------
  130. 0x021 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  131. 0x022 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  132. 0x08f 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
  133. 0x090 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
  134. 0x091 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
  135. 0x092 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
  136. 0x093 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
  137. 0x094 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
  138. 0x095 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
  139. 0x096 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
  140. 0x097 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
  141. 0x098 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  142. 0x099 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
  143. 0x09a 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
  144. 0x09b 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  145. 0x09c 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
  146. 0x09d 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
  147. 0x09e 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
  148. 0x09f 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
  149. 0x0a0 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
  150. 0x0a1 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
  151. 0x0a2 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
  152. 0x0a3 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
  153. 0x0a4 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
  154. 0x0a5 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
  155. 0x0a6 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  156. 0x0a7 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  157. 0x0a8 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
  158. 0x0a9 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
  159. 0x0aa 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  160. 0x0ab 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
  161. 0x05e 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  162.  
  163. 48 GLXFBConfigs:
  164. visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav
  165. 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
  166. ----------------------------------------------------------------------------
  167. 0x05f 0 tc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
  168. 0x060 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
  169. 0x061 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
  170. 0x062 0 tc 0 16 0 r . . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
  171. 0x063 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
  172. 0x064 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
  173. 0x065 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
  174. 0x066 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
  175. 0x067 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
  176. 0x068 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
  177. 0x069 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
  178. 0x06a 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
  179. 0x06b 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
  180. 0x06c 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
  181. 0x06d 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
  182. 0x06e 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  183. 0x06f 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  184. 0x070 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  185. 0x071 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
  186. 0x072 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
  187. 0x073 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
  188. 0x074 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
  189. 0x075 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  190. 0x076 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
  191. 0x077 0 dc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
  192. 0x078 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
  193. 0x079 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
  194. 0x07a 0 dc 0 16 0 r . . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
  195. 0x07b 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
  196. 0x07c 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
  197. 0x07d 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
  198. 0x07e 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
  199. 0x07f 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
  200. 0x080 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
  201. 0x081 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
  202. 0x082 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
  203. 0x083 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
  204. 0x084 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
  205. 0x085 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
  206. 0x086 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  207. 0x087 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  208. 0x088 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  209. 0x089 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
  210. 0x08a 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
  211. 0x08b 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
  212. 0x08c 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
  213. 0x08d 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  214. 0x08e 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
  215.  
  216.  
  217.  
  218. [root@wishmacer andrzejl]# X -version
  219.  
  220. X.Org X Server 1.13.1
  221. Release Date: 2012-12-13
  222. X Protocol Version 11, Revision 0
  223. Build Operating System: Linux 3.7.0-1-ARCH i686
  224. Current Operating System: Linux wishmacer.loc 3.7.0-1-ARCH #1 SMP PREEMPT Tue Dec 11 15:53:50 CET 2012 i686
  225. Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=1d57d4c0-ecdc-4f85-b997-bbaac4313b16 ro pci=use_crs quiet
  226. Build Date: 16 December 2012 04:52:09PM
  227.  
  228. Current version of pixman: 0.28.2
  229. Before reporting problems, check http://wiki.x.org
  230. to make sure that you have the latest version.
  231. [root@wishmacer andrzejl]#
  232.  
  233.  
  234. [ 17.817]
  235. X.Org X Server 1.13.1
  236. Release Date: 2012-12-13
  237. [ 17.817] X Protocol Version 11, Revision 0
  238. [ 17.817] Build Operating System: Linux 3.7.0-1-ARCH i686
  239. [ 17.817] Current Operating System: Linux wishmacer.loc 3.7.0-1-ARCH #1 SMP PREEMPT Tue Dec 11 15:53:50 CET 2012 i686
  240. [ 17.817] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=1d57d4c0-ecdc-4f85-b997-bbaac4313b16 ro pci=use_crs quiet
  241. [ 17.818] Build Date: 16 December 2012 04:52:09PM
  242. [ 17.818]
  243. [ 17.818] Current version of pixman: 0.28.2
  244. [ 17.818] Before reporting problems, check http://wiki.x.org
  245. to make sure that you have the latest version.
  246. [ 17.818] Markers: (--) probed, (**) from config file, (==) default setting,
  247. (++) from command line, (!!) notice, (II) informational,
  248. (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  249. [ 17.818] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 17 23:03:31 2012
  250. [ 17.889] (==) Using config directory: "/etc/X11/xorg.conf.d"
  251. [ 17.911] (==) No Layout section. Using the first Screen section.
  252. [ 17.911] (==) No screen section available. Using defaults.
  253. [ 17.911] (**) |-->Screen "Default Screen Section" (0)
  254. [ 17.911] (**) | |-->Monitor "<default monitor>"
  255. [ 17.930] (==) No monitor specified for screen "Default Screen Section".
  256. Using a default monitor configuration.
  257. [ 17.930] (==) Automatically adding devices
  258. [ 17.930] (==) Automatically enabling devices
  259. [ 17.930] (==) Automatically adding GPU devices
  260. [ 18.081] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
  261. [ 18.081] Entry deleted from font path.
  262. [ 18.133] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
  263. [ 18.133] Entry deleted from font path.
  264. [ 18.133] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
  265. [ 18.133] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
  266. [ 18.133] Entry deleted from font path.
  267. [ 18.133] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
  268. [ 18.133] (==) FontPath set to:
  269. /usr/share/fonts/misc/,
  270. /usr/share/fonts/TTF/,
  271. /usr/share/fonts/Type1/
  272. [ 18.133] (==) ModulePath set to "/usr/lib/xorg/modules"
  273. [ 18.133] (II) The server relies on udev to provide the list of input devices.
  274. If no devices become available, reconfigure udev or disable AutoAddDevices.
  275. [ 18.144] (II) Loader magic: 0x825a640
  276. [ 18.144] (II) Module ABI versions:
  277. [ 18.144] X.Org ANSI C Emulation: 0.4
  278. [ 18.144] X.Org Video Driver: 13.1
  279. [ 18.144] X.Org XInput driver : 18.0
  280. [ 18.144] X.Org Server Extension : 7.0
  281. [ 18.145] (II) config/udev: Adding drm device (/dev/dri/card0)
  282. [ 18.148] (--) PCI:*(0:0:2:0) 8086:2592:1025:006a rev 3, Mem @ 0xb0080000/524288, 0xc0000000/268435456, 0xb0000000/262144, I/O @ 0x00001800/8
  283. [ 18.148] (--) PCI: (0:0:2:1) 8086:2792:1025:006a rev 3, Mem @ 0x84000000/524288
  284. [ 18.148] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
  285. [ 18.161] Initializing built-in extension Generic Event Extension
  286. [ 18.161] Initializing built-in extension SHAPE
  287. [ 18.161] Initializing built-in extension MIT-SHM
  288. [ 18.161] Initializing built-in extension XInputExtension
  289. [ 18.161] Initializing built-in extension XTEST
  290. [ 18.161] Initializing built-in extension BIG-REQUESTS
  291. [ 18.161] Initializing built-in extension SYNC
  292. [ 18.161] Initializing built-in extension XKEYBOARD
  293. [ 18.161] Initializing built-in extension XC-MISC
  294. [ 18.161] Initializing built-in extension SECURITY
  295. [ 18.161] Initializing built-in extension XINERAMA
  296. [ 18.161] Initializing built-in extension XFIXES
  297. [ 18.161] Initializing built-in extension RENDER
  298. [ 18.161] Initializing built-in extension RANDR
  299. [ 18.161] Initializing built-in extension COMPOSITE
  300. [ 18.161] Initializing built-in extension DAMAGE
  301. [ 18.161] Initializing built-in extension MIT-SCREEN-SAVER
  302. [ 18.161] Initializing built-in extension DOUBLE-BUFFER
  303. [ 18.161] Initializing built-in extension RECORD
  304. [ 18.161] Initializing built-in extension DPMS
  305. [ 18.161] Initializing built-in extension X-Resource
  306. [ 18.161] Initializing built-in extension XVideo
  307. [ 18.161] Initializing built-in extension XVideo-MotionCompensation
  308. [ 18.161] Initializing built-in extension XFree86-VidModeExtension
  309. [ 18.161] Initializing built-in extension XFree86-DGA
  310. [ 18.161] Initializing built-in extension XFree86-DRI
  311. [ 18.161] Initializing built-in extension DRI2
  312. [ 18.161] (II) LoadModule: "glx"
  313. [ 18.191] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
  314. [ 18.262] (II) Module glx: vendor="X.Org Foundation"
  315. [ 18.262] compiled for 1.13.1, module version = 1.0.0
  316. [ 18.262] ABI class: X.Org Server Extension, version 7.0
  317. [ 18.262] (==) AIGLX enabled
  318. [ 18.262] Loading extension GLX
  319. [ 18.262] (==) Matched intel as autoconfigured driver 0
  320. [ 18.262] (==) Matched intel as autoconfigured driver 1
  321. [ 18.262] (==) Matched vesa as autoconfigured driver 2
  322. [ 18.262] (==) Matched modesetting as autoconfigured driver 3
  323. [ 18.262] (==) Matched fbdev as autoconfigured driver 4
  324. [ 18.262] (==) Assigned the driver to the xf86ConfigLayout
  325. [ 18.262] (II) LoadModule: "intel"
  326. [ 18.282] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
  327. [ 18.373] (II) Module intel: vendor="X.Org Foundation"
  328. [ 18.373] compiled for 1.13.0.902, module version = 2.20.16
  329. [ 18.373] Module class: X.Org Video Driver
  330. [ 18.373] ABI class: X.Org Video Driver, version 13.1
  331. [ 18.373] (II) LoadModule: "vesa"
  332. [ 18.380] (WW) Warning, couldn't open module vesa
  333. [ 18.380] (II) UnloadModule: "vesa"
  334. [ 18.380] (II) Unloading vesa
  335. [ 18.380] (EE) Failed to load module "vesa" (module does not exist, 0)
  336. [ 18.380] (II) LoadModule: "modesetting"
  337. [ 18.381] (WW) Warning, couldn't open module modesetting
  338. [ 18.381] (II) UnloadModule: "modesetting"
  339. [ 18.381] (II) Unloading modesetting
  340. [ 18.381] (EE) Failed to load module "modesetting" (module does not exist, 0)
  341. [ 18.381] (II) LoadModule: "fbdev"
  342. [ 18.381] (WW) Warning, couldn't open module fbdev
  343. [ 18.381] (II) UnloadModule: "fbdev"
  344. [ 18.381] (II) Unloading fbdev
  345. [ 18.381] (EE) Failed to load module "fbdev" (module does not exist, 0)
  346. [ 18.381] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
  347. i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
  348. E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
  349. 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
  350. 4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
  351. Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
  352. Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
  353. Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
  354. Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
  355. Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
  356. Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
  357. Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
  358. Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
  359. Haswell Server (GT2+), Haswell SDV Desktop (GT1),
  360. Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
  361. Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
  362. Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
  363. Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
  364. Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
  365. Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
  366. Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
  367. Haswell ULT Server (GT1), Haswell ULT Server (GT2),
  368. Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
  369. Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
  370. Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
  371. Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
  372. Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
  373. ValleyView PO board
  374. [ 18.382] (++) using VT number 7
  375.  
  376. [ 18.394] (II) intel(0): Creating default Display subsection in Screen section
  377. "Default Screen Section" for depth/fbbpp 24/32
  378. [ 18.394] (==) intel(0): Depth 24, (--) framebuffer bpp 32
  379. [ 18.394] (==) intel(0): RGB weight 888
  380. [ 18.394] (==) intel(0): Default visual is TrueColor
  381. [ 18.394] (--) intel(0): Integrated Graphics Chipset: Intel(R) 915GM
  382. [ 18.394] (**) intel(0): Relaxed fencing disabled
  383. [ 18.394] (**) intel(0): Wait on SwapBuffers? enabled
  384. [ 18.394] (**) intel(0): Triple buffering? enabled
  385. [ 18.394] (**) intel(0): Framebuffer tiled
  386. [ 18.394] (**) intel(0): Pixmaps tiled
  387. [ 18.394] (**) intel(0): 3D buffers tiled
  388. [ 18.407] (**) intel(0): SwapBuffers wait enabled
  389. [ 18.407] (==) intel(0): video overlay key set to 0x101fe
  390. [ 18.408] (II) intel(0): Output LVDS1 has no monitor section
  391. [ 18.608] (II) intel(0): Output VGA1 has no monitor section
  392. [ 18.977] (II) intel(0): Output TV1 has no monitor section
  393. [ 19.056] (II) intel(0): EDID for output LVDS1
  394. [ 19.056] (II) intel(0): Manufacturer: LPL Model: 1246 Serial#: 0
  395. [ 19.056] (II) intel(0): Year: 2005 Week: 0
  396. [ 19.056] (II) intel(0): EDID Version: 1.3
  397. [ 19.056] (II) intel(0): Digital Display Input
  398. [ 19.056] (II) intel(0): Max Image Size [cm]: horiz.: 30 vert.: 19
  399. [ 19.056] (II) intel(0): Gamma: 2.20
  400. [ 19.056] (II) intel(0): No DPMS capabilities specified
  401. [ 19.056] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
  402. [ 19.056] (II) intel(0): First detailed timing is preferred mode
  403. [ 19.056] (II) intel(0): redX: 0.581 redY: 0.344 greenX: 0.325 greenY: 0.547
  404. [ 19.056] (II) intel(0): blueX: 0.157 blueY: 0.137 whiteX: 0.312 whiteY: 0.328
  405. [ 19.056] (II) intel(0): Manufacturer's mask: 0
  406. [ 19.056] (II) intel(0): Supported detailed timing:
  407. [ 19.057] (II) intel(0): clock: 68.9 MHz Image Size: 331 x 207 mm
  408. [ 19.057] (II) intel(0): h_active: 1280 h_sync: 1301 h_sync_end 1333 h_blank_end 1408 h_border: 0
  409. [ 19.057] (II) intel(0): v_active: 800 v_sync: 804 v_sync_end 808 v_blanking: 816 v_border: 0
  410. [ 19.057] (II) intel(0): LGPhilipsLCD
  411. [ 19.057] (II) intel(0): LP141WX1-TL03
  412. [ 19.057] (II) intel(0): EDID (in hex):
  413. [ 19.057] (II) intel(0): 00ffffffffffff00320c461200000000
  414. [ 19.057] (II) intel(0): 000f0103801e13780ac4409458538c28
  415. [ 19.057] (II) intel(0): 23505400000001010101010101010101
  416. [ 19.057] (II) intel(0): 010101010101ea1a0080502010301520
  417. [ 19.057] (II) intel(0): 44004bcf100000180000000000000000
  418. [ 19.057] (II) intel(0): 00000000000000000000000000fe004c
  419. [ 19.057] (II) intel(0): 475068696c6970734c43440a000000fe
  420. [ 19.057] (II) intel(0): 004c503134315758312d544c303300e6
  421. [ 19.057] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
  422. [ 19.057] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
  423. [ 19.057] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
  424. [ 19.057] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
  425. [ 19.057] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
  426. [ 19.057] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
  427. [ 19.057] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
  428. [ 19.057] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
  429. [ 19.057] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
  430. [ 19.057] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
  431. [ 19.057] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
  432. [ 19.057] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
  433. [ 19.057] (II) intel(0): Printing probed modes for output LVDS1
  434. [ 19.057] (II) intel(0): Modeline "1280x800"x60.0 68.90 1280 1301 1333 1408 800 804 808 816 -hsync -vsync (48.9 kHz eP)
  435. [ 19.057] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
  436. [ 19.057] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
  437. [ 19.057] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
  438. [ 19.057] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
  439. [ 19.251] (II) intel(0): EDID for output VGA1
  440. [ 19.637] (II) intel(0): EDID for output TV1
  441. [ 19.637] (II) intel(0): Output LVDS1 connected
  442. [ 19.637] (II) intel(0): Output VGA1 disconnected
  443. [ 19.637] (II) intel(0): Output TV1 disconnected
  444. [ 19.637] (II) intel(0): Using exact sizes for initial modes
  445. [ 19.637] (II) intel(0): Output LVDS1 using initial mode 1280x800
  446. [ 19.637] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
  447. [ 19.637] (II) intel(0): Kernel page flipping support detected, enabling
  448. [ 19.637] (==) intel(0): DPI set to (96, 96)
  449. [ 19.637] (II) Loading sub module "fb"
  450. [ 19.637] (II) LoadModule: "fb"
  451. [ 19.637] (II) Loading /usr/lib/xorg/modules/libfb.so
  452. [ 19.770] (II) Module fb: vendor="X.Org Foundation"
  453. [ 19.770] compiled for 1.13.1, module version = 1.0.0
  454. [ 19.770] ABI class: X.Org ANSI C Emulation, version 0.4
  455. [ 19.770] (II) Loading sub module "dri2"
  456. [ 19.770] (II) LoadModule: "dri2"
  457. [ 19.770] (II) Module "dri2" already built-in
  458. [ 19.771] (==) Depth 24 pixmap format is 32 bpp
  459. [ 19.791] (II) intel(0): [DRI2] Setup complete
  460. [ 19.791] (II) intel(0): [DRI2] DRI driver: i915
  461. [ 19.792] (II) intel(0): Allocated new frame buffer 1280x800 stride 8192, tiled
  462. [ 19.830] (II) UXA(0): Driver registered support for the following operations:
  463. [ 19.830] (II) solid
  464. [ 19.830] (II) copy
  465. [ 19.830] (II) composite (RENDER acceleration)
  466. [ 19.830] (II) put_image
  467. [ 19.830] (II) get_image
  468. [ 19.830] (==) intel(0): Backing store disabled
  469. [ 19.830] (==) intel(0): Silken mouse enabled
  470. [ 19.830] (II) intel(0): Initializing HW Cursor
  471. [ 19.830] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
  472. [ 19.832] (==) intel(0): DPMS enabled
  473. [ 19.832] (==) intel(0): Intel XvMC decoder disabled
  474. [ 19.832] (II) intel(0): Set up textured video
  475. [ 19.832] (II) intel(0): Set up overlay video
  476. [ 19.832] (II) intel(0): direct rendering: DRI2 Enabled
  477. [ 19.832] (==) intel(0): hotplug detection: "enabled"
  478. [ 19.861] (--) RandR disabled
  479. [ 20.525] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
  480. [ 20.525] (II) AIGLX: enabled GLX_INTEL_swap_event
  481. [ 20.525] (II) AIGLX: enabled GLX_ARB_create_context
  482. [ 20.525] (II) AIGLX: enabled GLX_ARB_create_context_profile
  483. [ 20.525] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
  484. [ 20.525] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
  485. [ 20.525] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
  486. [ 20.526] (II) AIGLX: Loaded and initialized i915
  487. [ 20.526] (II) GLX: Initialized DRI2 GL provider for screen 0
  488. [ 20.527] (II) intel(0): Setting screen physical size to 338 x 211
  489. [ 21.422] (II) config/udev: Adding input device Power Button (/dev/input/event3)
  490. [ 21.422] (**) Power Button: Applying InputClass "evdev keyboard catchall"
  491. [ 21.422] (II) LoadModule: "evdev"
  492. [ 21.422] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
  493. [ 21.530] (II) Module evdev: vendor="X.Org Foundation"
  494. [ 21.530] compiled for 1.13.0, module version = 2.7.3
  495. [ 21.530] Module class: X.Org XInput Driver
  496. [ 21.530] ABI class: X.Org XInput driver, version 18.0
  497. [ 21.530] (II) Using input driver 'evdev' for 'Power Button'
  498. [ 21.530] (**) Power Button: always reports core events
  499. [ 21.530] (**) evdev: Power Button: Device: "/dev/input/event3"
  500. [ 21.530] (--) evdev: Power Button: Vendor 0 Product 0x1
  501. [ 21.530] (--) evdev: Power Button: Found keys
  502. [ 21.530] (II) evdev: Power Button: Configuring as keyboard
  503. [ 21.530] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
  504. [ 21.530] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
  505. [ 21.530] (**) Option "xkb_rules" "evdev"
  506. [ 21.530] (**) Option "xkb_model" "evdev"
  507. [ 21.530] (**) Option "xkb_layout" "us"
  508. [ 21.621] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
  509. [ 21.621] (II) No input driver specified, ignoring this device.
  510. [ 21.621] (II) This device may have been added with another device file.
  511. [ 21.621] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
  512. [ 21.621] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
  513. [ 21.621] (II) Using input driver 'evdev' for 'Sleep Button'
  514. [ 21.621] (**) Sleep Button: always reports core events
  515. [ 21.621] (**) evdev: Sleep Button: Device: "/dev/input/event2"
  516. [ 21.622] (--) evdev: Sleep Button: Vendor 0 Product 0x3
  517. [ 21.622] (--) evdev: Sleep Button: Found keys
  518. [ 21.622] (II) evdev: Sleep Button: Configuring as keyboard
  519. [ 21.622] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
  520. [ 21.622] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
  521. [ 21.622] (**) Option "xkb_rules" "evdev"
  522. [ 21.622] (**) Option "xkb_model" "evdev"
  523. [ 21.622] (**) Option "xkb_layout" "us"
  524. [ 21.622] (II) config/udev: Adding drm device (/dev/dri/card0)
  525. [ 21.627] (II) config/udev: Adding input device SilverCrest OML807 (/dev/input/event5)
  526. [ 21.627] (**) SilverCrest OML807: Applying InputClass "evdev pointer catchall"
  527. [ 21.627] (**) SilverCrest OML807: Applying InputClass "evdev keyboard catchall"
  528. [ 21.627] (II) Using input driver 'evdev' for 'SilverCrest OML807'
  529. [ 21.627] (**) SilverCrest OML807: always reports core events
  530. [ 21.627] (**) evdev: SilverCrest OML807: Device: "/dev/input/event5"
  531. [ 21.627] (--) evdev: SilverCrest OML807: Vendor 0x1bcf Product 0x53a
  532. [ 21.627] (--) evdev: SilverCrest OML807: Found 12 mouse buttons
  533. [ 21.627] (--) evdev: SilverCrest OML807: Found scroll wheel(s)
  534. [ 21.627] (--) evdev: SilverCrest OML807: Found relative axes
  535. [ 21.627] (--) evdev: SilverCrest OML807: Found x and y relative axes
  536. [ 21.627] (--) evdev: SilverCrest OML807: Found absolute axes
  537. [ 21.627] (II) evdev: SilverCrest OML807: Forcing absolute x/y axes to exist.
  538. [ 21.627] (--) evdev: SilverCrest OML807: Found keys
  539. [ 21.627] (II) evdev: SilverCrest OML807: Configuring as mouse
  540. [ 21.627] (II) evdev: SilverCrest OML807: Configuring as keyboard
  541. [ 21.627] (II) evdev: SilverCrest OML807: Adding scrollwheel support
  542. [ 21.627] (**) evdev: SilverCrest OML807: YAxisMapping: buttons 4 and 5
  543. [ 21.627] (**) evdev: SilverCrest OML807: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
  544. [ 21.627] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-7/1-7.2/1-7.2:1.1/input/input5/event5"
  545. [ 21.627] (II) XINPUT: Adding extended input device "SilverCrest OML807" (type: KEYBOARD, id 8)
  546. [ 21.627] (**) Option "xkb_rules" "evdev"
  547. [ 21.627] (**) Option "xkb_model" "evdev"
  548. [ 21.627] (**) Option "xkb_layout" "us"
  549. [ 21.628] (II) evdev: SilverCrest OML807: initialized for relative axes.
  550. [ 21.628] (WW) evdev: SilverCrest OML807: ignoring absolute axes.
  551. [ 21.628] (**) SilverCrest OML807: (accel) keeping acceleration scheme 1
  552. [ 21.628] (**) SilverCrest OML807: (accel) acceleration profile 0
  553. [ 21.628] (**) SilverCrest OML807: (accel) acceleration factor: 2.000
  554. [ 21.628] (**) SilverCrest OML807: (accel) acceleration threshold: 4
  555. [ 21.629] (II) config/udev: Adding input device SilverCrest OML807 (/dev/input/mouse0)
  556. [ 21.629] (II) No input driver specified, ignoring this device.
  557. [ 21.629] (II) This device may have been added with another device file.
  558. [ 21.629] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
  559. [ 21.629] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
  560. [ 21.629] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
  561. [ 21.629] (**) AT Translated Set 2 keyboard: always reports core events
  562. [ 21.629] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
  563. [ 21.629] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
  564. [ 21.629] (--) evdev: AT Translated Set 2 keyboard: Found keys
  565. [ 21.629] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
  566. [ 21.629] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
  567. [ 21.629] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
  568. [ 21.629] (**) Option "xkb_rules" "evdev"
  569. [ 21.629] (**) Option "xkb_model" "evdev"
  570. [ 21.629] (**) Option "xkb_layout" "us"
  571. [ 21.631] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
  572. [ 21.631] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
  573. [ 21.631] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
  574. [ 21.631] (II) LoadModule: "synaptics"
  575. [ 21.631] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
  576. [ 21.643] (II) Module synaptics: vendor="X.Org Foundation"
  577. [ 21.643] compiled for 1.13.0, module version = 1.6.2
  578. [ 21.643] Module class: X.Org XInput Driver
  579. [ 21.643] ABI class: X.Org XInput driver, version 18.0
  580. [ 21.643] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
  581. [ 21.643] (**) SynPS/2 Synaptics TouchPad: always reports core events
  582. [ 21.643] (**) Option "Device" "/dev/input/event6"
  583. [ 21.680] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
  584. [ 21.680] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
  585. [ 21.680] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
  586. [ 21.680] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
  587. [ 21.680] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple scroll-buttons
  588. [ 21.680] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
  589. [ 21.680] (**) Option "TapButton1" "1"
  590. [ 21.680] (**) Option "TapButton2" "2"
  591. [ 21.680] (**) Option "TapButton3" "3"
  592. [ 21.680] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
  593. [ 21.680] (**) SynPS/2 Synaptics TouchPad: always reports core events
  594. [ 21.700] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input7/event6"
  595. [ 21.700] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 10)
  596. [ 21.700] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
  597. [ 21.700] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
  598. [ 21.700] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
  599. [ 21.700] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
  600. [ 21.700] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
  601. [ 21.700] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
  602. [ 21.700] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
  603. [ 21.700] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
  604. [ 21.701] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
  605. [ 21.701] (II) No input driver specified, ignoring this device.
  606. [ 21.701] (II) This device may have been added with another device file.
  607. [ 21.702] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/event4)
  608. [ 21.702] (II) No input driver specified, ignoring this device.
  609. [ 21.702] (II) This device may have been added with another device file.
  610. [ 21.702] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/js0)
  611. [ 21.702] (II) No input driver specified, ignoring this device.
  612. [ 21.702] (II) This device may have been added with another device file.
  613. [ 64.766] (II) intel(0): EDID vendor "LPL", prod id 4678
  614. [ 64.773] (II) intel(0): Printing DDC gathered Modelines:
  615. [ 64.773] (II) intel(0): Modeline "1280x800"x0.0 68.90 1280 1301 1333 1408 800 804 808 816 -hsync -vsync (48.9 kHz eP)
  616. [ 99.080] (II) intel(0): EDID vendor "LPL", prod id 4678
  617. [ 99.080] (II) intel(0): Printing DDC gathered Modelines:
  618. [ 99.080] (II) intel(0): Modeline "1280x800"x0.0 68.90 1280 1301 1333 1408 800 804 808 816 -hsync -vsync (48.9 kHz eP)
  619. [ 100.646] (II) intel(0): EDID vendor "LPL", prod id 4678
  620. [ 100.646] (II) intel(0): Printing DDC gathered Modelines:
  621. [ 100.646] (II) intel(0): Modeline "1280x800"x0.0 68.90 1280 1301 1333 1408 800 804 808 816 -hsync -vsync (48.9 kHz eP)
  622.  
  623. [root@wishmacer andrzejl]# inxi -v7
  624. System: Host: wishmacer.loc Kernel: 3.7.0-1-ARCH i686 (32 bit, gcc: 4.7.2)
  625. Desktop: KDE 4.9.4 (Qt 4.8.4) info: plasma-desktop dm: kdm Distro: Arch Linux
  626. Machine: System: Acer product: TravelMate 2420 version: 0100 serial: LXTB20504360808B79KS00 Chassis: type: 10
  627. Mobo: Acer model: Garda-910 version: Rev serial: LXTB20504360808B79KS00
  628. Bios: Phoenix version: V1.01 date: 12/15/2005
  629. CPU: Single core Intel Celeron M (-UP-) cache: 1024 KB flags: (nx sse sse2) bmips: 2993.22 clocked at 1496.268 MHz
  630. Graphics: Card: Intel Mobile 915GM/GMS/910GML Express Graphics Controller bus-ID: 00:02.0 chip-ID: 8086:2592
  631. X.org: 1.13.1 driver: intel tty size: 137x30 Advanced Data: N/A for root
  632. Audio: Card: Intel 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller
  633. driver: snd_intel8x0 ports: 1c00 18c0 bus-ID: 00:1e.2 chip-ID: 8086:266e
  634. Sound: Advanced Linux Sound Architecture ver: k3.7.0-1-ARCH
  635. Network: Card-1: Realtek RTL-8139/8139C/8139C+ driver: 8139too ver: 0.9.28 port: 3000 bus-ID: 06:07.0 chip-ID: 10ec:8139
  636. IF: eth0 state: unknown speed: 100 Mbps duplex: full mac: 00:0a:e4:f6:d4:8f
  637. Card-2: Atheros AR5416 Wireless Network Adapter [AR5008 802.11(a)bgn]
  638. driver: ath9k bus-ID: 06:05.0 chip-ID: 168c:0023
  639. IF: wlan0 state: down mac: 00:1e:52:7a:46:5d
  640. WAN IP: 178.167.165.178 IF: eth0 ip: 192.168.0.100 ip-v6: N/A
  641. Drives: HDD Total Size: 490.0GB (44.7% used)
  642. 1: id: /dev/sda model: SAMSUNG_HM160HC size: 160.0GB serial: S12TJDQB229753 temp: 35C
  643. 2: USB id: /dev/sdb model: ST950212A size: 50.0GB serial: 0000000000000000W-0:0 temp: 0C
  644. 3: USB id: /dev/sdc model: WD600UE size: 60.0GB serial: 0000000000000000W-0:0 temp: 0C
  645. 4: USB id: /dev/sdd model: Voyager_GT_3.0 size: 16.0GB serial: 22110211570000030030-0:0 temp: 0C
  646. 5: USB id: /dev/sde model: 6Y200P0 size: 203.9GB serial: 0000000000000000W-0:0 temp: 0C
  647. Optical: /dev/sr0 model: N/A rev: N/A dev-links: cdrom,cdrw,dvd,dvdrw
  648. Features: speed: 24x multisession: yes audio: yes dvd: yes rw: cd-r,cd-rw,dvd-r,dvd-ram state: N/A
  649. Partition: ID: / size: 25G used: 8.4G (36%) fs: ext4 dev: /dev/sda1
  650. label: N/A uuid: 1d57d4c0-ecdc-4f85-b997-bbaac4313b16
  651. ID: /media/189_GB_X-Ternal size: 187G used: 99G (56%) fs: ext4 dev: /dev/sde1
  652. label: 189_GB_X-Ternal uuid: 91dfb8e5-c6e9-480e-9e54-1ec3ed95265d
  653. ID: /media/WindowsXP size: 10G used: 9.7G (97%) fs: fuseblk dev: /dev/sda3
  654. label: N/A uuid: 3E585764585719CB
  655. ID: /media/55_GB_X-Ternal size: 56G used: 20G (38%) fs: ext4 dev: /dev/sdc1
  656. label: 55_GB_X-Ternal uuid: 1b8dc88e-03e9-4d45-b2c3-33f9ed8eac2e
  657. ID: /media/Disk_2 size: 34G used: 30G (92%) fs: ext4 dev: /dev/sda8
  658. label: Data_Disk_2 uuid: 9a4e9fc2-e67f-4d7b-806b-df7f4c6fe3c3
  659. ID: /home size: 9.9G used: 5.5G (58%) fs: ext4 dev: /dev/sda6
  660. label: N/A uuid: b0cd3c12-a326-45b6-9a18-96c5af876a7e
  661. ID: /media/Disk_3 size: 25G used: 172M (1%) fs: ext4 dev: /dev/sda9
  662. label: N/A uuid: e27d88a0-bff9-4fad-abf6-ffa9ed5d88a1
  663. ID: /media/Disk_1 size: 34G used: 32G (100%) fs: ext4 dev: /dev/sda7
  664. label: Data_Disk_1 uuid: f5c313e3-22b8-484e-8ae8-8e0f79f1026c
  665. ID: /media/PCLinuxOS_Home size: 9.0G used: 1.6G (19%) fs: ext4 dev: /dev/sda10
  666. label: N/A uuid: 320cf41c-dc8c-41a0-bc10-e5fbfca3624f
  667. ID: /media/15_GB_X-Ternal size: 15G used: 187M (2%) fs: ext4 dev: /dev/sdd1
  668. label: 15_GB_X-Ternal uuid: 71a3c2f9-cb32-4396-8e4c-a680bce4a256
  669. ID: /media/46_GB_X-Ternal size: 47G used: 227M (1%) fs: fuseblk dev: /dev/sdb1
  670. label: 46_GB_X-Ternal uuid: 14C0D1DFC0D1C6E0
  671. ID: swap-1 size: 2.15GB used: 0.00GB (0%) fs: swap dev: /dev/sda5
  672. label: N/A uuid: f84bd38a-3ab1-48c7-bc87-8251c8603d85
  673. RAID: No RAID data available - /proc/mdstat is missing - is md_mod kernel module loaded?
  674. Unmounted: ID: /dev/sr0 size: 1.07G label: N/A uuid: N/A
  675. Sensors: System Temperatures: cpu: 48.0C mobo: 30.0C
  676. Fan Speeds (in rpm): cpu: N/A
  677. Info: Processes: 136 Uptime: 10 min Memory: 478.8/2011.2MB Runlevel: 5 Gcc sys: 4.7.2
  678. Client: Shell (bash 4.2.39) inxi: 1.8.24
  679. [root@wishmacer andrzejl]#
  680.  
  681.  
  682.  
  683. [andrzejl@wishmacer ~]$ glxgears
  684. Running synchronized to the vertical refresh. The framerate should be
  685. approximately the same as the monitor refresh rate.
  686. 297 frames in 5.0 seconds = 59.290 FPS
  687. 293 frames in 5.0 seconds = 58.458 FPS
  688. 293 frames in 5.0 seconds = 58.455 FPS
  689. 288 frames in 5.0 seconds = 57.448 FPS
  690. 299 frames in 5.0 seconds = 59.640 FPS
  691. 292 frames in 5.0 seconds = 58.252 FPS
  692. 275 frames in 5.0 seconds = 54.856 FPS
  693. 281 frames in 5.0 seconds = 56.131 FPS
  694. ^C
  695. [andrzejl@wishmacer ~]$ vblank_mode=0 glxgears
  696. ATTENTION: default value of option vblank_mode overridden by environment.
  697. ATTENTION: default value of option vblank_mode overridden by environment.
  698. 1839 frames in 5.0 seconds = 367.360 FPS
  699. 2080 frames in 5.0 seconds = 415.923 FPS
  700. 2076 frames in 5.0 seconds = 415.101 FPS
  701. 2076 frames in 5.0 seconds = 414.897 FPS
  702. 2052 frames in 5.0 seconds = 410.394 FPS
  703. XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
  704. after 10593 requests (10593 known processed) with 0 events remaining.
  705. [andrzejl@wishmacer ~]$
  706.  
  707.  
  708.  
  709.  
  710.  
  711. [andrzejl@wishmacer ~]$ cat /home/andrzejl/.drirc
  712. <driconf>
  713. <device screen="0" driver="i915">
  714. <application name="Default">
  715. <option name="force_s3tc_enable" value="false" />
  716. <option name="no_rast" value="false" />
  717. <option name="fthrottle_mode" value="2" />
  718. <option name="always_flush_cache" value="false" />
  719. <option name="always_flush_batch" value="false" />
  720. <option name="bo_reuse" value="1" />
  721. <option name="vblank_mode" value="0" />
  722. <option name="allow_large_textures" value="2" />
  723. </application>
  724. </device>
  725. </driconf>
  726. [andrzejl@wishmacer ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement