Setting up AMD Radeon 7970 as opencl device with intel igpu connected to monitor in ubuntu 12.04 [closed]-Collection of common programming errors
Chevydevil
I am trying to set up an ubuntu 12.04 system configured as follows: 1. The Intel IGPU of my I7 3770 is connected to a monitor and does the desktop rendering 2. The AMD Radeon 7970 works as compute device for OpenCL with AMD APP SDK 2.8 and is not connected to anything
I am using the catalyst 13.1 driver. clinfo only shows me the Intel CPU. Can anyone tell how to set up the fglrx driver correctly? I believe there are some adjustments to do in the xorg.conf and the display manager. But setting up two screens in the xorg.conf just crashes the Xorg server on startup. Here is this config:
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "myscreen" 0 0
Screen 1 "aticonfig" RightOf "myscreen"
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "Enabled" "false"
EndSection
Section "Monitor"
Identifier "Default Monitor"
Option "VendorName" "Monitor Vendor"
Option "ModelName" "Monitor Name"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "Intel Integrated Graphics"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "aticonfig"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "myscreen"
Device "Intel Integrated Graphics"
Monitor "Default Monitor"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
And here the corresponding Xorg.0.log:
[ 2.134]
X.Org X Server 1.11.3
Release Date: 2011-12-16
[ 2.134] X Protocol Version 11, Revision 0
[ 2.134] Build Operating System: Linux 2.6.42-34-generic x86_64 Ubuntu
[ 2.134] Current Operating System: Linux ben-work 3.6.0-030600-generic #201209302035 SMP Mon Oct 1 00:36:01 UTC 2012 x86_64
[ 2.134] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.6.0-030600-generic root=UUID=106f40b1-8607-4756-a75b-ece85d706512 ro quiet splash vt.handoff=7
[ 2.134] Build Date: 17 January 2013 06:14:10AM
[ 2.134] xorg-server 2:1.11.4-0ubuntu10.11 (For technical support please see http://www.ubuntu.com/support)
[ 2.134] Current version of pixman: 0.24.4
[ 2.134] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 2.134] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 2.134] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb 22 15:48:48 2013
[ 2.135] (==) Using config file: "/etc/X11/xorg.conf"
[ 2.135] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 2.136] (==) ServerLayout "aticonfig Layout"
[ 2.136] (**) |-->Screen "myscreen" (0)
[ 2.136] (**) | |-->Monitor "Default Monitor"
[ 2.137] (**) | |-->Device "Intel Integrated Graphics"
[ 2.137] (**) |-->Screen "aticonfig" (1)
[ 2.137] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
[ 2.137] (**) | |-->Device "aticonfig-Device[0]-0"
[ 2.137] (==) Automatically adding devices
[ 2.137] (==) Automatically enabling devices
[ 2.140] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 2.140] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 2.140] (II) Loader magic: 0x7fd630346b00
[ 2.140] (II) Module ABI versions:
[ 2.140] X.Org ANSI C Emulation: 0.4
[ 2.140] X.Org Video Driver: 11.0
[ 2.140] X.Org XInput driver : 16.0
[ 2.140] X.Org Server Extension : 6.0
[ 2.140] (--) PCI:*(0:0:2:0) 8086:0162:1043:84ca rev 9, Mem @ 0xf7800000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[ 2.141] (--) PCI: (0:1:0:0) 1002:6798:1787:3000 rev 0, Mem @ 0xe0000000/268435456, 0xf7e00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[ 2.141] (II) Open ACPI successful (/var/run/acpid.socket)
[ 2.141] (II) "extmod" will be loaded by default.
[ 2.141] (II) "dbe" will be loaded by default.
[ 2.141] (II) "glx" will be loaded by default.
[ 2.141] (II) "record" will be loaded by default.
[ 2.141] (II) "dri" will be loaded by default.
[ 2.141] (II) "dri2" will be loaded by default.
[ 2.141] (II) LoadModule: "extmod"
[ 2.149] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 2.150] (II) Module extmod: vendor="X.Org Foundation"
[ 2.150] compiled for 1.11.3, module version = 1.0.0
[ 2.150] Module class: X.Org Server Extension
[ 2.150] ABI class: X.Org Server Extension, version 6.0
[ 2.150] (II) Loading extension MIT-SCREEN-SAVER
[ 2.150] (II) Loading extension XFree86-VidModeExtension
[ 2.150] (II) Loading extension XFree86-DGA
[ 2.150] (II) Loading extension DPMS
[ 2.150] (II) Loading extension XVideo
[ 2.150] (II) Loading extension XVideo-MotionCompensation
[ 2.150] (II) Loading extension X-Resource
[ 2.150] (II) LoadModule: "dbe"
[ 2.150] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 2.151] (II) Module dbe: vendor="X.Org Foundation"
[ 2.151] compiled for 1.11.3, module version = 1.0.0
[ 2.151] Module class: X.Org Server Extension
[ 2.151] ABI class: X.Org Server Extension, version 6.0
[ 2.151] (II) Loading extension DOUBLE-BUFFER
[ 2.151] (II) LoadModule: "glx"
[ 2.151] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/extensions/libglx.so
[ 2.153] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[ 2.153] compiled for 6.9.0, module version = 1.0.0
[ 2.154] (II) Loading extension GLX
[ 2.154] (II) LoadModule: "record"
[ 2.154] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 2.154] (II) Module record: vendor="X.Org Foundation"
[ 2.154] compiled for 1.11.3, module version = 1.13.0
[ 2.154] Module class: X.Org Server Extension
[ 2.154] ABI class: X.Org Server Extension, version 6.0
[ 2.154] (II) Loading extension RECORD
[ 2.154] (II) LoadModule: "dri"
[ 2.154] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 2.156] (II) Module dri: vendor="X.Org Foundation"
[ 2.156] compiled for 1.11.3, module version = 1.0.0
[ 2.156] ABI class: X.Org Server Extension, version 6.0
[ 2.156] (II) Loading extension XFree86-DRI
[ 2.156] (II) LoadModule: "dri2"
[ 2.156] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 2.157] (II) Module dri2: vendor="X.Org Foundation"
[ 2.157] compiled for 1.11.3, module version = 1.2.0
[ 2.157] ABI class: X.Org Server Extension, version 6.0
[ 2.157] (II) Loading extension DRI2
[ 2.157] (II) LoadModule: "intel"
[ 2.157] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 2.159] (II) Module intel: vendor="X.Org Foundation"
[ 2.159] compiled for 1.11.3, module version = 2.17.0
[ 2.159] Module class: X.Org Video Driver
[ 2.159] ABI class: X.Org Video Driver, version 11.0
[ 2.159] (II) LoadModule: "fglrx"
[ 2.159] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/drivers/fglrx_drv.so
[ 2.183] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[ 2.183] compiled for 1.4.99.906, module version = 9.0.2
[ 2.183] Module class: X.Org Video Driver
[ 2.183] (II) Loading sub module "fglrxdrm"
[ 2.183] (II) LoadModule: "fglrxdrm"
[ 2.183] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/linux/libfglrxdrm.so
[ 2.185] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[ 2.185] compiled for 1.4.99.906, module version = 9.0.2
[ 2.185] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
Ivybridge Server (GT2)
[ 2.186] (II) AMD Proprietary Linux Driver Version Identifier:9.00.2
[ 2.186] (II) AMD Proprietary Linux Driver Release Identifier: 9.002
[ 2.186] (II) AMD Proprietary Linux Driver Build Date: Sep 28 2012 15:32:36
[ 2.186] (++) using VT number 7
[ 2.186] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 2.186] (WW) Falling back to old probe method for fglrx
[ 2.192] (II) intel(0): Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
[ 2.194] ukiDynamicMajor: found major device number 251
[ 2.194] ukiDynamicMajor: found major device number 251
[ 2.194] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 2.194] ukiOpenDevice: node name is /dev/ati/card0
[ 2.194] ukiOpenDevice: open result is 8, (OK)
[ 2.558] ukiOpenByBusid: ukiOpenMinor returns 8
[ 2.558] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 2.560] (--) Chipset Supported AMD Graphics Processor (0x6798) found
[ 2.561] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[ 2.561] (II) intel(0): fglrx: intel VGA device detected, load intel driver.
[ 2.561] (II) LoadModule: "intel"
[ 2.561] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 2.561] (II) Module intel: vendor="X.Org Foundation"
[ 2.561] compiled for 1.11.3, module version = 2.17.0
[ 2.561] Module class: X.Org Video Driver
[ 2.561] ABI class: X.Org Video Driver, version 11.0
[ 2.561] (II) UnloadModule: "intel"
[ 2.561] (II) Unloading intel
[ 2.561] (II) Failed to load module "intel" (already loaded, 0)
[ 2.561] (WW) intel(0): fglrx: Fail to load intel driver!
[ 2.561] (II) intel(0): AMD Video driver is running on a device belonging to a group targeted for this release
[ 2.561] (II) intel(0): AMD Video driver is signed
[ 2.562] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/drivers/fglrx_drv.so
[ 2.562] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/linux/libfglrxdrm.so
[ 2.562] (II) intel(0): pEnt->device->identifier=0x7fd632321e20
[ 2.562] drmOpenDevice: node name is /dev/dri/card0
[ 2.562] drmOpenDevice: open result is 11, (OK)
[ 2.562] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 2.562] drmOpenDevice: node name is /dev/dri/card0
[ 2.562] drmOpenDevice: open result is 11, (OK)
[ 2.562] drmOpenByBusid: drmOpenMinor returns 11
[ 2.562] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 2.562] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[ 2.562] (==) intel(0): RGB weight 888
[ 2.562] (==) intel(0): Default visual is TrueColor
[ 2.562] (II) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Desktop (GT2)
[ 2.562] (--) intel(0): Chipset: "Ivybridge Desktop (GT2)"
[ 2.562] (**) intel(0): Relaxed fencing enabled
[ 2.562] (**) intel(0): Wait on SwapBuffers? enabled
[ 2.562] (**) intel(0): Triple buffering? enabled
[ 2.562] (**) intel(0): Framebuffer tiled
[ 2.562] (**) intel(0): Pixmaps tiled
[ 2.562] (**) intel(0): 3D buffers tiled
[ 2.562] (**) intel(0): SwapBuffers wait enabled
[ 2.562] (==) intel(0): video overlay key set to 0x101fe
[ 2.576] (II) intel(0): Output VGA1 using monitor section Default Monitor
[ 2.577] (II) intel(0): Output HDMI1 has no monitor section
[ 2.686] (II) intel(0): Output DP1 has no monitor section
[ 2.700] (II) intel(0): Output HDMI2 has no monitor section
[ 2.716] (II) intel(0): Output HDMI3 has no monitor section
[ 2.764] (II) intel(0): Output DP2 has no monitor section
[ 2.812] (II) intel(0): Output DP3 has no monitor section
[ 2.828] (II) intel(0): EDID for output VGA1
[ 2.829] (II) intel(0): EDID for output HDMI1
[ 2.938] (II) intel(0): EDID for output DP1
[ 2.938] (II) intel(0): Manufacturer: DEL Model: 4080 Serial#: 1094072652
[ 2.938] (II) intel(0): Year: 2012 Week: 35
[ 2.938] (II) intel(0): EDID Version: 1.4
[ 2.938] (II) intel(0): Digital Display Input
[ 2.938] (II) intel(0): 8 bits per channel
[ 2.938] (II) intel(0): Digital interface is DisplayPort
[ 2.938] (II) intel(0): Max Image Size [cm]: horiz.: 60 vert.: 34
[ 2.938] (II) intel(0): Gamma: 2.20
[ 2.938] (II) intel(0): DPMS capabilities: Off
[ 2.938] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[ 2.938] (II) intel(0): First detailed timing is preferred mode
[ 2.938] (II) intel(0): Preferred mode is native pixel format and refresh rate
[ 2.938] (II) intel(0): redX: 0.653 redY: 0.336 greenX: 0.295 greenY: 0.640
[ 2.938] (II) intel(0): blueX: 0.146 blueY: 0.042 whiteX: 0.313 whiteY: 0.329
[ 2.938] (II) intel(0): Supported established timings:
[ 2.938] (II) intel(0): 720x400@70Hz
[ 2.938] (II) intel(0): 640x480@60Hz
[ 2.938] (II) intel(0): 640x480@75Hz
[ 2.938] (II) intel(0): 800x600@60Hz
[ 2.938] (II) intel(0): 800x600@75Hz
[ 2.938] (II) intel(0): 1024x768@60Hz
[ 2.938] (II) intel(0): 1024x768@75Hz
[ 2.938] (II) intel(0): 1280x1024@75Hz
[ 2.938] (II) intel(0): Manufacturer's mask: 0
[ 2.938] (II) intel(0): Supported standard timings:
[ 2.938] (II) intel(0): #0: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 2.938] (II) intel(0): #1: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 2.938] (II) intel(0): #2: hsize: 1920 vsize 1200 refresh: 60 vid: 209
[ 2.938] (II) intel(0): #3: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 2.938] (II) intel(0): #4: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 2.938] (II) intel(0): #5: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 2.938] (II) intel(0): Supported detailed timing:
[ 2.938] (II) intel(0): clock: 241.5 MHz Image Size: 597 x 336 mm
[ 2.938] (II) intel(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
[ 2.938] (II) intel(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
[ 2.938] (II) intel(0): Serial No: GK0KD28VA69L
[ 2.938] (II) intel(0): Monitor name: DELL U2713HM
[ 2.938] (II) intel(0): Ranges: V min: 49 V max: 86 Hz, H min: 29 H max: 113 kHz, PixClock max 305 MHz
[ 2.938] (II) intel(0): Supported detailed timing:
[ 2.938] (II) intel(0): clock: 148.5 MHz Image Size: 597 x 336 mm
[ 2.938] (II) intel(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 2.938] (II) intel(0): v_active: 1080 v_sync: 1082 v_sync_end 1087 v_blanking: 1125 v_border: 0
[ 2.938] (II) intel(0): Supported detailed timing:
[ 2.938] (II) intel(0): clock: 74.2 MHz Image Size: 597 x 336 mm
[ 2.938] (II) intel(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 2.939] (II) intel(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 2.939] (II) intel(0): Supported detailed timing:
[ 2.939] (II) intel(0): clock: 74.2 MHz Image Size: 597 x 336 mm
[ 2.939] (II) intel(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 2.939] (II) intel(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 2.939] (II) intel(0): Supported detailed timing:
[ 2.939] (II) intel(0): clock: 27.0 MHz Image Size: 597 x 336 mm
[ 2.939] (II) intel(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 2.939] (II) intel(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 2.939] (II) intel(0): Number of EDID sections to follow: 1
[ 2.939] (II) intel(0): EDID (in hex):
[ 2.939] (II) intel(0): 00ffffffffffff0010ac80404c393641
[ 2.939] (II) intel(0): 23160104a53c22783a4bb5a7564ba325
[ 2.939] (II) intel(0): 0a5054a54b008100b300d100714fa940
[ 2.939] (II) intel(0): 818001010101565e00a0a0a029503020
[ 2.939] (II) intel(0): 350055502100001a000000ff00474b30
[ 2.939] (II) intel(0): 4b443238564136394c0a000000fc0044
[ 2.939] (II) intel(0): 454c4c205532373133484d0a000000fd
[ 2.939] (II) intel(0): 0031561d711e010a20202020202001b8
[ 2.939] (II) intel(0): 02031df1509005040302071601061112
[ 2.939] (II) intel(0): 1513141f2023097f0783010000023a80
[ 2.939] (II) intel(0): 1871382d40582c250055502100001e01
[ 2.939] (II) intel(0): 1d8018711c1620582c25005550210000
[ 2.939] (II) intel(0): 9e011d007251d01e206e285500555021
[ 2.939] (II) intel(0): 00001e8c0ad08a20e02d10103e960055
[ 2.939] (II) intel(0): 50210000180000000000000000000000
[ 2.939] (II) intel(0): 0000000000000000000000000000005d
[ 2.939] (II) intel(0): Printing probed modes for output DP1
[ 2.939] (II) intel(0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz)
[ 2.939] (II) intel(0): Modeline "1920x1440"x75.0 297.00 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync (112.5 kHz)
[ 2.939] (II) intel(0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz)
[ 2.939] (II) intel(0): Modeline "1856x1392"x75.0 288.00 1856 1984 2208 2560 1392 1395 1399 1500 -hsync +vsync (112.5 kHz)
[ 2.939] (II) intel(0): Modeline "1856x1392"x60.0 218.25 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.3 kHz)
[ 2.939] (II) intel(0): Modeline "1792x1344"x75.0 261.00 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync (106.3 kHz)
[ 2.939] (II) intel(0): Modeline "1792x1344"x60.0 204.75 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.6 kHz)
[ 2.939] (II) intel(0): Modeline "1920x1200"x84.9 281.25 1920 2064 2272 2624 1200 1203 1209 1262 -hsync +vsync (107.2 kHz)
[ 2.939] (II) intel(0): Modeline "1920x1200"x74.9 245.25 1920 2056 2264 2608 1200 1203 1209 1255 -hsync +vsync (94.0 kHz)
[ 2.939] (II) intel(0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz)
[ 2.939] (II) intel(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz)
[ 2.939] (II) intel(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[ 2.939] (II) intel(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1082 1087 1125 +hsync +vsync (67.5 kHz)
[ 2.939] (II) intel(0): Modeline "1920x1080"x24.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz)
[ 2.939] (II) intel(0): Modeline "1920x1080"x50.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz)
[ 2.939] (II) intel(0): Modeline "1920x1080"x60.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz)
[ 2.952] (II) intel(0): EDID for output HDMI2
[ 2.968] (II) intel(0): EDID for output HDMI3
[ 3.016] (II) intel(0): EDID for output DP2
[ 3.064] (II) intel(0): EDID for output DP3
[ 3.064] (II) intel(0): Output VGA1 disconnected
[ 3.064] (II) intel(0): Output HDMI1 disconnected
[ 3.064] (II) intel(0): Output DP1 connected
[ 3.064] (II) intel(0): Output HDMI2 disconnected
[ 3.064] (II) intel(0): Output HDMI3 disconnected
[ 3.064] (II) intel(0): Output DP2 disconnected
[ 3.064] (II) intel(0): Output DP3 disconnected
[ 3.064] (II) intel(0): Using exact sizes for initial modes
[ 3.064] (II) intel(0): Output DP1 using initial mode 2560x1440
[ 3.064] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 3.064] (II) intel(0): Kernel page flipping support detected, enabling
[ 3.064] (==) intel(0): DPI set to (96, 96)
[ 3.064] (II) Loading sub module "fb"
[ 3.064] (II) LoadModule: "fb"
[ 3.064] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 3.065] (II) Module fb: vendor="X.Org Foundation"
[ 3.065] compiled for 1.11.3, module version = 1.0.0
[ 3.065] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3.065] (II) Loading sub module "dri2"
[ 3.065] (II) LoadModule: "dri2"
[ 3.065] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 3.065] (II) Module dri2: vendor="X.Org Foundation"
[ 3.065] compiled for 1.11.3, module version = 1.2.0
[ 3.065] ABI class: X.Org Server Extension, version 6.0
[ 3.065] (II) fglrx(1): === [xdl_xs111_atiddxPreInit] === begin
[ 3.065] (**) fglrx(1): Depth 24, (--) framebuffer bpp 32
[ 3.065] (II) fglrx(1): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 3.065] (==) fglrx(1): Default visual is TrueColor
[ 3.065] (**) fglrx(1): Option "DPMS" "true"
[ 3.065] (==) fglrx(1): RGB weight 888
[ 3.065] (II) fglrx(1): Using 8 bits per RGB
[ 3.065] (==) fglrx(1): Buffer Tiling is ON
[ 3.065] (II) Loading sub module "fglrxdrm"
[ 3.065] (II) LoadModule: "fglrxdrm"
[ 3.065] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/linux/libfglrxdrm.so
[ 3.065] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[ 3.065] compiled for 1.4.99.906, module version = 9.0.2
[ 3.066] ukiDynamicMajor: found major device number 251
[ 3.066] ukiDynamicMajor: found major device number 251
[ 3.066] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 3.066] ukiOpenDevice: node name is /dev/ati/card0
[ 3.066] ukiOpenDevice: open result is 12, (OK)
[ 3.066] ukiOpenByBusid: ukiOpenMinor returns 12
[ 3.066] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 3.066] (**) fglrx(1): NoAccel = NO
[ 3.066] (**) fglrx(1): AMD 2D Acceleration Architecture enabled
[ 3.066] (--) fglrx(1): Chipset: "AMD Radeon HD 7900 Series " (Chipset = 0x6798)
[ 3.066] (--) fglrx(1): (PciSubVendor = 0x1787, PciSubDevice = 0x3000)
[ 3.066] (==) fglrx(1): board vendor info: third party graphics adapter - NOT original AMD
[ 3.066] (--) fglrx(1): Linear framebuffer (phys) at 0xe0000000
[ 3.066] (--) fglrx(1): MMIO registers at 0xf7e00000
[ 3.066] (--) fglrx(1): I/O port at 0x0000e000
[ 3.066] (==) fglrx(1): ROM-BIOS at 0x000c0000
[ 3.067] (II) intel(0): AC Adapter is used
[ 3.068] (II) intel(0): AMD Video BIOS revision 9 or later detected
[ 3.068] (--) fglrx(1): Video RAM: 3145728 kByte, Type: GDDR5
[ 3.068] (II) fglrx(1): PCIE card detected
[ 3.068] (--) fglrx(1): Using per-process page tables (PPPT) as GART.
[ 3.068] (WW) fglrx(1): board is an unknown third party board, chipset is supported
[ 3.072] (II) intel(0): [FB] MC range(MCFBBase = 0xf400000000, MCFBSize = 0xc0000000)
[ 3.072] (II) fglrx(1): RandR 1.2 support is enabled!
[ 3.072] (II) fglrx(1): RandR 1.2 rotation support is enabled!
[ 3.072] (==) fglrx(1): Center Mode is disabled
[ 3.072] (II) Loading sub module "fb"
[ 3.072] (II) LoadModule: "fb"
[ 3.072] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 3.072] (II) Module fb: vendor="X.Org Foundation"
[ 3.072] compiled for 1.11.3, module version = 1.0.0
[ 3.072] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3.072] (II) Loading sub module "ddc"
[ 3.072] (II) LoadModule: "ddc"
[ 3.072] (II) Module "ddc" already built-in
[ 3.157]
Backtrace:
[ 3.158] 0: /usr/bin/X (xorg_backtrace+0x26) [0x7fd6300dc886]
[ 3.158] 1: /usr/bin/X (0x7fd62ff54000+0x18c72a) [0x7fd6300e072a]
[ 3.158] 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7fd62f27a000+0xfcb0) [0x7fd62f289cb0]
[ 3.158] 3: /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/drivers/fglrx_drv.so (xdl_xs111_atiddxPxDisplayPreInit+0xe8) [0x7fd62b82d2d8]
[ 3.158] 4: /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/drivers/fglrx_drv.so (xdl_xs111_atiddxPreInit+0x9d1) [0x7fd62b808061]
[ 3.158] 5: /usr/bin/X (InitOutput+0x9b8) [0x7fd62ffe30e8]
[ 3.158] 6: /usr/bin/X (0x7fd62ff54000+0x3d5ed) [0x7fd62ff915ed]
[ 3.158] 7: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xed) [0x7fd62e10b76d]
[ 3.158] 8: /usr/bin/X (0x7fd62ff54000+0x3daad) [0x7fd62ff91aad]
[ 3.158] Segmentation fault at address 0x68
[ 3.158]
Caught signal 11 (Segmentation fault). Server aborting
Can anyone help me with that? Edit: When I attach the monitor to the radeon card and modify the xorg.conf to use only the aticonfig screen the Xserver starts successfully and the card can also be used as compute device. So it seems the driver is installed correctly. Also using myscreen only works but then the the radeon card can not be found by opencl.