[SOLVED] install ATI driver on dual GPU notebook

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
wowdog
Posts: 2
Joined: 14. Jul 2012, 00:49

[SOLVED] install ATI driver on dual GPU notebook

Post by wowdog »

Hello,

I've followed the instructions on the Salix wiki How_to_Install_ATI_Driver page and done a lot of searching but can't get the AMD Radeon working.

HP Pavilion dv7
Salix Xfce 13.37 64-bit
lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: ATI Technologies Inc NI Seymour [AMD Radeon HD 6470M]
Built and installed the driver from the ATI web site
# aticonfig --initial

Reboot but Xorg won't start. Screen flashes a few times like it's trying, then offers to show error logs.
[ 41.927] (II) LoadModule: "fglrxdrm"
[ 41.927] (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so
[ 41.927] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[ 41.927] compiled for 1.4.99.906, module version = 8.98.2
[ 41.927] (II) AMD Proprietary Linux Driver Version Identifier:8.98.2
[ 41.927] (II) AMD Proprietary Linux Driver Release Identifier: 8.98
[ 41.927] (II) AMD Proprietary Linux Driver Build Date: Jun 11 2012 11:57:59
[ 41.927] (++) using VT number 7

[ 42.009] (WW) Falling back to old probe method for fglrx
[ 42.015] (II) Loading PCS database from /etc/ati/amdpcsdb
[ 42.015] (--) Chipset Supported AMD Graphics Processor (0x6760) found
[ 42.015] (II) fglrx: intel VGA device detected, load intel driver.
[ 42.015] (II) LoadModule: "intel"
[ 42.015] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[ 42.015] (II) Module intel: vendor="X.Org Foundation"
[ 42.015] compiled for 1.9.5, module version = 2.15.0
[ 42.015] Module class: X.Org Video Driver
[ 42.015] ABI class: X.Org Video Driver, version 8.0
[ 42.019] ukiDynamicMajor: found major device number 244
[ 42.019] ukiDynamicMajor: found major device number 244
[ 42.019] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 42.019] ukiOpenDevice: node name is /dev/ati/card0
[ 42.019] ukiOpenDevice: open result is 8, (OK)
[ 42.019] ukiOpenByBusid: ukiOpenMinor returns 8
[ 42.019] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 42.022] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[ 42.022] (II) AMD Video driver is signed
[ 42.022] (II) fglrx(0): pEnt->device->identifier=0x7fbe30
[ 42.024] (II) intel(1): pEnt->device->identifier=(nil)
[ 42.024] (EE) Screen 1 deleted because of no matching config section.
[ 42.024] (II) UnloadModule: "intel"
[ 42.024] (II) fglrx(0): === [xdl_x760_atiddxPreInit] === begin
[ 42.024] (II) fglrx(0): PowerXpress: Discrete GPU is selected.
[ 42.112] (EE) fglrx(0): PowerXpress: /usr/lib64/fglrx/switchlibGL failed with exit status 1
[ 42.112] (II) fglrx(0): PowerXpress: Diagnostic output from /usr/lib64/fglrx/switchlibGL:
library file /usr/X11R6/lib/fglrx/fglrx-libGL.so.1.2 not exist, can't switch

[ 42.112] (EE) fglrx(0): PowerXpress: Fail to switch libGL link files.
[ 42.112] (WW) fglrx(0): PreInit PowerXpress failed!
Backtrace:
[ 42.113] 0: /usr/bin/X (xorg_backtrace+0x28) [0x4a02d8]
[ 42.113] 1: /usr/bin/X (0x400000+0x60fc9) [0x460fc9]
[ 42.113] 2: /lib64/libc.so.6 (0x7f21148cd000+0x340b0) [0x7f21149010b0]
[ 42.113] 3: /usr/lib64/xorg/modules/drivers/fglrx_drv.so (xdl_x760_atiddxFreeScreen+0x72) [0x7f2112975942]
[ 42.113] 4: /usr/bin/X (xf86DeleteScreen+0x7c) [0x46bb2c]
[ 42.113] 5: /usr/bin/X (InitOutput+0x87a) [0x470b3a]
[ 42.113] 6: /usr/bin/X (0x400000+0x21e4d) [0x421e4d]
[ 42.113] 7: /lib64/libc.so.6 (__libc_start_main+0xfd) [0x7f21148ebe5d]
[ 42.113] 8: /usr/bin/X (0x400000+0x21bb9) [0x421bb9]
[ 42.113] Segmentation fault at address 0x41
[ 42.113]
Fatal server error:
[ 42.113] Caught signal 11 (Segmentation fault). Server aborting
Does it have something to do with switching between the two adapters?
wowdog
Posts: 2
Joined: 14. Jul 2012, 00:49

Re: [SOLVED] install ATI driver on dual GPU notebook

Post by wowdog »

Something must go wrong when you build the driver into a package. Maybe it's missing an instruction somewhere?

Instead I tried running it directly

Code: Select all

sh amd-driver-installer-12-6-x86.x86_64.run
and proceeded with the default options. Rebooted and xserver started up with no problem this time. ATI card seems to be working now.
User avatar
Akuna
Salix Wizard
Posts: 1038
Joined: 14. Jun 2009, 12:25

Re: [SOLVED] install ATI driver on dual GPU notebook

Post by Akuna »

Good to hear it's working. If I remember correctly, I also ran the script directly and skipped package making.
Image
What really matters is where you are going, not where you come from.
Post Reply