[ geng @ 12.09.2004. 15:41 ] @
Da li u Slackware - u postoji integrisan driver za Ati Radeon 9200 (kao sto za NVidiu postoji "nv").
[ NLO @ 12.09.2004. 17:33 ] @
da
[ geng @ 12.09.2004. 17:50 ] @
A kako da ga ucinim aktivnim jer Slack graficku prepoznaje kao "vesa"
[ NLO @ 12.09.2004. 18:24 ] @
pa edituj x-ov config rucno ili preko xf86config izaberi graficku koja ti treba..
da beshe slack 10 vishe ne koristi xfree86 nego neki x.org..
zardjao sam sa grafickim okruzenjima pod linuxom, nek ti bolje neko drugi napishe imena fajlova..
[ Zivija @ 12.09.2004. 18:43 ] @
Ja sam probao (a verovatno i ti :) ) da podesim sa driverima sa Ati-jevog sajta, ali nije islo.......
Nadam se da ce neko naci resenje jer me ovaj problem ubija....... Sve se lepo instaliralo, podesio sam i fglrxconfig gde treba, posto ga pri instalaciji nije prebacio u direktorijum gde je trebao, tako da sam ga kopirao u /usr/X11R6/bin. Onda sam uspeo da ga pokrenem, podesio sve i pri komandi startx, sve po starom.... samo konzola.... tako da Geng ne znam sta da ti drugo savetujem, nego da se strpimo da nam neko to objasni malo bolje... Hvala svima na buducim savetima......
[ slacker @ 12.09.2004. 19:36 ] @
Zadnji put kad sam koristio ati drivere bilo je riječ u 3.7.6 verziji na xorg-u, slackware current, kernel 2.6.6..
Sve se instaliralo i kompajliralo kako je trebalo. Bilo je jedino malih problema s xorg.conf , odnosno fglrxconfigom jer grafičku uvijek stavljao na krivi PCI ili tako nešto. Potrebno je bilo samo pronaći u xorg.conf-u liniju koja se odnosi na to i staviti ju pod coment (#) pa pokušaj s tim.
Performanse su bile sasvim u redu za Radeon 9000 pro, čak bolje od sadašnje GF 3 Ti.
[ axez @ 12.09.2004. 22:43 ] @
Menjajte Ati djubre za nVidiu.

Just my $0.02
[ geng @ 13.09.2004. 13:31 ] @
Hvala na savetu Axez ali to mi u ovom trenutku nikako ne pomaze da namestim karticu.
[ MoHicAn @ 13.09.2004. 19:57 ] @
Otkad je slack postao operativni sistem?
[ random @ 14.09.2004. 10:47 ] @
A što da nije?
[ Djony @ 25.09.2004. 02:47 ] @
Evo jednog uputstva koje sam ja sledio i koristilo je, namestio sam iz prve:


------------------------------------------------------------------------------
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***

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


Nadam se da će i tebi pomoći kao što je i meni!