- » Драйвера для Intel GMA 3100
- GMA X3100 и Ubuntu 16.04 LTS
- Intel gma 3100 драйвер linux
- MX Linux Forum
- Intel GMA X3100 driver
- Intel GMA X3100 driver
- Re: Intel GMA X3100 driver
- Re: Intel GMA X3100 driver
- Re: Intel GMA X3100 driver
- Re: Intel GMA X3100 driver
- Re: Intel GMA X3100 driver
- Re: Intel GMA X3100 driver
- Re: Intel GMA X3100 driver
» Драйвера для Intel GMA 3100
Я недавно начал изучать 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
Код: Section «Device»
Identifier «x3100»
Driver «intel»
Option «DPMS»
Chipset «965GM»
BusID «PCI:0:2:0»
VideoRam 128000
EndSection
Section «Screen»
Identifier «screen1»
Device «x3100»
Monitor «monitor1»
DefaultColorDepth 16
Subsection «Display»
Depth 16
Modes «1280×800»
EndSubsection
EndSection
1.А позвольте полюбопытствовать, иксы у Вас какие стоят ?
2. И думается мну, что Вaм нужно искать что-то типа
>
Вот это все что я смог найти
Код: 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
To make the Intel graphics chipset work, below components are needed:
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
— Enable Intel chipsets’ support for AGP as Module
вопрос — что с agpgart ?
в кукере дров нет?
нет. я перерыл кучу сайтов все что я нашел из драйверов это xf86-video-intel-2.0.0.tar.gz. еще есть более поздняя версии но они не хотят собираться
1. включить agp/agpgart/intel driver в ядре.
2. найти и поставить пакет для своей системы.
p.s. пункт 2. не советую заменять «самосбором» из исходников.
p.p.s. если в дистре есть менеджер пакетов, то софт надо ставить через него.
что именно нужно прописать в ядре?
я в этих делах новичек.
В этом то все и дело что его нет. Может он называется как то по другому?
Форум Ru-Board.club — поднят 15-09-2016 числа. Цель — сохранить наследие старого Ru-Board, истории становления российского интернета. Сделано для людей.
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
Intel gma 3100 драйвер linux
Я недавно начал изучать 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 MX Linux Forum Important information News Intel GMA X3100 driverIntel GMA X3100 driver#1 Post by atexit8 » Sun Sep 16, 2018 10:53 pm I have a used HP Compaq 2710p laptop. I created a live USB of MX-17.1_386.iso I am able to boot into MX Linux if I use the option acpi=off but the display does not fill the entire screen. What can I do to get 1280×800 ? Re: Intel GMA X3100 driver#2 Post by Gordon Cooper » Mon Sep 17, 2018 1:19 am Welcome to MX. Menu>Settings>Display>Resolution enter your preferred resolution then Apply -takes a few seconds then Close. Backup: Dell9010, MX-19_B2, Win7, 120 SSD, WD 232GIB HD, 4GB RAM Re: Intel GMA X3100 driver#3 Post by atexit8 » Mon Sep 17, 2018 8:26 am I don’t have the choice of 1200×800 The two choices are 1024×768 @ 0.0 Hz or 800×600 at 57.0Hz. I haven’t installed yet. Just running Live USB. It looks like it is using the vesa driver but from reading the forum I should be using modesetting. Re: Intel GMA X3100 driver#4 Post by atexit8 » Mon Sep 17, 2018 1:04 pm I was able to get the laptop working with the xfce 32-bit version of Linux Mint 19 with the boot option video=SVIDEO-1:d However with MX Linux that did not seem to work as the boot up sat a black blank screen for at least 1 to 2 minutes before the desktop showed. Re: Intel GMA X3100 driver#5 Post by kmathern » Mon Sep 17, 2018 1:51 pm atexit8 wrote: ↑ Mon Sep 17, 2018 8:26 am . It looks like it is using the vesa driver but from reading the forum I should be using modesetting. Re: Intel GMA X3100 driver#6 Post by atexit8 » Mon Sep 17, 2018 4:55 pm nothing for cat /proc/cmdline Re: Intel GMA X3100 driver#7 Post by kmathern » Mon Sep 17, 2018 5:38 pm It should have shown something for the `cat /proc/cmdline` command, but I mainly wanted to see that because I wanted see whether you were using the nomodeset option or not, and you aren’t, it would force it to use the vesa driver. The inxi report you posted shows that it’s using the modesetting driver (not the vesa driver), and it also shows the resolution is already set at 1280×800. I’m not sure why the 1280×800 resolution isn’t available in the Display Settings, does the xrandr command show it as a setting? Re: Intel GMA X3100 driver#8 Post by atexit8 » Mon Sep 17, 2018 5:57 pm kmathern wrote: ↑ Mon Sep 17, 2018 5:38 pm It should have shown something for the `cat /proc/cmdline` command, but I mainly wanted to see that because I wanted see whether you were using the nomodeset option or not, and you aren’t, it would force it to use the vesa driver. The inxi report you posted shows that it’s using the modesetting driver (not the vesa driver), and it also shows the resolution is already set at 1280×800. I’m not sure why the 1280×800 resolution isn’t available in the Display Settings, does the xrandr command show it as a setting? I was getting 1024×768 or 800×600 when I used the boot option acpi=off. So, next I tried not using any boot option, and let the live USB boot to conclusion which takes 3+ minutes, With Linux Mint 19 and using the video=SVIDEO-1:d boot option, the laptop boots into Linux in about 45 seconds. Adblockdetector |