You are not logged in.
Does your nvidia card support driver versions above 570.xxx.xxx? If so this is what I do.
sudo apt install linux-headers-amd64
wget https://developer.download.nvidia.com/c … -1_all.deb
sudo dpkg -i cuda-keyring_1.1-1_all.deb
sudo apt-get update
sudo apt-get install cuda-drivers
sudo reboot
You will own nothing and be depressed
SOURCEFORGE jack-bridge
Offline
I've just followed this on my fresh Excalibur install, and fastfetch doesn't seem to be showing anything different to "X11" despite etrminal during installation confirming X11 getting uninstalled and replaced by Xlibre.
I used : ~$ env | grep -E -i 'x11|xorg|wayland'
XDG_SESSION_TYPE=x11
And that is what it shows me, am I missing something?
Offline
What do you expect from a X11 replacement?
From my Excalibur on XLibre VM:
~$ env | grep -E -i 'x11|xorg|wayland'
XDG_SESSION_TYPE=x11Last edited by rolfie (Yesterday 19:22:12)
Offline
@rations
Does your nvidia card support driver versions above 570.xxx.xxx? If so this is what I do.
sudo apt install linux-headers-amd64
wget https://developer.download.nvidia.com/c … -1_all.deb
sudo dpkg -i cuda-keyring_1.1-1_all.deb
sudo apt-get update
sudo apt-get install cuda-drivers
sudo reboot
Sorry. But are you replying to my question in
https://dev1galaxy.org/viewtopic.php?pid=63534#p63534 or you commenting something else?
I am a bit confused about relationship between cuda drivers and my issues with empty/black windows under XLibre.
Offline
You asked for recommendations. I'm just sharing what I use with xlibre on excalibur and have not had any issues.
You will own nothing and be depressed
SOURCEFORGE jack-bridge
Offline
"mage slayer"
i have used this wiki to install nvidia driver for gt 710 on a devuan 5 daedalus OS, it could function also for devuan 6?
https://wiki.debian.org/NvidiaGraphicsDrivers
0 apt install linux-headers-generic
1, using nvidia-detect
(it would say in my case "nvidia-tesla-470-something")
then i went to
11. debian bullseye (470.xx)
instead of
# apt install nvidia-driver firmware-misc-nonfree
adapted to
# apt install nvidia-tesla-470-driver firmware-misc-nonfree --no-install-recommends
after reboot, there is some error message during booting process related to nvidia, however it seems the graphics driver is active and somewhwat functioning; (tested with geekbench --compute) there is no opencl, installed, however.
the "--no-install-recommends" portion was needed, since otherwise there would be error with devuan package "nvidia-persistenced" that has been discussed on the forum.
hopefully on devuan 6 this can all be easier, and no-install-recommends is no longer needed.
Offline
Ok. Thanks for details! I'll make my tests.
Offline