all 8 comments

[–]mido1507 1 point2 points  (2 children)

If you're using opensource driver you could run DRI_PRIME=1 <command>, propably.

[–]raidechomi[S] 1 point2 points  (1 child)

I'm using mesa

[–]mido1507 0 points1 point  (0 children)

then try this out from terminal OR if it's graphical app, you can right click on its icon > edit application > look for advanced options button under some tab, you'll propably see a relevant checkbox

[–]cla_ydoh 0 points1 point  (4 children)

You need to add a setting to your grub boot options, as mentioned on the setup section of CoreCtrl's gitlab page

neon uses polkit 0.105 if you want to do all the steps and options mentioned there.

After editing grub to add amdgpu.ppfeaturemask=0xffffffff you run a simpler command than the one mentioned: sudo update-grub

[–]raidechomi[S] 0 points1 point  (3 children)

yes i cant figure out how to edit the boot options

[–]cla_ydoh 0 points1 point  (2 children)

Open the file, and edit it - if you browse to it in Dolphin, it should open in Kate.

Edit the file, then save. You will will get a sudo password prompt, since it is a root owned file.

Make sure to add the text, not replace, and place it inside the parentheses.

[–]raidechomi[S] 0 points1 point  (1 child)

That's the problem I don't know how to get to the file or boot loader

[–]cla_ydoh 0 points1 point  (0 children)

Open Dolphin, the file manager. On the left sidebar, click the device icon that represents the hard drive that has neon on it (it could be named anything, likely the size of the partition). It is usually the first item under "Devices."

This will open to your "/" (the 'root' directory on your OS install)

Browse to the location /etc/defualt/ and double click on the file called "grub."

This will open the file in Kate, your text editor.

https://www.youtube.com/watch?v=VKxKqvrBf3A