I have Gigabyte GA-73PVM-S2H motherboard on my PC which goes with nVIDIA GeForce 7100.
Without drivers it shows me display in 640x480 resolution.
I couldn’t find the driver in the repos for my video card. Also, I couldn’t install the driver, taken from official website, because it didn’t find the sources.
as root or using sudo, then paste here, using the # icon (for code) above, the text output from
grep 'Kernel command' /var/log/Xorg.0.log
and
rpm -qa | grep xf86-video
and
inxi -Gxx
run as root or using sudo. Your installation in safe mode may have failed to include a required FOSS X driver, or have included a cmdline option that prevents using an appropriate KMS X driver.
Those commands were meant to be redirected to file for copy and paste, or copied and pasted from Konsole or an Xterm.
Output from the grep command shows you are booted into failsafe mode. Are you unable to boot at all using the default boot menu selection? From the main selection you should be able to boot into the GUI via use of the X driver from the xf86-video-nouveau package that the rpm command shows is installed. Without that package installed, you should be able to boot into the GUI via use of the “modesetting” X driver provided by the X server itself. You might wish to give xf86-video-nouveau removal and reboot a try. Output from that grep command cannot produce an expected result while booted in failsafe mode, so if you can boot using the default boot menu selection, please provide that output again. Better yet might be to use this command:
I’ve removed xf86-video-nouveau and rebooted - same result. After this I’ve also found that I had Mesa-dri-nouveau installed. I’ve removed it - same result.
As I wrote, I unable to boot in normal mode, so there is no point posting Xorg log here.
For some definition of “unable to boot in normal mode”, “no point” is false. It may be trying to start X and failing to show anything on the display but nevertheless creating a log containing clues to “boot” failure.
What should I try next?
Try booting by striking e at the grub menu and clearing the entirety of the kernel cmdline that follows the name of the kernel (root=, resume=, splash=, quiet, etc.).
I’ve tried to boot with modified cmdline, but after this susepaste didn’t work for some reason. So I rebooted and here it is: http://susepaste.org/40735263
The G02 driver for your Graphics is not build (for Leap15.0) and not supported anymore so I suggest to deinstall all NVidia-drivers and restart your system.
I’ve tried to install it, but it didn’t find the kernel sources even when I installed them (via zypper) and used a special flag to specify sources location.
IMO all that’s needed is to restore the FOSS purity of the original 15.0 installation: eliminate all the contamination caused by proprietary driver installation, not the least of which is nouveau blacklisting. 13 year old hardware should not depend on proprietary drivers, and IME, it doesn’t.