grahamperrin

FreeBSD 12.0-ALPHA8 r339186 drm-next-kmod without drm-kmod

Oct 6th, 2018
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.81 KB | None | 0 0
  1. # date ; uname -v
  2. Sat 6 Oct 2018 07:24:39 BST
  3. FreeBSD 12.0-ALPHA8 r339186 GENERIC-NODEBUG
  4. # pkg install drm-stable-kmod
  5. Updating FreeBSD repository catalogue...
  6. FreeBSD repository is up to date.
  7. Updating poudriere repository catalogue...
  8. poudriere repository is up to date.
  9. All repositories are up to date.
  10. Checking integrity... done (2 conflicting)
  11. - drm-stable-kmod-g20180822 [poudriere] conflicts with drm-next-kmod-4.11.g20180822 [installed] on /boot/modules/amdgpu.ko
  12. - drm-stable-kmod-g20180822 [FreeBSD] conflicts with drm-next-kmod-4.11.g20180822 [installed] on /boot/modules/amdgpu.ko
  13. Checking integrity... done (0 conflicting)
  14. The following 3 package(s) will be affected (of 0 checked):
  15.  
  16. Installed packages to be REMOVED:
  17. drm-next-kmod-4.11.g20180822
  18. drm-kmod-g20180930
  19.  
  20. New packages to be INSTALLED:
  21. drm-stable-kmod: g20180822 [poudriere]
  22.  
  23. Number of packages to be removed: 2
  24. Number of packages to be installed: 1
  25.  
  26. Proceed with this action? [y/N]: n
  27. # pkg remove drm-next-kmod && pkg install -f -r FreeBSD drm-next-kmod
  28. Checking integrity... done (0 conflicting)
  29. Deinstallation has been requested for the following 2 packages (of 0 packages in the universe):
  30.  
  31. Installed packages to be REMOVED:
  32. drm-next-kmod-4.11.g20180822
  33. drm-kmod-g20180930
  34.  
  35. Number of packages to be removed: 2
  36.  
  37. The operation will free 8 MiB.
  38.  
  39. Proceed with deinstalling packages? [y/N]: y
  40. [1/2] Deinstalling drm-kmod-g20180930...
  41. [2/2] Deinstalling drm-next-kmod-4.11.g20180822...
  42. [2/2] Deleting files for drm-next-kmod-4.11.g20180822: 100%
  43. Updating FreeBSD repository catalogue...
  44. FreeBSD repository is up to date.
  45. All repositories are up to date.
  46. Checking integrity... done (0 conflicting)
  47. The following 1 package(s) will be affected (of 0 checked):
  48.  
  49. New packages to be INSTALLED:
  50. drm-next-kmod: 4.11.g20180822 [FreeBSD]
  51.  
  52. Number of packages to be installed: 1
  53.  
  54. The process will require 8 MiB more space.
  55.  
  56. Proceed with this action? [y/N]: y
  57. [1/1] Installing drm-next-kmod-4.11.g20180822...
  58. [1/1] Extracting drm-next-kmod-4.11.g20180822: 100%
  59. Message from drm-next-kmod-4.11.g20180822:
  60.  
  61. The drm-next-kmod port can be enabled for amdgpu (for AMD GPUs starting with
  62. the HD7000 series / Tahiti) or i915kms (for Intel APUs starting with HD3000 /
  63. Sandy Bridge) through kld_list in /etc/rc.conf. radeonkms for older AMD GPUs
  64. can be loaded and there are some positive reports if EFI boot is NOT enabled
  65. (similar to amdgpu).
  66.  
  67. For amdgpu: kld_list="amdgpu"
  68. For Intel: kld_list="/boot/modules/i915kms.ko"
  69. For radeonkms: kld_list="/boot/modules/radeonkms.ko"
  70.  
  71. Please ensure that all users requiring graphics are members of the
  72. "video" group.
  73.  
  74. Older generations are supported by the stable kms modules (radeonkms /
  75. i915kms) in base.
  76. # pkg install drm-stable-kmod
  77. Updating FreeBSD repository catalogue...
  78. FreeBSD repository is up to date.
  79. Updating poudriere repository catalogue...
  80. poudriere repository is up to date.
  81. All repositories are up to date.
  82. Checking integrity... done (2 conflicting)
  83. - drm-stable-kmod-g20180822 [poudriere] conflicts with drm-next-kmod-4.11.g20180822 [installed] on /boot/modules/amdgpu.ko
  84. - drm-stable-kmod-g20180822 [FreeBSD] conflicts with drm-next-kmod-4.11.g20180822 [installed] on /boot/modules/amdgpu.ko
  85. Checking integrity... done (0 conflicting)
  86. The following 2 package(s) will be affected (of 0 checked):
  87.  
  88. Installed packages to be REMOVED:
  89. drm-next-kmod-4.11.g20180822
  90.  
  91. New packages to be INSTALLED:
  92. drm-stable-kmod: g20180822 [poudriere]
  93.  
  94. Number of packages to be removed: 1
  95. Number of packages to be installed: 1
  96.  
  97. Proceed with this action? [y/N]: n
  98. # pkg install drm-kmod
  99. Updating FreeBSD repository catalogue...
  100. FreeBSD repository is up to date.
  101. Updating poudriere repository catalogue...
  102. poudriere repository is up to date.
  103. All repositories are up to date.
  104. Checking integrity... done (0 conflicting)
  105. The following 1 package(s) will be affected (of 0 checked):
  106.  
  107. New packages to be INSTALLED:
  108. drm-kmod: g20180930 [FreeBSD]
  109.  
  110. Number of packages to be installed: 1
  111.  
  112. Proceed with this action? [y/N]: n
  113. # date ; uname -v
  114. Sat 6 Oct 2018 07:34:30 BST
  115. FreeBSD 12.0-ALPHA8 r339186 GENERIC-NODEBUG
  116. # uptime
  117. 7:34a.m. up 17 mins, 2 users, load averages: 0.10, 0.29, 0.24
  118. # pkg info drm-next-kmod | grep repository
  119. repository : FreeBSD
  120. # pkg install drm-kmod
  121. Updating FreeBSD repository catalogue...
  122. FreeBSD repository is up to date.
  123. Updating poudriere repository catalogue...
  124. poudriere repository is up to date.
  125. All repositories are up to date.
  126. Checking integrity... done (0 conflicting)
  127. The following 1 package(s) will be affected (of 0 checked):
  128.  
  129. New packages to be INSTALLED:
  130. drm-kmod: g20180930 [FreeBSD]
  131.  
  132. Number of packages to be installed: 1
  133.  
  134. Proceed with this action? [y/N]: y
  135. [1/1] Installing drm-kmod-g20180930...
  136. # pkg install drm-stable-kmod
  137. Updating FreeBSD repository catalogue...
  138. FreeBSD repository is up to date.
  139. Updating poudriere repository catalogue...
  140. poudriere repository is up to date.
  141. All repositories are up to date.
  142. Checking integrity... done (2 conflicting)
  143. - drm-stable-kmod-g20180822 [poudriere] conflicts with drm-next-kmod-4.11.g20180822 [installed] on /boot/modules/amdgpu.ko
  144. - drm-stable-kmod-g20180822 [FreeBSD] conflicts with drm-next-kmod-4.11.g20180822 [installed] on /boot/modules/amdgpu.ko
  145. Checking integrity... done (0 conflicting)
  146. The following 3 package(s) will be affected (of 0 checked):
  147.  
  148. Installed packages to be REMOVED:
  149. drm-next-kmod-4.11.g20180822
  150. drm-kmod-g20180930
  151.  
  152. New packages to be INSTALLED:
  153. drm-stable-kmod: g20180822 [poudriere]
  154.  
  155. Number of packages to be removed: 2
  156. Number of packages to be installed: 1
  157.  
  158. Proceed with this action? [y/N]: n
  159. # pkg install -r FreeBSD drm-stable-kmod
  160. Updating FreeBSD repository catalogue...
  161. FreeBSD repository is up to date.
  162. All repositories are up to date.
  163. Checking integrity... done (1 conflicting)
  164. - drm-stable-kmod-g20180822 [FreeBSD] conflicts with drm-next-kmod-4.11.g20180822 [installed] on /boot/modules/amdgpu.ko
  165. Checking integrity... done (0 conflicting)
  166. The following 3 package(s) will be affected (of 0 checked):
  167.  
  168. Installed packages to be REMOVED:
  169. drm-next-kmod-4.11.g20180822
  170. drm-kmod-g20180930
  171.  
  172. New packages to be INSTALLED:
  173. drm-stable-kmod: g20180822 [FreeBSD]
  174.  
  175. Number of packages to be removed: 2
  176. Number of packages to be installed: 1
  177.  
  178. Proceed with this action? [y/N]: n
  179. # pkg remove drm-kmod
  180. Checking integrity... done (0 conflicting)
  181. Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):
  182.  
  183. Installed packages to be REMOVED:
  184. drm-kmod-g20180930
  185.  
  186. Number of packages to be removed: 1
  187.  
  188. Proceed with deinstalling packages? [y/N]: y
  189. [1/1] Deinstalling drm-kmod-g20180930...
  190. # shutdown -r now
Add Comment
Please, Sign In to add comment