Feel free to add your experience and mark here, what do you need to turn off, etc.
Open-Source ATI Graphics In Ubuntu 9.04
Collapse
X
-
Code:Option "EnablePageFlip" "on" Option "ColorTiling" "on" Option "MigrationHeuristic" "smart" Option "AccelMethod" "EXA" Option "DynamicClocks" "on"
Page flip and color tiling should give maximum 3D performace. They should be enabled by default but were not in earlier version so I have them still in my configuration.
Comment
-
-
Yes Tormod, my card (9250) works with 8x by default and after 6.8 release, i don't have any problem.
Code:[ 54.612510] agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0. [ 54.613322] agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode [ 54.614004] agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode [ 54.984980] [drm] Setting GART location based on new memory map [ 54.984997] [drm] Loading R200 Microcode
Last edited by dungeon; 22 March 2009, 08:22 PM.
Comment
-
-
AGP version 3.5 is only publicly mentioned by Microsoft under Universal Accelerated Graphics Port (UAGP), which specifies mandatory supports of extra registers once marked optional under AGP 3.0. Upgraded registers include PCISTS, CAPPTR, NCAPID, AGPSTAT, AGPCMD, NISTAT, NICMD. New required registers include APBASELO, APBASEHI, AGPCTRL, APSIZE, NEPG, GARTLO, GARTHI.
Comment
-
-
Xpress 200M is almost dead
Hello All,
My Xpress 200M is almost dead after I upgraded the system to Ubuntu 9.04.
sk@24shw3h:~$ glxgears
1256 frames in 5.0 seconds = 251.181 FPS
1224 frames in 5.0 seconds = 244.754 FPS
1673 frames in 5.0 seconds = 334.345 FPS
1610 frames in 5.0 seconds = 321.985 FPS
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0" after 27001 requests (25548 known processed) with 0 events remaining.
I do not see errors in Xorg.log. Everything is working (compiz, some games) but very slow.
I believe that something is wrong with the card detection:
radeontool --debug
[sudo] password for sk:
Found card 1002:5955 (30000)
(unknown card)
Radeon found. Base control address is b80b2000; base framebuffer address is a7f2d000.
Comment
-
-
Originally posted by sergus View PostHello All,
My Xpress 200M is almost dead after I upgraded the system to Ubuntu 9.04.
I had above 1100 FPS in 8.10. I deleted the old xorg.conf - did not help. Then did dpkg-reconfigure xserver-xorg - no improvements.
I do not see errors in Xorg.log. Everything is working (compiz, some games) but very slow.
I believe that something is wrong with the card detection:
Comment
-
-
Originally posted by tormod View PostPlease file a bug report (the forum is not a bug tracker). The easiest way is to run "apport-cli -f -p xserver-xorg-video-ati" which will also attach the needed information to the report.
Comment
-
-
Originally posted by sergus View Posttormod, thank you for the response. I will certainly file a bug report. The reason I posted here is that the problem might not necessary be related to Ubuntu only and the Phoronix forum has a very wide auditory, including the developers of OS ATI driver.
Comment
-
Comment