Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2016
654
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 16.59 KB | None | 0 0
  1. Fresh Install of Ubuntu 14.04.4 + radeon-crimson-15.12
  2.  
  3. sudo rm /etc/X11/xorg.conf*
  4. sudo aticonfig --initial -f --adapter=all
  5.  
  6. Uninitialised file found, configuring.
  7. Using /etc/X11/xorg.conf
  8. Saving back-up to /etc/X11/xorg.conf.original-0
  9.  
  10. =====================================================================================
  11.  
  12. cat /etc/X11/xorg.conf
  13. Section "ServerLayout"
  14.     Identifier     "aticonfig Layout"
  15.     Screen      0  "aticonfig-Screen[0]-0" 0 0
  16.     Screen         "aticonfig-Screen[1]-0" RightOf "aticonfig-Screen[0]-0"
  17. EndSection
  18.  
  19. Section "Module"
  20. EndSection
  21.  
  22. Section "Monitor"
  23.     Identifier   "aticonfig-Monitor[0]-0"
  24.     Option      "VendorName" "ATI Proprietary Driver"
  25.     Option      "ModelName" "Generic Autodetecting Monitor"
  26.     Option      "DPMS" "true"
  27. EndSection
  28.  
  29. Section "Monitor"
  30.     Identifier   "aticonfig-Monitor[1]-0"
  31.     Option      "VendorName" "ATI Proprietary Driver"
  32.     Option      "ModelName" "Generic Autodetecting Monitor"
  33.     Option      "DPMS" "true"
  34. EndSection
  35.  
  36. Section "Device"
  37.     Identifier  "aticonfig-Device[0]-0"
  38.     Driver      "fglrx"
  39.     BusID       "PCI:1:0:0"
  40. EndSection
  41.  
  42. Section "Device"
  43.     Identifier  "aticonfig-Device[1]-0"
  44.     Driver      "fglrx"
  45.     BusID       "PCI:7:0:0"
  46. EndSection
  47.  
  48. Section "Screen"
  49.     Identifier "aticonfig-Screen[0]-0"
  50.     Device     "aticonfig-Device[0]-0"
  51.     Monitor    "aticonfig-Monitor[0]-0"
  52.     DefaultDepth     24
  53.     SubSection "Display"
  54.         Viewport   0 0
  55.         Depth     24
  56.     EndSubSection
  57. EndSection
  58.  
  59. Section "Screen"
  60.     Identifier "aticonfig-Screen[1]-0"
  61.     Device     "aticonfig-Device[1]-0"
  62.     Monitor    "aticonfig-Monitor[1]-0"
  63.     DefaultDepth     24
  64.     SubSection "Display"
  65.         Viewport   0 0
  66.         Depth     24
  67.     EndSubSection
  68. EndSection
  69.  
  70. =================================================================================
  71.  
  72. REBOOT!
  73.  
  74. =================================================================================
  75.  
  76. sudo aticonfig --adapter=all --odgc
  77.  
  78. Adapter 0 - Supported device 67B1
  79.                             Core (MHz)    Memory (MHz)
  80.            Current Clocks :    300           150
  81.              Current Peak :    947           1250
  82.   Configurable Peak Range : [300-1500]     [150-2000]
  83.                  GPU load :    4%
  84. ERROR - Get clocks failed for Adapter 1 - Supported device 67B1
  85.  
  86. sudo aticonfig --adapter=all --odgt
  87.  
  88. Adapter 0 - Supported device 67B1
  89.             Sensor 0: Temperature - 47.00 C
  90. ERROR - Get temperature failed for Adapter 1 - Supported device 67B1
  91.  
  92. ================================================================================
  93.  
  94.  
  95. lspci | grep VGA
  96. 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Hawaii PRO [Radeon R9 290]
  97. 07:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Hawaii PRO [Radeon R9 290]
  98.  
  99. =================================================================================
  100. sudo aticonfig --list-adapters
  101. * 0. 01:00.0 Supported device 67B1
  102.   1. 07:00.0 Supported device 67B1
  103.  
  104. * - Default adapter
  105.  
  106. =================================================================================
  107.  
  108. clinfo
  109. Number of platforms:                 1
  110.   Platform Profile:              FULL_PROFILE
  111.   Platform Version:              OpenCL 2.0 AMD-APP (1912.5)
  112.   Platform Name:                 AMD Accelerated Parallel Processing
  113.   Platform Vendor:               Advanced Micro Devices, Inc.
  114.   Platform Extensions:               cl_khr_icd cl_amd_event_callback cl_amd_offline_devices
  115.  
  116.  
  117.   Platform Name:                 AMD Accelerated Parallel Processing
  118. Number of devices:               3
  119.   Device Type:                   CL_DEVICE_TYPE_GPU
  120.   Vendor ID:                     1002h
  121.   Board name:                    AMD Radeon R9 200 Series
  122.   Device Topology:               PCI[ B#1, D#0, F#0 ]
  123.   Max compute units:                 40
  124.   Max work items dimensions:             3
  125.     Max work items[0]:               256
  126.     Max work items[1]:               256
  127.     Max work items[2]:               256
  128.   Max work group size:               256
  129.   Preferred vector width char:           4
  130.   Preferred vector width short:          2
  131.   Preferred vector width int:            1
  132.   Preferred vector width long:           1
  133.   Preferred vector width float:          1
  134.   Preferred vector width double:         1
  135.   Native vector width char:          4
  136.   Native vector width short:             2
  137.   Native vector width int:           1
  138.   Native vector width long:          1
  139.   Native vector width float:             1
  140.   Native vector width double:            1
  141.   Max clock frequency:               947Mhz
  142.   Address bits:                  64
  143.   Max memory allocation:             2906357760
  144.   Image support:                 Yes
  145.   Max number of images read arguments:       128
  146.   Max number of images write arguments:      64
  147.   Max image 2D width:                16384
  148.   Max image 2D height:               16384
  149.   Max image 3D width:                2048
  150.   Max image 3D height:               2048
  151.   Max image 3D depth:                2048
  152.   Max samplers within kernel:            16
  153.   Max size of kernel argument:           1024
  154.   Alignment (bits) of base address:      2048
  155.   Minimum alignment (bytes) for any datatype:    128
  156.   Single precision floating point capability
  157.     Denorms:                     No
  158.     Quiet NaNs:                  Yes
  159.     Round to nearest even:           Yes
  160.     Round to zero:               Yes
  161.     Round to +ve and infinity:           Yes
  162.     IEEE754-2008 fused multiply-add:         Yes
  163.   Cache type:                    Read/Write
  164.   Cache line size:               64
  165.   Cache size:                    16384
  166.   Global memory size:                4053522752
  167.   Constant buffer size:              65536
  168.   Max number of constant args:           8
  169.   Local memory type:                 Scratchpad
  170.   Local memory size:                 32768
  171.   Max pipe arguments:                16
  172.   Max pipe active reservations:          16
  173.   Max pipe packet size:              2906357760
  174.   Max global variable size:          2615721984
  175.   Max global variable preferred total size:  4053522752
  176.   Max read/write image args:             64
  177.   Max on device events:              1024
  178.   Queue on device max size:          8388608
  179.   Max on device queues:              1
  180.   Queue on device preferred size:        262144
  181.   SVM capabilities:              
  182.     Coarse grain buffer:             Yes
  183.     Fine grain buffer:               Yes
  184.     Fine grain system:               No
  185.     Atomics:                     No
  186.   Preferred platform atomic alignment:       0
  187.   Preferred global atomic alignment:         0
  188.   Preferred local atomic alignment:      0
  189.   Kernel Preferred work group size multiple:     64
  190.   Error correction support:          0
  191.   Unified memory for Host and Device:        0
  192.   Profiling timer resolution:            1
  193.   Device endianess:              Little
  194.   Available:                     Yes
  195.   Compiler available:                Yes
  196.   Execution capabilities:                
  197.     Execute OpenCL kernels:          Yes
  198.     Execute native function:             No
  199.   Queue on Host properties:              
  200.     Out-of-Order:                No
  201.     Profiling :                  Yes
  202.   Queue on Device properties:                
  203.     Out-of-Order:                Yes
  204.     Profiling :                  Yes
  205.   Platform ID:                   0x7ff74319ca18
  206.   Name:                      Hawaii
  207.   Vendor:                    Advanced Micro Devices, Inc.
  208.   Device OpenCL C version:           OpenCL C 2.0
  209.   Driver version:                1912.5 (VM)
  210.   Profile:                   FULL_PROFILE
  211.   Version:                   OpenCL 2.0 AMD-APP (1912.5)
  212.   Extensions:                    cl_khr_fp64 cl_amd_fp64 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_gl_sharing cl_khr_gl_depth_images cl_ext_atomic_counters_32 cl_amd_device_attribute_query cl_amd_vec3 cl_amd_printf cl_amd_media_ops cl_amd_media_ops2 cl_amd_popcnt cl_khr_image2d_from_buffer cl_khr_spir cl_khr_subgroups cl_khr_gl_event cl_khr_depth_images cl_khr_mipmap_image cl_khr_mipmap_image_writes
  213.  
  214.  
  215.   Device Type:                   CL_DEVICE_TYPE_GPU
  216.   Vendor ID:                     1002h
  217.   Board name:                    
  218.   Device Topology:               PCI[ B#7, D#0, F#0 ]
  219.   Max compute units:                 40
  220.   Max work items dimensions:             3
  221.     Max work items[0]:               256
  222.     Max work items[1]:               256
  223.     Max work items[2]:               256
  224.   Max work group size:               256
  225.   Preferred vector width char:           4
  226.   Preferred vector width short:          2
  227.   Preferred vector width int:            1
  228.   Preferred vector width long:           1
  229.   Preferred vector width float:          1
  230.   Preferred vector width double:         1
  231.   Native vector width char:          4
  232.   Native vector width short:             2
  233.   Native vector width int:           1
  234.   Native vector width long:          1
  235.   Native vector width float:             1
  236.   Native vector width double:            1
  237.   Max clock frequency:               947Mhz
  238.   Address bits:                  64
  239.   Max memory allocation:             3008913408
  240.   Image support:                 Yes
  241.   Max number of images read arguments:       128
  242.   Max number of images write arguments:      64
  243.   Max image 2D width:                16384
  244.   Max image 2D height:               16384
  245.   Max image 3D width:                2048
  246.   Max image 3D height:               2048
  247.   Max image 3D depth:                2048
  248.   Max samplers within kernel:            16
  249.   Max size of kernel argument:           1024
  250.   Alignment (bits) of base address:      2048
  251.   Minimum alignment (bytes) for any datatype:    128
  252.   Single precision floating point capability
  253.     Denorms:                     No
  254.     Quiet NaNs:                  Yes
  255.     Round to nearest even:           Yes
  256.     Round to zero:               Yes
  257.     Round to +ve and infinity:           Yes
  258.     IEEE754-2008 fused multiply-add:         Yes
  259.   Cache type:                    Read/Write
  260.   Cache line size:               64
  261.   Cache size:                    16384
  262.   Global memory size:                4251256704
  263.   Constant buffer size:              65536
  264.   Max number of constant args:           8
  265.   Local memory type:                 Scratchpad
  266.   Local memory size:                 32768
  267.   Max pipe arguments:                16
  268.   Max pipe active reservations:          16
  269.   Max pipe packet size:              3008913408
  270.   Max global variable size:          2708022016
  271.   Max global variable preferred total size:  4251256704
  272.   Max read/write image args:             64
  273.   Max on device events:              1024
  274.   Queue on device max size:          8388608
  275.   Max on device queues:              1
  276.   Queue on device preferred size:        262144
  277.   SVM capabilities:              
  278.     Coarse grain buffer:             Yes
  279.     Fine grain buffer:               Yes
  280.     Fine grain system:               No
  281.     Atomics:                     No
  282.   Preferred platform atomic alignment:       0
  283.   Preferred global atomic alignment:         0
  284.   Preferred local atomic alignment:      0
  285.   Kernel Preferred work group size multiple:     64
  286.   Error correction support:          0
  287.   Unified memory for Host and Device:        0
  288.   Profiling timer resolution:            1
  289.   Device endianess:              Little
  290.   Available:                     Yes
  291.   Compiler available:                Yes
  292.   Execution capabilities:                
  293.     Execute OpenCL kernels:          Yes
  294.     Execute native function:             No
  295.   Queue on Host properties:              
  296.     Out-of-Order:                No
  297.     Profiling :                  Yes
  298.   Queue on Device properties:                
  299.     Out-of-Order:                Yes
  300.     Profiling :                  Yes
  301.   Platform ID:                   0x7ff74319ca18
  302.   Name:                      Hawaii
  303.   Vendor:                    Advanced Micro Devices, Inc.
  304.   Device OpenCL C version:           OpenCL C 2.0
  305.   Driver version:                1912.5 (VM)
  306.   Profile:                   FULL_PROFILE
  307.   Version:                   OpenCL 2.0 AMD-APP (1912.5)
  308.   Extensions:                    cl_khr_fp64 cl_amd_fp64 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_gl_sharing cl_khr_gl_depth_images cl_ext_atomic_counters_32 cl_amd_device_attribute_query cl_amd_vec3 cl_amd_printf cl_amd_media_ops cl_amd_media_ops2 cl_amd_popcnt cl_khr_image2d_from_buffer cl_khr_spir cl_khr_subgroups cl_khr_gl_event cl_khr_depth_images cl_khr_mipmap_image cl_khr_mipmap_image_writes
  309.  
  310.  
  311.   Device Type:                   CL_DEVICE_TYPE_CPU
  312.   Vendor ID:                     1002h
  313.   Board name:                    
  314.   Max compute units:                 6
  315.   Max work items dimensions:             3
  316.     Max work items[0]:               1024
  317.     Max work items[1]:               1024
  318.     Max work items[2]:               1024
  319.   Max work group size:               1024
  320.   Preferred vector width char:           16
  321.   Preferred vector width short:          8
  322.   Preferred vector width int:            4
  323.   Preferred vector width long:           2
  324.   Preferred vector width float:          8
  325.   Preferred vector width double:         4
  326.   Native vector width char:          16
  327.   Native vector width short:             8
  328.   Native vector width int:           4
  329.   Native vector width long:          2
  330.   Native vector width float:             8
  331.   Native vector width double:            4
  332.   Max clock frequency:               3511Mhz
  333.   Address bits:                  64
  334.   Max memory allocation:             4138502144
  335.   Image support:                 Yes
  336.   Max number of images read arguments:       128
  337.   Max number of images write arguments:      64
  338.   Max image 2D width:                8192
  339.   Max image 2D height:               8192
  340.   Max image 3D width:                2048
  341.   Max image 3D height:               2048
  342.   Max image 3D depth:                2048
  343.   Max samplers within kernel:            16
  344.   Max size of kernel argument:           4096
  345.   Alignment (bits) of base address:      1024
  346.   Minimum alignment (bytes) for any datatype:    128
  347.   Single precision floating point capability
  348.     Denorms:                     Yes
  349.     Quiet NaNs:                  Yes
  350.     Round to nearest even:           Yes
  351.     Round to zero:               Yes
  352.     Round to +ve and infinity:           Yes
  353.     IEEE754-2008 fused multiply-add:         Yes
  354.   Cache type:                    Read/Write
  355.   Cache line size:               64
  356.   Cache size:                    16384
  357.   Global memory size:                16554008576
  358.   Constant buffer size:              65536
  359.   Max number of constant args:           8
  360.   Local memory type:                 Global
  361.   Local memory size:                 32768
  362.   Max pipe arguments:                16
  363.   Max pipe active reservations:          16
  364.   Max pipe packet size:              4138502144
  365.   Max global variable size:          1879048192
  366.   Max global variable preferred total size:  1879048192
  367.   Max read/write image args:             64
  368.   Max on device events:              0
  369.   Queue on device max size:          0
  370.   Max on device queues:              0
  371.   Queue on device preferred size:        0
  372.   SVM capabilities:              
  373.     Coarse grain buffer:             No
  374.     Fine grain buffer:               No
  375.     Fine grain system:               No
  376.     Atomics:                     No
  377.   Preferred platform atomic alignment:       0
  378.   Preferred global atomic alignment:         0
  379.   Preferred local atomic alignment:      0
  380.   Kernel Preferred work group size multiple:     1
  381.   Error correction support:          0
  382.   Unified memory for Host and Device:        1
  383.   Profiling timer resolution:            1
  384.   Device endianess:              Little
  385.   Available:                     Yes
  386.   Compiler available:                Yes
  387.   Execution capabilities:                
  388.     Execute OpenCL kernels:          Yes
  389.     Execute native function:             Yes
  390.   Queue on Host properties:              
  391.     Out-of-Order:                No
  392.     Profiling :                  Yes
  393.   Queue on Device properties:                
  394.     Out-of-Order:                No
  395.     Profiling :                  No
  396.   Platform ID:                   0x7ff74319ca18
  397.   Name:                      AMD FX(tm)-6300 Six-Core Processor
  398.   Vendor:                    AuthenticAMD
  399.   Device OpenCL C version:           OpenCL C 1.2
  400.   Driver version:                1912.5 (sse2,avx,fma4)
  401.   Profile:                   FULL_PROFILE
  402.   Version:                   OpenCL 1.2 AMD-APP (1912.5)
  403.   Extensions:                    cl_khr_fp64 cl_amd_fp64 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_gl_sharing cl_ext_device_fission cl_amd_device_attribute_query cl_amd_vec3 cl_amd_printf cl_amd_media_ops cl_amd_media_ops2 cl_amd_popcnt cl_khr_spir cl_khr_gl_event
  404.  
  405. =====================================================
  406.  
  407. fglrxinfo
  408.  
  409. display: :0  screen: 0
  410. OpenGL vendor string: Advanced Micro Devices, Inc.
  411. OpenGL renderer string: AMD Radeon R9 200 Series
  412. OpenGL version string: 4.5.13416 Compatibility Profile Context 15.302
  413.  
  414. =====================================================
  415.  
  416. od6config --list
  417.  
  418. Adapter 0: AMD Radeon R9 200 Series
  419.  
  420. =====================================================
  421.  
  422. Session.Name...: hashcat
  423. Status.........: Running
  424. Input.Mode.....: Mask (?a?a?a?a?a?a?a) [7]
  425. Hash.Target....: 00000000000000000000000000000000
  426. Hash.Type......: MD5
  427. Time.Started...: Wed Jun 22 14:11:40 2016 (10 secs)
  428. Time.Estimated.: Wed Jun 22 15:14:49 2016 (1 hour, 2 mins)
  429. Speed.Dev.#1...:  9231.7 MH/s (11.97ms)
  430. Speed.Dev.#2...:  9249.8 MH/s (11.96ms)
  431. Speed.Dev.#*...: 18481.5 MH/s
  432. Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
  433. Progress.......: 185065144320/69833729609375 (0.27%)
  434. Rejected.......: 0/185065144320 (0.00%)
  435. Restore.Point..: 0/81450625 (0.00%)
  436. HWMon.Dev.#1...: Temp: 56c Fan: 22% Util:100% Core: 947Mhz Mem:1250Mhz Lanes:16
  437. HWMon.Dev.#2...: Temp: 49c Fan: 22% Util:100% Core: 947Mhz Mem:1250Mhz Lanes:8
  438.  
  439.  
  440. =====================================================
  441.  
  442. xorg.conf after reboot of aticonfig --initial -f --adapter=all
  443.  
  444. Section "ServerLayout"
  445.     Identifier     "aticonfig Layout"
  446.     Screen      0  "aticonfig-Screen[0]-0" 0 0
  447. EndSection
  448.  
  449. Section "Module"
  450. EndSection
  451.  
  452. Section "Monitor"
  453.     Identifier   "aticonfig-Monitor[0]-0"
  454.     Option      "VendorName" "ATI Proprietary Driver"
  455.     Option      "ModelName" "Generic Autodetecting Monitor"
  456.     Option      "DPMS" "true"
  457. EndSection
  458.  
  459. Section "Device"
  460.     Identifier  "aticonfig-Device[0]-0"
  461.     Driver      "fglrx"
  462.     BusID       "PCI:1:0:0"
  463. EndSection
  464.  
  465. Section "Screen"
  466.     Identifier "aticonfig-Screen[0]-0"
  467.     Device     "aticonfig-Device[0]-0"
  468.     Monitor    "aticonfig-Monitor[0]-0"
  469.     DefaultDepth     24
  470.     SubSection "Display"
  471.         Viewport   0 0
  472.         Depth     24
  473.     EndSubSection
  474. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement