GMA X3100 и Ubuntu 16.04 LTS
Доброго времени суток. Ноутбук Acer Extensa 5220 с Ubuntu 16.04 на борту. Обновлялся с 14.04. Проблема во всяческих непонятных фризах системы вцелом. Разрешение стоит правильное, модуль подгружен i915. Грешу на то, что необходима правильная настройка xorg.conf, только в системе его почему-то нет. Прошу помощи в настройке этой видеокарты.
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 03) (prog-if 00 [VGA controller]) Subsystem: Acer Incorporated [ALI] Mobile GM965/GL960 Integrated Graphics Controller (primary) Flags: bus master, fast devsel, latency 0, IRQ 27 Memory at fc000000 (64-bit, non-prefetchable) [size=1M] Memory at d0000000 (64-bit, prefetchable) [size=256M] I/O ports at 1800 [size=8] Expansion ROM at [disabled] Capabilities: Kernel driver in use: i915 Kernel modules: i915, intelfb
Нужен не вывод lspci, а /var/log/Xorg.0.log
Пока немного общих рекомендаций: драйвер modesetting для 2d ускорения использует glamor, а он на таких старых картах не работает, не спец по убунте что там по дефолту, но не исключаю, что как раз modesetting используется, поэтому первый совет — сменить драйвер на intel. Но и с интелом не всё гладко — по умолчанию он использует технология 2d ускорения SNA (Sandybridge New Acceleration), а у тебя снова более древняя карта, с которыми оно не очень работает, поэтому надо переключить ускорение со sna на uxa.
Вот пример файла /etc/X11/xorg.conf.d/intel.conf, который всё это сделает
Section "Device" Identifier "Intel Graphics" Driver "intel" Option "AccelMethod" "uxa" EndSection
Linux && Intel GMA X3100
Имеется только шо купленный ноут Dell Inspiron 1525 T8100 2.1gHz cpu/2048mb ram/250gb hdd/intel gma x3100, уже сношу гламурную поделку от M$ и докачиваю Archlinux x86_64, вот что хочу спросить — дайте конфиг Xorg’a для этого чипа, бо я щас читаю с форумов шо много юзеров нефсилах завести на нем (gma x3100) compiz-fusion — гугл почему-то выдает что юзеры в основном сидящие на openSuSE (бггг=)
Re: Linux && Intel GMA X3100
Re: Linux && Intel GMA X3100
мож и так, но хочеться посмотреть потянет ли чип их..
Re: Linux && Intel GMA X3100
Section "Files" EndSection Section "Module" Load "i2c" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "evdev" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "evdev" Option "XkbLayout" "us,ru" Option "XkbVariant" ",winkeys" Option "XkbOptions" "grp:shift_caps_toggle,grp_led:scroll,caps:internal,compose:ralt" 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 "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizEdgeScroll" "0" Option "SHMConfig" "on" Option "LeftEdge" "120" Option "RightEdge" "850" Option "TopEdge" "120" Option "BottomEdge" "650" Option "FingerLow" "7" Option "FingerHigh" "8" Option "MaxTapTime" "180" Option "MinTapTime" "110" Option "ClickTime" "0" Option "EmulateMidButtonTime" "75" Option "VertScrollDelta" "20" Option "HorizScrollDelta" "20" Option "MinSpeed" "0.40" Option "MaxSpeed" "0.65" Option "AccelFactor" "0.030" Option "EdgeMotionMinSpeed" "200" Option "EdgeMotionMaxSpeed" "200" Option "UpDownScrolling" "1" Option "CircularScrolling" "1" Option "CircScrollDelta" "0.1" Option "CircScrollTrigger" "3" Option "VertEdgeScroll" "on" Option "TwoFingerButton" "3" EndSection Section "Device" Identifier "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller" Driver "intel" BusID "PCI:0:2:0" Option "DRI" "true" Option "FramebufferCompression" "off" Option "ForceEnablePipeB" "true" Option "AccelMethod" "EXA" Option "MigrationHeuristic" "greedy" Option "ExaNoComposite" "false" EndSection Section "Monitor" Identifier "Dell Monitor" Option "DPMS" Modeline "1280x800_60.00" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync EndSection Section "Screen" Identifier "Default Screen" Device "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller" Monitor "Dell Monitor" DefaultDepth 24 SubSection "Display" Viewport 0 0 Modes "1280x800" "1280x1024" Virtual 2560 1824 EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection
Re: Linux && Intel GMA X3100
Дебиан сид, лаптоп аналогичный только с Т7200. С дровами intel никаких проблем — компиз работает.
Re: Linux && Intel GMA X3100
2 kaktyc:
это дефолтно сгенеринный конфиг или ты что-то менял?
Re: Linux && Intel GMA X3100
Менял всё. В секции с интелом отсутствовали какие-либо опции.
Linux intel gma x3100
Я недавно начал изучать Linux так что не судите строго!
Я установил на ноут. Acer Extensa 5220 linux, Mandrivа 2007 PowerPack
Видео Mobile intel GMA X3100
скачал драйвер xf86-video-intel-2.0.0.tar.gz,
собрал ./configure —prefix=/usr —mandir=/usr/man, поставил
вот настройки xorg.conf
Вот это все что я смог найти
Код:
X Window System Version 7.1.1 Release Date: 12 May 2006 X Protocol Version 11, Revision 0, Release 7.1.1 Build Operating System: Linux 2.6.17-4mdv i686 |
Цитата:
2. И думается мну, что Вaм нужно искать что-то типа > |
1, kernel module agpgart and drm;
The source of kernel modules is included in Linux kernel. If they have been built into kernel or built as kernel modules, you need not recompile them. Agpgart is only available from kernel source, but drm can be downloaded standalone.
Libdrm is included in drm source.
3, Xorg 2D driver: xf86-video-intel;
.
3.1 Agpgart
To compile agpgart, you must recompile kernel.
Note: from kernel 2.6.20, agpgart can only build into kernel rather than building as modules.
When you execute «make menuconfig», you should:
— Go to Device Driver -> Character devices
— Go to /dev/agpgart (AGP Support)
— Hit SPACE to build AGP support as Module
p.s. пункт 2. не советую заменять «самосбором» из исходников.
Цитата:
p.p.s. если в дистре есть менеджер пакетов, то софт надо ставить через него. |
Компьютерный форум Ru.Board » Операционные системы » UNIX » Драйвера для Intel GMA 3100 |
Реклама на форуме Ru.Board.
Powered by Ikonboard «v2.1.7b» © 2000 Ikonboard.com Modified by Ru.B0ard © Ru.B0ard 2000-2023 Adblock detector |