You are not logged in.
I've searched Synaptic package manager for web browsers and found:
chromium - web browser
conkeror - keyboard focused web browser with Emacs look and feel
dillo - Small and fast web browser
firefox-esr - Mozilla Firefox web browser - Extended Support Release (ESR) <--- installed on my system
hv3 - Lightweight web browser
iceweasel - Web browser based on Firefox - Transitional package
konqueror - advanced file manager, web browser and document viewer <--- I'm using this to make this post
links2 - Web browser running in both graphics and text mode
luakit - fast and small web browser extensible by Lua
midori - fast, lightweight graphical web browser
netsurf - small web browser with CSS support - transitional package
qupzilla - lightweight web browser based on libqtwebkit
surf2 - Simple web browser by suckless community. Version 2.
xombrero - minimalist web browser
And that's ignoring text based browsers.
So I'm a bit spoilt for choice looking for a privacy oriented browser. Which would be worth considering? Or should I ask which are not worth considering for privacy?
Chris
I've managed to get gmp-ecm GPU support working by recompiling it all with clang. See http://mersenneforum.org/showthread.php?t=23561 post 10.
So this issue is solved. How do I set the topic to say that?
Chris
Upgrading the OS from 4.9.0-6-amd64 to 4.9.0-7-amd64 fixed the driver problems. Now nvidia-smi works OK.
Testing nvcc I found it won't work with gcc 6.3.0. But it will work with clang 3.8 (and probably 3.9 or 4.0).
Now all I need to do is to get the apps I want to run under CUDA to work.
Chris
Thank you. The clue was you are running 4.9.0-7-amd64 while I was running 4.9.0-6-amd64. After apt-get update and apt-get dist-upgrade I get
$ nvidia-smi
Wed Aug 15 08:34:48 2018
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 384.130 Driver Version: 384.130 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 460 Off | 00000000:01:00.0 N/A | N/A |
| 40% 39C P3 N/A / N/A | 89MiB / 963MiB | N/A Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 Not Supported |
+-----------------------------------------------------------------------------+Which is what I should get.
Chris
Hello,
Has anyone managed to get CUDA working on Devuan? If I can't get it working I'll reluctantly have to switch to another Linux distribution.
Chris
Could anyone running the nvidia driver without problems (either on ascii or an earlier release) please run the following commands (they don't need to be run as root) and post the output:
dpkg-query --search nvidia-current-drm
dpkg-query --search nvidia-current-uvm
dpkg-query --search nvidia-current-modeset
That should tell us what package provides them.
Chris
Hello,
I'm trying to get CUDA working on a system running Devuan. The GPU should support it:
$ nvidia-detect
Detected NVIDIA GPUs:
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF104 [GeForce GTX 460] [10de:0e22] (rev a1)
Checking card: NVIDIA Corporation GF104 [GeForce GTX 460] (rev a1)
Your card is supported by all driver versions.
It is recommended to install the
nvidia-driver
package.nvidia-driver version 384.130-1 is installed.
But something seems to be missing:
# nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.When rebooting the system I got messages about nvidia-current-modeset and nvidia-current-drm not being in /lib/modules/4.9.0-6-amd64 (I had to pause the boot with control-S, write them down, then control-Q to continue the boot). Similar messages come from:
# modprobe nvidia
modprobe: FATAL: Module nvidia-current not found in directory /lib/modules/4.9.0-6-amd64
modprobe: ERROR: ../libkmod/libkmod-module.c:977 command_do() Error running install command for nvidia
modprobe: ERROR: could not insert 'nvidia': Operation not permittedWhat packages provide nvidia-current-modeset and nvidia-current-drm?
Chris