LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Trouble in installing ati driver (https://www.linuxquestions.org/questions/linux-newbie-8/trouble-in-installing-ati-driver-252995/)

Kami.JZ 11-09-2004 07:12 PM

Trouble in installing ati driver
 
I can't seem to get my graphic card to work properly, its a radeon 9800pro, I am getting few hundred fps in glxgears. I am using Debian, I tried
Code:

alien fglrx-glc22-4.3.0-3.7.0.i386.rpm
dpkg --force-overwite -i fglrx-glc22_4.3.0-4.7_i386.deb
cd /lib/modules/fglrx/build_mod
./make.sh
cd /lib/modules/fglrx
./make_install.sh
fglrxconfig

then type flgrx and I am still using the mesa drivers, the fps remains the same in glxgears.
Is there any other way to get my graphic card to work properly?

samel_tvom 11-25-2004 12:53 PM

I have had the same problem with my ATI Radeon 7500 and the answer was in /etc/X11/XF86Config (or xorg.conf)
You have to have "Direct Rendering Manager" supported in the kernel (it's in Device Drivers->Character devices)
to get this to work.

You simply add (or modify) so that the end of your XF86Config file (or xorg.conf) looks like

Section "DRI"
Mode 0666
EndSection

Before I had that I had about 100-200 fps and now I have about 1500-1600 fps


All times are GMT -5. The time now is 09:27 AM.