Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.04 KB | None | 0 0
  1. dmesg:
  2. [drm] radeon kernel modesetting enabled.
  3. drmn0: <drmn> on vgapci0
  4. vgapci0: child drmn0 requested pci_enable_io
  5. vgapci0: child drmn0 requested pci_enable_io
  6. [drm] initializing kernel modesetting (OLAND 0x1002:0x6613 0x1043:0x0541 0x87).
  7. pci_is_thunderbolt_attached not implemented -- see your local kernel hacker
  8. efi_enabled not implemented -- see your local kernel hacker
  9. [drm ERROR :radeon_atombios_init] Unable to find PCI I/O BAR; using MMIO for ATOM IIO
  10. ATOM BIOS: 6613HB.15.49.0.17.AS01
  11. drmn0: VRAM: 4096M 0x0000000000000000 - 0x00000000FFFFFFFF (4096M used)
  12. drmn0: GTT: 2048M 0x0000000100000000 - 0x000000017FFFFFFF
  13. Successfully added WC MTRR for [0xe0000000-0xefffffff]: 0;
  14. [drm] Detected VRAM RAM=4096M, BAR=256M
  15. [drm] RAM width 128bits DDR
  16. [TTM] Zone kernel: Available graphics memory: 8336146 kiB
  17. [TTM] Zone dma32: Available graphics memory: 2097152 kiB
  18. [TTM] Initializing pool allocator
  19. [drm] radeon: 4096M of VRAM memory ready
  20. [drm] radeon: 2048M of GTT memory ready.
  21. [drm] Loading oland Microcode
  22. drmn0: successfully loaded firmware image with name: radeon/oland_pfp.bin
  23. drmn0: successfully loaded firmware image with name: radeon/oland_me.bin
  24. drmn0: successfully loaded firmware image with name: radeon/oland_ce.bin
  25. drmn0: successfully loaded firmware image with name: radeon/oland_rlc.bin
  26. drmn0: failed to link firmware kernel module with mapped name: radeon_si58_mc_bin
  27. radeon/si58_mc.bin: could not load firmware image, error 2
  28. radeon/si58_mc.bin: could not load firmware image, error 2
  29. drmn0: failed to load firmware with name: radeon/si58_mc.bin
  30. drmn0: successfully loaded firmware image with name: radeon/OLAND_mc2.bin
  31. [drm] radeon/OLAND_mc2.bin: 31452 bytes
  32. drmn0: successfully loaded firmware image with name: radeon/oland_smc.bin
  33. si_fw: mixing new and old firmware!
  34. [drm ERROR :si_init] Failed to load firmware!
  35. drmn0: Fatal error during GPU init
  36. unregister_acpi_notifier not implemented -- see your local kernel hacker
  37. [drm] radeon: finishing device.
  38. ttm_bo_global_kobj_release: START kobj = 0xffffffff8339f1b0
  39. [TTM] Finalizing pool allocator
  40. [TTM] Zone kernel: Used memory at exit: 0 kiB
  41. [TTM] Zone dma32: Used memory at exit: 0 kiB
  42. [drm] radeon: ttm finalized
  43. device_attach: drmn0 attach returned 22
  44. Security policy loaded: MAC/ntpd (mac_ntpd)
  45.  
  46.  
  47. xorg.conf:
  48.  
  49. Section "ServerLayout"
  50. Identifier "X.org Configured"
  51. Screen 0 "Screen0" 0 0
  52. Screen 1 "Screen1" RightOf "Screen0"
  53. InputDevice "Mouse0" "CorePointer"
  54. InputDevice "Keyboard0" "CoreKeyboard"
  55. EndSection
  56.  
  57. Section "Files"
  58. ModulePath "/usr/local/lib/xorg/modules"
  59. FontPath "/usr/local/share/fonts/misc/"
  60. FontPath "/usr/local/share/fonts/TTF/"
  61. FontPath "/usr/local/share/fonts/OTF/"
  62. FontPath "/usr/local/share/fonts/Type1/"
  63. FontPath "/usr/local/share/fonts/100dpi/"
  64. FontPath "/usr/local/share/fonts/75dpi/"
  65. EndSection
  66.  
  67. Section "Module"
  68. Load "glx"
  69. EndSection
  70.  
  71. Section "InputDevice"
  72. Identifier "Keyboard0"
  73. Driver "kbd"
  74. EndSection
  75.  
  76. Section "InputDevice"
  77. Identifier "Mouse0"
  78. Driver "mouse"
  79. Option "Protocol" "auto"
  80. Option "Device" "/dev/sysmouse"
  81. Option "ZAxisMapping" "4 5 6 7"
  82. EndSection
  83.  
  84. Section "Monitor"
  85. Identifier "Monitor0"
  86. VendorName "Monitor Vendor"
  87. ModelName "Monitor Model"
  88. EndSection
  89.  
  90. Section "Monitor"
  91. Identifier "Monitor1"
  92. VendorName "Monitor Vendor"
  93. ModelName "Monitor Model"
  94. EndSection
  95.  
  96. Section "Device"
  97. ### Available Driver options are:-
  98. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  99. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  100. ### <percent>: "<f>%"
  101. ### [arg]: arg optional
  102. #Option "Accel" # [<bool>]
  103. #Option "SWcursor" # [<bool>]
  104. #Option "EnablePageFlip" # [<bool>]
  105. #Option "SubPixelOrder" # [<str>]
  106. #Option "ZaphodHeads" # <str>
  107. #Option "AccelMethod" # <str>
  108. #Option "DRI3" # [<bool>]
  109. #Option "DRI" # <i>
  110. #Option "ShadowPrimary" # [<bool>]
  111. #Option "TearFree" # [<bool>]
  112. #Option "DeleteUnusedDP12Displays" # [<bool>]
  113. #Option "VariableRefresh" # [<bool>]
  114. Identifier "Card0"
  115. Driver "amdgpu"
  116. BusID "PCI:6:0:0"
  117. EndSection
  118.  
  119. Section "Device"
  120. ### Available Driver options are:-
  121. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  122. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  123. ### <percent>: "<f>%"
  124. ### [arg]: arg optional
  125. #Option "Accel" # [<bool>]
  126. #Option "SWcursor" # [<bool>]
  127. #Option "EnablePageFlip" # [<bool>]
  128. #Option "SubPixelOrder" # [<str>]
  129. #Option "ZaphodHeads" # <str>
  130. #Option "AccelMethod" # <str>
  131. #Option "DRI3" # [<bool>]
  132. #Option "DRI" # <i>
  133. #Option "ShadowPrimary" # [<bool>]
  134. #Option "TearFree" # [<bool>]
  135. #Option "DeleteUnusedDP12Displays" # [<bool>]
  136. #Option "VariableRefresh" # [<bool>]
  137. Identifier "Card1"
  138. Driver "amdgpu"
  139. BusID "PCI:6:0:1"
  140. EndSection
  141.  
  142. Section "Screen"
  143. Identifier "Screen0"
  144. Device "Card0"
  145. Monitor "Monitor0"
  146. SubSection "Display"
  147. Viewport 0 0
  148. Depth 1
  149. EndSubSection
  150. SubSection "Display"
  151. Viewport 0 0
  152. Depth 4
  153. EndSubSection
  154. SubSection "Display"
  155. Viewport 0 0
  156. Depth 8
  157. EndSubSection
  158. SubSection "Display"
  159. Viewport 0 0
  160. Depth 15
  161. EndSubSection
  162. SubSection "Display"
  163. Viewport 0 0
  164. Depth 16
  165. EndSubSection
  166. SubSection "Display"
  167. Viewport 0 0
  168. Depth 24
  169. EndSubSection
  170. EndSection
  171.  
  172. Section "Screen"
  173. Identifier "Screen1"
  174. Device "Card1"
  175. Monitor "Monitor1"
  176. SubSection "Display"
  177. Viewport 0 0
  178. Depth 1
  179. EndSubSection
  180. SubSection "Display"
  181. Viewport 0 0
  182. Depth 4
  183. EndSubSection
  184. SubSection "Display"
  185. Viewport 0 0
  186. Depth 8
  187. EndSubSection
  188. SubSection "Display"
  189. Viewport 0 0
  190. Depth 15
  191. EndSubSection
  192. SubSection "Display"
  193. Viewport 0 0
  194. Depth 16
  195. EndSubSection
  196. SubSection "Display"
  197. Viewport 0 0
  198. Depth 24
  199. EndSubSection
  200. EndSection
  201.  
  202.  
  203.  
  204. Xorg.log.0:
  205.  
  206. [ 77.302] (--) Log file renamed from "/var/log/Xorg.pid-2147.log" to "/var/log/Xorg.0.log"
  207. [ 77.303]
  208. X.Org X Server 1.18.4
  209. Release Date: 2016-07-19
  210. [ 77.303] X Protocol Version 11, Revision 0
  211. [ 77.303] Build Operating System: FreeBSD 13.0-CURRENT amd64
  212. [ 77.303] Current Operating System: FreeBSD freebsd13 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r353760: Sat Oct 19 13:45:05 CEST 2019 root@freebsd13:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
  213. [ 77.303] Build Date: 10 October 2019 06:43:10AM
  214. [ 77.303]
  215. [ 77.303] Current version of pixman: 0.38.4
  216. [ 77.303] Before reporting problems, check http://wiki.x.org
  217. to make sure that you have the latest version.
  218. [ 77.304] Markers: (--) probed, (**) from config file, (==) default setting,
  219. (++) from command line, (!!) notice, (II) informational,
  220. (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  221. [ 77.304] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 19 16:05:05 2019
  222. [ 77.304] (==) Using config file: "/etc/X11/xorg.conf"
  223. [ 77.304] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
  224. [ 77.305] (==) ServerLayout "X.org Configured"
  225. [ 77.305] (**) |-->Screen "Screen0" (0)
  226. [ 77.305] (**) | |-->Monitor "Monitor0"
  227. [ 77.306] (**) | |-->Device "Card0"
  228. [ 77.306] (**) |-->Screen "Screen1" (1)
  229. [ 77.306] (**) | |-->Monitor "Monitor1"
  230. [ 77.306] (**) | |-->Device "Card1"
  231. [ 77.306] (**) |-->Input Device "Mouse0"
  232. [ 77.306] (**) |-->Input Device "Keyboard0"
  233. [ 77.306] (==) Automatically adding devices
  234. [ 77.306] (==) Automatically enabling devices
  235. [ 77.306] (==) Not automatically adding GPU devices
  236. [ 77.306] (==) Max clients allowed: 256, resource mask: 0x1fffff
  237. [ 77.307] (**) FontPath set to:
  238. /usr/local/share/fonts/misc/,
  239. /usr/local/share/fonts/TTF/,
  240. /usr/local/share/fonts/OTF/,
  241. /usr/local/share/fonts/Type1/,
  242. /usr/local/share/fonts/100dpi/,
  243. /usr/local/share/fonts/75dpi/,
  244. /usr/local/share/fonts/misc/,
  245. /usr/local/share/fonts/TTF/,
  246. /usr/local/share/fonts/OTF/,
  247. /usr/local/share/fonts/Type1/,
  248. /usr/local/share/fonts/100dpi/,
  249. /usr/local/share/fonts/75dpi/
  250. [ 77.307] (**) ModulePath set to "/usr/local/lib/xorg/modules"
  251. [ 77.307] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
  252. [ 77.307] (WW) Disabling Mouse0
  253. [ 77.307] (WW) Disabling Keyboard0
  254. [ 77.307] (II) Loader magic: 0x42a010
  255. [ 77.307] (II) Module ABI versions:
  256. [ 77.307] X.Org ANSI C Emulation: 0.4
  257. [ 77.307] X.Org Video Driver: 20.0
  258. [ 77.307] X.Org XInput driver : 22.1
  259. [ 77.307] X.Org Server Extension : 9.0
  260. [ 77.308] (--) PCI:*(0:6:0:0) 1002:6613:1043:0541 rev 135, Mem @ 0xe0000000/268435456, 0xfcc00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/65536
  261. [ 77.308] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
  262. [ 77.308] (II) LoadModule: "glx"
  263. [ 77.309] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
  264. [ 77.311] (II) Module glx: vendor="X.Org Foundation"
  265. [ 77.311] compiled for 1.18.4, module version = 1.0.0
  266. [ 77.311] ABI class: X.Org Server Extension, version 9.0
  267. [ 77.311] (==) AIGLX enabled
  268. [ 77.311] (II) LoadModule: "amdgpu"
  269. [ 77.312] (II) Loading /usr/local/lib/xorg/modules/drivers/amdgpu_drv.so
  270. [ 77.313] (II) Module amdgpu: vendor="X.Org Foundation"
  271. [ 77.313] compiled for 1.18.4, module version = 19.0.1
  272. [ 77.313] Module class: X.Org Video Driver
  273. [ 77.313] ABI class: X.Org Video Driver, version 20.0
  274. [ 77.313] (II) AMDGPU: Driver for AMD Radeon:
  275. All GPUs supported by the amdgpu kernel driver
  276. [ 77.313] (--) Using syscons driver with X support (version 0.x)
  277. [ 77.313] (++) using VT number 9
  278.  
  279. [ 77.320] (II) AMDGPU(0): [KMS] drm report modesetting isn't supported.
  280. [ 77.321] (II) AMDGPU(1): [KMS] drm report modesetting isn't supported.
  281. [ 77.321] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
  282. [ 77.321] (EE) Screen 0 deleted because of no matching config section.
  283. [ 77.321] (II) UnloadModule: "amdgpu"
  284. [ 77.321] (EE) Screen 0 deleted because of no matching config section.
  285. [ 77.321] (II) UnloadModule: "amdgpu"
  286. [ 77.321] (EE) Device(s) detected, but none match those in the config file.
  287. [ 77.321] (EE)
  288. Fatal server error:
  289. [ 77.322] (EE) no screens found(EE)
  290. [ 77.322] (EE)
  291. Please consult the The X.Org Foundation support
  292. at http://wiki.x.org
  293. for help.
  294. [ 77.322] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
  295. [ 77.322] (EE)
  296. [ 77.337] (EE) Server terminated with error (1). Closing log file.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement