Thread: radeon open source driver 3D performance on ATI 9800 Pro
hey,
there here agp ati radeon 9800 (pro) card using open source radeon driver , caring share experience? terrible performance among 3d applications, presumably because of faulty setup. radeon driver can not possibly bad, can it?
upgrading 9.04 or .10 lucid lynx (10.04), running plain fluxbox dri supposedly enabled:
running glxgears leaves me around 300, @ 600fps per 5 seconds. 3d applications worldwind practically not usable , leave cpu running @ 100%.code:kallew@rom:~$ glxinfo name of display: :0.0 display: :0 screen: 0 direct rendering: yes server glx vendor string: sgi server glx version string: 1.2 server glx extensions: ... client glx vendor string: mesa project , sgi client glx version string: 1.4 client glx extensions: ... glx version: 1.2 glx extensions: ... opengl vendor string: dri r300 project opengl renderer string: mesa dri r300 (r350 4e48) 20090101 x86/mmx+/3dnow!+/sse tcl dri2 opengl version string: 1.5 mesa 7.7.1 opengl extensions: ...
there no measurable difference me between exa , xaa - "enablepageflip" on - setting "colortiling" "1" gives me bosst around 300fps 600fps. quite strange because according "man radeon" setting should enabled default.
tried using empty xorg.conf, system generated 1 , adjustments around 600fps tops. is, iirc, around 1/10 or less of once got.
there no difference with:code:kallew@rom:~$ cat /etc/x11/xorg.conf section "device" identifier "configured video device" driver "radeon" busid "pci:1:0:0" option "agpmode" "4" option "dynamicclocks" "on" option "colortiling" "1" endsection section "monitor" identifier "configured monitor" option "dpms" "true" endsection section "screen" identifier "default screen" monitor "configured monitor" device "configured video device" defaultdepth 24 subsection "display" depth 16 modes "1920x1200 1600x1200 1024x768 800x600 600x480" endsubsection subsection "display" depth 24 modes "1920x1200" endsubsection endsection section "dri" mode 0666 endsection
nor reinstallingcode:kallew@rom:~$ cat /etc/modprobe.d/radeon-kms.conf options radeon modeset=0
nor usingcode:kallew@rom:~$ sudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-video-radeon xserver-xorg-core
the loaded modules seem okay, running agp radeon 9800 pro on asus a7s333 sis chipset, athlon xp 2200+ , 1gb ram.code:ppa:ubuntu-x-swat/x-updates
code:kallew@rom:~$ lsmod module size used ... i2c_sis630 4757 0 i2c_sis96x 3024 0 fbcon 35102 73 tileblit 2031 1 fbcon font 7557 1 fbcon bitblit 4707 1 fbcon softcursor 1189 1 bitblit vga16fb 11385 0 vgastate 8961 1 vga16fb radeon 674135 2 ttm 49943 1 radeon drm_kms_helper 29297 1 radeon drm 162471 4 radeon,ttm,drm_kms_helper sis_agp 4047 1 i2c_algo_bit 5028 1 radeon agpgart 31724 3 ttm,drm,sis_agpcode:kallew@rom:~$ dmesg | grep -e agp -e drm [ 0.000000] linux version 2.6.32-22-generic (buildd@palmer) (gcc version 4.4.3 (ubuntu 4.4.3-4ubuntu5) ) #36-ubuntu smp thu jun 3 22:02:19 utc 2010 (ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2) [ 1.749099] linux agpgart interface v0.103 [ 1.821730] agpgart-sis 0000:00:00.0: sis chipset [1039/0745] [ 1.828084] agpgart-sis 0000:00:00.0: agp aperture 64m @ 0xd8000000 [ 1.873022] [drm] initialized drm 1.1.0 20060810 [ 2.726114] [drm] radeon defaulting kernel modesetting. [ 2.726123] [drm] radeon kernel modesetting enabled. [ 2.732723] [drm] radeon: initializing kernel modesetting. [ 2.732868] [drm] register mmio base: 0xd7800000 [ 2.732871] [drm] register mmio size: 65536 [ 2.735434] [drm] gpu reset succeed (rbbm_status=0x00000140) [ 2.735459] [drm] generation 1 pci interface in multifunction mode [ 2.735462] [drm] limiting vram 1 aperture [ 2.735474] agpgart-sis 0000:00:00.0: agp 2.0 bridge [ 2.735501] agpgart-sis 0000:00:00.0: putting agp v2 device 4x mode [ 2.735580] [drm] radeon: vram 128m [ 2.735583] [drm] radeon: vram 0x00000000 0x07ffffff [ 2.735585] [drm] radeon: gtt 64m [ 2.735588] [drm] radeon: gtt 0xd8000000 0xdbffffff [ 2.735619] [drm] radeon: irq initialized. [ 2.735799] [drm] detected vram ram=128m, bar=128m [ 2.735809] [drm] ram width 256bits ddr [ 2.736110] [drm] radeon: 128m of vram memory ready [ 2.736113] [drm] radeon: 64m of gtt memory ready. [ 2.736380] [drm] radeon: 2 quad pipes, 1 z pipes initialized. [ 2.736396] [drm] radeon: cp idle (0x10000c00) [ 2.736476] [drm] loading r300 microcode [ 2.762716] [drm] radeon: ring @ 0x00000000d8000000 [ 2.762747] [drm] ring test succeeded in 1 usecs [ 2.780532] [drm] radeon: ib pool ready. [ 2.780820] [drm] ib test succeeded in 0 usecs [ 2.781578] [drm] default tv standard: ntsc [ 2.781582] [drm] 27.000000000 mhz tv ref clk [ 2.781588] [drm] dfp table revision: 4 [ 2.781897] [drm] default tv standard: ntsc [ 2.781900] [drm] 27.000000000 mhz tv ref clk [ 2.781976] [drm] radeon display connectors [ 2.781979] [drm] connector 0: [ 2.781981] [drm] vga [ 2.781985] [drm] ddc: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60 [ 2.781987] [drm] encoders: [ 2.781990] [drm] crt1: internal_dac1 [ 2.781992] [drm] connector 1: [ 2.781994] [drm] dvi-i [ 2.781996] [drm] hpd1 [ 2.781998] [drm] ddc: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64 [ 2.782001] [drm] encoders: [ 2.782003] [drm] crt2: internal_dac2 [ 2.782005] [drm] dfp1: internal_tmds1 [ 2.782007] [drm] connector 2: [ 2.782009] [drm] s-video [ 2.782011] [drm] encoders: [ 2.782013] [drm] tv1: internal_dac2 [ 2.964326] [drm] fb mappable @ 0xf0040000 [ 2.964332] [drm] vram apper @ 0xf0000000 [ 2.964334] [drm] size 9216000 [ 2.964337] [drm] fb depth 24 [ 2.964339] [drm] pitch 7680 [ 2.964789] fb0: radeondrmfb frame buffer device [ 2.964805] [drm] initialized radeon 2.0.0 20080528 0000:01:00.0 on minor 0i not expect get gazillion fps , know glxgears no benchmark, current performance plain wrong. there problem on side or open source driver under lucid lynx not suitable 3d related? information on ubuntu.net @ least got me hoping ...code:kallew@rom:~$ uname -a linux rom 2.6.32-22-generic #36-ubuntu smp thu jun 3 22:02:19 utc 2010 i686 gnu/linux
help!
am missing obvious here? hint in right direction sufficient.![]()
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [SOLVED] radeon open source driver 3D performance on ATI 9800 Pro
Ubuntu

Comments
Post a Comment