Software > User Zone
Working xorg.conf for nouveau driver for a NVIDIA graphics card?
FlyingBlackbird:
I am playing around with an "old" NVIDIA GTX 1050 Ti in my Blackbird system with Fedora 31 but I do not manage to create a working xorg.conf.
RPMFusion does not contain the proprietary NVIDIA drivers since the ppc64le architecture seems not to be supported by NVIDIA for this GPU.
nouveau is available and I assume this driver should work on Power9
--- Code: ---Xorg -config /etc/X11/xorg.conf.d/21-gpu-driver.conf
--- End code ---
to test my xorg.conf at the console complains with messages like
--- Code: ---Fatal server error:
(EE) no screens found(EE)
(EE) Server terminated with error (1).
--- End code ---
so it would be helpful if you could provide a working xorg.conf that uses nouveau so that I can focus on getting AST2500 out of the way (from my display)...
MauryG5:
The Xorg.conf file is very precise and as soon as you make a mistake, it doesn't work and it no longer loads the GUI until you delete it and report the situation as it was originally. I also had a bit of trouble putting the right syntax, then luckily the MPC user gave me a tip and I did it ... The examples that are reported on Wiki in general are on AMD GPUs, if not answers no one tries to ask Raptor support directly, only they can give you a hand in this sense. Unfortunately, Nvidia GPUs have proprietary drivers and are used very little by the Power community, we use almost all AMD so it is not easy to find information on using NVdia on Power ... Raptor runs the 2070 on Power, see if they know something about the your card ...
pocock:
I tried putting a Quadro K2200 into my Talos II.
It is running Debian buster
The card appears in the lspci output.
I added the package:
--- Code: ---apt install xserver-xorg-video-nouveau
systemctl restart gdm3
--- End code ---
Xorg.0.log shows that the nouveau driver loads but it fails to initialize
--- Code: ---[ 161.140] (II) NOUVEAU driver Date: Mon Jan 28 23:25:58 2019 -0500
[ 161.140] (II) NOUVEAU driver for NVIDIA chipset families :
[ 161.271] (EE) [drm] Failed to open DRM device for pci:0033:01:00.0: -19
[ 161.271] (EE) open /dev/dri/card0: No such file or directory
[ 161.271] (WW) Falling back to old probe method for modesetting
[ 161.271] (EE) open /dev/dri/card0: No such file or directory
--- End code ---
This failure is mentioned here in the Nouveau Troubleshooting guide
I didn't have more time to test it so I took out the K2200 card and put the Radeon back into the machine.
For any NVIDIA card, I feel it is a good idea to test the exact same OS and Nouveau version on an x86 host for comparison, to see if the issue is only a fault on powerpc64 or if the issue is in Nouveau for all architectures.
FlyingBlackbird:
--- Quote from: pocock on September 11, 2020, 04:14:46 pm ---I tried putting a Quadro K2200 into my Talos II.
...
Xorg.0.log shows that the nouveau driver loads but it fails to initialize
--- End quote ---
May this problem possibly be related to the 4K page size issue you mentioned in another post (https://forums.raptorcs.com/index.php/topic,200.0.html)?
pocock:
Yes, I only discovered that by chance while investigating the btrfs issues.
I compiled a kernel package with 4k page size and I have another SSD with Debian in an ext4 filesystem that should boot with 4k page size. I'll probably try it in the next couple of days to see if it works with Nouveau and the Quadro K2200
Navigation
[0] Message Index
[#] Next page
Go to full version