With kernel 2.6.33, X server 1.7.5 and xf86-video-radeon 6.13.0, 3D works when KMS is disabled. When KMS is enabled, glxgears colors are wrong. Urban Terror crashes immediately after starting, producing this error in dmesg: [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
Created attachment 34770 [details] X log
Created attachment 34771 [details] dmesg
Is your r200 3d driver built with kms support?
(In reply to comment #3) > Is your r200 3d driver built with kms support? glxinfo report would give good idea where the problem is. dmesg shows that problem is the fake enable of second texture unit that is done as workaround for hw bug.
Created attachment 34885 [details] glxinfo
I am also affected by this. It is caused by incorrect fake texture handling in CS checker or something. More and a possible "fix" (it just disables texture checking) here: https://bugs.freedesktop.org/show_bug.cgi?id=25544 Enemy Territory starts up with KMS disabled, KMS enabled crashes with same message as in comment #1. KMS enabled 3D acceleration in the game is very, very slow: perhaps 1FPS. Direct rendering always says "yes" and mesa is in hardware acceleration mode. GLXgears runs fine with KMS off and KMS on. Same computer runs the game on Ubuntu 9.10 fine (on older drivers?) but Arch with the newest drivers can't do it.
(In reply to comment #6) > I am also affected by this. It is caused by incorrect fake texture handling in > CS checker or something. More and a possible "fix" (it just disables texture > checking) here: https://bugs.freedesktop.org/show_bug.cgi?id=25544 That's fixed. Is there still a problem here?
Yes, some time around the introduction of KMS, acceleration stopped working. I had it fine on Debian before squeeze and Ubuntu Maveric but recently upgraded to Natty and it stopped working. Starting compiz gives the old GLX_EXT_texture_pixmap not available error. It also complains about GL version 1.4+ whereas glxinfo reports version 1.4
(In reply to comment #8) > Yes, some time around the introduction of KMS, acceleration stopped working. I > had it fine on Debian before squeeze and Ubuntu Maveric but recently upgraded > to Natty and it stopped working. Starting compiz gives the old > GLX_EXT_texture_pixmap not available error. It also complains about GL version > 1.4+ whereas glxinfo reports version 1.4 Latest updates on Debian squeeze have 3D acceleration bursting into life. Kernel: 2.6.32-5-686 X server 1.7.7
(In reply to comment #9) > (In reply to comment #8) > > Yes, some time around the introduction of KMS, acceleration stopped working. I > > had it fine on Debian before squeeze and Ubuntu Maveric but recently upgraded > > to Natty and it stopped working. Starting compiz gives the old > > GLX_EXT_texture_pixmap not available error. It also complains about GL version > > 1.4+ whereas glxinfo reports version 1.4 > > Latest updates on Debian squeeze have 3D acceleration bursting into life. > Kernel: 2.6.32-5-686 > X server 1.7.7 That should have been 2D. Also, it was openGL version 1.4 whereas this card only supports 1.3 so everything is as it should be. glxgears still gives low values for FPS. Compiz now works fine. I wish /usr/lib/nux/unity_support_test -p was not such a well kept secret, it would have helped clear up a lot of misconceptions.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.