Intel 965 (установка драйвера в Ubuntu)

nVidia, ATI, SIS, VIA и др.

Модератор: Модераторы разделов

whitehats
Сообщения: 4
ОС: Debian

Intel 965

Сообщение whitehats »

Ноутбук Acer 4220 с интегрированной Intel 965. При попытке собрать новый драйвер из исходников выдаёт:

Код: Выделить всё

notebook xf86-video-intel-2.8.1 # ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for bash... /bin/bash
checking if dolt supports this host... yes, replacing libtool
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for intel-gen4asm... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mprotect... yes
checking if XINERAMA is defined... yes
checking if RANDR is defined... yes
checking if RENDER is defined... yes
checking if XF86DRI is defined... yes
checking if DPMSExtension is defined... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XORG... configure: error: Package requirements (xorg-server >= 1.6 xproto fontsproto xineramaproto randrproto renderproto xextproto x11 xextproto) were not met:

No package 'x11' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables XORG_CFLAGS
and XORG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details


Каких именно пакетов не хватает для сборки ?
Спасибо сказали:
Аватара пользователя
eddy
Сообщения: 3321
Статус: Красный глаз тролля
ОС: ArchLinux

Re: Intel 965

Сообщение eddy »

Иксы у вас староваты для данного модуля.

Кстати, зачем компилировать модуль intel? Неужели в бубунте его нет из коробки?
RTFM
-------
KOI8-R - патриотичная кодировка Изображение
Спасибо сказали:
whitehats
Сообщения: 4
ОС: Debian

Re: Intel 965

Сообщение whitehats »

Какие-то драйвера есть, но с ними артефакты при работе в Blender. Когда закрываешь блендер, он как бы "остаётся" на экране. И премещением любого открытого окна "стирается" с экрана.
Такого в Debian не наблюдалось :(
Вот и хочется установить новые драйвера, может нормально заработает.
Так чего не хватает для нормальной установки ? Если можно на пальцах объясните. С линуксом общаюсь совсем недавно :( Но винмодем запустить уже получилось.
Спасибо сказали:
Аватара пользователя
eddy
Сообщения: 3321
Статус: Красный глаз тролля
ОС: ArchLinux

Re: Intel 965

Сообщение eddy »

Попробуйте для начала поискать описания флагов для интеловского модуля видео. У меня на работе, например, i945, указаны ключи:

Код: Выделить всё

...
Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "ddc"
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    Load "dri" # direct rendering
EndSection
...
Section "Device"
    Identifier "device1"
    VendorName "Intel Corporation"
    BoardName "Intel 810 and later"
    Driver "intel"
    Option "AccelMethod" "EXA"
    Option "Legacy3D" "true"
    Option "XvMC" "True"
    Option "DPMS"
    Option "DRI" "true"
    Option "DDC" "true"
EndSection
...

Все работает нормально, есть и 2D, и 3D.

Если же манипуляция с флагами и опциями не поможет - либо найдите более старый модуль (подходящий под вашу версию иксов), либо обновите иксы.
RTFM
-------
KOI8-R - патриотичная кодировка Изображение
Спасибо сказали:
whitehats
Сообщения: 4
ОС: Debian

Re: Intel 965

Сообщение whitehats »

Сейчас у меня вот такой Xconf:

Код: Выделить всё

 # xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "synaptics"
Load "bitmap"
Load "freetype"
Load "dri"
Load "int10"
Load "vbe"
Load "extmod"
Load "glx"
Load "GLcore"
Load "v4l"
Load "dbe"
Load "ddc"
Load "record"
Load "xtrap"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbVariant" ",winkeys"
Option "XkbOptions" "grp:alt_shift_toggle,lv3:ralt_switch,grp_led:scroll"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
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" "true"
EndSection

Section "Device"
Identifier "Intel intern"
Boardname "intel"
Busid "PCI:0:2:0"
Driver "intel"
Option "DRI" "true"
Option "RenderAccel" "true"
Option "AperTexSize" "131072"
Option "MonitorLayout" "CRT+TV,LFP"
Screen 0
EndSection

Section "Device"
Identifier "Intel extern"
Driver "intel"
BusID "PCI:0:2:1"
Option "Display" "CRT"
Option "MonitorLayout" "CRT+TV,LFP"
Option "Monitor-LVDS" "Internal Panel"
Option "Monitor-VGA-0" "External VGA Monitor"
Option "Monitor-S-video" "External TV"
Screen 1
EndSection

Section "Monitor"
Identifier "Intern"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x800"
Horizsync 31.5-50.0
Vertrefresh 56.0 - 65.0
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
Gamma 1.0
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Extern"
HorizSync 30.0 - 80.0
VertRefresh 50.0 - 75.0
Modeline "1280x1024" 135.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
DisplaySize 376 301
Option "DPMS" "true"
EndSection

Section "Screen"
Identifier "Internal Screen"
Device "Intel intern"
Monitor "Intern"
Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1280x800@60"
EndSubSection
EndSection

Section "Screen"
Identifier "External Screen"
Device "Intel extern"
Monitor "Extern"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Dual Head"
Screen 0 "Internal Screen" 0 0
Screen 1 "External Screen" LeftOf "Internal Screen"
Option "AIGLX" "true"
Inputdevice "Generic Keyboard"
Inputdevice "Synaptics Touchpad" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

Разницы при работе в Блендер с Xconf который поставился по-умолчанию никаких :( А вот эффекты рабочего стола "горение" стали шустрее.
Вечером попробую Ваш вариант. Если честно, я работаю не под самими Бубунтами, а под их клоном Mint.
Спасибо сказали: