Debian Lenny. Первый графический терминал (Alt-F7) работает отлично, шпарит и OpenGL и SDL, и по-моему вообще все формы графического ускорения работают на ура. Но стоит только запустить второй X-сервер на терминале Alt-F8 (для запуска игрухи какой-нибудь), то на этом терминале вообще никакое ускорение не работает. Все игрушки на втором терминале работают в режиме Software, то есть не знают какая видеокарта, не используют ее возможности и потому невозможно тормозят. Второй терминал пробовал включать самыми разнообразными способами, пофигу. Как мне уравнять в правах графические терминалы, чтобы настройки для них были общими. Привожу сожержимое своего 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 «XkbVariant» "," Option «XkbOptions» «grp:alt_shift_toggle,lv3:ralt_switch,grp_led:scroll» EndSection
Section «InputDevice» Identifier «Configured Mouse» Driver «mouse» EndSection
Section «Monitor» Identifier «Configured Monitor» EndSection
Section «Screen» Identifier «Default Screen» Monitor «Configured Monitor» SubSection «Display» Depth 24 Modes «1024x768» «800x600» «640x480» EndSubSection EndSection
Section «Module» Load «glx» Load «extmod» Load «xtrap» Load «record» Load «GLcore» Load «dbe» Load «dri» EndSection
Section «Device» Identifier «Intel» Driver «intel» VendorName «Intel Corporation» Option «DRI» «true» Option «AccelMethod» «XAA» Option «NoAccel» «False» Option «MigrationHeuristic» «greedy» Option «ExaNoComposite» «false» Option «XAANoOffscreenPixmaps» «true» Option «EXANoUploadToScreen» «true» BoardName «Mobile 915GM/GMS/910GML Express Graphics Controller» BusID «PCI:0:2:0» EndSection