You are not logged in.

#1 2018-10-22 11:17:00

TT-392
Member
Registered: 2018-10-06
Posts: 14

What graphics driver am I supposed to use

I am using arch linux on a pc with a ryzen 7 1700 and an amd radeon r9 380x. I have been using open source drivers for a while now and this has been working fine for me. But recently steam play has come out and I am having quite a few problems running steam play games on my setup. most games are complaining about graphics and people on steam forums are telling me to install the proprietary crimson(catalyst) driver. But for this I'd need to downgrade Xorg. I am not sure what I would be giving up if I went all the way back to Xserver version 1.10 but this just doesn't sound like the optimal solution so I was wondering if anyone has any experience with downgraded xorg catalyst drivers and if these people have had experiennce with steam play (and the other dxvk related stuff) because I am wondering if this would all even be worth it. Also would it be possible to have different Xorg versions and different drivers installed side by side so I could write a script to restart Xorg and switch between the 2 setups.

I know this is a pretty vague question but that is mainly because I just have no idea what the best solution would be in this case, so I am mainly just wondering what other people who know more about or have experience with this stuff would recommend.

Offline

#2 2018-10-22 11:30:06

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: What graphics driver am I supposed to use

Which driver are you using?

If you're using the old radeon driver then try switching to the new amdgpu driver instead.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2018-10-22 12:42:47

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,129

Re: What graphics driver am I supposed to use

Catalyst is dead - the maintained drivers are radeon, amdgpu & amdgpupro.
Fox X11 you can use the specific ddx drivers or the modesetting driver.

In doubt, paste your xorg log and dmesg and glx outputs.

Offline

#4 2018-10-22 13:24:11

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,237

Re: What graphics driver am I supposed to use

As already mentioned, elaborate on what you actually have installed.

For Steam you specifically should install relevant lib32 versions and especially important (lib32-)radeon-vulkan for Vulkan support.

Offline

#5 2018-10-22 13:50:28

TT-392
Member
Registered: 2018-10-06
Posts: 14

Re: What graphics driver am I supposed to use

I think what I was using is the xf86-video-ati drivers in the past. I didn't realize there were 2 kinds of open source amd drivers. I just installed xf86-video-amdgpu. but now my /etc/X11/xorg.conf.d/10-monitor.conf is beeing ignored.
10-monitor.conf:

Section "Monitor"
    Identifier  "DP-1"
    Option      "Primary" "true"
    Option      "PreferredMode" "1920x1080"
    Option      "Position" "0 0"
EndSection

Section "Monitor"
    Identifier  "DVI-D-1"
    Option      "PreferredMode" "1600x1200"
    Option      "Position" "-1600 0"
EndSection

Section "Monitor"
    Identifier  "DVI-I-1"
    Option      "PreferredMode" "1600x1200"
    Option      "Position" "1920 0"
EndSection

Section "Monitor"
    Identifier  "HDMI-1"
    Option      "PreferredMode" "1920x1080"
    Option      "Position" "0 -1080"
EndSection

Offline

#6 2018-10-22 13:53:17

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,129

Re: What graphics driver am I supposed to use

If you want this to go anywhere

seth wrote:

paste your xorg log and dmesg and glx outputs.

and best add "lspci" to the list.

Edit: it's most likely ignored because the output names vary w/ the drivers, check "xrandr -q"

Last edited by seth (2018-10-22 13:54:24)

Offline

#7 2018-10-22 13:58:50

TT-392
Member
Registered: 2018-10-06
Posts: 14

Re: What graphics driver am I supposed to use

It appears that the monitor identifiers have been changed after installing amdgpu. everything seems to be working fine now.

Offline

Board footer

Powered by FluxBB