Page 1 of 4 123 ... LastLast
Results 1 to 10 of 32

Thread: Resonable performance from an ATI Radeon 7000VE

  1. #1
    Join Date
    Dec 2004
    Beans
    3

    Resonable performance from an ATI Radeon 7000VE

    Run glxgears -printfps
    I initially got 250fps and Google Earth was totally unusable.

    Starting with a basic Dapper install download the latest radeon snapshot from here:
    http://dri.freedesktop.org/snapshots/
    Extract to a folder in your home directory, eg: /home/???/radeon-20060403-linux.386/

    Open synaptec package manager and enable the universe repository and install:

    Linux Kernel Headers
    linux-headers-x86
    make
    gcc
    driconf


    Open up a terminal and cd to the radeon directory above. Then run sudo ./install.sh
    If all goes well type:
    sudo gedit /etc/X11/xorg.conf and change the Device section to look like the following:
    Code:
    Section "Device"
    	Identifier	"Radeon"
    	Driver		"radeon"
    	BusID		"PCI:1:0:0"
    	Option		"AGPMode" "4"
    	Option		"AGPFastWrite" "true"
    	Option	        "EnablePageFlip" "True"
    	Option	        "UseInternalAGPGART" "no"
    	Option	        "backingstore" "true"
    	Option	        "AllowGLXWithComposite" "true"
    	Option          "RenderAccel" "true"
    EndSection
    Ensure that you use the same identifier in the screen section if you change it in this section, leave it be is probably best.

    Save and exit.

    Now run driconf. Do not run this as sudo, some user space applications will not pickup the changes if you do. In my case google earth would not run properly until I ran it as a regular user. (had to sudo rm .drirc before running as a regular user after I had run it as root.)

    Change the TCL mode to "Use Software TCL Pipeline" and Use HyperZ to Yes. Save and quit.

    Reboot and run glxgears -printfps. Mine went up from around 250fps to 850fps and I nolonger have funny artifacts all over preventing me from using Google Earth.

    Please post if this works or if you have any tweaks to improve it.

    Scott

  2. #2
    Join Date
    May 2006
    Location
    auckland
    Beans
    165
    Distro
    Ubuntu Intrepid Ibex (testing)

    Re: Resonable performance from an ATI Radeon 7000VE

    8243 frames in 5.0 seconds = 1648.496 FPS
    7913 frames in 5.0 seconds = 1582.543 FPS
    8421 frames in 5.0 seconds = 1684.034 FPS
    8387 frames in 5.0 seconds = 1677.380 FPS
    8389 frames in 5.0 seconds = 1677.794 FPS

    wow.. great howto.... improved my fps by a lot.. lol.. i had 700 fps at first.. now i got 1600 fps.. thanks!!!

    but my google earth still wont work.. when i run it.. the earth is kinda blurry and the stars go liney and stuf.. its just unusable.. eh.. any help?
    Last edited by louistan3; August 7th, 2006 at 12:04 PM.

  3. #3
    Join Date
    Aug 2006
    Beans
    23

    Re: Resonable performance from an ATI Radeon 7000VE

    Yo
    Is it possible for you to condense the synaptic package list into an apt-get command? I had to install synaptic especially and couldn't find 'linux-headers-x86'.

    My attempt failed at this last night, complaining of some kind of kernel problem, but I was 1/2 way though recompiling it anyway, so will try again. Great news to find something relating to the 7000 card btw, I've been looking for ages.

    Cheers

  4. #4
    Join Date
    Oct 2005
    Beans
    18
    Distro
    Ubuntu 6.10 Edgy

    Re: Resonable performance from an ATI Radeon 7000VE

    Wow. This is great. I went from ~430 FPS to about 1450 FPS. Thanks for the info.

  5. #5
    Join Date
    Aug 2006
    Beans
    12
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Resonable performance from an ATI Radeon 7000VE

    For some reason, this didn't work for me. I am using a custom compiled kernel, which is probably it. I'm willing to recompile to make this work. It tells me that it cannot find my current kernel modules, and compilation fails.

    Here are the contents of dri.log:

    make DRM_MODULES=radeon.o modules
    make[1]: Entering directory `/home/robb/source/radeon-20060403-linux.i386/drm/linux-core'
    make -C /lib/modules/2.6.17-beyond3/source SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
    make[2]: Entering directory `/usr/src/linux-2.6.17'
    CC [M] /home/robb/source/radeon-20060403-linux.i386/drm/linux-core/ati_pcigart.o
    /home/robb/source/radeon-20060403-linux.i386/drm/linux-core/ati_pcigart.c: In function ‘drm_ati_free_pcigart_table’:
    /home/robb/source/radeon-20060403-linux.i386/drm/linux-core/ati_pcigart.c:87: error: ‘struct page’ has no member named ‘count’
    make[3]: *** [/home/robb/source/radeon-20060403-linux.i386/drm/linux-core/ati_pcigart.o] Error 1
    make[2]: *** [_module_/home/robb/source/radeon-20060403-linux.i386/drm/linux-core] Error 2
    make[2]: Leaving directory `/usr/src/linux-2.6.17'
    make[1]: *** [modules] Error 2
    make[1]: Leaving directory `/home/robb/source/radeon-20060403-linux.i386/drm/linux-core'
    make: *** [radeon.o] Error 2

    Can anyone tell me what I'm doing wrong, or what needs to change?

  6. #6
    Join Date
    Oct 2005
    Beans
    94

    Re: Resonable performance from an ATI Radeon 7000VE

    I have the PCI version. I went from 150 to 380 fps. Not as fast s some of the other reports, but still a good increase. A note to anyone elsewith the PCI version who wants to try this. I changed the "BUSID line to match the above post and X would not start until I restored it to its orginal state:
    Code:
    BusID		"PCI:0:8:0"
    Thanks for the great howto.

  7. #7
    Join Date
    Jun 2006
    Location
    Czech Republic
    Beans
    6
    Distro
    Ubuntu 6.06

    Re: Resonable performance from an ATI Radeon 7000VE

    I am getting arror about inserting drm module - Cannot allocate memory. I have Radeon 9600 M, but I suppose it should be the same ase with 9700VE.
    Anyone met this? thx
    Last edited by virgee; August 9th, 2006 at 04:02 PM. Reason: Typo

  8. #8
    Join Date
    Jan 2005
    Location
    Estonia, EU
    Beans
    271
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Reasonable performance from an ATI Radeon 7000VE

    Scott, thank you very much! I have poor Radeon 9200SE. And because of driconf i've achieved 1068 fps. And i had 750 fps before.

    Though if i put Options:
    Option "AGPMode" "4"
    Option "AGPFastWrite" "true"
    Option "EnablePageFlip" "True"
    Option "UseInternalAGPGART" "no"
    Option "backingstore" "true"
    Option "AllowGLXWithComposite" "true"
    Option "RenderAccel" "true"

    my X stuck from boot..

    But anyway thanx, i will play with those options tomorrow.

  9. #9
    Join Date
    May 2006
    Location
    Iowa
    Beans
    249
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Reasonable performance from an ATI Radeon 7000VE

    This just for the 7000VE? How about x800?
    Linux Knowledge >> << My Head

  10. #10
    Join Date
    Jan 2005
    Location
    Estonia, EU
    Beans
    271
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Resonable performance from an ATI Radeon 7000VE

    And with:

    Option "EnablePageFlip" "True"
    2000fps! -even more then with fglrx!

    sweet, thak you again!

Page 1 of 4 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •