kiss-community / grepo

GKISS - A fork of KISS Linux that uses the GNU C library, mirror of https://codeberg.org/kiss-community/grepo
MIT License
57 stars 6 forks source link

[NVIDIA] kiss-xorg support? #27

Closed NoSequel closed 2 years ago

NoSequel commented 2 years ago

Is this possible? Currently, I'm running into 2 issues:

1

Xorg can't find the nvidia module: https://termbin.com/hr5q

2

libepoxy cannot be compiled with mesa compiled using libglvnd (for some reason).

I'm not sure if I'm doing anything wrong - or if there are some modifications which need to be done for Xorg. Any help would be greatly appreciated! Thanks in advance.

NoSequel commented 2 years ago

I was able to compile libepoxy with libglvnd by removing Dx11=false from the libglvnd build file, however the Xorg error still persists.

git-bruh commented 2 years ago

I'll update the nvidia package in some time to install nvidia xorg libraries too, if xorg-server is installed. Then it will work.

NoSequel commented 2 years ago

I'll update the nvidia package in some time to install nvidia xorg libraries too, if xorg-server is installed. Then it will work.

Alright, thanks for the response!

git-bruh commented 2 years ago

Hi, please update to the latest commit and rebuild the nvidia package. Then just run nvidia-xconfig as root and try to start xorg.

NoSequel commented 2 years ago

Hi, please update to the latest commit and rebuild the nvidia package. Then just run nvidia-xconfig as root and try to start xorg.

Hey, it seems to be working. Thanks a lot!

git-bruh commented 2 years ago

Nice. Let me know if you have further issues.