免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 4875 | 回复: 7
打印 上一主题 下一主题

请教i945GM显示蕊片在FB 6.2如何开启3D,opengl功能!(已解决) [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-08-14 14:21 |只看该作者 |倒序浏览
  1. bsd@dp 14:17 ~%uname -a
  2. FreeBSD bsd.workgroup 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #12: Tue Aug 14 12:48:28 UTC 2007     [email]root@bsd.workgroup[/email]:/usr/obj/usr/src/sys/dp  i386
  3. bsd@dp 14:19 ~%more /etc/X11/xorg.conf
  4. Section "ServerLayout"
  5.         Identifier     "X.org Configured"
  6.         Screen      0  "Screen0" 0 0
  7.         InputDevice    "Mouse0" "CorePointer"
  8.         InputDevice    "Keyboard0" "CoreKeyboard"
  9. EndSection

  10. Section "Files"
  11.         RgbPath      "/usr/local/share/X11/rgb"
  12.         ModulePath   "/usr/local/lib/xorg/modules"
  13.         FontPath     "/usr/local/lib/X11/fonts/misc/"
  14.         FontPath     "/usr/local/lib/X11/fonts/TTF/"
  15.         FontPath     "/usr/local/lib/X11/fonts/OTF"
  16.         FontPath     "/usr/local/lib/X11/fonts/Type1/"
  17.         FontPath     "/usr/local/lib/X11/fonts/100dpi/"
  18.         FontPath     "/usr/local/lib/X11/fonts/75dpi/"
  19.         FontPath     "/usr/local/lib/X11/fonts/TrueType/"
  20. EndSection

  21. Section "Module"

  22. #       Load  "type1"
  23. #       Load  "xtt"
  24. /etc/X11/xorg.conf 24%Section "ServerLayout"
  25.         Identifier     "X.org Configured"
  26.         Screen      0  "Screen0" 0 0
  27.         InputDevice    "Mouse0" "CorePointer"
  28.         InputDevice    "Keyboard0" "CoreKeyboard"
  29. EndSection

  30. Section "Files"
  31.         RgbPath      "/usr/local/share/X11/rgb"
  32.         ModulePath   "/usr/local/lib/xorg/modules"
  33.         FontPath     "/usr/local/lib/X11/fonts/misc/"
  34.         FontPath     "/usr/local/lib/X11/fonts/TTF/"
  35.         FontPath     "/usr/local/lib/X11/fonts/OTF"
  36.         FontPath     "/usr/local/lib/X11/fonts/Type1/"
  37.         FontPath     "/usr/local/lib/X11/fonts/100dpi/"
  38.         FontPath     "/usr/local/lib/X11/fonts/75dpi/"
  39.         FontPath     "/usr/local/lib/X11/fonts/TrueType/"
  40. EndSection

  41. Section "Module"

  42. #       Load  "type1"
  43. #       Load  "xtt"
  44.         Load  "extmod"
  45.         Load  "record"
  46.         Load  "dbe"
  47.         Load  "glx"
  48.         Load  "GLcore"
  49. #       Load  "xtrap"
  50.         Load  "dri"
  51. #       Load  "freetype"
  52. EndSection

  53. Section "ServerFlags"
  54.         Option      "AIGLX" "on"
  55. EndSection

  56. Section "InputDevice"
  57.         Identifier  "Keyboard0"
  58.         Driver      "kbd"
  59. EndSection

  60. Section "InputDevice"
  61.         Identifier  "Mouse0"
  62.         Driver      "mouse"
  63.         Option      "Protocol" "auto"
  64.         Option      "Device" "/dev/sysmouse"
  65.         Option      "ZAxisMapping" "4 5 6 7"
  66. EndSection

  67. Section "Monitor"

  68.         #DisplaySize      280   210     # mm
  69.         Identifier   "Monitor0"
  70.         VendorName   "CMO"
  71.         ModelName    "1420"
  72. EndSection

  73. Section "Device"

  74.         ### Available Driver options are:-
  75.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  76.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  77.         ### [arg]: arg optional
  78.         #Option     "NoAccel"                   # [<bool>]
  79.         #Option     "SWcursor"                  # [<bool>]
  80.         #Option     "ColorKey"                  # <i>
  81.         #Option     "CacheLines"                # <i>
  82.         #Option     "Dac6Bit"                   # [<bool>]
  83.         #Option     "NoDDC"                     # [<bool>]
  84.         #Option     "ShowCache"                 # [<bool>]
  85.         #Option     "XvMCSurfaces"              # <i>
  86.         #Option     "PageFlip"                  # [<bool>]
  87.         Identifier  "Card0"
  88.         Driver      "i810"
  89.         VendorName  "Intel Corporation"
  90.         BoardName   "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
  91.         Card        "** Intel i810 (generic)               [i810]"
  92.         Option      "DRI" "True"                # [<bool>]
  93.         BusID       "PCI:0:2:0"
  94. EndSection

  95. Section "Screen"
  96.         Identifier "Screen0"
  97.         Device     "Card0"
  98.         Monitor    "Monitor0"
  99.         SubSection "Display"
  100.                 Viewport   0 0
  101.                 Depth     1
  102.         EndSubSection
  103.         SubSection "Display"
  104.                 Viewport   0 0
  105.                 Depth     4
  106.         EndSubSection
  107.         SubSection "Display"
  108.                 Viewport   0 0
  109.                 Depth     8
  110.         EndSubSection
  111.         SubSection "Display"
  112.                 Viewport   0 0
  113.                 Depth     15
  114.         EndSubSection
  115.         SubSection "Display"
  116.                 Viewport   0 0
  117.                 Depth     16
  118.         EndSubSection
  119.         SubSection "Display"
  120.                 Viewport   0 0
  121.                 Depth     24
  122.         EndSubSection
  123. EndSection

  124. bsd@dp 14:17 ~%glxinfo
  125. name of display: :0.0
  126. display: :0  screen: 0
  127. direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
  128. server glx vendor string: SGI
  129. server glx version string: 1.2
  130. server glx extensions:
  131.     GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
  132.     GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
  133.     GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
  134.     GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
  135. client glx vendor string: SGI
  136. client glx version string: 1.4
  137. client glx extensions:
  138.     GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
  139.     GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
  140.     GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
  141.     GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
  142.     GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
  143.     GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
  144.     GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
  145. GLX version: 1.2
  146. GLX extensions:
  147.     GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
  148.     GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
  149.     GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample,
  150.     GLX_SGIX_fbconfig, GLX_EXT_texture_from_pixmap
  151. OpenGL vendor string: Mesa project: [url]www.mesa3d.org[/url]
  152. OpenGL renderer string: Mesa GLX Indirect
  153. OpenGL version string: 1.4 (1.5 Mesa 6.5.2)
  154. OpenGL extensions:
  155.     GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program,
  156.     GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture,
  157.     GL_ARB_occlusion_query, GL_ARB_point_parameters, GL_ARB_point_sprite,
  158.     GL_ARB_shadow, GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
  159.     GL_ARB_texture_compression, GL_ARB_texture_cube_map,
  160.     GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
  161.     GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
  162.     GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two,
  163.     GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_vertex_program,
  164.     GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
  165.     GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
  166.     GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
  167.     GL_EXT_clip_volume_hint, GL_EXT_copy_texture, GL_EXT_draw_range_elements,
  168.     GL_EXT_fog_coord, GL_EXT_framebuffer_object, GL_EXT_multi_draw_arrays,
  169.     GL_EXT_packed_pixels, GL_EXT_paletted_texture, GL_EXT_point_parameters,
  170.     GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color,
  171.     GL_EXT_separate_specular_color, GL_EXT_shadow_funcs,
  172.     GL_EXT_shared_texture_palette, GL_EXT_stencil_wrap, GL_EXT_subtexture,
  173.     GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
  174.     GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
  175.     GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias,
  176.     GL_EXT_texture_mirror_clamp, GL_EXT_texture_object,
  177.     GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels,
  178.     GL_ATI_draw_buffers, GL_ATI_texture_env_combine3,
  179.     GL_ATI_texture_mirror_once, GL_ATIX_texture_env_combine3,
  180.     GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate,
  181.     GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_NV_blend_square,
  182.     GL_NV_fragment_program, GL_NV_light_max_exponent, GL_NV_point_sprite,
  183.     GL_NV_texgen_reflection, GL_NV_texture_rectangle, GL_NV_vertex_program,
  184.     GL_NV_vertex_program1_1, GL_SGI_color_matrix, GL_SGI_color_table,
  185.     GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
  186.     GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SGIX_depth_texture,
  187.     GL_SGIX_shadow, GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays

  188.    visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
  189. id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
  190. ----------------------------------------------------------------------
  191. 0x23 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
  192. 0x24 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
  193. 0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
  194. 0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
  195. 0x27 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
  196. 0x28 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
  197. 0x29 24 dc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
  198. 0x2a 24 dc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None


  199. 内核已加入device agp的支持
  200. 之前开启过3D功能玩过quake3不过是稀里糊涂弄的,昨天make world,后就不行了!请指教,谢谢!
复制代码

[ 本帖最后由 For.you 于 2007-8-27 09:32 编辑 ]

论坛徽章:
54
2017金鸡报晓
日期:2017-02-08 10:39:42操作系统版块每日发帖之星
日期:2016-03-08 06:20:00操作系统版块每日发帖之星
日期:2016-03-07 06:20:00操作系统版块每日发帖之星
日期:2016-02-22 06:20:00操作系统版块每日发帖之星
日期:2016-01-29 06:20:00操作系统版块每日发帖之星
日期:2016-01-27 06:20:00操作系统版块每日发帖之星
日期:2016-01-20 06:20:00操作系统版块每日发帖之星
日期:2016-01-06 06:20:0015-16赛季CBA联赛之江苏
日期:2015-12-21 20:00:24操作系统版块每日发帖之星
日期:2015-12-21 06:20:00IT运维版块每日发帖之星
日期:2015-11-17 06:20:002015亚冠之广州恒大
日期:2015-11-12 10:58:02
2 [报告]
发表于 2007-08-14 23:02 |只看该作者
查看一下X的日志:/var/log/Xorg.0.log,里面有不启用3D的理由。

论坛徽章:
0
3 [报告]
发表于 2007-08-15 10:20 |只看该作者
(EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)
(WW) I810(0): /dev/agpgart is either not available, or no memory is available
for allocation.  Using pre-allocated memory only.
(II) I810(0): Monitoring connected displays enabled
(--) I810(0): Pre-allocated VideoRAM: 7932 kByte
(--) I810(0): VideoRAM: 7932 kByte
(==) I810(0): video overlay key set to 0x101fe
(**) I810(0): page flipping disabled
(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
(II) I810(0): BIOS Build: 1377
(==) I810(0): Device Presence: disabled.
(==) I810(0): Display Info: enabled.
(II) I810(0): Broken BIOSes cause the system to hang here.
              If you encounter this problem please add
                 Option "DisplayInfo" "FALSE"
              to the Device section of your XF86Config file.
内核里面已经加上 drm i915drm,agp
dmseg,没有看到任何关于drm,agp的信息!
kldstat也没看到任何关于drm,i915,agp的ko

论坛徽章:
54
2017金鸡报晓
日期:2017-02-08 10:39:42操作系统版块每日发帖之星
日期:2016-03-08 06:20:00操作系统版块每日发帖之星
日期:2016-03-07 06:20:00操作系统版块每日发帖之星
日期:2016-02-22 06:20:00操作系统版块每日发帖之星
日期:2016-01-29 06:20:00操作系统版块每日发帖之星
日期:2016-01-27 06:20:00操作系统版块每日发帖之星
日期:2016-01-20 06:20:00操作系统版块每日发帖之星
日期:2016-01-06 06:20:0015-16赛季CBA联赛之江苏
日期:2015-12-21 20:00:24操作系统版块每日发帖之星
日期:2015-12-21 06:20:00IT运维版块每日发帖之星
日期:2015-11-17 06:20:002015亚冠之广州恒大
日期:2015-11-12 10:58:02
4 [报告]
发表于 2007-08-15 10:59 |只看该作者
把xorg.conf里面的
  1.    Option      "DRI" "True"                # [<bool>]
复制代码

注释掉看看。

再一个:lodload drm,看一下什么输出?

如果可以设置显存,设置为超过16M。

我以前ali的主板,也是这个问题,但是6.1以后就可以用了。

论坛徽章:
54
2017金鸡报晓
日期:2017-02-08 10:39:42操作系统版块每日发帖之星
日期:2016-03-08 06:20:00操作系统版块每日发帖之星
日期:2016-03-07 06:20:00操作系统版块每日发帖之星
日期:2016-02-22 06:20:00操作系统版块每日发帖之星
日期:2016-01-29 06:20:00操作系统版块每日发帖之星
日期:2016-01-27 06:20:00操作系统版块每日发帖之星
日期:2016-01-20 06:20:00操作系统版块每日发帖之星
日期:2016-01-06 06:20:0015-16赛季CBA联赛之江苏
日期:2015-12-21 20:00:24操作系统版块每日发帖之星
日期:2015-12-21 06:20:00IT运维版块每日发帖之星
日期:2015-11-17 06:20:002015亚冠之广州恒大
日期:2015-11-12 10:58:02
5 [报告]
发表于 2007-08-15 11:13 |只看该作者
  1.       Identifier  "Card0"
  2.         Driver      "i810"
  3.         VendorName  "Intel Corporation"
  4.         BoardName   "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
  5.         Card        "** Intel i810 (generic)               [i810]"
  6.         Option      "DRI" "True"                # [<bool>]
  7.         BusID       "PCI:0:2:0"
复制代码


这个是我的865G的配置,好像比你的配置少了二行,那两行是你自己加上的吗?

  1.         Identifier  "Card0"
  2.         Driver      "i810"
  3.         VendorName  "Intel Corporation"
  4.         BoardName   "82865G Integrated Graphics Controller"
  5.         BusID       "PCI:0:2:0"
复制代码

论坛徽章:
0
6 [报告]
发表于 2007-08-15 11:30 |只看该作者
显存在bios里已经设置为MAXdvmt了
注释掉了,那二行,问题依然!
之前,不知道怎么把3D功能开了!哎,到后了,又不知道这么又NO了!郁闷!

论坛徽章:
0
7 [报告]
发表于 2007-08-15 11:31 |只看该作者

  1. bsd@dp 11:30 ~%sudo kldload drm.ko
  2. kldload: can't load drm.ko: File exists
  3. bsd@dp 11:31 ~%dmesg | grep drm
  4. interface drm.1 already present in the KLD 'kernel'!
  5. bsd@dp 11:31 ~%kldstat
  6. Id Refs Address    Size     Name
  7. 1   15 0xc0400000 3b3578   kernel
  8. 2    1 0xc07b4000 140c0    snd_hda.ko
  9. 3    2 0xc07c9000 479a8    sound.ko
  10. 4    1 0xc0811000 59f20    acpi.ko
  11. 5    1 0xc34b3000 2000     msdosfs_iconv.ko
  12. 6    1 0xc34de000 3000     libiconv.ko
  13. 7    1 0xc35c9000 6000     linprocfs.ko
  14. 8    1 0xc35df000 16000    linux.ko
  15. bsd@dp 11:31 ~%pkg_info |grep drm
  16. drm-1.0             Very simple tetris-style game
  17. libdrm-2.3.0        Userspace interface to kernel Direct Rendering Module servi

复制代码

[ 本帖最后由 For.you 于 2007-8-15 11:33 编辑 ]

论坛徽章:
0
8 [报告]
发表于 2007-08-27 09:32 |只看该作者
我的解决方法如下(以前是因为同步源码,然后make world了;你也可以省掉sudo,直接使用root权限):
$fetch http://people.freebsd.org/~mnag/agp_i810.c.patch
$cd /usr/src
$sudo patch </patch/to/agp_i810.c.patch  #/patch/to为你的agp_i810.c.patch路径
$sudo make kernel KERNCONF=XXX #重新编译内核,内核不需要drm i915drm选项!“XXX”为内核名
$sudo vi /boot/device.hints #添加hint.acpi.0.disable="1"
$sudo reboot
分别安装drm dri
$cd /usr/port/games/drm
$sudo make install clean
$cd /usr/ports/graphics/dri
$sudo make install clean
xorg.conf的配置如我上面例出!
可以查看是否打开3D
$glxinfo
name of display: :0.0
libGL: XF86DRIGetClientDriverName: 1.6.4 i915 (screen 0)
libGL: OpenDriver: trying /usr/local/lib/dri/i915_dri.so
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: drmOpenMinor returns 4
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
libGL error:
Error in /home/dp/.drirc line 1, column 1: not well-formed (invalid token).
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
    GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
    GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
GLX version: 1.2
GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
    GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
    GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_SGI_make_current_read,
    GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample,
    GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Intel(R) 945GM 20061017 x86/MMX/SSE2
OpenGL version string: 1.3 Mesa 7.0.1
OpenGL extensions:
    GL_ARB_depth_texture, GL_ARB_fragment_program, GL_ARB_imaging,
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_point_parameters,
    GL_ARB_shadow, 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_rectangle, GL_ARB_transpose_matrix,
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_window_pos,
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
    GL_EXT_cull_vertex, GL_EXT_compiled_vertex_array, GL_EXT_convolution,
    GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord,
    GL_EXT_histogram, GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels,
    GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal,
    GL_EXT_secondary_color, GL_EXT_separate_specular_color,
    GL_EXT_shadow_funcs, GL_EXT_stencil_wrap, GL_EXT_subtexture,
    GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
    GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle,
    GL_EXT_vertex_array, GL_3DFX_texture_compression_FXT1,
    GL_APPLE_client_storage, GL_APPLE_packed_pixels,
    GL_ATI_blend_equation_separate, GL_IBM_rasterpos_clip,
    GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate,
    GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_MESA_window_pos,
    GL_NV_blend_square, GL_NV_light_max_exponent, GL_NV_texture_rectangle,
    GL_NV_texgen_reflection, GL_NV_vertex_program, GL_NV_vertex_program1_1,
    GL_OES_read_format, GL_SGI_color_matrix, GL_SGI_color_table,
    GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SGIX_depth_texture,
    GL_SUN_multi_draw_arrays

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x23 24 tc  0 32  0 r  y  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
0x24 24 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x27 24 tc  0 32  0 r  y  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
0x28 24 tc  0 32  0 r  .  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
0x29 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x2a 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x2b 24 dc  0 32  0 r  y  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
0x2c 24 dc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
0x2d 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x2e 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x2f 24 dc  0 32  0 r  y  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
0x30 24 dc  0 32  0 r  .  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
0x31 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x32 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
#glxgears #看看你的fps吧
安装个quake3跑跑吧,呵呵!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP