You are not logged in.
Hi,
I've spent most my short time on Arch using the nouveau drivers and it's been working fine for browsing and watching Youtube, but I recently wanted to get Steam working so I downloaded the proprietary nVidia drivers as I understand they're better for gaming. However, they've slugged up my system real good. Most elementary animations are very sluggish, you can even see stuttering when large blocks of text appear in the terminal before I run startx at all. Feels very awkward.
I've a GTX 760 card. It worked great on Windows. I've done my best to uninstall the nouveau drivers. I've tried using the nvidia-xconfig command, but typically it'll break startx after I run it (it complains about not finding any displays) so I'm not too keen on running it.
Any help is appreciated. Thanks in advance.
Last edited by kaztal (2015-11-10 20:19:15)
Offline
Make sure you don't have the nouveau module on your /etc/mkinitcpio.conf. If it is there, no matter what you install it will always be loaded.
You can check witch module is loaded running :
$ lsmod | grep "\(^nouveau\|^nvidia\)"And also, for steam, you will need the 32-bit version of the driver too:
# pacman -S lib32-nvidia-libglLast edited by cafe (2015-11-09 19:13:04)
Offline
Make sure you don't have the nouveau module on your /etc/mkinitcpio.conf. If it is there, no matter what you install it will always be loaded.
You can check witch module is loaded running :
$ lsmod | grep "\(^nouveau\|^nvidia\)"And also, for steam, you will need the 32-bit version of the driver too:
# pacman -S lib32-nvidia-libgl
Hey, thanks for your response. The first command returns
nvidia 8622080 28so I suppose that looks good. I find no reference to nouveau in /etc/mkinitcpio.conf. It also doesn't mention nvidia - should it?
Thanks again.
Offline
Anything suspicious in your X log/journal?
Did you remember to install the complementary -libgl package for your nvidia driver?
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.
Online
It also doesn't mention nvidia - should it?
No, it shouldn't.
Here's another thing you can try next.
Check if you have xf86-video-nv package installed.
You can also configure Xorg to load nvidia module using a configuration file in /usr/share/X11/xorg.conf.d/20-nvidia.conf with the following :
Section "Device"
Identifier "Nvidia Card"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "NoLogo" "true"
EndSectionThis is all documented in the NVIDIA page in the wiki
Offline
Anything suspicious in your X log/journal?
Did you remember to install the complementary -libgl package for your nvidia driver?
Well, that was easy. I had mesa-libgl installed. Installed and replaced nvidia-libgl. Logged out and back in. Works like a charm. Thanks for the help, I really appreciate it.
Offline
Great stuff. Please remember to mark your thread as solved by editing your first post and amending the title.
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.
Online