Summary: | R600, KMS: KDE4 freezes after several seconds | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Grzegorz Kowal <astronomo> | ||||||||||||
Component: | Driver/Radeon | Assignee: | xf86-video-ati maintainers <xorg-driver-ati> | ||||||||||||
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> | ||||||||||||
Severity: | critical | ||||||||||||||
Priority: | medium | CC: | astronomo | ||||||||||||
Version: | unspecified | ||||||||||||||
Hardware: | Other | ||||||||||||||
OS: | All | ||||||||||||||
Whiteboard: | |||||||||||||||
i915 platform: | i915 features: | ||||||||||||||
Attachments: |
|
Description
Grzegorz Kowal
2009-10-04 15:57:03 UTC
Created attachment 30053 [details]
lspci -v output
Created attachment 30054 [details]
dmesg
Created attachment 30055 [details]
xorg.conf
I also tried the following options in xorg.conf: Option "DRI" "off" Option "AccelMethod" "XAA" Option "RenderAccel" "disable" Option "EXANoComposite" "on" Option "ExaNoUploadToScreen" "on" Option "ExaNoDownloadFromScreen" "on" Option "ExaOptimizeMigration" "off" They do not help, and it looks like EXA is not completely turned off. Created attachment 30060 [details]
Xorg.0.log with EXA turned off
There is no XAA acceleration for r6xx+ chips. To disable acceleration, you need: Option "NoAccel" "TRUE" In the device section of your config. Does acceleration work ok without KMS? Thank you for quick response! The 2D acceleration works fine without KMS. With the option "NoAccel" "TRUE" and KMS on, I am getting this: Backtrace: 0: /usr/bin/X(xorg_backtrace+0x26) [0x509576] 1: /usr/bin/X(xf86SigHandler+0x39) [0x48d189] 2: /lib/libc.so.6 [0x7fd07bd54290] 3: /usr/lib/xorg/modules//libexa.so(exaGetPixmapDriverPrivate+0x17) [0x7fd07961bac7] 4: /opt/xorg/lib/xorg/modules/drivers//radeon_drv.so(radeon_set_pixmap_bo+0x16) [0x7fd079cfce96] 5: /opt/xorg/lib/xorg/modules/drivers//radeon_drv.so [0x7fd079d3aeb2] 6: /usr/bin/X [0x4b6221] 7: /usr/bin/X(main+0x254) [0x430f34] 8: /lib/libc.so.6(__libc_start_main+0xe6) [0x7fd07bd405c6] 9: /usr/bin/X [0x4304a9] Fatal server error: Caught signal 11. Server aborting If you need I can post full Xorg.0.log. Looks like forcing accel off with kms isn't currently working. I have tested once again with the kernel 2.6.32, mesa 7.7, master branch of xf86-video-radeon, xorg-server 1.7.4. Seems to work fine now with EXA and KDE 3D effects. |
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.