[367245]: X crash for AMD PowerXpress™*A+I High-Performance mode on Ubuntu 12.10
Not helpful. What crash? With what software versions is it supposed to work?
I tried it with an AMD Enduro notebook. "Downgraded" to all the stable versions, X.Org X Server 1.13.1, mesa 9.0.1 and xf86-video-intel 2.20.18.
Didn't work. X start looks ok, until…
Code:
[ 749.149] (EE) fglrx(0): Map intel primary surface to user space failed!
[ 749.149]
Fatal server error:
[ 749.149] AddScreen/ScreenInit failed for driver 0
Any plans to make it work on current stable versions?
Edit:
1. Downgraded to xf86-video-intel 2.20.2, and X.org 1.12, no difference.
2. Added
Code:
Option "Ignore" "true"
to the Monitor section in the pxp amd xorg.conf. Difference!
Code:
[ 2496.156] (II) fglrx(0): Output LVDS1 using monitor section aticonfig-Monitor[0]-0
[ 2496.156] (**) fglrx(0): Option "Ignore" "true"
[ 2496.228] (II) fglrx(0): Output VGA1 using monitor section aticonfig-Monitor[0]-0
[ 2496.300] (II) fglrx(0): Output HDMI1 using monitor section aticonfig-Monitor[0]-0
[ 2496.343] (II) fglrx(0): Output DP1 using monitor section aticonfig-Monitor[0]-0
[ 2496.344] (II) fglrx(0): Output HDMI2 using monitor section aticonfig-Monitor[0]-0
[ 2496.356] (II) fglrx(0): Output HDMI3 using monitor section aticonfig-Monitor[0]-0
[ 2496.396] (II) fglrx(0): Output DP2 using monitor section aticonfig-Monitor[0]-0
[ 2496.436] (II) fglrx(0): Output DP3 using monitor section aticonfig-Monitor[0]-0
[ 2496.436] (WW) fglrx(0): No outputs definitely connected, trying again...
[ 2496.436] (WW) fglrx(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
[ 2496.436] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 2496.436] (II) fglrx(0): Kernel page flipping support detected, enabling
[ 2496.436] (EE) fglrx(0): No modes.
[ 2496.436] (WW) fglrx(0): PreInit PowerXpress failed!(EE)
[ 2496.436] (EE) Backtrace:
[ 2496.436] (EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x58a426]
[ 2496.436] (EE) 1: /usr/bin/X (0x400000+0x18e279) [0x58e279]
[ 2496.437] (EE) 2: /usr/lib/libpthread.so.0 (0x7fabdbc24000+0xf1e0) [0x7fabdbc331e0]
[ 2496.437] (EE) 3: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs113_atiddxFreeScreen+0xd4) [0x7fabd8e32114]
[ 2496.437] (EE) 4: /usr/bin/X (xf86DeleteScreen+0x84) [0x480c74]
[ 2496.437] (EE) 5: /usr/bin/X (InitOutput+0xc4e) [0x47a0fe]
[ 2496.437] (EE) 6: /usr/bin/X (0x400000+0x26786) [0x426786]
[ 2496.437] (EE) 7: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7fabda8a8a15]
[ 2496.437] (EE) 8: /usr/bin/X (0x400000+0x26cad) [0x426cad]
[ 2496.437] (EE)
[ 2496.437] (EE) Segmentation fault at address 0x38
[ 2496.437]
Fatal server error:
[ 2496.437] Caught signal 11 (Segmentation fault). Server aborting
Is there any documentation on what configuration is supposed to work?