Author Topic: Embedded ATI Radeon 7000-M  (Read 3676 times)

joerod

  • Guru
  • ****
  • Posts: 159
    • View Profile
Embedded ATI Radeon 7000-M
« on: July 04, 2014, 07:42:00 pm »
 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

pigdog

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1105
    • View Profile
Re: Embedded ATI Radeon 7000-M
« Reply #1 on: July 04, 2014, 08:16:35 pm »
Hi,

Are you running 10.04, 12.04 or 14.04?

Cheers.

l3mce

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1084
    • View Profile
Re: Embedded ATI Radeon 7000-M
« Reply #2 on: July 04, 2014, 09:36:07 pm »
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.
I never quit... I just ping out.

joerod

  • Guru
  • ****
  • Posts: 159
    • View Profile
Re: Embedded ATI Radeon 7000-M
« Reply #3 on: July 04, 2014, 09:41:12 pm »
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]

joerod

  • Guru
  • ****
  • Posts: 159
    • View Profile
Re: Embedded ATI Radeon 7000-M
« Reply #4 on: July 06, 2014, 07:33:16 pm »
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

phenigma

  • LinuxMCE God
  • ****
  • Posts: 1758
    • View Profile
Re: Embedded ATI Radeon 7000-M
« Reply #5 on: July 18, 2014, 09:47:49 pm »
CheckVideoDriver is run from a few locations so commenting out that one instance will not solve any issues it is causing unfortunately.

J.