Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. If the dGPU LED stays lit, the option has probably taken effect but did the dmesg error go away? I mean that one:
  2. [CODE]radeon 0000:01:00.0: failed VCE resume (-22).
  3. [drm:r600_ring_test [radeon]] *ERROR* radeon: ring 0 test failed (scratch(0x850C)=0xCAFEDEAD)
  4. radeon 0000:01:00.0 disabling GPU acceleration
  5. [drm:si_dpm_set_power_state [radeon]] *ERROR* si_upload_sw_state failed[/CODE]
  6.  
  7. [QUOTE]Do you have the radeon.runpm=0 as a flag in the built kernel or as a boot option in grub?[/QUOTE]
  8. As a boot option, and I use an official Ubuntu kernel. Even an old stock kernel from 16.04 or older should work, considering I've been using this option for more than 2 years.
  9.  
  10. [QUOTE]Do you use the AMGDPU driver at all? Or only radeon?[/QUOTE]
  11. Only radeon, never tried AMDGPU.
  12.  
  13. [QUOTE=ecth;n949056]I get this when I try to use DRI_PRIME=1:
  14. [code]DRI_PRIME=1 glxgears
  15. radeon: Failed to allocate virtual address for buffer:
  16. radeon: size : 65536 bytes
  17. radeon: alignment : 4096 bytes
  18. radeon: domains : 4
  19. radeon: va : 0x0000000000800000
  20. radeon: Failed to deallocate virtual address for buffer:
  21. radeon: size : 65536 bytes
  22. radeon: va : 0x800000
  23. radeon: Failed to allocate virtual address for buffer:
  24. radeon: size : 65536 bytes
  25. radeon: alignment : 4096 bytes
  26. radeon: domains : 4
  27. radeon: va : 0x0000000000800000
  28. radeon: Failed to deallocate virtual address for buffer:
  29. radeon: size : 65536 bytes
  30. radeon: va : 0x800000
  31. radeonsi: Failed to create a context.
  32. Speicherzugriffsfehler (Speicherabzug geschrieben)[/code][/QUOTE]
  33. I don't recall ever seeing this error, there must be something else wrong with your setup. Could you paste the full dmesg and /var/log/Xorg.0.log somewhere?
  34.  
  35. [QUOTE]What exactly does radeon.modeset=0 or =1 or nomodeset? I had radeon.modeset=0 but I don't see much difference.... oรด[/QUOTE]
  36. All I know is that modesetting is required for graphics acceleration at least for the open source graphics stack, "nomodeset" is mostly used as a safe mode if accelerations borks the system (happened for example with i915 on my netbook with old kernels) or when using a proprietary driver.
  37.  
  38. Also a note about DRI_PRIME: if you're trying Steam games it's sometimes tricky to get it working properly. For The Talos Principle for example I have to run Steam and then the Talos executable both with STEAM_RUNTIME=0 and DRI_PRIME=1 set.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement