Форум русскоязычного сообщества Ubuntu


Увидели сообщение с непонятной ссылкой, спам, непристойность или оскорбление?
Воспользуйтесь ссылкой «Сообщить модератору» рядом с сообщением!

Автор Тема: HELP!!! Ubuntu 9.4: драйвер для intel GMA X3100 Gfx  (Прочитано 8338 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн Subsanek

  • Автор темы
  • Любитель
  • *
  • Сообщений: 76
  • Ben!
    • Просмотр профиля
HELP!!! Ubuntu 9.4: драйвер для intel GMA X3100 Gfx
« : 24 Апреля 2009, 18:25:19 »
Здравствуйте.
Вот поставил Ubuntu 9.4 и в отличии от 8.10 драйвер не настроился :((
Я инет настроил и включаю типа эффекты и там дров тоже не находит :(
Я в дровах нифига не разбираюсь.
Сегодня весь день гуглил и ничего не нашел!
Помогите пожалуйста найти этот драйвер и потом поставить его.
Большое спасибо!

Пользователь решил продолжить мысль 24 Апреля 2009, 01:34:54:
Драйвер нашел.
Он в .tar.gz
Что делать?
Распаковать в домашний католог и с помощью cd окрыть его в консоли я научился.
Но потом вроде надо что-то типа ./config потом make и sudo make install
Но у меня это никогда не пракуатывало.
КТо знает что делать нужно?
Как это все собрать и установить?
  :'(

Пользователь решил продолжить мысль 24 Апреля 2009, 03:37:23:
sudo make
make: *** Не заданы цели и не найден make-файл.  Останов.

Это после конфигуре я попытался задать make

Пользователь решил продолжить мысль 24 Апреля 2009, 05:40:07:
По другой инструкции вообще не катит:

./autogen
bash: ./autogen: No such file or directory


Пользователь решил продолжить мысль 24 Апреля 2009, 09:54:06:
Может если DVD версию скачать и поставить будет работать?

Пользователь решил продолжить мысль 24 Апреля 2009, 11:59:33:
Цитировать
(Прочитано 18 раз)
И никто не ответил :(

Пользователь решил продолжить мысль 24 Апреля 2009, 14:26:06:
Точннее: xf86-video-intel-2.0.0.tar.bz2

Пользователь решил продолжить мысль 24 Апреля 2009, 16:39:33:
Вот что написано в ридми:

Information for Intel graphics driver users
Eric Anholt
2007-04-02

This document provides a brief summary of the Intel graphics support provided
by the xf86-video-intel driver.  More information can also be found in the
intel(4) manual page.

Supported Hardware:
   i810,
     i810-dc100,
   i810e
   i815
   i830
   i845
   i852
   i855
   i915
   i945
   i965

Features
- Full support for 8, 15, 16, and 24 bit pixel depths.
- Hardware accelerated 2D drawing engine support for 8, 15, 16 and 24 bit
  pixel depths.
- Hardware accelerated 3D drawing using OpenGL and the DRI.
- Hardware cursor support to reduce sprite flicker.
- Textured video XV implementation on i915 through i965.
- Hardware overlay XV implementation up through i945.
- Screen resize and rotation.

Technical Notes
- Interlace modes cannot be supported.
- This driver  requires kernel support for AGP, which is included in Linux
  kernels 2.3.42 and higher, and FreeBSD 4.1 and higher.
- This driver may be built against xserver 1.2.0 or newer.  If built
  from git source against an older server, a copy of xserver 1.3.0 source is
  needed to complete the build, which is chosen with the --with-xserver-source
  argument to ./configure.  The compatibility mode with xserver 1.2.0 will have
  limited functionality, in particular by not supporting RandR 1.2 or the
  new Damage 1.1 updated needed for 3D applications to work with display
  rotation.

Configuration

The driver auto-detects all device information necessary to
initialize the card.  The only lines you should need in the "Device"
section of your xorg.conf file are:

       Section "Device"
           Identifier "intel"
           Driver     "intel"
       EndSection

Please refer to the intel(4) manual page for information on configuration
options.


Known Limitations
- Bug #8534: i830 laptop panels not supported.  The driver
  will fail to recognize them, and only function through VGA output.  Two
  partial DVO chip drivers (ivch and ch7017) are included which contain some of
  the code necessary for i830 laptop panel support, but some I2C debugging will
  be necessary to get those drivers to attach.
- No support for "zaphod mode" dualhead.  This is the mode in which two
  Device sections are placed in the config file, and doesn't support DRI or
  many other features.  Instead, only "MergedFB-style" dualhead is supported.
- No support for X Screens larger than 2048 pixels in either direction
  before the 965.  This reflects hardware limitations in the x direction on
  those older chips, and limits dualhead functionality.  It may be possible to
  extend the limit vertically on these older chips.
- i855 XV may cause hangs.  This was present in the previous release, and no
  workaround is known.
- SDVO TV-out cards not supported.  This should be fixed in the next
  release.
- Gray output with integrated TV-out and PAL TVs.
- EXA support unstable on i845.

Common issues not caused by the driver
- Font sizes (DPI) are wrong.  Some displays incorrectly report their
  physical size, which is harmless on most OSes that always assume 96dpi
  displays.  This can be fixed through quirks for specific monitors in the X
  Server, and the output of xrandr --prop along with a physical measurement of
  the screen size in a bug report against the server can help get that fixed.
- gnome-panel is located in the middle of the screen.  gnome-panel places
  itself within head #0's boundaries, which doesn't work well with a second
  head covering the same area as head #0 but larger.
- Older resolution-changing applicationss have poor results in
  multihead systems.  Previous extensions such as RandR 1.1 exposed only a
  single output to client programs, and those requests map poorly to multi-head
  systems.  Currently, those requests map to just one of the outputs in the
  RandR 1.2 environment, and those applications need to be updated to RandR 1.2
  API when available for better results.

The X11R6 version of this driver originally came from XFree86 4.4 rc2.

The XFree86 version of this driver was donated to The XFree86 Project by:
    Precision Insight, Inc.
    Cedar Park, TX
    USA

The X.Org version of this driver is maintained by Intel Corporation.
<http://www.intellinuxgraphics.org>

Пользователь решил продолжить мысль 24 Апреля 2009, 18:46:29:
[size=22]ЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁМАЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁ[/size]

Пользователь решил продолжить мысль 24 Апреля 2009, 21:40:43:
Во блин!!! :D :D :D :D :D :D :D :D
« Последнее редактирование: 24 Апреля 2009, 21:40:43 от Subsanek »

Оффлайн khaki

  • Любитель
  • *
  • Сообщений: 53
    • Просмотр профиля
Re: HELP!!! Ubuntu 9.4: драйвер для intel GMA X3100 Gfx
« Ответ #1 : 25 Апреля 2009, 01:35:44 »
Просто карта в blacklist'e компиза
http://wiki.compiz-fusion.org/Hardware/Blacklist


Оффлайн Subsanek

  • Автор темы
  • Любитель
  • *
  • Сообщений: 76
  • Ben!
    • Просмотр профиля
Re: HELP!!! Ubuntu 9.4: драйвер для intel GMA X3100 Gfx
« Ответ #3 : 25 Апреля 2009, 09:03:58 »
Решение проблемы с видеокартами Intel описано тут https://wiki.ubuntu.com/JauntyJackalope/ReleaseNotes/ru#%D0%9F%D0%BE%D1%82%D0%B5%D1%80%D1%8F%20%D0%BF%D1%80%D0%BE%D0%B8%D0%B7%D0%B2%D0%BE%D0%B4%D0%B8%D1%82%D0%B5%D0%BB%D1%8C%D0%BD%D0%BE%D1%81%D1%82%D0%B8%20%D0%BD%D0%B0%20%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE%D0%BA%D0%B0%D1%80%D1%82%D0%B0%D1%85%20Intel
Огромное спасибо!!!!
Ввел команду и все заработало! :)

Пользователь решил продолжить мысль 25 Апреля 2009, 12:08:13:
Просто карта в blacklist'e компиза
http://wiki.compiz-fusion.org/Hardware/Blacklist

Точнее вам спасибо :)

Пользователь решил продолжить мысль 25 Апреля 2009, 14:17:52:
И эту команду надо каждый раз при старте воодить?
Ведь в прошлой убунте все с компизом нормально работало.
« Последнее редактирование: 25 Апреля 2009, 14:17:52 от Subsanek »

Оффлайн khaki

  • Любитель
  • *
  • Сообщений: 53
    • Просмотр профиля
Re: HELP!!! Ubuntu 9.4: драйвер для intel GMA X3100 Gfx
« Ответ #4 : 25 Апреля 2009, 23:27:30 »
Открываешь терминал и туда
echo "SKIP_CHECKS=yes" >> ~/.config/compiz/compiz-manager

 

Страница сгенерирована за 0.039 секунд. Запросов: 24.