NomadBSD icon indicating copy to clipboard operation
NomadBSD copied to clipboard

No screen detected when installed on Hard Drive

Open ghost opened this issue 2 years ago • 5 comments

NomadBSD 130R-20210508 (64-bit/x86-64/amd64) was successfully installed and running on a USB stick. The screen was detected and the GUI was running smoothly.

However I preferred to have the OS permanently on a Hard Drive. I tried the basic installation on the Hard Drive from the USB Stick. It installed NVIDIA drivers 440.

However when I boot from the hard drive, no GUI is shown. When I input the command X : no screen detected.

Processor: Intel® Core™ i7-8700K CPU @ 3.70GHz × 12 GPU: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] Display: Sharp Corporation 32''

Any advice on how to fix this issue?

ghost avatar Jun 22 '22 03:06 ghost

Hi @Tspecq,

please run

nomadbsd-sysinfo | nc termbin.com 9999

and post the returned link here.

mrclksr avatar Jun 22 '22 15:06 mrclksr

Result: https://termbin.com/qehs

Le 22.06.2022 17:01, mrclksr a écrit :

Hi @Tspecq [1],

please run

nomadbsd-sysinfo | nc termbin.com 9999

and post the returned link here.

-- Reply to this email directly, view it on GitHub [2], or unsubscribe [3]. You are receiving this because you were mentioned.Message ID: @.***>

Links:

[1] https://github.com/Tspecq [2] https://github.com/nomadbsd/NomadBSD/issues/111#issuecomment-1163223567 [3] https://github.com/notifications/unsubscribe-auth/AHOS4EVVYLL3CLBJCA64LHDVQMTFPANCNFSM5ZOVG2EA

ghost avatar Jun 23 '22 01:06 ghost

According to xorg.0.log the NVIDIA driver is not installed:

 [    75.950] (II) LoadModule: "nvidia"
 [    75.950] (II) Loading /usr/local/lib/xorg/modules/drivers/nvidia_drv.so
 [    75.950] (EE) Failed to load /usr/local/lib/xorg/modules/drivers/nvidia_drv.so: Cannot open "/usr/local/lib/xorg/modules/drivers/nvidia_drv.so"
 [    75.950] (EE) Failed to load module "nvidia" (loader failed, 0)

Install the latest nvidia-driver package:

% sudo pkg install nvidia-driver-470

mrclksr avatar Jun 23 '22 08:06 mrclksr

It didn't do the trick

All repository are up-to-dates
pkg: no packages available to install matching nvidia-driver-440

Internet was available during the whole installation

Latest termbin.com : https://termbin.com/lu8yx

1 2 3

ghost avatar Jun 27 '22 08:06 ghost

Version 1.4 of NomadBSD is quite old, and so are the packages. Upgrade your packages first:

% sudo pkg upgrade

then

% sudo pkg install nvidia-driver

This should install the latest NVIDIA driver.

mrclksr avatar Jun 27 '22 15:06 mrclksr