Столкнулся с проблемой - пытаясь настроить второй монитро через графический конфигуратор гнома (Разрешение экрана) получил глюк с разрешением - стало 1024*768 и никак не хотело возвращаться к родному.
После копания в xorg.conf прописал туда Driver "intel". Восстановил нормальное разрешение, но теперь система стала часто зависать - то, о чем пишут владельцы этой карточки, при включении эффектов и всяких простых действий.
Поигрался с конфигом. Вроде пока жить можно.
Вчера вышли новые дрова
2009-1-15:xf86-video-intel 2.6.0 released, with DRI2, XvMC for Mpeg2 on i965, HDMI audio support, better TV image quality, basic SDVO LVDS support,
Но чтобы их поставить нужно тянуть кучу новых системных библиотек вроде Libc6 что порождает конфликты в 8.10.
Поэтому 2 вопроса:
1) что у Вас показывает glxgears на x3100 в 24 битном цвете и при включенном compiz?
у меня с драйвером intel - 900 fps, с дефолтным - 500 fps.
2) есть ли способ поставить вышеназванные дрова в 8.10?
3) Как поправить конфиг чтобы иметь возможность подключать второй монитор на работе (VGA) с разрешением 1280*1024*50Hz*24bit
Вообще подскажите ресурс по 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Module"
Load "glx"
Load "dri"
Load "GLcore"
Load "v4l"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "intel"
#111
Option "MigrationHeuristic" "greedy"
Option "ExaNoComposite" "false"
#111
#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 "ExaNoComposite" "true"
Option "DRI" "true"
# Option "AccelMethod" "xaa"
# Option "MigrationHeuristic" "greedy"
# Option "MTRR" "on"
# Option "UseFBDev" "false"
# Option "LinearAlloc" "6144"
EndSection
Section "Device"
Identifier "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
#Section "InputDevice"
# Identifier "Configured Mouse"
# Driver "mouse"
# Option "CorePointer"
# Option "Device" "/dev/input/mice"
# Option "Protocol" "auto"
# Option "ZAxisMapping" "4 5"
# Option "Emulate3Buttons" "true"
#EndSection
Section "DRI"
Mode 0666
EndSection