Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 06/11/2016, à 11:09

Bakabakashi

opencl2.0 pour 16.04.1 LTS

Hello all,

Objectif: bénéficier d'openCL2.0 sous 16.04
Problème: quels drivers prendre? compromis X1.8?

Configuration:

lspci|grep VGA
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri [Radeon R7 Graphics]
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Curacao PRO [Radeon R7 370 / R9 270/370 OEM]

Kaveri est mon cpu avec chipset graphique intégré
J'ai installé les drivers trouvés ici https://laanwj.github.io/2016/05/06/ope … u1604.html
MAIS mes drivers ne supportent que openCL 1.1:

clinfo|grep "Device Version"
  Device Version                                  OpenCL 1.1 Mesa 13.1.0-devel - padoka PPA
  Device Version                                  OpenCL 1.1 Mesa 13.1.0-devel - padoka PPA

Solutions:
1) Fglrx-core
D'après https://community.amd.com/thread/202821
Je pourrais faire ceci
R7 -> display, amdgpu
R9 -> opencl2.0,fglrx-core
mais quand je génère Xorg.conf (afin de le modifier dans le futur pour ne loader que R7),
sudo X :1 -configure && sudo mv xorg.conf.new /etc/X/xorg.conf && sudo reboot
le système freeze à la page d'accueil. J'ai néanmoins accès au TTY pour le supprimer et revenir en état stable!

voici le log
xorg.conf:

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/X11/misc"
    FontPath     "/usr/share/fonts/X11/cyrillic"
    FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/Type1"
    FontPath     "/usr/share/fonts/X11/100dpi"
    FontPath     "/usr/share/fonts/X11/75dpi"
    FontPath     "built-ins"
EndSection

Section "Module"
    Load  "glx"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option      "Protocol" "auto"
    Option      "Device" "/dev/input/mice"
    Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Monitor"
    Identifier   "Monitor1"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"                 # [<bool>]
        #Option     "SWcursor"              # [<bool>]
        #Option     "EnablePageFlip"        # [<bool>]
        #Option     "SubPixelOrder"         # [<str>]
        #Option     "ZaphodHeads"           # <str>
        #Option     "AccelMethod"           # <str>
        #Option     "DRI3"                  # [<bool>]
        #Option     "DRI"                   # <i>
        #Option     "ShadowPrimary"         # [<bool>]
        #Option     "TearFree"              # [<bool>]
        #Option     "DeleteUnusedDP12Displays"  # [<bool>]
    Identifier  "Card0"
    Driver      "amdgpu"
#NOTE: maps to R7
    BusID       "PCI:0:1:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"                 # [<bool>]
        #Option     "SWcursor"              # [<bool>]
        #Option     "EnablePageFlip"        # [<bool>]
        #Option     "SubPixelOrder"         # [<str>]
        #Option     "ZaphodHeads"           # <str>
        #Option     "AccelMethod"           # <str>
        #Option     "DRI3"                  # [<bool>]
        #Option     "DRI"                   # <i>
        #Option     "ShadowPrimary"         # [<bool>]
        #Option     "TearFree"              # [<bool>]
        #Option     "DeleteUnusedDP12Displays"  # [<bool>]
    Identifier  "Card1"
    Driver      "amdgpu"
#NOTE: and so R9
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen1"
    Device     "Card1"
    Monitor    "Monitor1"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection
[     7.525] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[     7.525] X Protocol Version 11, Revision 0
[     7.525] Build Operating System: Linux 3.13.0-95-generic x86_64 Ubuntu
[     7.525] Current Operating System: Linux gogol 4.4.0-45-generic #66-Ubuntu SMP Wed Oct 19 14:12:37 UTC 2016 x86_64
[     7.525] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-45-generic root=UUID=f130cfef-69c0-4801-829c-eb12ea7361a2 ro quiet splash vt.handoff=7
[     7.525] Build Date: 14 September 2016  03:33:24PM
[     7.525] xorg-server 2:1.18.4-0ubuntu0.1 (For technical support please see http://www.ubuntu.com/support) 
[     7.525] Current version of pixman: 0.33.6
[     7.525]    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[     7.525] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     7.525] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov  6 10:00:46 2016
[     7.525] (==) Using config file: "/etc/X11/xorg.conf"
[     7.525] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     7.526] (==) ServerLayout "X.org Configured"
[     7.526] (**) |-->Screen "Screen0" (0)
[     7.526] (**) |   |-->Monitor "Monitor0"
[     7.526] (**) |   |-->Device "Card0"
[     7.526] (**) |-->Screen "Screen1" (1)
[     7.526] (**) |   |-->Monitor "Monitor1"
[     7.526] (**) |   |-->Device "Card1"
[     7.526] (**) |-->Input Device "Mouse0"
[     7.526] (**) |-->Input Device "Keyboard0"
[     7.526] (==) Automatically adding devices
[     7.526] (==) Automatically enabling devices
[     7.526] (==) Automatically adding GPU devices
[     7.526] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     7.526] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     7.526]    Entry deleted from font path.
[     7.526] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[     7.526]    Entry deleted from font path.
[     7.526] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[     7.526]    Entry deleted from font path.
[     7.526] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[     7.526]    Entry deleted from font path.
[     7.526] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[     7.526]    Entry deleted from font path.
[     7.526] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     7.526]    Entry deleted from font path.
[     7.526] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[     7.526]    Entry deleted from font path.
[     7.526] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[     7.526]    Entry deleted from font path.
[     7.526] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[     7.526]    Entry deleted from font path.
[     7.526] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[     7.526]    Entry deleted from font path.
[     7.526] (**) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/Type1,
    built-ins,
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/Type1,
    built-ins
[     7.526] (**) ModulePath set to "/usr/lib/xorg/modules"
[     7.526] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[     7.526] (WW) Disabling Mouse0
[     7.526] (WW) Disabling Keyboard0
[     7.526] (II) Loader magic: 0x55602564ddc0
[     7.526] (II) Module ABI versions:
[     7.526]    X.Org ANSI C Emulation: 0.4
[     7.526]    X.Org Video Driver: 20.0
[     7.526]    X.Org XInput driver : 22.1
[     7.526]    X.Org Server Extension : 9.0
[     7.527] (++) using VT number 7

[     7.527] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     7.527] (II) xfree86: Adding drm device (/dev/dri/card0)
[     7.568] (II) xfree86: Adding drm device (/dev/dri/card1)
[     7.569] (--) PCI: (0:0:1:0) 1002:130f:1849:130f rev 0, Mem @ 0xb0000000/268435456, 0xd0000000/8388608, 0xff700000/262144, I/O @ 0x0000f000/256, BIOS @ 0x????????/131072
[     7.569] (--) PCI:*(0:1:0:0) 1002:6811:174b:e271 rev 0, Mem @ 0xc0000000/268435456, 0xff600000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[     7.569] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[     7.569] (II) LoadModule: "glx"
[     7.570] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     7.570] (II) Module glx: vendor="X.Org Foundation"
[     7.570]    compiled for 1.18.4, module version = 1.0.0
[     7.570]    ABI class: X.Org Server Extension, version 9.0
[     7.570] (==) AIGLX enabled
[     7.570] (II) LoadModule: "amdgpu"
[     7.571] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[     7.571] (II) Module amdgpu: vendor="X.Org Foundation"
[     7.571]    compiled for 1.18.4, module version = 1.1.99
[     7.571]    Module class: X.Org Video Driver
[     7.571]    ABI class: X.Org Video Driver, version 20.0
[     7.571] (II) AMDGPU: Driver for AMD Radeon chipsets: OLAND, HAINAN, TAHITI,
    PITCAIRN, VERDE, BONAIRE, KABINI, MULLINS, KAVERI, HAWAII, TOPAZ,
    TONGA, CARRIZO, FIJI, STONEY, POLARIS11, POLARIS10
[     7.571] (II) [KMS] Kernel modesetting enabled.
[     7.611] (EE) AMDGPU(0): amdgpu_device_initialize failed
[     7.652] (II) [KMS] Kernel modesetting enabled.
[     7.732] (EE) AMDGPU(1): amdgpu_device_initialize failed
[     7.732] (II) [KMS] Kernel modesetting enabled.
[     7.773] (EE) AMDGPU(G0): amdgpu_device_initialize failed
[     7.813] (II) [KMS] Kernel modesetting enabled.
[     7.893] (EE) AMDGPU(G1): amdgpu_device_initialize failed
[     7.893] (II) [KMS] Kernel modesetting enabled.
[     7.934] (EE) AMDGPU(2): amdgpu_device_initialize failed
[     7.974] (II) [KMS] Kernel modesetting enabled.
[     8.054] (EE) AMDGPU(3): amdgpu_device_initialize failed
[     8.054] (EE) Screen 0 deleted because of no matching config section.
[     8.054] (II) UnloadModule: "amdgpu"
[     8.054] (EE) Screen 0 deleted because of no matching config section.
[     8.054] (II) UnloadModule: "amdgpu"
[     8.054] (EE) Screen 0 deleted because of no matching config section.
[     8.054] (II) UnloadModule: "amdgpu"
[     8.054] (EE) Screen 0 deleted because of no matching config section.
[     8.054] (II) UnloadModule: "amdgpu"
[     8.054] (EE) Device(s) detected, but none match those in the config file.
[     8.054] (==) Matched ati as autoconfigured driver 0
[     8.054] (==) Matched ati as autoconfigured driver 1
[     8.054] (==) Matched ati as autoconfigured driver 2
[     8.054] (==) Matched modesetting as autoconfigured driver 3
[     8.054] (==) Matched fbdev as autoconfigured driver 4
[     8.054] (==) Matched vesa as autoconfigured driver 5
[     8.054] (==) Assigned the driver to the xf86ConfigLayout
[     8.054] (II) LoadModule: "ati"
[     8.054] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[     8.054] (II) Module ati: vendor="X.Org Foundation"
[     8.054]    compiled for 1.18.4, module version = 7.7.99
[     8.054]    Module class: X.Org Video Driver
[     8.054]    ABI class: X.Org Video Driver, version 20.0
[     8.054] (II) LoadModule: "radeon"
[     8.055] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[     8.055] (II) Module radeon: vendor="X.Org Foundation"
[     8.055]    compiled for 1.18.4, module version = 7.7.99
[     8.055]    Module class: X.Org Video Driver
[     8.055]    ABI class: X.Org Video Driver, version 20.0
[     8.055] (II) LoadModule: "modesetting"
[     8.055] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     8.055] (II) Module modesetting: vendor="X.Org Foundation"
[     8.055]    compiled for 1.18.4, module version = 1.18.4
[     8.055]    Module class: X.Org Video Driver
[     8.055]    ABI class: X.Org Video Driver, version 20.0
[     8.055] (II) LoadModule: "fbdev"
[     8.055] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[     8.055] (II) Module fbdev: vendor="X.Org Foundation"
[     8.055]    compiled for 1.18.1, module version = 0.4.4
[     8.055]    Module class: X.Org Video Driver
[     8.055]    ABI class: X.Org Video Driver, version 20.0
[     8.055] (II) LoadModule: "vesa"
[     8.055] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     8.055] (II) Module vesa: vendor="X.Org Foundation"
[     8.055]    compiled for 1.18.1, module version = 2.3.4
[     8.055]    Module class: X.Org Video Driver
[     8.055]    ABI class: X.Org Video Driver, version 20.0
[     8.055] (II) AMDGPU: Driver for AMD Radeon chipsets: OLAND, HAINAN, TAHITI,
    PITCAIRN, VERDE, BONAIRE, KABINI, MULLINS, KAVERI, HAWAII, TOPAZ,
    TONGA, CARRIZO, FIJI, STONEY, POLARIS11, POLARIS10
[     8.055] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
    ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
    ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
    ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
    ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
    ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
    ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
    ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
    ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
    ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
    ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
    ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
    ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
    ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
    ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
    ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
    ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
    ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
    ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
    ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
    ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
    ATI Radeon 9800PRO, ATI Radeon 9800XT,
    ATI Radeon Mobility 9600/9700 (M10/M11),
    ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
    ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
    ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
    ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
    ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
    ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
    ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
    ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
    ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
    ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
    ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
    ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
    ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
    ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
    ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
    ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
    ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
    ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
    ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
    ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
    ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
    ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
    ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
    ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
    ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
    ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
    ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
    ATI FireGL V3350, ATI Mobility Radeon X1450,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
    ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
    ATI FireGL V3400, ATI Mobility FireGL V5250,
    ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
    ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
    ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
    ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
    ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
    ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
    ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
    ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
    ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
    AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
    ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
    ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
    ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
    ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
    ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
    ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
    ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
    ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
    ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
    ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
    ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
    ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
    ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
    REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
    ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
    AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
    ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
    MULLINS, KAVERI, HAWAII
[     8.057] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     8.057] (II) FBDEV: driver for framebuffer: fbdev
[     8.057] (II) VESA: driver for VESA chipsets: vesa
[     8.057] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
[     8.057] (WW) xf86OpenConsole: setsid failed: Operation not permitted
[     8.057] (EE) 
[     8.057] (EE) Backtrace:
[     8.057] (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x5560253c1ade]
[     8.057] (EE) 1: /usr/lib/xorg/Xorg (0x55602520f000+0x1b6e69) [0x5560253c5e69]
[     8.057] (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (0x7fc6d9eda000+0x354b0) [0x7fc6d9f0f4b0]
[     8.057] (EE) 3: /usr/lib/xorg/Xorg (0x55602520f000+0xb204f) [0x5560252c104f]
[     8.057] (EE) 4: /usr/lib/xorg/Xorg (0x55602520f000+0xb22a5) [0x5560252c12a5]
[     8.057] (EE) 5: /usr/lib/xorg/Xorg (0x55602520f000+0xb2390) [0x5560252c1390]
[     8.057] (EE) 6: /usr/lib/xorg/Xorg (0x55602520f000+0xb2af7) [0x5560252c1af7]
[     8.057] (EE) 7: /usr/lib/xorg/Xorg (xf86CallDriverProbe+0x17) [0x556025298da7]
[     8.057] (EE) 8: /usr/lib/xorg/Xorg (xf86BusConfig+0x46) [0x556025299786]
[     8.057] (EE) 9: /usr/lib/xorg/Xorg (InitOutput+0x9f3) [0x5560252a7df3]
[     8.057] (EE) 10: /usr/lib/xorg/Xorg (0x55602520f000+0x57be4) [0x556025266be4]
[     8.057] (EE) 11: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) [0x7fc6d9efa830]
[     8.057] (EE) 12: /usr/lib/xorg/Xorg (_start+0x29) [0x556025251049]
[     8.057] (EE) 
[     8.057] (EE) Segmentation fault at address 0x555f276430f8
[     8.057] (EE) 
Fatal server error:
[     8.058] (EE) Caught signal 11 (Segmentation fault). Server aborting
[     8.058] (EE) 
[     8.058] (EE) 
Please consult the The X.Org Foundation support 
     at http://wiki.x.org
 for help. 
[     8.058] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[     8.058] (EE) 


2) amdgpu-pro
ne semble pas convenir
http://support.amd.com/en-us/kb-article … Notes.aspx
car ne supporte que opencl1.2

Avant de mettre définitivement mes mains dans le cambouï, j'aimerais savoir si:
- fglrx-core est la seule alternative?
- Si AMD compte proposer un driver compatible avec X 1.8 qui supporte opencl2.0 (opensource ou pas), et si oui quand
- en bonus, ce qu'il faut pour fixer xorg (idéalement, devrais-je modifier /usr/share/X11/xorg.conf.d au lieu de générer xorg.conf?)

Dernière modification par Bakabakashi (Le 06/11/2016, à 11:09)

Hors ligne