You are not logged in.
Pages: 1
I tried to install ati and amdgpu drivers, neither of them works, what should I do, just use intel gpu?
Last edited by arrowsher (2018-03-29 12:23:24)
Offline
"neither of them works" is not an error message.
How did you install the drivers? Please post the logs from startx attempts with both drivers.
EDIT: you mention having two graphics chips, so this may be of use to you: https://wiki.archlinux.org/index.php/PRIME
Last edited by WorMzy (2018-03-29 12:37:51)
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
I installed the drivers by using pacman , sudo pacman -S xf86-video-ati, then i only got intel graphics card,
sudo lspci -k | grep -A 2 -E "(VGA|3D)"
[sudo] password for arrow:
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 520 (rev 07)
Subsystem: Dell Skylake GT2 [HD Graphics 520]
Kernel driver in use: i915
Offline
➜ ~ sudo pacman -Ss xf86-video-ati
extra/xf86-video-ati 1:18.0.1-1 (xorg-drivers) [installed]
X.org ati video driver
➜ ~ sudo pacman -Ss xf86-video-amdgpu
extra/xf86-video-amdgpu 18.0.1-1 (xorg-drivers) [installed]
X.org amdgpu video driver
Offline
If X is going to be using the intel gpu you don't need either xf86-video-ati or xf86-video-amdgpu. For that matter you don't need xf86-video-intel either, it should just work™ with the built-in modesetting driver, which also makes using prime much easier.
That said, "doesn't work" is not a description of the problem or what you might be trying to achieve, you'll have to describe things better if you want people to spend time trying to help you.
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
Are you sure you actually have this AMD card? Please post the full lspci output.
Also, please use code tags for terminal output going forward.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Pages: 1