I have a poweredge 2850 with an Embedded ATI Radeon 7000-M
AVWizard is not running :(
/usr/bin/aticonfig: No supported adapters detected
any ideas on what I could do to get it to work?
apparently it defaults to: radeon
and kde looks great with that driver
but orbiter is acting funny
Hi,
Are you running 10.04, 12.04 or 14.04?
Cheers.
lspci -nn | grep VGA as well.
I have a lot of work to do on Radeon.
For now, install the latest driver from AMD and hash out CheckVideoDriver in /etc/init.d/a0start_avwizard
I don't think this will work. I think something in avwiz will try and run the check that is installing the wrong driver too... but am not positive. Will need to look. Worth a shot though.
Running 10.04
# lspci -nn | grep VGA
0b:0d.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RV100 [Radeon 7000 / Radeon VE] [1002:5159]
I commented out CheckVideoDriver in /etc/init.d/a0start_avwizard and verified that the ati drivers are installed.
Now when I run the avwizard the end of the log says:
dlopen: /usr/lib/xorg/modules/drivers/viaprop_drv.so: file too short
(EE) Failed to load /usr/lib/xorg/modules/drivers/viaprop_drv.so
(EE) Failed to load module "viaprop" (loader failed, 7)
(EE) Can't load FireGL DRM library (libfglrxdrm.so).
FATAL: Error inserting fglrx (/lib/modules/2.6.32-45-generic-pae/updates/dkms/fglrx.ko): No such device
Backtrace:
0: /usr/bin/Xorg (xorg_backtrace+0x3b) [0x80eaafb]
1: /usr/bin/Xorg (0x8048000+0x610fd) [0x80a90fd]
2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb777f410]
3: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_x750_atiddxProbe+0x1f0) [0xb66eb6e0]
4: /usr/lib/xorg/modules/drivers/fglrx_drv.so (atiddxProbe+0x29) [0xb66648e9]
5: /usr/bin/Xorg (xf86CallDriverProbe+0x182) [0x80b06b2]
6: /usr/bin/Xorg (DoConfigure+0x1c8) [0x8163868]
7: /usr/bin/Xorg (InitOutput+0x1da) [0x80b1c8a]
8: /usr/bin/Xorg (0x8048000+0x1ebbb) [0x8066bbb]
9: /lib/tls/i686/cmov/libc.so.6 (__libc_start_main+0xe6) [0xb74abbf6]
10: /usr/bin/Xorg (0x8048000+0x1e961) [0x8066961]
Segmentation fault at address (nil)
Caught signal 11 (Segmentation fault). Server aborting
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
ddxSigGiveUp: Closing log
+ VerifyExitCode 'Running /usr/bin/Xorg -configure failed!'
+ local EXITCODE=1
+ '[' 1 '!=' 0 ']'
+ echo 'An error (Exit code 1) occured during the last action'
An error (Exit code 1) occured during the last action
+ echo 'Running /usr/bin/Xorg -configure failed!'
Running /usr/bin/Xorg -configure failed!
+ exit 1
+ StatsMessage Exiting
++ date
CheckVideoDriver is run from a few locations so commenting out that one instance will not solve any issues it is causing unfortunately.
J.