No no, i only installed lib32-nvidia-utils before it borked, now via chroot ing into the system i did nvidia-dkms and it worked, im in EoS now…
I rebooted many times after and it worked… why bork now…
inxi -Ga
Edit: What does this show?
Neat thanks, will write that down in my notebook.
[kiloneie@kiloneie-x470aorusultragaming ~]$ inxi -Ga
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "",
LC_ALL = (unset),
LC_ADDRESS = "sl_SI.UTF-8",
LC_NAME = "sl_SI.UTF-8",
LC_MONETARY = "sl_SI.UTF-8",
LC_PAPER = "sl_SI.UTF-8",
LC_IDENTIFICATION = "sl_SI.UTF-8",
LC_TELEPHONE = "sl_SI.UTF-8",
LC_MEASUREMENT = "sl_SI.UTF-8",
LC_TIME = "sl_SI.UTF-8",
LC_NUMERIC = "sl_SI.UTF-8",
LANG = "Default.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Graphics:
Device-1: NVIDIA GP104 [GeForce GTX 1070 Ti] vendor: Gigabyte
driver: nvidia v: 510.54 alternate: nouveau,nvidia_drm pcie: gen: 3
speed: 8 GT/s lanes: 8 link-max: lanes: 16 bus-ID: 0a:00.0
chip-ID: 10de:1b82 class-ID: 0300
Device-2: NVIDIA GP106 [GeForce GTX 1060 3GB] driver: nvidia v: 510.54
alternate: nouveau,nvidia_drm pcie: gen: 1 speed: 2.5 GT/s lanes: 8
link-max: gen: 3 speed: 8 GT/s lanes: 16 bus-ID: 0b:00.0
chip-ID: 10de:1c02 class-ID: 0300
Display: x11 server: X.Org v: 1.21.1.3 compositor: kwin_x11 driver: X:
loaded: nvidia unloaded: modesetting alternate: fbdev,nouveau,nv,vesa
gpu: nvidia,nvidia display-ID: :0 screens: 1
Screen-1: 0 s-res: 4480x1440 s-dpi: 92 s-size: 1237x393mm (48.7x15.5")
s-diag: 1298mm (51.1")
Monitor-1: DP-4 pos: primary,left res: 2560x1440 dpi: 93
size: 697x392mm (27.4x15.4") diag: 800mm (31.5")
Monitor-2: HDMI-0 pos: right res: 1920x1080 hz: 60 dpi: 94
size: 521x293mm (20.5x11.5") diag: 598mm (23.5")
OpenGL: renderer: NVIDIA GeForce GTX 1070 Ti/PCIe/SSE2
v: 4.6.0 NVIDIA 510.54 direct render: Yes
Drivers are installed correctly.
Edit: It show that it’s using the 510.54 current driver and that the GTX 1070 is doing the rendering.
I am confused though how installing nvidia drivers fixed this, i installed lib32-nvidia-utils like half a dozen reboots ago, but only after half a dozen reboots after it decided to bork ? Though… my pamac didn’t show up until many restarts later either… installed, rebooted, nothing, installed 3x in a row(it installed like it never was there one after another lol), rebooted, nothing, then a day later… it’s there… O,O what !?
Cosmic rays man D:…
Did you have the nvidia drivers installed before that because it looked to me as thought it was running nouveau?
Nope, i booted the live usb image, went away for a minute, proceeded to install EoS, only several sessions later i installed lib32-nvidia-utils.
Edit: i didn’t pick nvidia at boot.
Why would you install lib32-nvidia-utils if you don’t have the drivers installed? These are the 32 bit files. Correct me if I’m wrong @jonathon?
Didn’t read the aur description D:, just sudo pacman -Ss nvidia, saw that and installed it, woops D:… Im guessing it serves no purpose for me, so i should remove it.
That’s a different package - that one is the pre-compiled NVIDIA driver module for the linux
kernel.
This will have brought in nvidia-utils
as a dependency, and nvidia-utils
blacklists nouveau
. Hence the problem: no driver for the GPU.
Installing nvidia-dkms
“fixed” the problem because it brought in the nvidia
driver that was used in place of the backlisted nouveau
.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.