Pages:
Author

Topic: [ mining os ] nvoc - page 78. (Read 418542 times)

newbie
Activity: 44
Merit: 0
January 14, 2018, 12:19:51 PM
I just received the new P104-100 GPU (sample).
Should i use settings for P106?
I will tell you my rates soon.
jr. member
Activity: 128
Merit: 1
January 14, 2018, 10:07:15 AM
Hi all! My rig has yet to be built but reading about the full headless mode for P106_100 made me think on this aspect of my project I don't resolved yet. Does nvOC also supports full headless mode for other nvidia cards with video outputs? I mean, can I run nvOC on a rig made only of 1070s without a monitor attached after all setup is completed?

Hi LuKePicci,

Yes, you can! I have 4 rigs running with nvOC and no any monitor attached.
All I need is SSH  Smiley

Thank you for your confirmation, but should I enable the option for P106_100_FULL_HEADLESS_MODE even if my gpus are 1070s? If yes, should it be enabled only when booting with no monitor attached or even while troubleshooting/installing with a monitor connected (to the primary nvidia gpu and not to the iGPU as written in the op)?
newbie
Activity: 9
Merit: 0
January 14, 2018, 09:37:32 AM
Good afternoon!

I have a problem that users previously described - at the start of the computer the error XORG Problem detected (reboot endlessly)

I inserted the cable into the video card, not the motherboard.
Tried without a cable - just log in to ssh, at the command bash 1bash neither errors, nor start.

What's the matter?


If you are in nvOC v0019-2.0 please run and post output of

Code:
~/nvOC report

This file “nvOC” i don’t search in my OS, and this command not working
But i downloading last version of OS from official site.

St now i start grep command with “nvOC”, wait results
full member
Activity: 340
Merit: 103
It is easier to break an atom than partialities AE
January 14, 2018, 09:14:00 AM

Nice android app for auto switchers who mine on MiningPoolHub: MPH Stats
Its great, shows all your workers in 1 page, no need to scroll through all mph web site to find out your workers ...

Info:
Code:
Load your Mining Pool Hub balances page and view it as a single Crypto Currency or FIAT currency.
Supported base currencies:
FIAT: USD, CAD, GBP, EUR
Crypto: BTC, ETH, LTC, XMR

The amount you'll see in the app is the sum of your balance, unconfirmed balance, auto-exchange, unconfirmed auto-exchange and on exchange.

Also monitor your workers, the coin each worker mine and the current hash rate.



Indeed. Best than the one i used before.

Thanks.
hero member
Activity: 630
Merit: 502
January 14, 2018, 03:05:54 AM
@NameTaken
   Have you by chance did a byte by byte file comparison of both xorgs?  I am wondering if you have an erroneous character in there some where that is being the culprit.
Something on the lines of a shift space or that nature. Have seen that raise hell in programs before.

Just a thought on that.  I think diff would work since they are txt type files.

thay
Code:
$ sudo mount -o offset=10485760 nvOC-V0019-2.0.img /mnt
$ sha256sum /mnt/etc/X11/xorg.conf{,.backup}
c77f1170f29b08d805d9425a2c29d079eb5a27cfd75b4a4cdc8ed6a93689966d  /mnt/etc/X11/xorg.conf
c77f1170f29b08d805d9425a2c29d079eb5a27cfd75b4a4cdc8ed6a93689966d  /mnt/etc/X11/xorg.conf.backup

I'm not using P106s so I didn't enable P106_100_FULL_HEADLESS_MODE but will try. The rig can be headless with normal GPUs and there are P104-100s coming out so calling the option P106_100_FULL_HEADLESS_MODE could cause misunderstanding and confusion.
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
January 14, 2018, 02:09:55 AM
Sorry in advance if this was already asked and answered, but can this OS be used to mine bitcoin gold using 1080ti GPUs?

Yes it can. I do off and on do a run on BTG. I use Claymores miner and it works great. Good steady hash rate.  I do use 1060's tho but the '80s should be faster is all.

thay


As far as I remember Claymore didnt have Nvidia miner for equihash.
Is there a new version for that?

Oh darn, my bad.  EWBF I use for BTG.  But the Ver20 switches auto to it when it shows best.

I recommend you try zm miner, it gives much more hash rate and more stable.
Same 2% dev fee as ewbf 3.4
newbie
Activity: 64
Merit: 0
January 14, 2018, 01:57:57 AM
Sorry in advance if this was already asked and answered, but can this OS be used to mine bitcoin gold using 1080ti GPUs?

Yes it can. I do off and on do a run on BTG. I use Claymores miner and it works great. Good steady hash rate.  I do use 1060's tho but the '80s should be faster is all.

thay


As far as I remember Claymore didnt have Nvidia miner for equihash.
Is there a new version for that?

Oh darn, my bad.  EWBF I use for BTG.  But the Ver20 switches auto to it when it shows best.
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
January 14, 2018, 01:47:44 AM
@NameTaken
   Have you by chance did a byte by byte file comparison of both xorgs?  I am wondering if you have an erroneous character in there some where that is being the culprit.
Something on the lines of a shift space or that nature. Have seen that raise hell in programs before.

Just a thought on that.  I think diff would work since they are txt type files.

thay

This is the xorg update for p106 headless in 3main

Code:
  if [ $P106_100_FULL_HEADLESS_MODE == "YES" ]
  then
    if grep -q "XORG_UPDATED" /home/m1/xorg_flag;
    then
      sleep 2
      UPDATE="NO"
    fi
    if [ $UPDATE == "YES" ]
    then
      sudo nvidia-xconfig --enable-all-gpus --cool-bits=12
      cd /home/m1
      echo XORG_UPDATED > '/home/m1/xorg_flag'
      sleep 4
      echo "XORG UPDATED"
      echo ''
      echo "Rebooting in 5"
      echo ''
      echo "disconnect monitor if connected"
      sleep 5
      sudo reboot
    fi


It runs when headless p106 set to yes
Code:
sudo nvidia-xconfig --enable-all-gpus --cool-bits=12

since I have no experience on headless p106, was wondering should it be changed to NameTaken command to solve headless users issue?

Code:
sudo nvidia-xconfig -a --cool-bits=28 --allow-empty-initial-configuration
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
January 14, 2018, 01:43:56 AM
Sorry in advance if this was already asked and answered, but can this OS be used to mine bitcoin gold using 1080ti GPUs?

Yes it can. I do off and on do a run on BTG. I use Claymores miner and it works great. Good steady hash rate.  I do use 1060's tho but the '80s should be faster is all.

thay


As far as I remember Claymore didnt have Nvidia miner for equihash.
Is there a new version for that?
newbie
Activity: 64
Merit: 0
January 14, 2018, 01:41:33 AM
@NameTaken
   Have you by chance did a byte by byte file comparison of both xorgs?  I am wondering if you have an erroneous character in there some where that is being the culprit.
Something on the lines of a shift space or that nature. Have seen that raise hell in programs before.

Just a thought on that.  I think diff would work since they are txt type files.

thay
newbie
Activity: 64
Merit: 0
January 14, 2018, 01:35:36 AM
Sorry in advance if this was already asked and answered, but can this OS be used to mine bitcoin gold using 1080ti GPUs?

Yes it can. I do off and on do a run on BTG. I use Claymores miner and it works great. Good steady hash rate.  I do use 1060's tho but the '80s should be faster is all.

thay
hero member
Activity: 630
Merit: 502
January 14, 2018, 01:34:42 AM
newbie
Activity: 6
Merit: 0
January 14, 2018, 01:03:51 AM
Sorry in advance if this was already asked and answered, but can this OS be used to mine bitcoin gold using 1080ti GPUs?
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
January 14, 2018, 12:11:59 AM

fullzero's nvOC never had Auto OC and It was never included in community release to get excluded.
Community Release is based on fullzero works and beliefs, he never liked the idea of rigs settings be hosted on remote servers and we believe that too.

I think a mild/normal overclock will give much more profit in long run than push the cards to the limit and change the OC all the time to get a little more hash rate, and PXA fork already has it, so if any one wants Auto OC they can use it  Wink

So the answer to your question will be no. there are no plans to have Auto OC, and I don't think there ever be.


I tried Auto OC with PXA fork and it was not my thing. Regardless, have you considered something which could be considered "algorythm based individual overclocking" ? I believe there are quite a few people who have built rigs by bying one GPU from here and another GPU from there, resulting in seriously mixed configurations. And they might be willing to tweak the hell out of it. And tbh, isn't that part of the deal. Smiley

And, yes, I understand this would bloat config files beyond imagination. Smiley

--
Tigel


Hey Tigel, Algorithm based individual clocking is already there in the 1bash.

It is 'damNmad_AUTO_OC="YES"' and you can enter values in the end of the 1bash.

Please have a look and give it a go.

We are definitely open to suggestions and willing to work on them. But we stand with fullzero and his thoughts even in his absence, so some of the things we won't doing is because we want to respect his thoughts and decisions and I think community is also with us regarding that.

We are also providing every possible thing to support all the community when they require help, we are proud of it Smiley

We have this list of OC settings community can use stored over here

krypto-mining.blogspot.co.uk



Hi damNmad

tigel is asking for individual algo oc ... some thing for this : 2x1080, 2x1070ti, 2x1060
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
January 14, 2018, 12:05:53 AM
full member
Activity: 378
Merit: 104
nvOC forever
January 13, 2018, 08:06:29 PM

fullzero's nvOC never had Auto OC and It was never included in community release to get excluded.
Community Release is based on fullzero works and beliefs, he never liked the idea of rigs settings be hosted on remote servers and we believe that too.

I think a mild/normal overclock will give much more profit in long run than push the cards to the limit and change the OC all the time to get a little more hash rate, and PXA fork already has it, so if any one wants Auto OC they can use it  Wink

So the answer to your question will be no. there are no plans to have Auto OC, and I don't think there ever be.


I tried Auto OC with PXA fork and it was not my thing. Regardless, have you considered something which could be considered "algorythm based individual overclocking" ? I believe there are quite a few people who have built rigs by bying one GPU from here and another GPU from there, resulting in seriously mixed configurations. And they might be willing to tweak the hell out of it. And tbh, isn't that part of the deal. Smiley

And, yes, I understand this would bloat config files beyond imagination. Smiley

--
Tigel


Hey Tigel, Algorithm based individual clocking is already there in the 1bash.

It is 'damNmad_AUTO_OC="YES"' and you can enter values in the end of the 1bash.

Please have a look and give it a go.

We are definitely open to suggestions and willing to work on them. But we stand with fullzero and his thoughts even in his absence, so some of the things we won't doing is because we want to respect his thoughts and decisions and I think community is also with us regarding that.

We are also providing every possible thing to support all the community when they require help, we are proud of it Smiley

We have this list of OC settings community can use stored over here

krypto-mining.blogspot.co.uk

newbie
Activity: 15
Merit: 0
January 13, 2018, 07:59:12 PM
I'm back!

So after all that, I don't get miner, watchdog, temp screens. So I tried to kick start it with ./2unix and got this lovely response:

Code:
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
  warnings.warn(str(e), _gtk.Warning)
/usr/lib/python2.7/dist-packages/keybinder/__init__.py:26: GtkWarning: IA__gdk_keymap_get_for_display: assertion 'GDK_IS_DISP
LAY (display)' failed
  from _keybinder import *
/usr/lib/python2.7/dist-packages/keybinder/__init__.py:26: GtkWarning: IA__gdk_screen_get_root_window: assertion 'GDK_IS_SCRE
EN (screen)' failed
  from _keybinder import *

** (main.py:2023): WARNING **: keybinder_init: Unable to open display

(guake:2023): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/lib/python2.7/dist-packages/guake/main.py", line 239, in
    exec_main()
  File "/usr/lib/python2.7/dist-packages/guake/main.py", line 230, in exec_main
    if not test_gconf():
  File "/usr/lib/python2.7/dist-packages/guake/common.py", line 52, in test_gconf
    return c.dir_exists('/apps/guake')
glib.GError: No D-BUS daemon running

Any ideas?


In 1bash you set local or remote to remote?

It's REMOTE.

If there is one question that might help solve this that I can't seem to find a straight answer for is:

- Where is nvidia-settings called from which results in the creation of xorg.conf?
hero member
Activity: 630
Merit: 502
January 13, 2018, 04:24:07 PM
I turned almost everything off in 1bash but how to configure 1bash to disable auto starting mining process?

Bellow COIN="xxxx"

Code:
AUTO_START_MINER="YES"      # YES or NO # Set this to NO when troubleshooting, this will prevent the watchdog restarting the rig
Using nvOC_v0019_1.4 and I don't see AUTO_START_MINER in 1bash.

sorry, Edited my original message

Edit:
You can close gnome-terminal as soon as it opened.
This is for headless rigs. Downloading V0019-2.0 now. For AUTO_UPDATE is there a choice to disable it or do I have to edit 10periodic and 20auto-upgrades?

Some users reported some problems on full headless, no idea if their problems solved or not, most just reported and never posted if they solved it or not.

So please let us know how it goes
In headless mode, LightDM would not start until I logged in via SSH and generated xorg.conf with

Code:
$ sudo nvidia-xconfig -a --cool-bits=28 --allow-empty-initial-configuration

then LightDM started Unity which ran 2unix and rebooted.

Code:
Jan 13 14:07:45 m1-desktop nvidia-persistenced[2879]: device 0000:01:00.0 - registered
Jan 13 14:07:45 m1-desktop nvidia-persistenced[2879]: Local RPC service initialized
Jan 13 14:07:45 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:46 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:46 m1-desktop lightdm[2831]: /etc/modprobe.d is not a file
Jan 13 14:07:46 m1-desktop nvidia-persistenced[2879]: Received signal 15
Jan 13 14:07:46 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:07:46 m1-desktop nvidia-persistenced[2879]: Socket closed.
Jan 13 14:07:46 m1-desktop nvidia-persistenced[2879]: PID file unlocked.
Jan 13 14:07:46 m1-desktop nvidia-persistenced[2879]: PID file closed.
Jan 13 14:07:46 m1-desktop nvidia-persistenced[2879]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:07:46 m1-desktop nvidia-persistenced[2879]: Shutdown (2879)
Jan 13 14:07:46 m1-desktop lightdm[2831]: /etc/modprobe.d is not a file
Jan 13 14:07:46 m1-desktop lightdm[2831]: /etc/modprobe.d is not a file
Jan 13 14:07:46 m1-desktop lightdm[2831]: /etc/modprobe.d is not a file
Jan 13 14:07:46 m1-desktop lightdm[2831]: /etc/modprobe.d is not a file
Jan 13 14:07:46 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:07:46 m1-desktop lightdm[2831]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:46 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:07:46 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:07:46 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:07:46 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:07:46 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:07:46 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:07:47 m1-desktop gpu-manager[2908]: /etc/modprobe.d is not a file
Jan 13 14:07:47 m1-desktop gpu-manager[2908]: /etc/modprobe.d is not a file
Jan 13 14:07:47 m1-desktop gpu-manager[2908]: /etc/modprobe.d is not a file
Jan 13 14:07:47 m1-desktop gpu-manager[2908]: /etc/modprobe.d is not a file
Jan 13 14:07:47 m1-desktop gpu-manager[2908]: /etc/modprobe.d is not a file
Jan 13 14:07:47 m1-desktop gpu-manager[2908]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:47 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:07:47 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:07:47 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:07:47 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:07:47 m1-desktop nvidia-persistenced[2947]: Verbose syslog connection opened
Jan 13 14:07:47 m1-desktop nvidia-persistenced[2947]: Now running with user ID 121 and group ID 129
Jan 13 14:07:47 m1-desktop nvidia-persistenced[2947]: Started (2947)
Jan 13 14:07:47 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:07:48 m1-desktop nvidia-persistenced[2947]: device 0000:01:00.0 - registered
Jan 13 14:07:48 m1-desktop nvidia-persistenced[2947]: Local RPC service initialized
Jan 13 14:07:48 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:49 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:49 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2947]: Received signal 15
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2947]: Socket closed.
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2947]: PID file unlocked.
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2947]: PID file closed.
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2947]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2947]: Shutdown (2947)
Jan 13 14:07:49 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:49 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:49 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:49 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:49 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:49 m1-desktop lightdm[2933]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:49 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:07:49 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2982]: Verbose syslog connection opened
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2982]: Now running with user ID 121 and group ID 129
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2982]: Started (2982)
Jan 13 14:07:49 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2982]: device 0000:01:00.0 - registered
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2982]: Local RPC service initialized
Jan 13 14:07:49 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:51 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:51 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:07:51 m1-desktop nvidia-persistenced[2982]: Received signal 15
Jan 13 14:07:51 m1-desktop nvidia-persistenced[2982]: Socket closed.
Jan 13 14:07:51 m1-desktop nvidia-persistenced[2982]: PID file unlocked.
Jan 13 14:07:51 m1-desktop nvidia-persistenced[2982]: PID file closed.
Jan 13 14:07:51 m1-desktop nvidia-persistenced[2982]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:07:51 m1-desktop nvidia-persistenced[2982]: Shutdown (2982)
Jan 13 14:07:51 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:07:53 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:53 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:53 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:53 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:53 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:53 m1-desktop lightdm[2933]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:53 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:07:53 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:07:53 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:07:53 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:07:53 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:07:53 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:07:54 m1-desktop gpu-manager[3011]: /etc/modprobe.d is not a file
Jan 13 14:07:54 m1-desktop gpu-manager[3011]: /etc/modprobe.d is not a file
Jan 13 14:07:54 m1-desktop gpu-manager[3011]: /etc/modprobe.d is not a file
Jan 13 14:07:54 m1-desktop gpu-manager[3011]: /etc/modprobe.d is not a file
Jan 13 14:07:54 m1-desktop gpu-manager[3011]: /etc/modprobe.d is not a file
Jan 13 14:07:54 m1-desktop gpu-manager[3011]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:54 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:07:54 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:07:54 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:07:54 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:07:54 m1-desktop nvidia-persistenced[3053]: Verbose syslog connection opened
Jan 13 14:07:54 m1-desktop nvidia-persistenced[3053]: Now running with user ID 121 and group ID 129
Jan 13 14:07:54 m1-desktop nvidia-persistenced[3053]: Started (3053)
Jan 13 14:07:54 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:07:54 m1-desktop nvidia-persistenced[3053]: device 0000:01:00.0 - registered
Jan 13 14:07:54 m1-desktop nvidia-persistenced[3053]: Local RPC service initialized
Jan 13 14:07:54 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:55 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:55 m1-desktop nvidia-persistenced[3053]: Received signal 15
Jan 13 14:07:55 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:07:55 m1-desktop nvidia-persistenced[3053]: Socket closed.
Jan 13 14:07:55 m1-desktop nvidia-persistenced[3053]: PID file unlocked.
Jan 13 14:07:55 m1-desktop nvidia-persistenced[3053]: PID file closed.
Jan 13 14:07:55 m1-desktop nvidia-persistenced[3053]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:07:55 m1-desktop nvidia-persistenced[3053]: Shutdown (3053)
Jan 13 14:07:55 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:07:56 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:56 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:56 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:56 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:56 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:56 m1-desktop lightdm[3038]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:56 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:07:56 m1-desktop nvidia-persistenced[3087]: Verbose syslog connection opened
Jan 13 14:07:56 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:07:56 m1-desktop nvidia-persistenced[3087]: Now running with user ID 121 and group ID 129
Jan 13 14:07:56 m1-desktop nvidia-persistenced[3087]: Started (3087)
Jan 13 14:07:56 m1-desktop nvidia-persistenced[3087]: device 0000:01:00.0 - registered
Jan 13 14:07:56 m1-desktop nvidia-persistenced[3087]: Local RPC service initialized
Jan 13 14:07:56 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:57 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:57 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:07:57 m1-desktop nvidia-persistenced[3087]: Received signal 15
Jan 13 14:07:57 m1-desktop nvidia-persistenced[3087]: Socket closed.
Jan 13 14:07:57 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:57 m1-desktop nvidia-persistenced[3087]: PID file unlocked.
Jan 13 14:07:57 m1-desktop nvidia-persistenced[3087]: PID file closed.
Jan 13 14:07:57 m1-desktop nvidia-persistenced[3087]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:07:57 m1-desktop nvidia-persistenced[3087]: Shutdown (3087)
Jan 13 14:07:57 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:57 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:57 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:57 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:57 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:07:57 m1-desktop lightdm[3038]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:57 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:07:57 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:07:57 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:07:57 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:07:57 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:07:57 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:07:58 m1-desktop gpu-manager[3117]: /etc/modprobe.d is not a file
Jan 13 14:07:58 m1-desktop gpu-manager[3117]: /etc/modprobe.d is not a file
Jan 13 14:07:58 m1-desktop gpu-manager[3117]: /etc/modprobe.d is not a file
Jan 13 14:07:58 m1-desktop gpu-manager[3117]: /etc/modprobe.d is not a file
Jan 13 14:07:58 m1-desktop gpu-manager[3117]: /etc/modprobe.d is not a file
Jan 13 14:07:58 m1-desktop gpu-manager[3117]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:58 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:07:58 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:07:58 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:07:58 m1-desktop nvidia-persistenced[3157]: Verbose syslog connection opened
Jan 13 14:07:58 m1-desktop nvidia-persistenced[3157]: Now running with user ID 121 and group ID 129
Jan 13 14:07:58 m1-desktop nvidia-persistenced[3157]: Started (3157)
Jan 13 14:07:58 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:07:58 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:07:59 m1-desktop nvidia-persistenced[3157]: device 0000:01:00.0 - registered
Jan 13 14:07:59 m1-desktop nvidia-persistenced[3157]: Local RPC service initialized
Jan 13 14:07:59 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:00 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:00 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3157]: Received signal 15
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3157]: Socket closed.
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3157]: PID file unlocked.
Jan 13 14:08:00 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:00 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:00 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:00 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:00 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3157]: PID file closed.
Jan 13 14:08:00 m1-desktop lightdm[3144]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3157]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3157]: Shutdown (3157)
Jan 13 14:08:00 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:00 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:00 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3193]: Verbose syslog connection opened
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3193]: Now running with user ID 121 and group ID 129
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3193]: Started (3193)
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3193]: device 0000:01:00.0 - registered
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3193]: Local RPC service initialized
Jan 13 14:08:00 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:02 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:02 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:02 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:02 m1-desktop nvidia-persistenced[3193]: Received signal 15
Jan 13 14:08:02 m1-desktop nvidia-persistenced[3193]: Socket closed.
Jan 13 14:08:02 m1-desktop nvidia-persistenced[3193]: PID file unlocked.
Jan 13 14:08:02 m1-desktop nvidia-persistenced[3193]: PID file closed.
Jan 13 14:08:02 m1-desktop nvidia-persistenced[3193]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:02 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:02 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:02 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:02 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:02 m1-desktop nvidia-persistenced[3193]: Shutdown (3193)
Jan 13 14:08:02 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:08:02 m1-desktop lightdm[3144]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:02 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:08:02 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:08:02 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:02 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:08:02 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:08:02 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:08:03 m1-desktop gpu-manager[3222]: /etc/modprobe.d is not a file
Jan 13 14:08:03 m1-desktop gpu-manager[3222]: /etc/modprobe.d is not a file
Jan 13 14:08:03 m1-desktop gpu-manager[3222]: /etc/modprobe.d is not a file
Jan 13 14:08:03 m1-desktop gpu-manager[3222]: /etc/modprobe.d is not a file
Jan 13 14:08:03 m1-desktop gpu-manager[3222]: /etc/modprobe.d is not a file
Jan 13 14:08:03 m1-desktop gpu-manager[3222]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:03 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:08:03 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:08:03 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:08:03 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:03 m1-desktop nvidia-persistenced[3263]: Verbose syslog connection opened
Jan 13 14:08:03 m1-desktop nvidia-persistenced[3263]: Now running with user ID 121 and group ID 129
Jan 13 14:08:03 m1-desktop nvidia-persistenced[3263]: Started (3263)
Jan 13 14:08:03 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:04 m1-desktop nvidia-persistenced[3263]: device 0000:01:00.0 - registered
Jan 13 14:08:04 m1-desktop nvidia-persistenced[3263]: Local RPC service initialized
Jan 13 14:08:04 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:05 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:05 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:05 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3263]: Received signal 15
Jan 13 14:08:05 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:05 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:05 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:05 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3263]: Socket closed.
Jan 13 14:08:05 m1-desktop lightdm[3249]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3263]: PID file unlocked.
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3263]: PID file closed.
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3263]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3263]: Shutdown (3263)
Jan 13 14:08:05 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:05 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3298]: Verbose syslog connection opened
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3298]: Now running with user ID 121 and group ID 129
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3298]: Started (3298)
Jan 13 14:08:05 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3298]: device 0000:01:00.0 - registered
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3298]: Local RPC service initialized
Jan 13 14:08:05 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:06 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:06 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:06 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:06 m1-desktop nvidia-persistenced[3298]: Received signal 15
Jan 13 14:08:06 m1-desktop nvidia-persistenced[3298]: Socket closed.
Jan 13 14:08:06 m1-desktop nvidia-persistenced[3298]: PID file unlocked.
Jan 13 14:08:06 m1-desktop nvidia-persistenced[3298]: PID file closed.
Jan 13 14:08:06 m1-desktop nvidia-persistenced[3298]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:06 m1-desktop nvidia-persistenced[3298]: Shutdown (3298)
Jan 13 14:08:06 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:06 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:06 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:06 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:06 m1-desktop lightdm[3249]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:06 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:08:06 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:08:06 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:08:06 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:06 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:08:06 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:08:06 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:08:07 m1-desktop gpu-manager[3329]: /etc/modprobe.d is not a file
Jan 13 14:08:07 m1-desktop gpu-manager[3329]: /etc/modprobe.d is not a file
Jan 13 14:08:07 m1-desktop gpu-manager[3329]: /etc/modprobe.d is not a file
Jan 13 14:08:07 m1-desktop gpu-manager[3329]: /etc/modprobe.d is not a file
Jan 13 14:08:07 m1-desktop gpu-manager[3329]: /etc/modprobe.d is not a file
Jan 13 14:08:07 m1-desktop gpu-manager[3329]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:07 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:08:07 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:08:07 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:08:07 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:07 m1-desktop nvidia-persistenced[3370]: Verbose syslog connection opened
Jan 13 14:08:07 m1-desktop nvidia-persistenced[3370]: Now running with user ID 121 and group ID 129
Jan 13 14:08:07 m1-desktop nvidia-persistenced[3370]: Started (3370)
Jan 13 14:08:07 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:08 m1-desktop nvidia-persistenced[3370]: device 0000:01:00.0 - registered
Jan 13 14:08:08 m1-desktop nvidia-persistenced[3370]: Local RPC service initialized
Jan 13 14:08:08 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:09 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:09 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:09 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:09 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3370]: Received signal 15
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3370]: Socket closed.
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3370]: PID file unlocked.
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3370]: PID file closed.
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3370]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3370]: Shutdown (3370)
Jan 13 14:08:09 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:09 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:09 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:09 m1-desktop lightdm[3355]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:09 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:09 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3403]: Verbose syslog connection opened
Jan 13 14:08:09 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3403]: Now running with user ID 121 and group ID 129
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3403]: Started (3403)
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3403]: device 0000:01:00.0 - registered
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3403]: Local RPC service initialized
Jan 13 14:08:09 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:10 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:10 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:10 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:10 m1-desktop nvidia-persistenced[3403]: Received signal 15
Jan 13 14:08:10 m1-desktop nvidia-persistenced[3403]: Socket closed.
Jan 13 14:08:10 m1-desktop nvidia-persistenced[3403]: PID file unlocked.
Jan 13 14:08:10 m1-desktop nvidia-persistenced[3403]: PID file closed.
Jan 13 14:08:10 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:10 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:10 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:10 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:10 m1-desktop nvidia-persistenced[3403]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:10 m1-desktop nvidia-persistenced[3403]: Shutdown (3403)
Jan 13 14:08:10 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:10 m1-desktop lightdm[3355]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:10 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:08:10 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:08:10 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:08:10 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:08:10 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:08:10 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:08:12 m1-desktop gpu-manager[3433]: /etc/modprobe.d is not a file
Jan 13 14:08:12 m1-desktop gpu-manager[3433]: /etc/modprobe.d is not a file
Jan 13 14:08:12 m1-desktop gpu-manager[3433]: /etc/modprobe.d is not a file
Jan 13 14:08:12 m1-desktop gpu-manager[3433]: /etc/modprobe.d is not a file
Jan 13 14:08:12 m1-desktop gpu-manager[3433]: /etc/modprobe.d is not a file
Jan 13 14:08:12 m1-desktop gpu-manager[3433]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:12 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:08:12 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:08:12 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:08:12 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:12 m1-desktop nvidia-persistenced[3473]: Verbose syslog connection opened
Jan 13 14:08:12 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:12 m1-desktop nvidia-persistenced[3473]: Now running with user ID 121 and group ID 129
Jan 13 14:08:12 m1-desktop nvidia-persistenced[3473]: Started (3473)
Jan 13 14:08:13 m1-desktop nvidia-persistenced[3473]: device 0000:01:00.0 - registered
Jan 13 14:08:13 m1-desktop nvidia-persistenced[3473]: Local RPC service initialized
Jan 13 14:08:13 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:14 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:14 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3473]: Received signal 15
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3473]: Socket closed.
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3473]: PID file unlocked.
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3473]: PID file closed.
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3473]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3473]: Shutdown (3473)
Jan 13 14:08:14 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:14 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:14 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:14 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:14 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:14 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:14 m1-desktop lightdm[3460]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3508]: Verbose syslog connection opened
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3508]: Now running with user ID 121 and group ID 129
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3508]: Started (3508)
Jan 13 14:08:14 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:14 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:15 m1-desktop nvidia-persistenced[3508]: device 0000:01:00.0 - registered
Jan 13 14:08:15 m1-desktop nvidia-persistenced[3508]: Local RPC service initialized
Jan 13 14:08:15 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:15 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:16 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:16 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:16 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:16 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:16 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:16 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:16 m1-desktop nvidia-persistenced[3508]: Received signal 15
Jan 13 14:08:16 m1-desktop nvidia-persistenced[3508]: Socket closed.
Jan 13 14:08:16 m1-desktop nvidia-persistenced[3508]: PID file unlocked.
Jan 13 14:08:16 m1-desktop nvidia-persistenced[3508]: PID file closed.
Jan 13 14:08:16 m1-desktop nvidia-persistenced[3508]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:16 m1-desktop nvidia-persistenced[3508]: Shutdown (3508)
Jan 13 14:08:16 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:16 m1-desktop lightdm[3460]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:16 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:08:16 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:08:16 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:08:16 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:08:16 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:08:16 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:08:18 m1-desktop gpu-manager[3538]: /etc/modprobe.d is not a file
Jan 13 14:08:18 m1-desktop gpu-manager[3538]: /etc/modprobe.d is not a file
Jan 13 14:08:18 m1-desktop gpu-manager[3538]: /etc/modprobe.d is not a file
Jan 13 14:08:18 m1-desktop gpu-manager[3538]: /etc/modprobe.d is not a file
Jan 13 14:08:18 m1-desktop gpu-manager[3538]: /etc/modprobe.d is not a file
Jan 13 14:08:18 m1-desktop gpu-manager[3538]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:18 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:08:18 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:08:18 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:08:18 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:18 m1-desktop nvidia-persistenced[3578]: Verbose syslog connection opened
Jan 13 14:08:18 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:18 m1-desktop nvidia-persistenced[3578]: Now running with user ID 121 and group ID 129
Jan 13 14:08:18 m1-desktop nvidia-persistenced[3578]: Started (3578)
Jan 13 14:08:18 m1-desktop nvidia-persistenced[3578]: device 0000:01:00.0 - registered
Jan 13 14:08:18 m1-desktop nvidia-persistenced[3578]: Local RPC service initialized
Jan 13 14:08:18 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:19 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:19 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:19 m1-desktop nvidia-persistenced[3578]: Received signal 15
Jan 13 14:08:19 m1-desktop nvidia-persistenced[3578]: Socket closed.
Jan 13 14:08:19 m1-desktop nvidia-persistenced[3578]: PID file unlocked.
Jan 13 14:08:19 m1-desktop nvidia-persistenced[3578]: PID file closed.
Jan 13 14:08:19 m1-desktop nvidia-persistenced[3578]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:19 m1-desktop nvidia-persistenced[3578]: Shutdown (3578)
Jan 13 14:08:19 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:20 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:20 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:20 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:20 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:20 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:20 m1-desktop lightdm[3564]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:20 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:20 m1-desktop nvidia-persistenced[3612]: Verbose syslog connection opened
Jan 13 14:08:20 m1-desktop nvidia-persistenced[3612]: Now running with user ID 121 and group ID 129
Jan 13 14:08:20 m1-desktop nvidia-persistenced[3612]: Started (3612)
Jan 13 14:08:20 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:20 m1-desktop nvidia-persistenced[3612]: device 0000:01:00.0 - registered
Jan 13 14:08:20 m1-desktop nvidia-persistenced[3612]: Local RPC service initialized
Jan 13 14:08:20 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:21 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:21 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:21 m1-desktop nvidia-persistenced[3612]: Received signal 15
Jan 13 14:08:21 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:21 m1-desktop nvidia-persistenced[3612]: Socket closed.
Jan 13 14:08:21 m1-desktop nvidia-persistenced[3612]: PID file unlocked.
Jan 13 14:08:21 m1-desktop nvidia-persistenced[3612]: PID file closed.
Jan 13 14:08:21 m1-desktop nvidia-persistenced[3612]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:21 m1-desktop nvidia-persistenced[3612]: Shutdown (3612)
Jan 13 14:08:21 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:21 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:21 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:21 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:21 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:08:21 m1-desktop lightdm[3564]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:21 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:08:21 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:08:21 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:21 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:08:21 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:08:21 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:08:22 m1-desktop gpu-manager[3641]: /etc/modprobe.d is not a file
Jan 13 14:08:22 m1-desktop gpu-manager[3641]: /etc/modprobe.d is not a file
Jan 13 14:08:22 m1-desktop gpu-manager[3641]: /etc/modprobe.d is not a file
Jan 13 14:08:22 m1-desktop gpu-manager[3641]: /etc/modprobe.d is not a file
Jan 13 14:08:22 m1-desktop gpu-manager[3641]: /etc/modprobe.d is not a file
Jan 13 14:08:22 m1-desktop gpu-manager[3641]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:22 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:08:22 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:08:22 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:08:22 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:22 m1-desktop nvidia-persistenced[3682]: Verbose syslog connection opened
Jan 13 14:08:22 m1-desktop nvidia-persistenced[3682]: Now running with user ID 121 and group ID 129
Jan 13 14:08:22 m1-desktop nvidia-persistenced[3682]: Started (3682)
Jan 13 14:08:22 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:23 m1-desktop nvidia-persistenced[3682]: device 0000:01:00.0 - registered
Jan 13 14:08:23 m1-desktop nvidia-persistenced[3682]: Local RPC service initialized
Jan 13 14:08:23 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:24 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:24 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:24 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:24 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:24 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:24 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:24 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3682]: Received signal 15
Jan 13 14:08:24 m1-desktop lightdm[3668]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3682]: Socket closed.
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3682]: PID file unlocked.
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3682]: PID file closed.
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3682]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3682]: Shutdown (3682)
Jan 13 14:08:24 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:24 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3717]: Verbose syslog connection opened
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3717]: Now running with user ID 121 and group ID 129
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3717]: Started (3717)
Jan 13 14:08:24 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3717]: device 0000:01:00.0 - registered
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3717]: Local RPC service initialized
Jan 13 14:08:24 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:25 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:25 m1-desktop nvidia-persistenced[3717]: Received signal 15
Jan 13 14:08:25 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:25 m1-desktop nvidia-persistenced[3717]: Socket closed.
Jan 13 14:08:25 m1-desktop nvidia-persistenced[3717]: PID file unlocked.
Jan 13 14:08:25 m1-desktop nvidia-persistenced[3717]: PID file closed.
Jan 13 14:08:25 m1-desktop nvidia-persistenced[3717]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:25 m1-desktop nvidia-persistenced[3717]: Shutdown (3717)
Jan 13 14:08:25 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:25 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:25 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:25 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:25 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:25 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:08:25 m1-desktop lightdm[3668]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:25 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:08:25 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:08:25 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:25 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:08:25 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:08:25 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:08:27 m1-desktop gpu-manager[3746]: /etc/modprobe.d is not a file
Jan 13 14:08:27 m1-desktop gpu-manager[3746]: /etc/modprobe.d is not a file
Jan 13 14:08:27 m1-desktop gpu-manager[3746]: /etc/modprobe.d is not a file
Jan 13 14:08:27 m1-desktop gpu-manager[3746]: /etc/modprobe.d is not a file
Jan 13 14:08:27 m1-desktop gpu-manager[3746]: /etc/modprobe.d is not a file
Jan 13 14:08:27 m1-desktop gpu-manager[3746]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:27 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:08:27 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:08:27 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:08:27 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:27 m1-desktop nvidia-persistenced[3789]: Verbose syslog connection opened
Jan 13 14:08:27 m1-desktop nvidia-persistenced[3789]: Now running with user ID 121 and group ID 129
Jan 13 14:08:27 m1-desktop nvidia-persistenced[3789]: Started (3789)
Jan 13 14:08:27 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:28 m1-desktop nvidia-persistenced[3789]: device 0000:01:00.0 - registered
Jan 13 14:08:28 m1-desktop nvidia-persistenced[3789]: Local RPC service initialized
Jan 13 14:08:28 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:29 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:29 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3789]: Received signal 15
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3789]: Socket closed.
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3789]: PID file unlocked.
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3789]: PID file closed.
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3789]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3789]: Shutdown (3789)
Jan 13 14:08:29 m1-desktop lightdm[3775]: /etc/modprobe.d is not a file
Jan 13 14:08:29 m1-desktop lightdm[3775]: /etc/modprobe.d is not a file
Jan 13 14:08:29 m1-desktop lightdm[3775]: /etc/modprobe.d is not a file
Jan 13 14:08:29 m1-desktop lightdm[3775]: /etc/modprobe.d is not a file
Jan 13 14:08:29 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:29 m1-desktop lightdm[3775]: /etc/modprobe.d is not a file
Jan 13 14:08:29 m1-desktop lightdm[3775]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:29 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:29 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3824]: Verbose syslog connection opened
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3824]: Now running with user ID 121 and group ID 129
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3824]: Started (3824)
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3824]: device 0000:01:00.0 - registered
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3824]: Local RPC service initialized
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
January 13, 2018, 03:45:44 PM
Do we need to install cuda 9 to run compiled under cuda 9?


It's a question, I do not know. I only notice that you reproduce what Klaust says and that I do not have this version.

Otherwise you do not answer my other question: How many KH earned compared to the previous version Huh
I'm sorry, but each last version does not necessarily bring additional hashrate therefore, so I want to update but if it does not approve of me, I see no reason to update.

You have the 8.17 version, I just updated to 8.19 and don't remember how much was old hash rate.

WTM says 500 kh/s for  neoscrypt on 1060
full member
Activity: 340
Merit: 103
It is easier to break an atom than partialities AE
January 13, 2018, 03:31:06 PM
Do we need to install cuda 9 to run compiled under cuda 9?


It's a question, I do not know. I only notice that you reproduce what Klaust says and that I do not have this version.

Otherwise you do not answer my other question: How many KH earned compared to the previous version Huh
I'm sorry, but each last version does not necessarily bring additional hashrate therefore, so I want to update but if it does not improve, I see no reason to update.
Pages:
Jump to: