Tom

Results 84 comments of Tom

@s1monj Super... thank you :-) I have it working now with : ```json { "json_log": { "title": "JSON log", "description": "Generic JSON log", "json": true, "file-pattern": ".*\\.json$", "level-field": "level", "level"...

Trouble is that _before_ this component, I got linting to work on ``.vue`` treating it as if it was a ``.js`` file. It ignored the ```` and ```` parts, but,...

I can get Nvidia to power down with this script: ```sh #!/bin/bash echo "Switching off nvidia" # move from Nvidia to intel graphics (if not already done) prime-select intel #...

@BonaBeavis my current grub line is: ```sh GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux acpi_osi=! acpi_osi='Windows 2009' nouveau.runpm=0" ``` What does ``nouveau.modeset=0`` add to that?

@BonaBeavis can you copy your total Grub line here? It makes no difference for me.

Running ``sudo powertop`` gave me a power usages of about 15W in idle, indicating that the GPU was still on, even after ``prime-select intel``. I kept powertop running and in...

@stockmind for sure, I have cleaned it up a bit.

@damageboy no idea; I did not try bbswitch... If it works for you a standard package might be better...

@luispabon Can do... but I dont see a problem with setting device power on "auto" in Nvidia mode as well?

@luispabon I could be wrong, but I think the only two available modes are "auto" and "on". I thought "off" is not available ...