Bug 35363 - ATI X700 Mobility : 3D Accelleration Not Working
Summary: ATI X700 Mobility : 3D Accelleration Not Working
Status: RESOLVED WORKSFORME
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: medium major
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-16 10:54 UTC by Giulio
Modified: 2011-03-29 13:13 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
xorg log (70.83 KB, text/plain)
2011-03-16 12:02 UTC, Giulio
no flags Details
glxinfo (15.12 KB, text/plain)
2011-03-16 12:03 UTC, Giulio
no flags Details
dmesg (48.03 KB, text/plain)
2011-03-16 12:03 UTC, Giulio
no flags Details
dmesg update (51.24 KB, text/plain)
2011-03-17 02:27 UTC, Giulio
no flags Details
xorg log update (39.08 KB, text/plain)
2011-03-17 05:11 UTC, Giulio
no flags Details
glxinfo update (20.00 KB, text/plain)
2011-03-17 05:11 UTC, Giulio
no flags Details
xorg log update 2 (39.08 KB, text/plain)
2011-03-17 05:59 UTC, Giulio
no flags Details
glxinfo update 2 (23.80 KB, text/plain)
2011-03-17 05:59 UTC, Giulio
no flags Details
LIBGL_DEBUG=1 glxgears (652 bytes, text/plain)
2011-03-20 02:23 UTC, Giulio
no flags Details

Description Giulio 2011-03-16 10:54:20 UTC
All seem to be perfect , but 3D accelleration does not work! After a fresh install of ubuntu it didin't work so i try to update the driver to 6.14 version by addind a ppa but anything changed. Next i find another ppa with git version of the driver and with this version it worked for a few days. With next update of the driver 3D Accelleration does not work again!Currently i am running latest git version of the driver. 


These are few information about my system :


Gathering information about your system...

 Distribution:          Ubuntu 10.10
 Desktop environment:   GNOME
 Graphics chip:         ATI Technologies Inc M26 [Radeon Mobility X700 XL (PCIE)]
 Driver in use:         radeon
 Rendering method:      AIGLX

Checking if it's possible to run Compiz on your system...

 Checking for texture_from_pixmap...               [ OK ]
 Checking for non power of two support...          [ OK ]
 Checking for composite extension...               [ OK ]
 Checking for FBConfig...                          [ OK ]
 Checking for hardware/setup problems...           [ OK ]



giulio@Packardo:~/Scaricati$ glxinfo | grep rendering
direct rendering: Yes
Comment 1 Alex Deucher 2011-03-16 11:04:14 UTC
Please attach you xorg log, dmesg output, and glxinfo output.
Comment 2 Giulio 2011-03-16 12:02:41 UTC
Created attachment 44514 [details]
xorg log
Comment 3 Giulio 2011-03-16 12:03:20 UTC
Created attachment 44515 [details]
glxinfo
Comment 4 Giulio 2011-03-16 12:03:43 UTC
Created attachment 44516 [details]
dmesg
Comment 5 Michel Dänzer 2011-03-17 01:56:36 UTC
You're disabling KMS with radeon.modeset=0, but the 3D driver (probably r300g) doesn't support UMS. Either leave KMS enabled or try the classic r300 driver. (I thought the latest Ubuntu packages were supposed to fall back to that automatically in this case, but obviously that's not the case with the ones you're using)
Comment 6 Giulio 2011-03-17 02:27:19 UTC
Created attachment 44534 [details]
dmesg update
Comment 7 Giulio 2011-03-17 02:29:25 UTC
I enabled kms ,as you can see by watching the new dmseg attachment, but it still not working!
Comment 8 Michel Dänzer 2011-03-17 03:02:50 UTC
(In reply to comment #7)
> I enabled kms ,as you can see by watching the new dmseg attachment, but it
> still not working!

Please also attach the corresponding Xorg.0.log file (and maybe the glxinfo output as well just in case).

P.S. Please set MIME type text/plain for plain text attachments.
Comment 9 Giulio 2011-03-17 05:11:21 UTC
Created attachment 44540 [details]
xorg log update
Comment 10 Giulio 2011-03-17 05:11:49 UTC
Created attachment 44541 [details]
glxinfo update
Comment 11 Michel Dänzer 2011-03-17 05:20:30 UTC
The log file shows that 3D acceleration is initialized, but glxinfo looks like it's from the standalone software rasterizer libGL. Make sure that the libgl1-mesa-dri and libgl1-mesa-glx packages are installed, but not the libgl1-mesa-swx11 one.
Comment 12 Giulio 2011-03-17 05:58:37 UTC
libgl1-mesa-swx11 was installed. I removed it and  i installed mesa-dri and mesa-glx. Something changed. When i try to enable desktop effects my screen blocks instead of saying " it's impossible to enable desktop effects"
Comment 13 Giulio 2011-03-17 05:59:07 UTC
Created attachment 44542 [details]
xorg log update 2
Comment 14 Giulio 2011-03-17 05:59:41 UTC
Created attachment 44543 [details]
glxinfo update 2
Comment 15 Giulio 2011-03-19 04:17:17 UTC
any ideas??
Comment 16 Alex Deucher 2011-03-19 10:36:57 UTC
Your last xorg log and glxinfo outputs look fine.  Do other 3D apps (glxgears, openarena, etc.) run ok?  What do you mean by "my screen blocks"?  Sounds like it might be a compiz configuration issue.
Comment 17 Giulio 2011-03-19 11:20:42 UTC
glxgears don't work.... i don't think it's a compiz problem because also kwin fails to start desktop effects...with "my screen blocks" i mean that all menubars and windows disappear ,only desktop wallpaper and  mouse cursor remain visible.
Comment 18 Alex Deucher 2011-03-19 11:50:36 UTC
Can you attach the output of "LIBGL_DEBUG=1 glxgears"?
Comment 19 Giulio 2011-03-20 02:23:31 UTC
Created attachment 44630 [details]
LIBGL_DEBUG=1 glxgears

it seems to be not very good!
Comment 20 Alex Deucher 2011-03-20 09:10:20 UTC
(In reply to comment #19)
> Created an attachment (id=44630) [details]
> LIBGL_DEBUG=1 glxgears
> 
> it seems to be not very good!

Looks fine to me.  What does "glxgears don't work" mean?  Corrupt display?  blank window?
Comment 21 Giulio 2011-03-20 11:05:13 UTC
it means black window! i tried also openarena (as you suggested) and i get black screen. I tried also a ubuntu live cd that uses different version of xorg ati driver and mesa , the result it's the same black screen!
Comment 22 Giulio 2011-03-21 11:03:02 UTC
I don't know if this page is yet updated but here(http://www.xfree86.org/current/radeon.4.html) i found my video cards is only 2D supported .

The answer is why it worked for a few days with git versione of the driver?
Comment 23 Alex Deucher 2011-03-21 11:10:39 UTC
(In reply to comment #22)
> I don't know if this page is yet updated but
> here(http://www.xfree86.org/current/radeon.4.html) i found my video cards is
> only 2D supported .
> 
> The answer is why it worked for a few days with git versione of the driver?

That page is out of date.  3D works fine on your chip.  You seem to have some local configuration problem.
Comment 24 Giulio 2011-03-21 12:05:41 UTC
what i have to search for?
Comment 25 Alan Coopersmith 2011-03-21 12:49:15 UTC
(In reply to comment #22)
> I don't know if this page is yet updated but
> here(http://www.xfree86.org/current/radeon.4.html) i found my video cards is
> only 2D supported .

Any page on xfree86.org is guaranteed to be years out of date.
Comment 26 Alex Deucher 2011-03-21 13:10:49 UTC
It should work out of the box on any recent Linux distro (Fedora, Ubuntu, OpenSuse, etc.).  Something seems to have gotten broken on your system.
Comment 27 Giulio 2011-03-21 13:25:01 UTC
i tried opensuse ,ubuntu 10.10 and ubuntu 10.04(alpha 3) : same problem
Comment 28 Giulio 2011-03-21 14:07:23 UTC
just tried fedora 14: nothing changed
Comment 29 Giulio 2011-03-29 13:13:36 UTC
I finally make my ati work!!! I reinstalled xorg mesa and dri packages , and then i disabled kms. Now all is ok! 3D effects and also suspend and hibernate.


I don't know the problem is dealing with ati driver or kms package.Thank you for your replies that help me a lot resolving the problem.


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.