Results 1 to 1 of 1

Thread: [Guide] Easy Nvidia overclocking in Ubuntu 19.10

  1. #1
    Join Date
    May 2009
    Beans
    15

    [Guide] Easy Nvidia overclocking in Ubuntu 19.10

    Hello,

    Here is my way of overclocking Nvidia in Ubuntu 19.10

    Only 4 easy steps:
    1. I installed latest proprietary Nvidia drivers.
    2. I added and set option Coolbits to 29 in /usr/share/X11/xorg.conf.d/10-nvidia.conf:
    Code:
    sudo gedit /usr/share/X11/xorg.conf.d/10-nvidia.conf
    Code:
    Section "OutputClass"
        Identifier "nvidia"
        MatchDriver "nvidia-drm"
        Driver "nvidia"
    Option "Coolbits" "29"
        Option "AllowEmptyInitialConfiguration"
        ModulePath "/usr/lib/x86_64-linux-gnu/nvidia-430/xorg"
    EndSection
    You can choose needed value of Coolbits based on https://bitcointalk.org/index.php?topic=2848723.0
    Note: I didn't use xorg.conf for adding Coolbits because xorg.conf being overwritten
    3. Installed GreenWithEnvy (GWE)
    See https://www.omgubuntu.co.uk/2019/02/...h-this-new-app for installation instructions
    4. Set overclocking parameters in GWE


    Enjoy! Hope somebody will find my experience useful.
    Last edited by sebastian1978; January 16th, 2020 at 10:27 AM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •