Jump to content

What settings do you want to change exactly?

FX6300 @ 4.2GHz | Gigabyte GA-78LMT-USB3 R2 | Hyper 212x | 3x 8GB + 1x 4GB @ 1600MHz | Gigabyte 2060 Super | Corsair CX650M | LG 43UK6520PSA
ASUS X550LN | i5 4210u | 12GB
Lenovo N23 Yoga

Link to post
Share on other sites

There's no radeon control panel if that's what you're asking. A lot of things can be set through other tools, some through config editing, some are just not available on Linux.

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to post
Share on other sites

there is the crimson edition radeon control panel for linux but I think it is a bit old....

2 hours ago, Sauron said:

There's no radeon control panel if that's what you're asking. A lot of things can be set through other tools, some through config editing, some are just not available on Linux.

 

 want to install chrome os? here's how.

"If elevators hadn't been invented, all the CEOs and important people would have their offices on the first floor as a sign of status...........

....And the entry level employees would be up on the 80th floor."

Link to post
Share on other sites

1 hour ago, B Bergen said:

Ok, so could I still install it?

The proprietary driver also nas no GUI.

 

Again, what settings do you want to change?

FX6300 @ 4.2GHz | Gigabyte GA-78LMT-USB3 R2 | Hyper 212x | 3x 8GB + 1x 4GB @ 1600MHz | Gigabyte 2060 Super | Corsair CX650M | LG 43UK6520PSA
ASUS X550LN | i5 4210u | 12GB
Lenovo N23 Yoga

Link to post
Share on other sites

1 hour ago, Nayr438 said:

If your asking about AMD's proprietary driver, it performs worse than the open-source drivers outside of workstation use.

 

What settings are you wanting to change?

I'm using the open source driver

Link to post
Share on other sites

50 minutes ago, B Bergen said:

I want to see if I can change some settings to get better performance in my games.

The only way to get better performance is by enabling things such as the ACO compiler (which you'll need to do without a GUI), and maybe overclocking (there are 3rd party GUI programs for that, such as corectrl).

FX6300 @ 4.2GHz | Gigabyte GA-78LMT-USB3 R2 | Hyper 212x | 3x 8GB + 1x 4GB @ 1600MHz | Gigabyte 2060 Super | Corsair CX650M | LG 43UK6520PSA
ASUS X550LN | i5 4210u | 12GB
Lenovo N23 Yoga

Link to post
Share on other sites

3 hours ago, igormp said:

The only way to get better performance is by enabling things such as the ACO compiler

I take it that it's not default in most distros yet. It's been default with the "RADV_PERFTEST" option removed upstream for quite some time.

 

4 hours ago, B Bergen said:

I want to see if I can change some settings to get better performance in my games.

 

ACO will be where most of the performance improvements are.

---

To enable ACO globally, add "RADV_PERFTEST=aco" to /etc/environment

or to enable it on a per game basis

Steam->Game->Launch Options->RADV_PERFTEST=aco %command%

Lutris->Launcher preferences->System Options->Enable ACO Compiler

---

 

For smoother gameplay in steam for dxvk.

Steam->Settings->Shader Pre-Caching->Allow background processing of vulkan shaders.

 

---

Overclocking

---

To enable overclocking (Boot parameter)

https://wiki.archlinux.org/index.php/AMDGPU#Overclocking

You will need to add it to grub

https://wiki.archlinux.org/index.php/Kernel_parameters#GRUB

If your using popos, then it will be systemd-boot instead, replace arch.conf with whatever your conf is called. "ls /boot/loader/entries/"

https://wiki.archlinux.org/index.php/Kernel_parameters#systemd-boot

 

Tool to help with overclocking

https://gitlab.com/corectrl/corectrl

---

 

For Screen Tearing (Tear Free Rendering) and AMD FreeSync (Variable Refresh Rate)

https://wiki.archlinux.org/index.php/AMDGPU#Xorg_configuration

 

---

 

Don't enable 10-bit color that is listed on that wiki, it will break several applications. 10bit color is still very unsupported in most Linux Applications.

10bit color, is the same as Windows 30bit, just named differently.

Link to post
Share on other sites

27 minutes ago, B Bergen said:

In enviroment all I find is "QT_QPA_PLATFORMTHEME=gtk2", so do I add it or replace it?

Add it a new line

FX6300 @ 4.2GHz | Gigabyte GA-78LMT-USB3 R2 | Hyper 212x | 3x 8GB + 1x 4GB @ 1600MHz | Gigabyte 2060 Super | Corsair CX650M | LG 43UK6520PSA
ASUS X550LN | i5 4210u | 12GB
Lenovo N23 Yoga

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×