LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 749|回复: 0

Intel X4500 RenderAccel之后从X切换到终端再切换会X英文会变黑框

[复制链接]
发表于 2009-1-9 02:16:19 | 显示全部楼层 |阅读模式
是本本板载的卡。。
效果如图,不知道各位有没有遇到类似的情况,有什么办法(关掉RenderAccel除外)?


  1. $ cat /etc/X11/xorg.conf
  2. # xorg.conf (X.Org X Window System server configuration file)
  3. #
  4. # This file was generated by dexconf, the Debian X Configuration tool, using
  5. # values from the debconf database.
  6. #
  7. # Edit this file with caution, and see the xorg.conf manual page.
  8. # (Type "man xorg.conf" at the shell prompt.)
  9. #
  10. # This file is automatically updated on xserver-xorg package upgrades *only*
  11. # if it has not been modified since the last upgrade of the xserver-xorg
  12. # package.
  13. #
  14. # If you have edited this file but would like it to be automatically updated
  15. # again, run the following command:
  16. #   sudo dpkg-reconfigure -phigh xserver-xorg

  17. Section "InputDevice"
  18.         Identifier        "Generic Keyboard"
  19.         Driver                "kbd"
  20.         Option                "XkbRules"        "xorg"
  21.         Option                "XkbModel"        "pc104"
  22.         Option                "XkbLayout"        "us"
  23. EndSection

  24. Section "InputDevice"
  25.         Identifier        "Configured Mouse"
  26.         Driver                "mouse"
  27.         Option                "CorePointer"
  28.         Option                "Protocol"                "Auto"
  29.         Option                "Device"                "/dev/input/mice"
  30. EndSection

  31. Section "InputDevice"
  32.         Identifier        "Synaptics Touchpad"
  33.         Driver                "synaptics"
  34.         Option                "SendCoreEvents"        "true"
  35.         Option                "Device"                "/dev/psaux"
  36.         Option                "Protocol"                "auto-dev"
  37.         Option                "SHMConfig"                "true"
  38.         Option                "EmulateWheel"                "true"
  39.         Option                "EmulateWheelButton"        "2"
  40.         Option                "HorizScrollDelta"        "400"
  41.         Option                "VertScrollDelta"        "200"
  42. EndSection

  43. Section "Module"
  44.         Load                "dri"
  45.         Load                "glx"
  46.         Load                "dbe"
  47. EndSection

  48. Section "Device"
  49.         Identifier        "Configured Video Device"
  50.         Driver                "intel"
  51.         Option                "RenderAccel"                "true"
  52.         Option                "FrameBufferCompression"        "false"
  53.         Option                "DRI"                        "true"
  54. EndSection

  55. Section "Monitor"
  56.         Identifier        "Configured Monitor"
  57. EndSection

  58. Section "Screen"
  59.         Identifier        "Default Screen"
  60.         Monitor                "Configured Monitor"
  61.         SubSection        "Display"
  62.                 Depth        24
  63.                 Modes        "1280x800"
  64.         EndSubSection
  65. EndSection

  66. Section "ServerLayout"
  67.         Identifier        "Default Layout"
  68.         Screen                "Default Screen"
  69.         InputDevice        "Generic Keyboard"
  70.         InputDevice        "Configured Mouse"
  71.         InputDevice        "Synaptics Touchpad"
  72. EndSection

  73. Section "DRI"
  74.         Group                "video"
  75.         Mode                0660
  76. EndSection

  77. Section "Extensions"
  78.         Option                "Composite"                "true"
  79. EndSection
复制代码

  1. $ glxinfo
  2. name of display: :0.0
  3. display: :0  screen: 0
  4. direct rendering: Yes
  5. server glx vendor string: SGI
  6. server glx version string: 1.2
  7. server glx extensions:
  8.     GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
  9.     GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
  10.     GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control,
  11.     GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
  12. client glx vendor string: SGI
  13. client glx version string: 1.4
  14. client glx extensions:
  15.     GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
  16.     GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
  17.     GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
  18.     GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
  19.     GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
  20.     GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
  21.     GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
  22. GLX version: 1.2
  23. GLX extensions:
  24.     GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
  25.     GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
  26.     GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
  27.     GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
  28.     GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
  29. OpenGL vendor string: Tungsten Graphics, Inc
  30. OpenGL renderer string: Mesa DRI Mobile Intel® GM45 Express Chipset 4.1.3002 x86/MMX/SSE2
  31. OpenGL version string: 1.4 Mesa 7.0.4
  32. OpenGL extensions:
  33.     GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program,
  34.     GL_ARB_fragment_shader, GL_ARB_imaging, GL_ARB_multisample,
  35.     GL_ARB_multitexture, GL_ARB_point_parameters, GL_ARB_point_sprite,
  36.     GL_ARB_shader_objects, GL_ARB_shading_language_100,
  37.     GL_ARB_shading_language_120, GL_ARB_shadow, GL_ARB_texture_border_clamp,
  38.     GL_ARB_texture_compression, GL_ARB_texture_cube_map,
  39.     GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
  40.     GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
  41.     GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two,
  42.     GL_ARB_texture_rectangle, GL_ARB_transpose_matrix,
  43.     GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader,
  44.     GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
  45.     GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
  46.     GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
  47.     GL_EXT_clip_volume_hint, GL_EXT_cull_vertex, GL_EXT_compiled_vertex_array,
  48.     GL_EXT_convolution, GL_EXT_copy_texture, GL_EXT_draw_range_elements,
  49.     GL_EXT_fog_coord, GL_EXT_histogram, GL_EXT_multi_draw_arrays,
  50.     GL_EXT_packed_pixels, GL_EXT_point_parameters, GL_EXT_polygon_offset,
  51.     GL_EXT_rescale_normal, GL_EXT_secondary_color,
  52.     GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_wrap,
  53.     GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D,
  54.     GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
  55.     GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
  56.     GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod_bias,
  57.     GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_texture_sRGB,
  58.     GL_EXT_vertex_array, GL_3DFX_texture_compression_FXT1,
  59.     GL_APPLE_client_storage, GL_APPLE_packed_pixels,
  60.     GL_ATI_blend_equation_separate, GL_ATI_separate_stencil,
  61.     GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat,
  62.     GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
  63.     GL_MESA_window_pos, GL_NV_blend_square, GL_NV_light_max_exponent,
  64.     GL_NV_point_sprite, GL_NV_texture_rectangle, GL_NV_texgen_reflection,
  65.     GL_OES_read_format, GL_SGI_color_matrix, GL_SGI_color_table,
  66.     GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
  67.     GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SGIX_depth_texture,
  68.     GL_SUN_multi_draw_arrays

  69.    visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
  70. id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
  71. ----------------------------------------------------------------------
  72. 0x23 24 tc  0 32  0 r  y  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
  73. 0x24 24 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
  74. 0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
  75. 0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
  76. 0x27 24 tc  0 32  0 r  y  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
  77. 0x28 24 tc  0 32  0 r  .  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
  78. 0x29 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
  79. 0x2a 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
  80. 0x2b 24 dc  0 32  0 r  y  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
  81. 0x2c 24 dc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
  82. 0x2d 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
  83. 0x2e 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
  84. 0x2f 24 dc  0 32  0 r  y  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
  85. 0x30 24 dc  0 32  0 r  .  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
  86. 0x31 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
  87. 0x32 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
  88. 0x67 32 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 Ncon
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表