Приветствую Вас Гость | RSSГлавная | Статьи | Регистрация | Вход
Категории раздела
Wiki
Статьи
Наш опрос
Какой язык предпочтительнее использовать для сайта?
Мини-чат
50
Главная » Статьи » Статьи

Установка ATI Driver 8.8 в Ubuntu 8.04 (x1300;x1550;x1600...)
Выберите вариант: Ручной / Автоматический


1) Скачиваем сам драйвер с сайта производителя:
wget https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-8-8-x86.x86_64.run


2) Устанавливаем необходимые пакеты для сборки:
sudo apt-get install build-essential fakeroot dh-make debhelper debconf libstdc++5 dkms linux-headers-$(uname -r)


3) Создаем пакеты из скачаного файла:
sh ati-driver-installer-8-8-x86.x86_64.run --buildpkg Ubuntu/hardy


4) Отключаем использование встроенного fglrx:
sudo sed -ie 's/DISABLED_MODULES=""/DISABLED_MODULES="fglrx"/g' /etc/default/linux-restricted-modules-common


5) И наконец ставим наши пакеты:
sudo dpkg -i xorg-driver-fglrx_*.deb fglrx-kernel-source_*.deb fglrx-amdcccle_*.deb fglrx-modaliases_*.deb


6) Вносим изменения в xorg.conf:
sudo aticonfig --initial -f


7) Дотачиваем но уже руками xorg.conf:
sudo gedit /etc/X11/xorg.conf

У меня он выглядит так:
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,grp_led:scroll"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "Device"
Identifier "Configured Video Device"
Option "VendorName" "ATI Sapphire"
Option "ModelName" "x1550"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"

Option "XAANoOffscreenPixmaps" "on"
Option "TexturedXrender" "on"
Option "TexturedVideo" "off"
Option "Textured2D" "off"


# Option "TexturedVideo" "on"
# Option "TexturedXrender" "on"
# Option "OpenGLOverlay" "on"
# Option "UseFastTLS" "2"
# Option "XAANoOffscreenPixmaps" "true"
# Option "EnablePrivateBackZ" "on"

BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Option "VendorName" "Samsung"
Option "ModelName" "SyncMaster 931c"
Option "DPMS" "true"
EndSection

Section "Screen"
Identifier "Configured Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Configured Screen" 0 0
EndSection

Section "Module"
Load "record"
Load "extmod"
Load "xtrap"
Load "freetype"
# Load "type1"
Load "glx"
Load "dbe"
Load "v4l"
Load "GLcore"
EndSection
Категория: Статьи | Добавил: Dark_MX (25.08.2008) | Автор: Олег [Dark_MX]
Просмотров: 4394 | Рейтинг: 0.0/0
Всего комментариев: 0
Добавлять комментарии могут только зарегистрированные пользователи.
[ Регистрация | Вход ]
Вход на сайт
Поиск