Multiple GPUs and Fans on LinuxHP LP3065 Monitor not displaying in 2560x1600 on Ubuntu 9.04 with ATI Radeon...

What is this type of notehead called?

Greatest common substring

Can somebody explain Brexit in a few child-proof sentences?

When quoting, must I also copy hyphens used to divide words that continue on the next line?

Drawing a topological "handle" with Tikz

How do I extrude a face to a single vertex

Does having a TSA Pre-Check member in your flight reservation increase the chances that everyone gets Pre-Check?

Greco-Roman egalitarianism

List of people who lose a child in תנ"ך

API Access HTML/Javascript

How should I respond when I lied about my education and the company finds out through background check?

Ridge Regression with Gradient Descent Converges to OLS estimates

Is possible to search in vim history?

Why did the EU agree to delay the Brexit deadline?

Constructing Group Divisible Designs - Algorithms?

Is it improper etiquette to ask your opponent what his/her rating is before the game?

If a character with the Alert feat rolls a crit fail on their Perception check, are they surprised?

How do ground effect vehicles perform turns?

Find last 3 digits of this monster number

Two-sided logarithm inequality

Is it possible to use .desktop files to open local pdf files on specific pages with a browser?

Is a model fitted to data or is data fitted to a model?

Could the E-bike drivetrain wear down till needing replacement after 400 km?

How can Trident be so inexpensive? Will it orbit Triton or just do a (slow) flyby?



Multiple GPUs and Fans on Linux


HP LP3065 Monitor not displaying in 2560x1600 on Ubuntu 9.04 with ATI Radeon HD 2400 XTDual NVidia graphics cards in Ubuntu / xorg.conf maniaHow Do I make an Acer T230H Touchcreen work on Ubuntu 9.10?How can I disable the screensaver and lock screen in Ubuntu 11.04?The system is running in low-graphics modeMulti GPU for 3rd monitor - linux mint - geforce 750tiGPU Randomly Stops Working?Philips Brilliance monitor periodically shifts screen by 2 pixels and cuts off screen bordersGPU doesn't recognize HDMI input automaticallyNo display after installing new GPU













0















I have two GTX 1080ti on an Ubuntu 18.04 box, both of them Founder's edition. I use them mainly for training neural networks.



Now, I essentially have two problems:




  1. Setting the coolbits (even with --enable-all-gpus) lets me set fan speed and clocks just for the GPU which is attached to the monitor


  2. I'd like not to set the fan speed statically: rather, I'd like to set a dynamic profile, %fanspeed vs temperature. Mind that when in automatic mode, under load one 1080ti regularly hits 89-90C, no matter the throttling and the fact that the case is roomy.. (the other 1080ti stays cooler.. I think that not all the gpus are created equal).



Informations about my config:



inxi -b
System: Host: nimrod Kernel: 4.15.0-46-generic x86_64 bits: 64
Desktop: Xfce 4.12.3 Distro: Ubuntu 18.04.2 LTS
Machine: Device: desktop Mobo: FUJITSU model: D3128-B2 v: S26361-D3128-B2 serial: N/A
UEFI: FUJITSU // American Megatrends v: V4.6.5.4 R1.8.0 for D3128-B2x date: 06/28/2018
CPU: 10 core Intel Xeon E5-2680 v2 (-MT-MCP-) speed/max: 2269/3600 MHz
Graphics: Card-1: Advanced Micro Devices [AMD/ATI] Park [Mobility Radeon HD 5430]
Card-2: NVIDIA GP102 [GeForce GTX 1080 Ti]
Card-3: NVIDIA GP102 [GeForce GTX 1080 Ti]
Display Server: x11 (X.Org 1.19.6 )
drivers: modesetting,nvidia,ati,radeon,nouveau (unloaded: fbdev,vesa)
Resolution: 2560x1080@60.00hz
OpenGL: renderer: GeForce GTX 1080 Ti/PCIe/SSE2
version: 4.6.0 NVIDIA 415.27
Network: Card: Intel 82579LM Gigabit Network Connection (Lewisville)
driver: e1000e
Drives: HDD Total Size: 2262.5GB (9.5% used)
Info: Processes: 413 Uptime: 10 min Memory: 3677.2/96560.4MB
Client: Shell (bash) inxi: 2.3.56


Nvidia-smi:



Mon Mar 25 04:19:30 2019       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 415.27 Driver Version: 415.27 CUDA Version: 10.0 |
|-------------------------------+----------------------+----------------------+
| 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 108... Off | 00000000:03:00.0 Off | N/A |
| 23% 39C P8 10W / 250W | 2MiB / 11178MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
| 1 GeForce GTX 108... Off | 00000000:04:00.0 On | N/A |
| 31% 57C P0 69W / 250W | 204MiB / 11176MiB | 2% Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 1 1465 G /usr/lib/xorg/Xorg 201MiB |
+-----------------------------------------------------------------------------+


And finally my xorg.conf



# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 415.27

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 1080 Ti"
BusID "PCI:3:0:0"
EndSection

Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 1080 Ti"
BusID "PCI:4:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "AllowEmptyInitialConfiguration" "True"
Option "Coolbits" "31"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "AllowEmptyInitialConfiguration" "True"
Option "Coolbits" "31"
SubSection "Display"
Depth 24
EndSubSection
EndSection


Note that the coolbits are set for both of them.



Can you help me?



Thanks! :)









share



























    0















    I have two GTX 1080ti on an Ubuntu 18.04 box, both of them Founder's edition. I use them mainly for training neural networks.



    Now, I essentially have two problems:




    1. Setting the coolbits (even with --enable-all-gpus) lets me set fan speed and clocks just for the GPU which is attached to the monitor


    2. I'd like not to set the fan speed statically: rather, I'd like to set a dynamic profile, %fanspeed vs temperature. Mind that when in automatic mode, under load one 1080ti regularly hits 89-90C, no matter the throttling and the fact that the case is roomy.. (the other 1080ti stays cooler.. I think that not all the gpus are created equal).



    Informations about my config:



    inxi -b
    System: Host: nimrod Kernel: 4.15.0-46-generic x86_64 bits: 64
    Desktop: Xfce 4.12.3 Distro: Ubuntu 18.04.2 LTS
    Machine: Device: desktop Mobo: FUJITSU model: D3128-B2 v: S26361-D3128-B2 serial: N/A
    UEFI: FUJITSU // American Megatrends v: V4.6.5.4 R1.8.0 for D3128-B2x date: 06/28/2018
    CPU: 10 core Intel Xeon E5-2680 v2 (-MT-MCP-) speed/max: 2269/3600 MHz
    Graphics: Card-1: Advanced Micro Devices [AMD/ATI] Park [Mobility Radeon HD 5430]
    Card-2: NVIDIA GP102 [GeForce GTX 1080 Ti]
    Card-3: NVIDIA GP102 [GeForce GTX 1080 Ti]
    Display Server: x11 (X.Org 1.19.6 )
    drivers: modesetting,nvidia,ati,radeon,nouveau (unloaded: fbdev,vesa)
    Resolution: 2560x1080@60.00hz
    OpenGL: renderer: GeForce GTX 1080 Ti/PCIe/SSE2
    version: 4.6.0 NVIDIA 415.27
    Network: Card: Intel 82579LM Gigabit Network Connection (Lewisville)
    driver: e1000e
    Drives: HDD Total Size: 2262.5GB (9.5% used)
    Info: Processes: 413 Uptime: 10 min Memory: 3677.2/96560.4MB
    Client: Shell (bash) inxi: 2.3.56


    Nvidia-smi:



    Mon Mar 25 04:19:30 2019       
    +-----------------------------------------------------------------------------+
    | NVIDIA-SMI 415.27 Driver Version: 415.27 CUDA Version: 10.0 |
    |-------------------------------+----------------------+----------------------+
    | 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 108... Off | 00000000:03:00.0 Off | N/A |
    | 23% 39C P8 10W / 250W | 2MiB / 11178MiB | 0% Default |
    +-------------------------------+----------------------+----------------------+
    | 1 GeForce GTX 108... Off | 00000000:04:00.0 On | N/A |
    | 31% 57C P0 69W / 250W | 204MiB / 11176MiB | 2% Default |
    +-------------------------------+----------------------+----------------------+

    +-----------------------------------------------------------------------------+
    | Processes: GPU Memory |
    | GPU PID Type Process name Usage |
    |=============================================================================|
    | 1 1465 G /usr/lib/xorg/Xorg 201MiB |
    +-----------------------------------------------------------------------------+


    And finally my xorg.conf



    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 415.27

    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    Screen 1 "Screen1" RightOf "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection

    Section "Files"
    EndSection

    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection

    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection

    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection

    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTX 1080 Ti"
    BusID "PCI:3:0:0"
    EndSection

    Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTX 1080 Ti"
    BusID "PCI:4:0:0"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "AllowEmptyInitialConfiguration" "True"
    Option "Coolbits" "31"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection

    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    Option "AllowEmptyInitialConfiguration" "True"
    Option "Coolbits" "31"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection


    Note that the coolbits are set for both of them.



    Can you help me?



    Thanks! :)









    share

























      0












      0








      0








      I have two GTX 1080ti on an Ubuntu 18.04 box, both of them Founder's edition. I use them mainly for training neural networks.



      Now, I essentially have two problems:




      1. Setting the coolbits (even with --enable-all-gpus) lets me set fan speed and clocks just for the GPU which is attached to the monitor


      2. I'd like not to set the fan speed statically: rather, I'd like to set a dynamic profile, %fanspeed vs temperature. Mind that when in automatic mode, under load one 1080ti regularly hits 89-90C, no matter the throttling and the fact that the case is roomy.. (the other 1080ti stays cooler.. I think that not all the gpus are created equal).



      Informations about my config:



      inxi -b
      System: Host: nimrod Kernel: 4.15.0-46-generic x86_64 bits: 64
      Desktop: Xfce 4.12.3 Distro: Ubuntu 18.04.2 LTS
      Machine: Device: desktop Mobo: FUJITSU model: D3128-B2 v: S26361-D3128-B2 serial: N/A
      UEFI: FUJITSU // American Megatrends v: V4.6.5.4 R1.8.0 for D3128-B2x date: 06/28/2018
      CPU: 10 core Intel Xeon E5-2680 v2 (-MT-MCP-) speed/max: 2269/3600 MHz
      Graphics: Card-1: Advanced Micro Devices [AMD/ATI] Park [Mobility Radeon HD 5430]
      Card-2: NVIDIA GP102 [GeForce GTX 1080 Ti]
      Card-3: NVIDIA GP102 [GeForce GTX 1080 Ti]
      Display Server: x11 (X.Org 1.19.6 )
      drivers: modesetting,nvidia,ati,radeon,nouveau (unloaded: fbdev,vesa)
      Resolution: 2560x1080@60.00hz
      OpenGL: renderer: GeForce GTX 1080 Ti/PCIe/SSE2
      version: 4.6.0 NVIDIA 415.27
      Network: Card: Intel 82579LM Gigabit Network Connection (Lewisville)
      driver: e1000e
      Drives: HDD Total Size: 2262.5GB (9.5% used)
      Info: Processes: 413 Uptime: 10 min Memory: 3677.2/96560.4MB
      Client: Shell (bash) inxi: 2.3.56


      Nvidia-smi:



      Mon Mar 25 04:19:30 2019       
      +-----------------------------------------------------------------------------+
      | NVIDIA-SMI 415.27 Driver Version: 415.27 CUDA Version: 10.0 |
      |-------------------------------+----------------------+----------------------+
      | 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 108... Off | 00000000:03:00.0 Off | N/A |
      | 23% 39C P8 10W / 250W | 2MiB / 11178MiB | 0% Default |
      +-------------------------------+----------------------+----------------------+
      | 1 GeForce GTX 108... Off | 00000000:04:00.0 On | N/A |
      | 31% 57C P0 69W / 250W | 204MiB / 11176MiB | 2% Default |
      +-------------------------------+----------------------+----------------------+

      +-----------------------------------------------------------------------------+
      | Processes: GPU Memory |
      | GPU PID Type Process name Usage |
      |=============================================================================|
      | 1 1465 G /usr/lib/xorg/Xorg 201MiB |
      +-----------------------------------------------------------------------------+


      And finally my xorg.conf



      # nvidia-xconfig: X configuration file generated by nvidia-xconfig
      # nvidia-xconfig: version 415.27

      Section "ServerLayout"
      Identifier "Layout0"
      Screen 0 "Screen0"
      Screen 1 "Screen1" RightOf "Screen0"
      InputDevice "Keyboard0" "CoreKeyboard"
      InputDevice "Mouse0" "CorePointer"
      EndSection

      Section "Files"
      EndSection

      Section "InputDevice"
      # generated from default
      Identifier "Mouse0"
      Driver "mouse"
      Option "Protocol" "auto"
      Option "Device" "/dev/psaux"
      Option "Emulate3Buttons" "no"
      Option "ZAxisMapping" "4 5"
      EndSection

      Section "InputDevice"
      # generated from default
      Identifier "Keyboard0"
      Driver "kbd"
      EndSection

      Section "Monitor"
      Identifier "Monitor0"
      VendorName "Unknown"
      ModelName "Unknown"
      HorizSync 28.0 - 33.0
      VertRefresh 43.0 - 72.0
      Option "DPMS"
      EndSection

      Section "Monitor"
      Identifier "Monitor1"
      VendorName "Unknown"
      ModelName "Unknown"
      HorizSync 28.0 - 33.0
      VertRefresh 43.0 - 72.0
      Option "DPMS"
      EndSection

      Section "Device"
      Identifier "Device0"
      Driver "nvidia"
      VendorName "NVIDIA Corporation"
      BoardName "GeForce GTX 1080 Ti"
      BusID "PCI:3:0:0"
      EndSection

      Section "Device"
      Identifier "Device1"
      Driver "nvidia"
      VendorName "NVIDIA Corporation"
      BoardName "GeForce GTX 1080 Ti"
      BusID "PCI:4:0:0"
      EndSection

      Section "Screen"
      Identifier "Screen0"
      Device "Device0"
      Monitor "Monitor0"
      DefaultDepth 24
      Option "AllowEmptyInitialConfiguration" "True"
      Option "Coolbits" "31"
      SubSection "Display"
      Depth 24
      EndSubSection
      EndSection

      Section "Screen"
      Identifier "Screen1"
      Device "Device1"
      Monitor "Monitor1"
      DefaultDepth 24
      Option "AllowEmptyInitialConfiguration" "True"
      Option "Coolbits" "31"
      SubSection "Display"
      Depth 24
      EndSubSection
      EndSection


      Note that the coolbits are set for both of them.



      Can you help me?



      Thanks! :)









      share














      I have two GTX 1080ti on an Ubuntu 18.04 box, both of them Founder's edition. I use them mainly for training neural networks.



      Now, I essentially have two problems:




      1. Setting the coolbits (even with --enable-all-gpus) lets me set fan speed and clocks just for the GPU which is attached to the monitor


      2. I'd like not to set the fan speed statically: rather, I'd like to set a dynamic profile, %fanspeed vs temperature. Mind that when in automatic mode, under load one 1080ti regularly hits 89-90C, no matter the throttling and the fact that the case is roomy.. (the other 1080ti stays cooler.. I think that not all the gpus are created equal).



      Informations about my config:



      inxi -b
      System: Host: nimrod Kernel: 4.15.0-46-generic x86_64 bits: 64
      Desktop: Xfce 4.12.3 Distro: Ubuntu 18.04.2 LTS
      Machine: Device: desktop Mobo: FUJITSU model: D3128-B2 v: S26361-D3128-B2 serial: N/A
      UEFI: FUJITSU // American Megatrends v: V4.6.5.4 R1.8.0 for D3128-B2x date: 06/28/2018
      CPU: 10 core Intel Xeon E5-2680 v2 (-MT-MCP-) speed/max: 2269/3600 MHz
      Graphics: Card-1: Advanced Micro Devices [AMD/ATI] Park [Mobility Radeon HD 5430]
      Card-2: NVIDIA GP102 [GeForce GTX 1080 Ti]
      Card-3: NVIDIA GP102 [GeForce GTX 1080 Ti]
      Display Server: x11 (X.Org 1.19.6 )
      drivers: modesetting,nvidia,ati,radeon,nouveau (unloaded: fbdev,vesa)
      Resolution: 2560x1080@60.00hz
      OpenGL: renderer: GeForce GTX 1080 Ti/PCIe/SSE2
      version: 4.6.0 NVIDIA 415.27
      Network: Card: Intel 82579LM Gigabit Network Connection (Lewisville)
      driver: e1000e
      Drives: HDD Total Size: 2262.5GB (9.5% used)
      Info: Processes: 413 Uptime: 10 min Memory: 3677.2/96560.4MB
      Client: Shell (bash) inxi: 2.3.56


      Nvidia-smi:



      Mon Mar 25 04:19:30 2019       
      +-----------------------------------------------------------------------------+
      | NVIDIA-SMI 415.27 Driver Version: 415.27 CUDA Version: 10.0 |
      |-------------------------------+----------------------+----------------------+
      | 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 108... Off | 00000000:03:00.0 Off | N/A |
      | 23% 39C P8 10W / 250W | 2MiB / 11178MiB | 0% Default |
      +-------------------------------+----------------------+----------------------+
      | 1 GeForce GTX 108... Off | 00000000:04:00.0 On | N/A |
      | 31% 57C P0 69W / 250W | 204MiB / 11176MiB | 2% Default |
      +-------------------------------+----------------------+----------------------+

      +-----------------------------------------------------------------------------+
      | Processes: GPU Memory |
      | GPU PID Type Process name Usage |
      |=============================================================================|
      | 1 1465 G /usr/lib/xorg/Xorg 201MiB |
      +-----------------------------------------------------------------------------+


      And finally my xorg.conf



      # nvidia-xconfig: X configuration file generated by nvidia-xconfig
      # nvidia-xconfig: version 415.27

      Section "ServerLayout"
      Identifier "Layout0"
      Screen 0 "Screen0"
      Screen 1 "Screen1" RightOf "Screen0"
      InputDevice "Keyboard0" "CoreKeyboard"
      InputDevice "Mouse0" "CorePointer"
      EndSection

      Section "Files"
      EndSection

      Section "InputDevice"
      # generated from default
      Identifier "Mouse0"
      Driver "mouse"
      Option "Protocol" "auto"
      Option "Device" "/dev/psaux"
      Option "Emulate3Buttons" "no"
      Option "ZAxisMapping" "4 5"
      EndSection

      Section "InputDevice"
      # generated from default
      Identifier "Keyboard0"
      Driver "kbd"
      EndSection

      Section "Monitor"
      Identifier "Monitor0"
      VendorName "Unknown"
      ModelName "Unknown"
      HorizSync 28.0 - 33.0
      VertRefresh 43.0 - 72.0
      Option "DPMS"
      EndSection

      Section "Monitor"
      Identifier "Monitor1"
      VendorName "Unknown"
      ModelName "Unknown"
      HorizSync 28.0 - 33.0
      VertRefresh 43.0 - 72.0
      Option "DPMS"
      EndSection

      Section "Device"
      Identifier "Device0"
      Driver "nvidia"
      VendorName "NVIDIA Corporation"
      BoardName "GeForce GTX 1080 Ti"
      BusID "PCI:3:0:0"
      EndSection

      Section "Device"
      Identifier "Device1"
      Driver "nvidia"
      VendorName "NVIDIA Corporation"
      BoardName "GeForce GTX 1080 Ti"
      BusID "PCI:4:0:0"
      EndSection

      Section "Screen"
      Identifier "Screen0"
      Device "Device0"
      Monitor "Monitor0"
      DefaultDepth 24
      Option "AllowEmptyInitialConfiguration" "True"
      Option "Coolbits" "31"
      SubSection "Display"
      Depth 24
      EndSubSection
      EndSection

      Section "Screen"
      Identifier "Screen1"
      Device "Device1"
      Monitor "Monitor1"
      DefaultDepth 24
      Option "AllowEmptyInitialConfiguration" "True"
      Option "Coolbits" "31"
      SubSection "Display"
      Depth 24
      EndSubSection
      EndSection


      Note that the coolbits are set for both of them.



      Can you help me?



      Thanks! :)







      linux ubuntu gpu nvidia-graphics-card nvidia-settings





      share












      share










      share



      share










      asked 5 mins ago









      MadHatterMadHatter

      1035




      1035






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1417094%2fmultiple-gpus-and-fans-on-linux%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1417094%2fmultiple-gpus-and-fans-on-linux%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...