Intel gma 3100 драйвер linux

» Драйвера для 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.

Читайте также:  Linux wget file list

Вот пример файла /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
—If in starting your system it boots to an unwanted Desktop, right click desktop, then select leave and logout. At the
login screen there is a session chooser at the top of the screen.

News
— MX Linux on social media: here
— New Forum Features, Marking Solved and Referencing a User: here

Intel GMA X3100 driver

Intel GMA X3100 driver

#1 Post by atexit8 » Sun Sep 16, 2018 10:53 pm

I have a used HP Compaq 2710p laptop.
It has a Core 2 Duo CPU and the Intel GMA X3100 video chipset.

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.
I am getting 1024 x 768 but this laptop is 1280 x 800.

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.
You should be able to correct this with the Display Settings in the Menu

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
Primary :Homebrew64 bit Intel duo core 2 GB RAM, 120 GB Kingston SSD, Seagate1TB.
MX-18.2 64bit. Also MX17, Kubuntu14.04 & Puppy 6.3.

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.
How do I do that?

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
per https://bugs.launchpad.net/ubuntu/+sour . ug/1685442

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.
How do I do that?

Re: Intel GMA X3100 driver

#6 Post by atexit8 » Mon Sep 17, 2018 4:55 pm

nothing for cat /proc/cmdline

$ inxi -Fxz System: Host: mx1 Kernel: 4.15.0-1-686-pae i686 bits: 32 gcc: 6.3.0 Desktop: Xfce 4.12.3 (Gtk 2.24.31) Distro: MX-17.1_386 Horizon March 12, 2017 Machine: Device: laptop System: Hewlett-Packard product: HP Compaq 2710p v: F.20 serial: N/A Mobo: Hewlett-Packard model: 30C8 v: KBC Version 74.3A serial: N/A BIOS: Hewlett-Packard v: 68MOU Ver. F.20 date: 12/08/2011 Battery C23F: charge: 0.0 Wh 0.0% condition: 40.5/40.5 Wh (100%) model: Hewlett-Packard Primary status: N/A CPU: Dual core Intel Core2 Duo U7600 (-MCP-) arch: Conroe rev.13 cache: 2048 KB flags: (lm nx pae sse sse2 sse3 ssse3 vmx) bmips: 4787 clock speeds: max: 1201 MHz 1: 1112 MHz 2: 912 MHz Graphics: Card: Intel Mobile GM965/GL960 Integrated Graphics Controller (primary) bus-ID: 00:02.0 Display Server: x11 (X.Org 1.19.2 ) drivers: modesetting (unloaded: fbdev,vesa) Resolution: 1280x800@58.48hz OpenGL: renderer: Mesa DRI Intel 965GM x86/MMX/SSE2 version: 2.1 Mesa 13.0.6 Direct Render: Yes Audio: Card Intel 82801H (ICH8 Family) HD Audio Controller driver: snd_hda_intel bus-ID: 00:1b.0 Sound: Advanced Linux Sound Architecture v: k4.15.0-1-686-pae Network: Card-1: Intel 82566MM Gigabit Network Connection driver: e1000e v: 3.2.6-k port: 4020 bus-ID: 00:19.0 IF: eth0 state: down mac: Card-2: Intel PRO/Wireless 4965 AG or AGN [Kedron] Network Connection driver: iwl4965 v: in-tree: bus-ID: 10:00.0 IF: wlan0 state: down mac: Drives: HDD Total Size: NA (-) ID-1: USB /dev/sda model: STORE_N_GO size: 15.5GB Partition: ID-1: / size: 1.6G used: 17M (2%) fs: overlay dev: N/A Sensors: System Temperatures: cpu: 54.0C mobo: 23.0C Fan Speeds (in rpm): cpu: N/A Info: Processes: 168 Uptime: 10 min Memory: 284.6/2009.0MB Init: SysVinit runlevel: 5 Gcc sys: 6.3.0 Client: Shell (bash 4.4.121) inxi: 2.3.54 

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.
But I wanted 1200×800.

So, next I tried not using any boot option, and let the live USB boot to conclusion which takes 3+ minutes,
I do get 1200×800.

With Linux Mint 19 and using the video=SVIDEO-1:d boot option, the laptop boots into Linux in about 45 seconds.

Источник

Оцените статью
Adblock
detector