#solved how to fix cs go 11 fps lag? i have mesa, amd open source drivers installed

248 messages · Page 1 of 1 (latest)

vernal pelican
#

pls help

#

i installed mesa

#

now

ivory swan
#

can you show output of glxinfo

vernal pelican
stone imp
#

they also installed drivers from amd's website before installing mesa btw

ivory swan
vernal pelican
#

i got it at the archinstall

stone imp
#

ah, then you are using mesa
hm, glxinfo -B gives you a brief output

ivory swan
#

yes ^

vernal pelican
ivory swan
#

run that

vernal pelican
#

So, back in my windows days I had always 60 fps in csgo in fullscreen med settings

#

im new to linux so idk what to do

ivory swan
#

do you use -vulkan csgo launch option

vernal pelican
stone imp
#
lsmod | grep -E 'amdgpu|radeon'

now run this

vernal pelican
#

i dont have -vulkan

stone imp
#

add it

vernal pelican
#

okay

#

lemme try now and hope it runs 😄

ivory swan
#

if not, you need to install vulkan-radeon

stone imp
#

also do you have both iGPU and dGPU, or just one of them?

vernal pelican
vernal pelican
#

-vulkan doesnt launch my game

ivory swan
#

what is the error

vernal pelican
ivory swan
#

bruh

vernal pelican
#

first it shows synching cloud

#

then it comes to play green button

ivory swan
#

launch it again

stone imp
#

it looks like they are using radeon kernel moduel cause it's an old gpu
mesa doesn't have vulkan drivers for radeon yet

ivory swan
#

@vernal pelican what is your cpu

vernal pelican
ivory swan
#

oh fuck

#

yea

stone imp
#

well, there is one now but it's experimental

vernal pelican
#

?

ivory swan
#

you are stuck with opengl on that thing

stone imp
#

you can force amdgpu support on it, but not sure how well that would fare

ivory swan
#

wait

vernal pelican
#

of my files

stone imp
#

unless you force amdgpu kernel module, but that's not the best way around this

stone imp
#

lemme look it up, kinda forgot

vernal pelican
ivory swan
#

i found a fix

vernal pelican
ivory swan
#

could you please run lspci -k | grep -A 3 -E "(VGA|3D)"

vernal pelican
#

okay

ivory swan
#

and show output

vernal pelican
stone imp
#

found how to force

#

I'm asumming you are on arch

vernal pelican
#

gnome

stone imp
#

so, edit /etc/mkinitcpio.conf

ivory swan
#

yea so

vernal pelican
#

shud i chmod?

ivory swan
#

radeon.cik_support=0 amdgpu.cik_support=1

stone imp
#

in the lines containing MODULES add amdgpu and radeon```
MODULES=(amdgpu radeon)

ivory swan
#

yes do that

#

and then also add the kernel parameters i sent

stone imp
#

after that add this in the following files

stone imp
ivory swan
#

oh ok

vernal pelican
#

shud look like this?

#

saved it using sudo

stone imp
vernal pelican
stone imp
#

i meant after doing all of that and then restarting

#

let me sum it up

vernal pelican
#

so i did as u said edited and added 2 args radeon and amdgpu

#

so now i restart?

#

my pc?

stone imp
#

not yet

vernal pelican
#

okay

stone imp
#

wait, let me sum it up, don't do a thign

vernal pelican
#

ok ok

stone imp
#
  1. edit /etc/mkinitcpio.conf, in the line contaning MODULES, add amdgpu radeon inside the brackets MODULES=(amdgpu radeon)
  2. Create the following files /etc/modprobe.d/amdgpu.conf and /etc/modprobe.d/radeon.conf
  3. Fill the /etc/modprobe.d/amdgpu.conf file with :
options amdgpu si_support=1
options amdgpu cik_support=1
  1. Fill the /etc/modprobe.d/radeon.conf file with :
options radeon si_support=0
options radeon cik_support=0
  1. run sudo mkinitcpio -P
  2. reboot
  3. run lspci -k | grep -A 3 -E "(VGA|3D)"
vernal pelican
#

okay lemme do it

ivory swan
#

oh btw

vernal pelican
#

chmod modeprobe.d what args?

ivory swan
#

no chmod

vernal pelican
#

i cant save it duh

vernal pelican
ivory swan
#

you need to be root to edit it

#

sudo nano /etc/modprobe.d/whatever

#

just open an editor as root

vernal pelican
ivory swan
#

yes

#

bruh

#

i sent the command

#

never chmod a system directory

vernal pelican
#

oh okay

#

tq

ivory swan
#

always just become root

#

using nano with sudo is easy enough

vernal pelican
#

how do i save?

stone imp
#

nano tells you right in the footer

#

Ctrl + O
(^O, ^ means Ctrl)

ivory swan
#

good job sending it in dutch or whatever

#

but they should see it themselves

vernal pelican
stone imp
#

wrong directory pal

#

you can paste into terminal with ctrl + shift + v

vernal pelican
#

yoo i havent even created it

#

yo wait

#

wait wait

stone imp
#

nano can create files fine

vernal pelican
#

i did it wrong

stone imp
#

nano can't create folders however

#

and the folder you pointed to doesn't exist, and it's not the right folder

#

just copy the path from my message and paste it into the terminal (pasting in terminal is via ctrl+shift+v or right click > paste)

vernal pelican
#

yeah yeah got it

#

saved

#

first amdgpu

stone imp
#

rebooted already?

vernal pelican
#

nah radeon there

stone imp
#

rebooted or no?

vernal pelican
#

still no files

vernal pelican
ivory swan
#

just open a terminal

#

and type sudo nano /etc/modprobe.d/amdgpu.conf

#

paste in the contents

#

and then ^O <enter> ^X

#

just do it

vernal pelican
#

done and the file is there now

vernal pelican
#

shud i go 4 th one>?

#

@ivory swan

#

so shud i reboot now?

#

gonna try cs go now

ivory swan
vernal pelican
ivory swan
#

it is still using radeon

#

can you please do ls /etc/modprobe.d/

stone imp
#
ls /etc/modprobe.d
ivory swan
#

@vernal pelican

stone imp
#

Dot instead of coma

vernal pelican
ivory swan
ivory swan
vernal pelican
stone imp
#

Let me see what's inside both files

Use cat

vernal pelican
#

cat?

stone imp
#

cat command

vernal pelican
#

how to delete that radoen.conf

ivory swan
#

rm

#

sudo rm /etc/modprobe.d/radoen.conf

vernal pelican
#

amdgpu.conf

#

radeon.conf

vernal pelican
ivory swan
#

ok can you show /etc/mkinicpio.conf

vernal pelican
vernal pelican
#

and it is mkinitcpio.conf

ivory swan
#

reboot again please

vernal pelican
#

okay

#

restarted

vernal pelican
ivory swan
vernal pelican
ivory swan
#

sudo dmesg | grep "amdgpu"

vernal pelican
vernal pelican
ivory swan
#

sudo dmesg | grep radeon

vernal pelican
vernal pelican
frank axle
#

I don't think they're able to use AMDGPU, the iGPU uses TeraScale

stone imp
#

Oh rip

#

Not southern islands nor CIK?

#

Also sorry, was busy

vernal pelican
#

soo what can i do to make it work 😦

#

or i install website driver

stone imp
#

Try to blacklist Radeon, tho your system may not boot and you'll have to fix it from iso

stone imp
#

.aw amdgpu

lusty pathBOT
vernal pelican
#

my last hopes opens now

#

still i use linux if i cant game even

ivory swan
#

keep using windows

vernal pelican
#

nah

ivory swan
#

your gpu has bad vulkan support

#

but at least it has directx support on windows

vernal pelican
#

i got some idea now

ivory swan
#

so you should keep using that

vernal pelican
#

to fix it

#

lemme trry oem

ivory swan
#

there is no way

#

you have two options:

#

buy a new gpu

#

use windows

vernal pelican
#

i aint investing on this pc

ivory swan
#

then use windows

#

the driver on amd's website

#

i promise you

#

that it's gonna be even worse than 11 fps

#

amd's linux driver is bad

vernal pelican
ivory swan
#

stop it

vernal pelican
#

lemme try even if its baddddd

ivory swan
#

you are gonna fuck your linux install up

#

no

#

you can literally get the thing from amd

#

you can try this

vernal pelican
ivory swan
#

same thing as from amd website

frank axle
#

wouldn't the one on the website just be the proprietary driver?

#

does it even support your iGPU?

ivory swan
#

yes

#

it would

#

i sent aur link

#

@vernal pelican go back to windows tbh

vernal pelican
#

nah i have 2nd last tries

#

how to run cloned files

#

@here

#

thanks for everyone helping me out here

#

im doing my last try, if that doesnt works, i would just not play games in linux

#

done installing lemme try

vernal pelican
#

@ivory swan it workss and i get good fps

#

thx @ivory swan @stone imp @frank axle for helping

next cedarBOT
#

dexterhaxxor, Curvy Linux User, and mederp received a thank you cookie!

vernal pelican
#

im happily closing this issue now

#

.close

frank axle
#

... solved

lusty pathBOT
#

#9742 📣 If there is nothing else that we can do for you, please close this thread by adding "[SOLVED]" to the title.

  • You can do this on desktop by clicking the three dots on the top right of the page, and pressing "Edit Post".
  • You can also do this on Android / iOS by long tapping your post in the text channel list, and tapping "Edit Post".

Your title should be like so: https://cdn.discordapp.com/attachments/503224329191030787/1039841700417384498/image.png
Thank you

vernal pelican
#

[SOLVED] how to fix cs go 11 fps lag? i have mesa, amd open source drivers installed

#

tqsm everyone

vernal pelican
#

unsolved how to fix cs go 11 fps lag? i have mesa, amd open source drivers installed

#

i had to unchange it because we made a mistake

#

u gave entries for sea island and carribean island

#

but my gpu needs northern island

stone imp
#

ah, that's why it didn't work