Решено: Настройка видеокарты intel GMA x3100 (на ноутбуке Asus F80L. ОС Debian squeeze)

nVidia, ATI, SIS, VIA и др.

Модератор: Модераторы разделов

Ответить
DesertFox
Сообщения: 7
ОС: Runtu 3.0

Решено: Настройка видеокарты intel GMA x3100

Сообщение DesertFox »

Здравствуйте! Помогите пожалуйста с настройкой указанной видеокарты. Direct rendering мне настроить удалось, но после этого GNOME стал сильно тормозить и FPS в glxgears упала в 2 раза.

Код:

debian:~# cat /etc/X11/xorg.conf # xorg.conf (X.Org X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us,ru" Option "XkbOptions" "grp:alt_shift_toggle" Option "XkbOptions" "terminate:ctrl_alt_bksp" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" EndSection Section "Module" Load "dbe" Load "ddc" Load "extmod" Load "glx" Load "dri" Load "drm" Load "dri2" Load "GLcore" Load "v4l" EndSection Section "Device" Identifier "Configured Video Device" Driver "intel" #VideoRam 131072 Option "SWcursor" "False" Option "CacheLines" "2048" Option "DRI" "True" Option "XvMCSurfaces" "7" Option "PageFlip" "True" Option "Legacy3D" "False" Option "XVideo" "True" Option "DevicePresence" "True" Option "XAANoOffscreenPixmaps" "True" Option "AccelMethod" "exa" Option "AccelMethod" "xaa" Option "MigrationHeuristic" "greedy" Option "MTRR" "on" Option "UseFBDev" "false" Option "LinearAlloc" "6144" #BusID "PCI:0:2:0" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x800" EndSubSection EndSection Section "DRI" Group "video" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" #Option "RENDER" "Disable" Option "RENDER" "Enable" EndSection

Код:

desertfox@debian:~$ cat /var/log/Xorg.0.log | grep EE (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (II) Loading extension MIT-SCREEN-SAVER (EE) intel(0): [drm] Failed to open DRM device for : No such file or directory (EE) intel(0): Failed to become DRM master. (EE) intel(0): Failed to initialize kernel memory manager

Код:

cat /proc/pci | grep VGA || lspci | grep VGA | colrm 1 4 ; cat /proc/cpuinfo | \ > egrep "model name|MHz" ; xdpyinfo | egrep "version:|dimensions|depth of" ; glxinfo | \ > egrep -A2 "direct rendering|OpenGL vendor" ; uname -sr; glxgears & sleep 30 ; \ > killall glxgears cat: /proc/pci: Нет такого файла или каталога 2.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03) model name : Intel® Pentium® Dual CPU T2390 @ 1.86GHz cpu MHz : 1867.000 X.Org version: 1.6.3 dimensions: 1280x800 pixels (304x190 millimeters) depth of root window: 24 planes libGL: OpenDriver: trying /usr/lib/dri/tls/swrast_dri.so libGL: OpenDriver: trying /usr/lib/dri/swrast_dri.so direct rendering: Yes server glx vendor string: SGI server glx version string: 1.2 -- OpenGL vendor string: Mesa Project OpenGL renderer string: Software Rasterizer OpenGL version string: 2.1 Mesa 7.5.1 Linux 2.6.30-1-486 libGL: OpenDriver: trying /usr/lib/dri/tls/swrast_dri.so libGL: OpenDriver: trying /usr/lib/dri/swrast_dri.so [1] 8457 1381 frames in 5.0 seconds = 276.137 FPS 1330 frames in 5.0 seconds = 265.969 FPS 1340 frames in 5.0 seconds = 267.991 FPS 1390 frames in 5.0 seconds = 277.864 FPS 1392 frames in 5.0 seconds = 278.233 FPS

Код:

dmesg | grep i915 [ 25.990349] i915: Unknown symbol drm_framebuffer_cleanup [ 25.990612] i915: disagrees about version of symbol drm_open [ 25.990617] i915: Unknown symbol drm_open [ 25.990763] i915: disagrees about version of symbol drm_fasync [ 25.990767] i915: Unknown symbol drm_fasync [ 25.990962] i915: Unknown symbol drm_mode_vrefresh [ 25.991179] i915: Unknown symbol drm_helper_initial_config [ 25.991325] i915: disagrees about version of symbol drm_poll [ 25.991330] i915: Unknown symbol drm_poll [ 25.991524] i915: Unknown symbol drm_mode_crtc_set_gamma_size [ 25.991670] i915: disagrees about version of symbol drm_get_resource_len [ 25.991675] i915: Unknown symbol drm_get_resource_len [ 25.991981] i915: Unknown symbol drm_framebuffer_init [ 25.992165] i915: disagrees about version of symbol drm_core_get_reg_ofs [ 25.992170] i915: Unknown symbol drm_core_get_reg_ofs [ 25.992366] i915: Unknown symbol drm_helper_disable_unused_functions [ 25.992676] i915: Unknown symbol drm_mode_probed_add [ 25.993328] i915: Unknown symbol drm_debugfs_remove_files [ 25.994136] i915: Unknown symbol drm_mode_config_init [ 25.994346] i915: Unknown symbol drm_crtc_cleanup [ 25.994895] i915: Unknown symbol drm_encoder_cleanup [ 25.995113] i915: Unknown symbol drm_crtc_init [ 25.995338] i915: Unknown symbol drm_detect_hdmi_monitor [ 25.995590] i915: disagrees about version of symbol drm_pci_alloc [ 25.995595] i915: Unknown symbol drm_pci_alloc [ 25.995743] i915: disagrees about version of symbol drm_gem_object_lookup [ 25.995748] i915: Unknown symbol drm_gem_object_lookup [ 25.995963] i915: Unknown symbol drm_mode_debug_printmodeline [ 25.996217] i915: Unknown symbol drm_sysfs_connector_add [ 25.996412] i915: Unknown symbol drm_crtc_helper_set_mode [ 25.996607] i915: Unknown symbol drm_sysfs_hotplug_event [ 25.996753] i915: disagrees about version of symbol drm_agp_bind_pages [ 25.996758] i915: Unknown symbol drm_agp_bind_pages [ 25.996902] i915: disagrees about version of symbol drm_irq_uninstall [ 25.996907] i915: Unknown symbol drm_irq_uninstall [ 25.997086] i915: disagrees about version of symbol drm_gem_object_alloc [ 25.997091] i915: Unknown symbol drm_gem_object_alloc [ 25.997742] i915: Unknown symbol drm_connector_property_set_value [ 25.998088] i915: disagrees about version of symbol drm_get_dev [ 25.998093] i915: Unknown symbol drm_get_dev [ 25.998287] i915: Unknown symbol drm_clflush_pages [ 25.998489] i915: Unknown symbol drm_gem_mmap [ 25.998684] i915: Unknown symbol drm_mode_create [ 25.998881] i915: disagrees about version of symbol drm_ioctl [ 25.998886] i915: Unknown symbol drm_ioctl [ 25.999080] i915: Unknown symbol drm_mode_set_crtcinfo [ 25.999457] i915: Unknown symbol drm_vblank_post_modeset [ 25.999652] i915: Unknown symbol drm_helper_crtc_in_use [ 25.999793] i915: disagrees about version of symbol drm_exit [ 25.999798] i915: Unknown symbol drm_exit [ 26.000108] i915: disagrees about version of symbol drm_getsarea [ 26.000112] i915: Unknown symbol drm_getsarea [ 26.000489] i915: Unknown symbol drm_gem_vm_close [ 26.000634] i915: disagrees about version of symbol drm_core_ioremapfree [ 26.000639] i915: Unknown symbol drm_core_ioremapfree [ 26.000834] i915: Unknown symbol drm_gem_vm_open [ 26.001029] i915: Unknown symbol drm_mode_connector_update_edid_property [ 26.001173] i915: disagrees about version of symbol drm_core_get_map_ofs [ 26.001178] i915: Unknown symbol drm_core_get_map_ofs [ 26.001373] i915: Unknown symbol drm_connector_init [ 26.001665] i915: Unknown symbol drm_debugfs_create_files [ 26.001875] i915: Unknown symbol drm_ht_insert_item [ 26.002082] i915: Unknown symbol drm_sysfs_connector_remove [ 26.002278] i915: Unknown symbol drm_add_edid_modes [ 26.002417] i915: disagrees about version of symbol drm_init [ 26.002422] i915: Unknown symbol drm_init [ 26.003198] i915: disagrees about version of symbol drm_gem_handle_create [ 26.003203] i915: Unknown symbol drm_gem_handle_create [ 26.003455] i915: Unknown symbol drm_put_dev [ 26.003693] i915: Unknown symbol drm_mode_create_tv_properties [ 26.003888] i915: Unknown symbol drm_mode_duplicate [ 26.004115] i915: Unknown symbol drm_helper_mode_fill_fb_struct [ 26.004310] i915: Unknown symbol drm_mode_set_name [ 26.004560] i915: disagrees about version of symbol drm_irq_install [ 26.004565] i915: Unknown symbol drm_irq_install [ 26.004759] i915: Unknown symbol drm_mode_connector_attach_encoder [ 26.005218] i915: Unknown symbol drm_helper_connector_dpms [ 26.005560] i915: disagrees about version of symbol drm_get_resource_start [ 26.005564] i915: Unknown symbol drm_get_resource_start [ 26.005703] i915: disagrees about version of symbol drm_handle_vblank [ 26.005707] i915: Unknown symbol drm_handle_vblank [ 26.006004] i915: Unknown symbol drm_connector_attach_property [ 26.006363] i915: Unknown symbol drm_connector_cleanup [ 26.006719] i915: disagrees about version of symbol drm_agp_chipset_flush [ 26.006723] i915: Unknown symbol drm_agp_chipset_flush [ 26.006922] i915: Unknown symbol drm_ht_remove_item [ 26.007060] i915: disagrees about version of symbol drm_pci_free [ 26.007064] i915: Unknown symbol drm_pci_free [ 26.007258] i915: Unknown symbol drm_encoder_init [ 26.007410] i915: disagrees about version of symbol drm_vblank_init [ 26.007414] i915: Unknown symbol drm_vblank_init [ 26.007887] i915: Unknown symbol drm_helper_probe_single_connector_modes [ 26.008053] i915: disagrees about version of symbol drm_core_ioremap_wc [ 26.008058] i915: Unknown symbol drm_core_ioremap_wc [ 26.008619] i915: Unknown symbol drm_mode_config_cleanup [ 26.008984] i915: Unknown symbol drm_vblank_pre_modeset [ 26.009179] i915: Unknown symbol drm_get_edid [ 26.009384] i915: Unknown symbol drm_crtc_helper_set_config [ 26.009643] i915: disagrees about version of symbol drm_core_reclaim_buffers [ 26.009648] i915: Unknown symbol drm_core_reclaim_buffers [ 26.009784] i915: disagrees about version of symbol drm_release [ 26.009789] i915: Unknown symbol drm_release [ 26.084474] i915: Unknown symbol drm_framebuffer_cleanup [ 26.084736] i915: disagrees about version of symbol drm_open [ 26.084741] i915: Unknown symbol drm_open [ 26.084886] i915: disagrees about version of symbol drm_fasync [ 26.084890] i915: Unknown symbol drm_fasync [ 26.085084] i915: Unknown symbol drm_mode_vrefresh [ 26.085301] i915: Unknown symbol drm_helper_initial_config [ 26.085446] i915: disagrees about version of symbol drm_poll [ 26.085450] i915: Unknown symbol drm_poll [ 26.085644] i915: Unknown symbol drm_mode_crtc_set_gamma_size [ 26.085790] i915: disagrees about version of symbol drm_get_resource_len [ 26.085794] i915: Unknown symbol drm_get_resource_len [ 26.086099] i915: Unknown symbol drm_framebuffer_init [ 26.086246] i915: disagrees about version of symbol drm_core_get_reg_ofs [ 26.086251] i915: Unknown symbol drm_core_get_reg_ofs [ 26.086445] i915: Unknown symbol drm_helper_disable_unused_functions [ 26.086754] i915: Unknown symbol drm_mode_probed_add [ 26.087402] i915: Unknown symbol drm_debugfs_remove_files [ 26.088259] i915: Unknown symbol drm_mode_config_init [ 26.088454] i915: Unknown symbol drm_crtc_cleanup [ 26.088987] i915: Unknown symbol drm_encoder_cleanup [ 26.089205] i915: Unknown symbol drm_crtc_init [ 26.089429] i915: Unknown symbol drm_detect_hdmi_monitor [ 26.089655] i915: disagrees about version of symbol drm_pci_alloc [ 26.089660] i915: Unknown symbol drm_pci_alloc [ 26.089807] i915: disagrees about version of symbol drm_gem_object_lookup [ 26.089811] i915: Unknown symbol drm_gem_object_lookup [ 26.090013] i915: Unknown symbol drm_mode_debug_printmodeline [ 26.090217] i915: Unknown symbol drm_sysfs_connector_add [ 26.090411] i915: Unknown symbol drm_crtc_helper_set_mode [ 26.090605] i915: Unknown symbol drm_sysfs_hotplug_event [ 26.090750] i915: disagrees about version of symbol drm_agp_bind_pages [ 26.090755] i915: Unknown symbol drm_agp_bind_pages [ 26.090897] i915: disagrees about version of symbol drm_irq_uninstall [ 26.090902] i915: Unknown symbol drm_irq_uninstall [ 26.091068] i915: disagrees about version of symbol drm_gem_object_alloc [ 26.091073] i915: Unknown symbol drm_gem_object_alloc [ 26.091724] i915: Unknown symbol drm_connector_property_set_value [ 26.092141] i915: disagrees about version of symbol drm_get_dev [ 26.092146] i915: Unknown symbol drm_get_dev [ 26.092341] i915: Unknown symbol drm_clflush_pages [ 26.092543] i915: Unknown symbol drm_gem_mmap [ 26.092737] i915: Unknown symbol drm_mode_create [ 26.092907] i915: disagrees about version of symbol drm_ioctl [ 26.092911] i915: Unknown symbol drm_ioctl [ 26.093105] i915: Unknown symbol drm_mode_set_crtcinfo [ 26.093469] i915: Unknown symbol drm_vblank_post_modeset [ 26.093663] i915: Unknown symbol drm_helper_crtc_in_use [ 26.093803] i915: disagrees about version of symbol drm_exit [ 26.093808] i915: Unknown symbol drm_exit [ 26.094088] i915: disagrees about version of symbol drm_getsarea [ 26.094093] i915: Unknown symbol drm_getsarea [ 26.094466] i915: Unknown symbol drm_gem_vm_close [ 26.094612] i915: disagrees about version of symbol drm_core_ioremapfree [ 26.094617] i915: Unknown symbol drm_core_ioremapfree [ 26.094811] i915: Unknown symbol drm_gem_vm_open [ 26.095006] i915: Unknown symbol drm_mode_connector_update_edid_property [ 26.095149] i915: disagrees about version of symbol drm_core_get_map_ofs [ 26.095154] i915: Unknown symbol drm_core_get_map_ofs [ 26.095348] i915: Unknown symbol drm_connector_init [ 26.095639] i915: Unknown symbol drm_debugfs_create_files [ 26.095848] i915: Unknown symbol drm_ht_insert_item [ 26.096086] i915: Unknown symbol drm_sysfs_connector_remove [ 26.096281] i915: Unknown symbol drm_add_edid_modes [ 26.096421] i915: disagrees about version of symbol drm_init [ 26.096426] i915: Unknown symbol drm_init [ 26.097186] i915: disagrees about version of symbol drm_gem_handle_create [ 26.097191] i915: Unknown symbol drm_gem_handle_create [ 26.097443] i915: Unknown symbol drm_put_dev [ 26.097683] i915: Unknown symbol drm_mode_create_tv_properties [ 26.097878] i915: Unknown symbol drm_mode_duplicate [ 26.098080] i915: Unknown symbol drm_helper_mode_fill_fb_struct [ 26.098275] i915: Unknown symbol drm_mode_set_name [ 26.098525] i915: disagrees about version of symbol drm_irq_install [ 26.098530] i915: Unknown symbol drm_irq_install [ 26.098724] i915: Unknown symbol drm_mode_connector_attach_encoder [ 26.099182] i915: Unknown symbol drm_helper_connector_dpms [ 26.099525] i915: disagrees about version of symbol drm_get_resource_start [ 26.099530] i915: Unknown symbol drm_get_resource_start [ 26.099668] i915: disagrees about version of symbol drm_handle_vblank [ 26.099672] i915: Unknown symbol drm_handle_vblank [ 26.099969] i915: Unknown symbol drm_connector_attach_property [ 26.100355] i915: Unknown symbol drm_connector_cleanup [ 26.100712] i915: disagrees about version of symbol drm_agp_chipset_flush [ 26.100717] i915: Unknown symbol drm_agp_chipset_flush [ 26.100915] i915: Unknown symbol drm_ht_remove_item [ 26.101053] i915: disagrees about version of symbol drm_pci_free [ 26.101058] i915: Unknown symbol drm_pci_free [ 26.101252] i915: Unknown symbol drm_encoder_init [ 26.101404] i915: disagrees about version of symbol drm_vblank_init [ 26.101408] i915: Unknown symbol drm_vblank_init [ 26.101882] i915: Unknown symbol drm_helper_probe_single_connector_modes [ 26.102023] i915: disagrees about version of symbol drm_core_ioremap_wc [ 26.102028] i915: Unknown symbol drm_core_ioremap_wc [ 26.102589] i915: Unknown symbol drm_mode_config_cleanup [ 26.102955] i915: Unknown symbol drm_vblank_pre_modeset [ 26.103149] i915: Unknown symbol drm_get_edid [ 26.103356] i915: Unknown symbol drm_crtc_helper_set_config [ 26.103614] i915: disagrees about version of symbol drm_core_reclaim_buffers [ 26.103619] i915: Unknown symbol drm_core_reclaim_buffers [ 26.103755] i915: disagrees about version of symbol drm_release [ 26.103760] i915: Unknown symbol drm_release
Спасибо сказали:
Аватара пользователя
Ali1
Сообщения: 2250

Re: Решено: Настройка видеокарты intel GMA x3100

Сообщение Ali1 »

DesertFox писал(а):
20.09.2009 23:58
Option "AccelMethod" "exa"
Option "AccelMethod" "xaa"

Что нибудь-одно. Остальные опции включайте постепенно, по одной.
Спасибо сказали:
DesertFox
Сообщения: 7
ОС: Runtu 3.0

Re: Решено: Настройка видеокарты intel GMA x3100

Сообщение DesertFox »

Ali1 писал(а):
21.09.2009 10:56
DesertFox писал(а):
20.09.2009 23:58
Option "AccelMethod" "exa"
Option "AccelMethod" "xaa"

Что нибудь-одно. Остальные опции включайте постепенно, по одной.


Я оставил Option "AccelMethod" "exa" потом начал включать поочередно остальные опции. Ничего не случилось.
Мне кажется, что проблема в
DesertFox писал(а):
20.09.2009 23:58
(EE) intel(0): [drm] Failed to open DRM device for : No such file or directory
Но что нужно сделать, чтобы в /dev/dri/ появился файл card0 - я не знаю. Читал, что проблема решилась обновлением ядра до 2.6.30 , но у меня уже 2.6.30 , a /dev/dri - пустая.
Спасибо сказали:
DesertFox
Сообщения: 7
ОС: Runtu 3.0

Re: Решено: Настройка видеокарты intel GMA x3100

Сообщение DesertFox »

Проблема решилась переустановкой ядра. Тормоза практически исчезли, но glxgears все еще показывает довольно низкий FPS

Код: Выделить всё

~$ glxgears
libGL: OpenDriver: trying /usr/lib/dri/tls/i965_dri.so
libGL: OpenDriver: trying /usr/lib/dri/i965_dri.so
libGL: Can't open configuration file /etc/drirc: No such file or directory.
libGL: Can't open configuration file /home/desertfox/.drirc: No such file or directory.
1651 frames in 5.0 seconds = 330.115 FPS
1649 frames in 5.0 seconds = 329.701 FPS

для сравнения на сайте http://www.free3d.org/ приведена статистика по похожей видеокарте( Intel G965 integrated X3000 GMA ), с более мощным процессором, но там FPS достигала значения в 1500. И даже до того как я начал настраивать direct rendering FPS было порядка 500. Поэтому мне кажется, что моя видеокарта может больше, чем сейчас, и если у кого есть какие-то идеи по поводу повышения FPS прошу пожалуйста ими поделиться.

Код: Выделить всё

$ glxinfo | grep render
libGL: OpenDriver: trying /usr/lib/dri/tls/i965_dri.so
libGL: OpenDriver: trying /usr/lib/dri/i965_dri.so
libGL: Can't open configuration file /etc/drirc: No such file or directory.
libGL: Can't open configuration file /home/desertfox/.drirc: No such file or directory.
direct rendering: Yes
OpenGL renderer string: Mesa DRI Intel® 965GM GEM 20090712 2009Q2 RC3 x86/MMX/SSE2
Спасибо сказали:
Аватара пользователя
Ali1
Сообщения: 2250

Re: Решено: Настройка видеокарты intel GMA x3100

Сообщение Ali1 »

Mandriva Linux release 2010.0 (Cooker) for i586

Код: Выделить всё

Xorg -version

X.Org X Server 1.6.3.901 (1.6.4 RC 1)
Release Date: 2009-8-25
X Protocol Version 11, Revision 0
Build Operating System: Linux_2.6.22.18-server-1mdv Mandriva
Current Operating System: Linux localhost.localdomain 2.6.31-desktop-2mnb #1 SMP Mon Sep 14 18:46:53 EDT 2009 i686
Build Date: 18 September 2009  09:23:29AM

было :

Код: Выделить всё

1577 frames in 5.0 seconds = 315.246 FPS
1583 Intel Corporation 82G965 Integrated Graphics Controller (rev 02)frames in 5.0 seconds = 316.233 FPS


стало:

Код: Выделить всё

3087 frames in 5.0 seconds = 617.267 FPS
3013 frames in 5.0 seconds = 602.490 FPS
3122 frames in 5.0 seconds = 624.276 FPS

т.к создан cat /etc/drirc

Код: Выделить всё

<driconf>
    <device screen="0" driver="i965">
        <application name="all">
        </application>
    </device>

PS
Если не трогать xorg.conf 3460 frames in 5.0 seconds = 691.945 FPS

Код:

glxgears -info GL_RENDERER = Mesa DRI Intel® 965G GEM 20090712 2009Q2 RC3 x86/MMX/SSE2 GL_VERSION = 2.1 Mesa 7.5.1 GL_VENDOR = Tungsten Graphics, Inc GL_EXTENSIONS = GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_framebuffer_object 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_shader_objects GL_ARB_shading_language_100 GL_ARB_shading_language_120 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_non_power_of_two GL_ARB_texture_rectangle GL_ARB_transpose_matrix 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_cull_vertex GL_EXT_compiled_vertex_array GL_EXT_copy_texture GL_EXT_draw_range_elements GL_EXT_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_pixels GL_EXT_pixel_buffer_object 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_two_side 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_texture_sRGB GL_EXT_texture_swizzle GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_3DFX_texture_compression_FXT1 GL_APPLE_client_storage GL_APPLE_packed_pixels GL_ATI_blend_equation_separate GL_ATI_envmap_bumpmap GL_ATI_texture_env_combine3 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_texture_signed_rgba GL_MESA_ycbcr_texture GL_MESA_window_pos GL_NV_blend_square GL_NV_light_max_exponent GL_NV_point_sprite GL_NV_texture_env_combine4 GL_NV_texture_rectangle GL_NV_texgen_reflection GL_NV_vertex_program GL_NV_vertex_program1_1 GL_OES_read_format GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_SUN_multi_draw_arrays 3460 frames in 5.0 seconds = 691.945 FPS

PS1 с новыми ядрами и X FPS здорово упал.
Спасибо сказали:
DesertFox
Сообщения: 7
ОС: Runtu 3.0

Re: Решено: Настройка видеокарты intel GMA x3100

Сообщение DesertFox »

Спасибо, Ali1. Файлы добавил -- FPS правда не увеличилось, но наверное лучше уже и не будет.
Спасибо сказали:
Ответить