Перейти к содержанию

Видео


Рекомендуемые сообщения

Товарисчи, помагите настроить видео ATI Radeon 7000 на Мандрейке 9.2., весь инет изковырял, инфы ненашел. Может кто нить знает где дрова пробить или что нить подобное ?

Ссылка на комментарий
Поделиться на другие сайты

Спасибо Громное Мастеру, за то что отозвался и помог ! )

на ДРИ был, но так как в англ. не очень то и шарю, очень долго сидел и разбирался со всем, и мои "разборки" ни к чему не привели... Гаварила мне мама - "Учи Английский!" )

Да и в никсах я совсем новичок, еще мало понимаю, что к чему.

Мне бы наглядный пример Smile был бы примного благодарен

Ссылка на комментарий
Поделиться на другие сайты

  • 3 недели спустя...

народ конечно извените но я так и не понял как мне настроить ati radeon 9600xt

просто запарился.... ядро собрал новое всё ок но не грузится у меня glx а так хочется в ку3 погонять хелп плиз....

ps чёр меня побери когда я себе купил ati radeon GeForce лучше

хар-ка компа

(мать)epox на чипсете nForce2

(видюха) ati radeon 9600 xt 128 ddr

(os ) linux slackware 10

заранее благодарен

Ссылка на комментарий
Поделиться на другие сайты

А вот и конфиги

Works great on Slackware 9.1 (now slackware-current). Using the ATI's 3.2.8 drivers. XFree86 4.3.0

Works fine with WineX-CVS, UT2004demo, basically anything OpenGL that I have tried.

http://www.linuxquestions.org/hcl/showproduct.php?product=68 3

I have been seeing a lot of problems installing the new ATI drivers with the 2.6.7 kernel and Slackware 10 so heres the solution, it's how I did it.

First, download the new ATI drivers from www.ati.com as of right now they should be 3.9.

The 2.6.7 kernel requires a patch download it from here

http://linuxmind.de/~ssimon/fglrx-2.6.7.patch

Heres the very first thing I do

***NOTE: I rename my files for my sake replace the filename with the filename you have***

1. rpm2tgz fglrx.rpm

this will change the rpm file to a .tgz for all you noobs out there.

***installpkg and the following steps are done as root***

2. installpkg fglrx.tgz

this will install the fglrx drivers required for your card

3. cp fglrx-2.6.7.patch /lib/modules/fglrx/build_mod

this will copy the patch to the appropriate directory

4. patch -p1 < fglrx-2.6.7.patch

this will patch the current drivers to work with the 2.6.7 kernel

5. chmod +x make.sh

makes make.sh executable

6. sh make.sh

runs make.sh, if you get any errors during this about agpgart then you need to recompile your kernel to use agpgart as a module refer to the Kernel Compiling stickies

7. cd ..

if you dont know what this does then you shouldn't even be using Linux

8. chmod +x make_install.sh

once again makes make_install.sh executable

9. sh make_install.sh

that should install the drivers no problem, now onto configuring your X server

I perfer to hand edit the xorg.conf file instead of using fglrxconfig because it usually screws my server up so.

10. joe /etc/X11/xorg.conf

you can use whatever editor you'd like here, open up the file and change the approriate lines

Under the section "Module Section" under load glx add

code:

load "dri"

Under the section "Graphics Device Section"

code:

Section "Device"

Identifier "fglrx"

Driver "fglrx"

Under the section "Screen Sections"

code:

Device "fglrx"

At the very bottom of the file add this

code:

Section "DRI"

Group 0

Mode 0666

EndSection

Bam save the file and you should have acceleration, if anyone wants me to I will post my xorg.conf file

*** EDIT ***

If you want to test your driver install goto a terminal and type glxgears

Also if you are running the 2.4.x kernel you don't need to apply the patch

***EDIT***

------------------------------------------------------------ -------

http://www.linuxforums.org/forum/topic-21368-0.html

Ссылка на комментарий
Поделиться на другие сайты

  • 3 недели спустя...

или я тупой или лыжы не едут...... help

(WW) fglrx(0): ***********************************************

(WW) fglrx(0): * DRI initialization failed! *

(WW) fglrx(0): * (maybe driver kernel module missing or bad) *

(WW) fglrx(0): * 2D acceleraton available (MMIO) *

(WW) fglrx(0): * no 3D acceleration available *

(WW) fglrx(0): *********************************************

Ссылка на комментарий
Поделиться на другие сайты

Присоединяйтесь к обсуждению

Вы можете написать сейчас и зарегистрироваться позже. Если у вас есть аккаунт, авторизуйтесь, чтобы опубликовать от имени своего аккаунта.

Гость
Ответить в этой теме...

×   Вставлено с форматированием.   Вставить как обычный текст

  Разрешено использовать не более 75 эмодзи.

×   Ваша ссылка была автоматически встроена.   Отображать как обычную ссылку

×   Ваш предыдущий контент был восстановлен.   Очистить редактор

×   Вы не можете вставлять изображения напрямую. Загружайте или вставляйте изображения по ссылке.

Загрузка...
×
×
  • Создать...