Poll
Question: How do I configure ati Readon Xpress 200?
? - 1 (33.3%)
? - 2 (66.7%)
Total Voters: 3

Pages: [1]
  Print  
Author Topic: Graphics real choppy  (Read 11875 times)
tinkotech
Nub


Cakes 0
Posts: 6


« on: May 09, 2007, 03:53:41 PM »

My graphics are really choppy and slow. I'm running PCLinuxOS with a Readon Xpress 200 128 MB graphics card built in. I also have a AMD proc 3300+ with 1 G ram. I remembered having to configure nvidia drivers for Quake III, but  don't know what to do about ATI drivers. Any help?
Logged
kit89
Member


Cakes 6
Posts: 636


Shoot him..


« Reply #1 on: May 09, 2007, 05:00:31 PM »

you'll have to install the fglrx drivers to get 3D support.

I'd suggest you check the PCLinuxOS forums for more information on how to set it up on your particular distro.
Logged
dmn_clown
Posts a lot
*

Cakes 1
Posts: 1324


« Reply #2 on: May 09, 2007, 05:33:42 PM »

Not necessarily see: http://lists.freedesktop.org/archives/xorg/2005-November/011227.html and http://dri.freedesktop.org/wiki/ATIRadeon?highlight=%28ati%29#head-b70b9c2adfa2ca59ff505f071d2dd6bf6b44eebb if the card is RV370 based the DRI driver will support 2D and 3D, you'd only "need" the fglrx drivers (which suck ass, you are better off with nVidia under GNU/Linux due to their large corporate contracts with the Hollywood special effects studios) if the chipset is RS400 based. 

The output of lspci should tell you which chip you have.  In your favorite terminal:
Code:
$lspci
Logged

tinkotech
Nub


Cakes 0
Posts: 6


« Reply #3 on: May 09, 2007, 06:35:59 PM »

01:05.0 VGA compatible controller: ATI Technologies Inc Radeon XPRESS 200M 5955 (PCIE) according to the results
Logged
tinkotech
Nub


Cakes 0
Posts: 6


« Reply #4 on: May 09, 2007, 06:40:06 PM »

and it is rs400 chipset
Logged
dmn_clown
Posts a lot
*

Cakes 1
Posts: 1324


« Reply #5 on: May 09, 2007, 09:42:49 PM »

Then you'll need to install the fglrx drivers from ati.

This wiki page covers that:  http://www.pclinuxonline.com/wiki/SetupAti?show_comments=1  (Though I suggest using vim / joe / emacs rather than kwrite as root to edit xorg.conf).
Logged

tinkotech
Nub


Cakes 0
Posts: 6


« Reply #6 on: May 10, 2007, 06:05:14 AM »

Ok, now the graphics look great, but the game "Open Arena" is responding real slow. I can select something and it will take up to 30 seconds for it to respond. btw, you guys are great, thanks for all the help!
Logged
kit89
Member


Cakes 6
Posts: 636


Shoot him..


« Reply #7 on: May 10, 2007, 11:38:30 AM »

go to the terminal and type "glxgears".

If the gears run choppy then your graphics card isn't setup properly.

Open up you xorg.conf and make sure in the Section named "Module" has:

Load "glx"
Load "dri"

If that is there and makes no difference, you may have to disable Composite functions. Add this to the end of the xorg.conf

Section "Extensions"
        Option  "Composite" "0"
EndSection

Save it and restart the Xserver.

Try "glxgears" again and it should work fine
Logged
tinkotech
Nub


Cakes 0
Posts: 6


« Reply #8 on: May 10, 2007, 11:52:33 AM »

The following is what my xorg.conf file reads. The gears appear fine.

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    Load "dri" # direct rendering
EndSection
Section "Extensions"
    Option "Composite" "0"
EndSection
Logged
tinkotech
Nub


Cakes 0
Posts: 6


« Reply #9 on: May 10, 2007, 12:15:06 PM »

Everything is working fine now! I don't know what happen, but I rebooted a couple of times and it started working! Thanks guys and gals for all the help, I will try and be of some help, also.

Thanks again!
Logged
Pages: [1]
  Print  
 
Jump to: