Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

thinstation-ng : xorg7_nvidia install fails. #882

Open
trezel opened this issue Feb 26, 2025 · 3 comments
Open

thinstation-ng : xorg7_nvidia install fails. #882

trezel opened this issue Feb 26, 2025 · 3 comments

Comments

@trezel
Copy link

trezel commented Feb 26, 2025

Hi,

image building fails when trying to integrate xorg7-nvidia package. Error was :
make: *** [Makefile:82: clean] Error 2
/ts/build/packages/xorg7_nvidia/build/install: line 107: prt-get: command not found

Sequel from former version, I think...

I tried replacing prt-get lines with dnf ones. It seems to work (build is not failing anymore) :

#prt-get remove mesa3d
#prt-get remove glu
#prt-get remove glew
#prt-get remove libglvnd
dnf  remove mesa3d
dnf remove glu
dnf remove glew
dnf remove libglvnd

#prt-get install mesa3d -uf
#prt-get install glu -uf
#prt-get install glew -uf
#prt-get install libglvnd -uf
dnf install mesa3d -y
dnf install glu -y
dnf install glew -y
dnf install libglvnd -y

But, after this operation, when I try a new build, I got error :

 Checking for required commands... which: no vncpasswd in (/usr/local/bin:/usr/bin:/bin:/sbin:/usr/sbin:/usr/local/sbin:/ts/bin)
FAIL
Your Thinstation installation is broken; the following needed tools
are missing: vncpasswd
This build system requires them; aborting build
Are you inside the chroot environment?

dnf install vncpasswd in chroot fixes the issue, but I guess next build will produce the same issue (removing vncpasswd) ?

Sorry Don, for spamming the wiki this times ;-)

Regards
E.T.

@trezel
Copy link
Author

trezel commented Feb 26, 2025

I tried to boot a (physical) machine with nvidiaGPU.... boot fails (no graphical launch/ kernel modules missing).
The packages installs, but doesn't seem to work :(

E.T.

@Doncuppjr
Copy link
Collaborator

Yeah, I've not reworked that package yet. nouveau works pretty decent though.

@Doncuppjr
Copy link
Collaborator

Out of tree kernel modules is a whole other rabbit whole. It requires considerations for Secureboot. I would have to get a newer shim approved and signed by RH/MS, compile and sign the kernel, compile and sign grub, build and sign the modules and then distribute them. There wouldn't be any user self compile options for anything other than BIOS mode. Lots of work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants