[ltp] FireGL 7800 M7 drivers?

Alejandro Bonilla linux-thinkpad@linux-thinkpad.org
Thu, 23 Jun 2005 21:42:16 -0500


Senectus . wrote:

>I really need to get more from the current "ati" driver module I'm
>using in ubuntu..
>The latest FGLRX drivers are not compatible.. does anyone have any
>suggestions/links etc on this?
> glxgears
>597 frames in 5.0 seconds = 119.400 FPS
>648 frames in 5.0 seconds = 129.600 FPS
>647 frames in 5.0 seconds = 129.400 FPS
>
>
>
>  
>
modprobe intel-agp radeon
then use the DRI
Section "Module"
    Load    "GLcore"
    Load    "bitmap"
    Load    "dbe"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "record"
    Load    "speedo"
    Load    "type1"
    Load    "vbe"
EndSection

Then use ati

Section "Device"
    Identifier    "Generic Video Card"
    Driver        "ati"
EndSection

Make sure you do dpkg-reconfigure xserver-xfree86 to set it to ati (debian)

.Alejandro