LINUX.ORG.RU

пожалуйста помогите с ATI


0

0

ноут aser travelmate 5720g карта ati mobility radeon 2600 hd дистр дебиан sid. минимальная установка+xorg+fluxbox честно говоря первый раз ставлю ати дрова. делал по инструкции скачал дрова отсюда http://ati.amd.com/support/drivers/linux/previous/linux-rf-cat83.html запустил из иксов нажал autimatic config потом ребуут fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: Mesa project: www.mesa3d.org OpenGL renderer string: Mesa GLX Indirect OpenGL version string: блаблабла потом делал так 2. Сборка модуля fglrx-kernel для аппаратного 3D ускорения: #apt-get install module-assistant dh-make build-essential linux-headers-$(uname -r) #m-a prepare #m-a a-i fglrx #modprobe -v fglrx

#reboot fglrxinfo и опять выводит display: :0.0 screen: 0 OpenGL vendor string: Mesa project: www.mesa3d.org OpenGL renderer string: Mesa GLX Indirect OpenGL version string: блаблабла

8(((((((

anonymous

Ответ на: комментарий от amoralyrr

все до меня доперло сделал так
sh ati-driver-installer-8-01-x86.x86_64.run --buildpkg Debian/Sid
потом установил пакеты
потом так:
sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv

после перезагрузки пишу
fglrxinfo:
АТИ НЕ ВИДИТ 8((((
но графика и качество после перезагрузки значительно улучшилась!!!!
странно как то хммм...

anonymous
()

cat /etc/X11/xorg.conf

**********

Section "dri"
Group "video"
Mode 0666
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
Option "IgnoreABI" "on"
Option "AIGLX" "on"
EndSection

sda00 ★★★
()
Ответ на: комментарий от sda00

добавил эти строчки не помогло 8(
кароче я наверное что то не так в начале делал.
а репозитарий с готовыми ати дайте позя 8)
как вообще правильно в дебиане ати ставить????

anonymous
()

пробуй ставить дрова с помощью Envy. Сама все закачает и поставить. ТОлько сначала удали стоящие дрова и ставь.

RoMih
()
Ответ на: комментарий от Aleks_IZA

Section "ServerLayout" Identifier "Default Layout" Screen 0 "aticonfig-Screen[0]" 0 0 InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection

Section "Files"

EndSection

Section "Module" Load "i2c" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection

Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" EndSection

Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" EndSection

Section "Monitor" Identifier "Универсальный монитор" HorizSync 28.0 - 64.0 VertRefresh 43.0 - 60.0 Option "DPMS" EndSection

Section "Monitor" Identifier "aticonfig-Monitor[0]" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection

Section "Device" Identifier "Универсальная видеокарта" Driver "vesa" BusID "PCI:1:0:0" EndSection

Section "Device" Identifier "aticonfig-Device[0]" Driver "fglrx" Option "VideoOverlay" "on" Option "OpenGLOverlay" "on" EndSection Section "Screen" Identifier "Default Screen" Device "Универсальная видеокарта" Monitor "Универсальный монитор" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x800" EndSubSection EndSection

Section "Screen" Identifier "aticonfig-Screen[0]" Device "aticonfig-Device[0]" Monitor "aticonfig-Monitor[0]" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection

anonymous
()
Ответ на: комментарий от Aleks_IZA

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection

Section "Files"

EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection

Section "Monitor"
Identifier "Универсальный монитор"
HorizSync 28.0 - 64.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "Универсальная видеокарта"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "on"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Универсальная видеокарта"
Monitor "Универсальный монитор"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection

EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection



anonymous
()
Ответ на: комментарий от anonymous

ENVY решил все проблемы!!!!!!!!! спасибо всем!

anonymous
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.