Overclock.net › Forums › Overclockers Care › Overclock.net Folding@Home Team › Folding@Home Guides and Tutorials › [Ubuntu] Setting up the GPU client
New Posts  All Forums:Forum Nav:

[Ubuntu] Setting up the GPU client

post #1 of 114
Thread Starter 

Disclaimer: This is the longest, and frankly, most annoying guide I've had to make. I take no responsibility for any monitors that are destroyed in anger.

This guide will cover how to install the GPU client (for nVidia cards only) on Ubuntu v10.04. There is no way to install a client for ATi on Ubuntu at the moment.

It will also show you how to install HFM, and use it to monitor your client.

GPU Guide:

What you need:

You must make sure Ubuntu is up to date. Go to System> Administration> Update Manager, and install all updates:



Installation:

1) Open Terminal. It can be found in Applications> Accessories> Terminal (you can drag it to the panel to make it easier).

Enter this command:

Code:
sudo apt-get install build-essential
2) Now, download the latest nVidia drivers from here. Don't use the "Hardware Drivers" supplied by Ubuntu. Move that file to the Desktop.
(Direct Link to 195.36)

Run this command:

Code:
sudo apt-get purge nvidia-*
Now create a file on the Desktop (Rightclick> Create Document> Empty File). Name it "nvidia-graphics-drivers.conf". Open it, and type (or paste) in these lines:
Quote:
blacklist vga16fb
blacklist nouveau
blacklist lbm-nouveau
blacklist nvidia-173
blacklist nvidia-96
blacklist nvidia-current
blacklist nvidiafb


Then open Terminal and enter these commands:

Code:
cd ~/Desktop
sudo mv nvidia-graphics-drivers.conf /etc/modprobe.d/
Create another file on the Desktop, this time naming it "xorg.conf". Open it and type this in:

Quote:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Open Terminal again and use these commands:
Code:
cd ~/Desktop/
sudo mv xorg.conf /etc/X11/
2) Restart the computer. When rebooting, you will be told you can't start X, so choose the Low Graphics option instead.

*Get some paper and a pen for the following commands; you won't be able to check them for this section.*

Open Terminal and type this:
Code:
sudo service gdm stop
Your screen will go blank and you will be brought to a text based login, so have your written commands ready. Enter your username and password.

Now, install the drivers by using this command:
Code:
sudo sh ~/Desktop/NVIDIA*.run
Choose "Accept" to begin installation. When finished, it will ask if you wish to use the OpenGL libraries; say no. Finally, Select "Yes" to reconfigure X.

Now, enter this command to log in again:

Code:
sudo service gdm start
You can throw that piece of paper away now.

3) Now we need to download the CUDA 2.3 Toolkit from here (it's a direct link). Move it to the Desktop. Open Terminal and run the installer:

Code:
sudo sh ~/Desktop/cuda*.run
Just press "Enter" when asked where to install it.



Now we need Ubuntu to be able to find the CUDA binaries/libraries. Enter the following commands:

Code:
sudo sh -c "echo PATH=/usr/local/cuda/bin:$PATH > /etc/profile.d/cuda.sh"
sudo sh -c "echo /usr/local/cuda/lib > /etc/ld.so.conf.d/cuda.conf"
sudo ldconfig
Restart your computer.

4) Now we will configure Wine. First, we will need to install it. Open Terminal, and enter:

Code:
sudo apt-get install wine
To configure it, go to Applications> Wine> Configure Wine.

Make sure the Windows version is "Windows XP":



5) We now need to install the Wine CUDA .dll files. Dowload this file, and put it on the Desktop:
http://www.gpu3.hostei.com/wrapper2n.../cudart.dll.so


Open Applications> Wine> Browse C:/ Drive> windows> system32. Copy "cudart.dll.so" to system32, then rightclick and rename it to "cudart.dll"

Next, rightclick on the .dll file, select "Properties", and go to the "Permissions" tab. Change to:

Quote:
Access - "Read and write"

Group - [Your username]
Access - "Read and write"

Others
Access - "Read-only"

Execute - check "Allow executing file as program"
Open Terminal again, and enter:

Code:
cd .wine/drive_c/windows/system32
 
ln -s cudart.dll nvcuda.dll
 
ldd ~/.wine/drive_c/windows/system32/cudart.dll
Thank you to Tasmac for this part.

6) Now we begin installing the GPU client itself. Head to the Stanford High Performance downloads page. Get the third client in the list, under "Windows XP Console client". Make sure to move it to the Desktop.



Now, you will extract the files into the appropriate directory. Run this command:

Quote:
cd; for i in /dev/nvidia0; do mkdir -p `basename $i`; unzip ~/Desktop/Folding*.zip -d `basename $i`; done
Multi GPU users, change nvidia0 to nvidia1 for the 2nd GPU, and so on for all GPUs in that system, then run the command again.



7) Now, while the client is set up, we want to make a launcher (so you don't need to constantly enter commands to start the client.

So, open Terminal and enter this:

Code:
nano ~/nvidia0/fah.sh
When the file opens, copy and paste this in:

Code:
cd ~/nvidia0/
wine Folding@home-Win32-GPU.exe -forcegpu nvidia_g80
If using Multiple GPUs, add -forcegpu nvidia_g80 -gpu 0 instead.
Then, in cd ~/nvidia1/, add the same but using -gpu 1 instead, and so forth.

Press CTRL+X, then 'Y' to save, and ENTER.

Then use this final command:

Code:
chmod +x ~/nvidia0/fah.sh
Now, to add the Launcher itself, rightclick the top panel (the 'taskbar' along the top)> "Add to Panel"> "Custom Application Launcher".

• Change "Type" to "Application in Terminal".
• For "Name", enter "GPU Client".
• For "Command", enter:

Quote:
bash ~/nvidia0/fah.sh
Now, download this icon:


Click the spring-like icon, and replace it with the icon above:


Now, click the icon, and move on to the final steps.

8) Once you start the client, you will be asked for your info. Press "Enter" unless the answers are in bold:
  • User name [Anonymous]? [Your Folding Name]
  • Team Number [0]? 37726
  • Passkey []?
  • Ask before fetching/sending work <no/yes> [no]?
  • Use proxy <yes/no> [no]?
  • Acceptable size of work assignment and work result packets <bigger units may have large memory demands> -- 'small' is <5MB, 'normal' is <10MB, and 'big' is >10MB <small/normal/big> [normal]? big
  • Change advanced options <yes/no> [no]? yes
  • Core Priority <idle/low> [idle]? low
  • Disable highly optimized assembly code <no/yes> [no]?
  • Interval, in minutes, between checkpoints <3-30> [15]? 5
  • Memory, in MB, to indicate <xxxx available> [xxxx]? 512
  • Set -advmethods flag always, requesting new advanced scientific cores and/or work units if available <no/yes> [no]? yes
  • Ignore any deadline information <mainly useful if system clock frequently has errors> <no/yes> [no]?
  • Machine ID <1-16> [2]? Press "Enter" if this is the first GPU, 3 for the 2nd GPU, and so on.
  • Launch automatically, install as a service in this directory <yes/no> [no]?
  • *The following options require you to restart the client before they take effect
  • Disable CPU affinity lock <no/yes> [no]?
  • Additional client parameters []?
  • IP address to bind core to <for viewer> []?
And a picture for reference:



Now move on to the next post to set up HFM to monitor the client.
Edited by zodac - 12/13/10 at 2:34pm
Megadoomer
(14 items)
 
Family Computer
(13 items)
 
 
CPUMotherboardGraphicsRAM
Phenom II X6 1090T @ 4.0Ghz ASUS M4A89GTD PRO Sparkle GTS 450 2x4GB G-Skill Sniper 
Hard DriveCoolingOSMonitor
Samsung F1 1TB CM Hyper 212+ Windows 7 Professional x64 Samsung T220 
KeyboardPowerCaseMouse
Logitech MX3000 Laser CM 1000M HAF 922 Logitech VX Revolution 
CPUMotherboardGraphicsRAM
Q6600 Asus PN5-D 750i Evga GTS 250 2x2GB Crucial Ballistix 
Hard DriveOptical DriveOSMonitor
750GB Hitachi Samsung Super Writemaster Windows 7 Professional x64 19" Dell 
PowerCase
Corsair 450VX Antec 900 
  hide details  
Reply
Megadoomer
(14 items)
 
Family Computer
(13 items)
 
 
CPUMotherboardGraphicsRAM
Phenom II X6 1090T @ 4.0Ghz ASUS M4A89GTD PRO Sparkle GTS 450 2x4GB G-Skill Sniper 
Hard DriveCoolingOSMonitor
Samsung F1 1TB CM Hyper 212+ Windows 7 Professional x64 Samsung T220 
KeyboardPowerCaseMouse
Logitech MX3000 Laser CM 1000M HAF 922 Logitech VX Revolution 
CPUMotherboardGraphicsRAM
Q6600 Asus PN5-D 750i Evga GTS 250 2x2GB Crucial Ballistix 
Hard DriveOptical DriveOSMonitor
750GB Hitachi Samsung Super Writemaster Windows 7 Professional x64 19" Dell 
PowerCase
Corsair 450VX Antec 900 
  hide details  
Reply
post #2 of 114
Thread Starter 
HFM Guide:

What you Need:

HFM.NET. The .zip file, under "Featured downloads".
(Direct Link)

Installation:

1) Since there isn't support for the framework HFM is based off in Linux, you will need to configure the OS first. Open Terminal (again), and enter the following command:

Quote:
sudo gedit /etc/apt/sources.list
A text editor will open. At the bottom of this file, add these lines:
Code:
deb http://ppa.launchpad.net/directhex/monoxide/ubuntu jaunty main 
deb-src http://ppa.launchpad.net/directhex/monoxide/ubuntu jaunty main


Save the file and close it.

2) Now, more commands to add:

Quote:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 23DC003A

sudo apt-get update

sudo apt-get install libmono-winforms2.0-cil
Extract the .zip file you downloaded to a folder called HFM on the Desktop.

Now, go back to terminal and enter these lines:

Quote:
cd ~/Desktop/HFM
mono HFM.exe
HFM will open. For now, close it. We'll now make a launcher for it.

3) Create a file on the Desktop. Call it HFMLaunch:



Open the file, and type this in and save the file:
Quote:
mono ~/Desktop/HFM/HFM.exe
4) Open Terminal and use these commands:

Quote:
cd ~/Desktop

sudo mv HFMLaunch /bin

cd /bin

chmod +x HFMLaunch
5) Now, we make a launcher. Rightclick the top Panel> Add to Panel> Custom Application Launcher.

• Leave "Type" as "Application".
• For "Name", enter "HFM".
• For "Command", enter:
Quote:
HFMLaunch
Again, download this icon:


Click the spring thing again, and replace the icon.



It should now look like this:


6) Now we can set HFM to monitor the GPU client. Go to Clients> Add Client.

• For "Instance Name", enter what you'd like to call the client.
• For "Client Processor MHz", enter the GPU shader clocks.
• For "Log Folder", enter:
Quote:
~/nvidia0/


It should look like this:



7) Finally, we need to save the configuration file. Go to File> Save Configuration As> Save the file as Config:



Then go to Edit> Preferences> Startup _External. Check the "Load Configuration File" box, and select the Config.hfm file you just saved.

You're finished!
Edited by zodac - 11/6/10 at 5:51pm
Megadoomer
(14 items)
 
Family Computer
(13 items)
 
 
CPUMotherboardGraphicsRAM
Phenom II X6 1090T @ 4.0Ghz ASUS M4A89GTD PRO Sparkle GTS 450 2x4GB G-Skill Sniper 
Hard DriveCoolingOSMonitor
Samsung F1 1TB CM Hyper 212+ Windows 7 Professional x64 Samsung T220 
KeyboardPowerCaseMouse
Logitech MX3000 Laser CM 1000M HAF 922 Logitech VX Revolution 
CPUMotherboardGraphicsRAM
Q6600 Asus PN5-D 750i Evga GTS 250 2x2GB Crucial Ballistix 
Hard DriveOptical DriveOSMonitor
750GB Hitachi Samsung Super Writemaster Windows 7 Professional x64 19" Dell 
PowerCase
Corsair 450VX Antec 900 
  hide details  
Reply
Megadoomer
(14 items)
 
Family Computer
(13 items)
 
 
CPUMotherboardGraphicsRAM
Phenom II X6 1090T @ 4.0Ghz ASUS M4A89GTD PRO Sparkle GTS 450 2x4GB G-Skill Sniper 
Hard DriveCoolingOSMonitor
Samsung F1 1TB CM Hyper 212+ Windows 7 Professional x64 Samsung T220 
KeyboardPowerCaseMouse
Logitech MX3000 Laser CM 1000M HAF 922 Logitech VX Revolution 
CPUMotherboardGraphicsRAM
Q6600 Asus PN5-D 750i Evga GTS 250 2x2GB Crucial Ballistix 
Hard DriveOptical DriveOSMonitor
750GB Hitachi Samsung Super Writemaster Windows 7 Professional x64 19" Dell 
PowerCase
Corsair 450VX Antec 900 
  hide details  
Reply
post #3 of 114
Thread Starter 
Open for business.
Megadoomer
(14 items)
 
Family Computer
(13 items)
 
 
CPUMotherboardGraphicsRAM
Phenom II X6 1090T @ 4.0Ghz ASUS M4A89GTD PRO Sparkle GTS 450 2x4GB G-Skill Sniper 
Hard DriveCoolingOSMonitor
Samsung F1 1TB CM Hyper 212+ Windows 7 Professional x64 Samsung T220 
KeyboardPowerCaseMouse
Logitech MX3000 Laser CM 1000M HAF 922 Logitech VX Revolution 
CPUMotherboardGraphicsRAM
Q6600 Asus PN5-D 750i Evga GTS 250 2x2GB Crucial Ballistix 
Hard DriveOptical DriveOSMonitor
750GB Hitachi Samsung Super Writemaster Windows 7 Professional x64 19" Dell 
PowerCase
Corsair 450VX Antec 900 
  hide details  
Reply
Megadoomer
(14 items)
 
Family Computer
(13 items)
 
 
CPUMotherboardGraphicsRAM
Phenom II X6 1090T @ 4.0Ghz ASUS M4A89GTD PRO Sparkle GTS 450 2x4GB G-Skill Sniper 
Hard DriveCoolingOSMonitor
Samsung F1 1TB CM Hyper 212+ Windows 7 Professional x64 Samsung T220 
KeyboardPowerCaseMouse
Logitech MX3000 Laser CM 1000M HAF 922 Logitech VX Revolution 
CPUMotherboardGraphicsRAM
Q6600 Asus PN5-D 750i Evga GTS 250 2x2GB Crucial Ballistix 
Hard DriveOptical DriveOSMonitor
750GB Hitachi Samsung Super Writemaster Windows 7 Professional x64 19" Dell 
PowerCase
Corsair 450VX Antec 900 
  hide details  
Reply
post #4 of 114
Nice to see you got things working. This thread could use a good ole bump
    
CPUMotherboardGraphicsRAM
I5-2500k 4.8Ghz @ 1.38v Z68X-UD4-B3 PNY 480 8GB Dominator 1600's 
Hard DriveOptical DriveOSMonitor
Intel 510 + 300GB Velociraptor LG DVD RW Server 2012 HP 25" + HP 20" 
KeyboardPowerCaseMouse
Deck Legend TX850W XClio Coolbox Mamba 
Mouse PadAudio
Dolica HD550's 
  hide details  
Reply
    
CPUMotherboardGraphicsRAM
I5-2500k 4.8Ghz @ 1.38v Z68X-UD4-B3 PNY 480 8GB Dominator 1600's 
Hard DriveOptical DriveOSMonitor
Intel 510 + 300GB Velociraptor LG DVD RW Server 2012 HP 25" + HP 20" 
KeyboardPowerCaseMouse
Deck Legend TX850W XClio Coolbox Mamba 
Mouse PadAudio
Dolica HD550's 
  hide details  
Reply
post #5 of 114
K this needs some updating....
Alot of the steps are not required with recent Nvidia drivers & Ubuntu 10.04.






Ignore the spoiler, its a code i used that saved me trouble. I'll one day do a fresh install just to help update this guide.

sudo sh ~/Desktop/NVIDIA*.run -k $(uname -r)
>.<
(13 items)
 
  
CPUMotherboardGraphicsRAM
i7 930 4.0ghz 1.27v EVGA E758 3-Way (black/gray) Evga GTX 480 / Evga 9800gtx+ (physx&folding) Corsair Dominator 6gb 1600 8-8-8-24 
Hard DriveOSMonitorPower
x25-M SSD 80gb + 1TB F3 + 2x2TB WD Green Win 7 64bit Viewsonic 20" + Samsung 40" Corsair 1000w 
Case
Haf 932 (modded) - Now caseless 
  hide details  
Reply
>.<
(13 items)
 
  
CPUMotherboardGraphicsRAM
i7 930 4.0ghz 1.27v EVGA E758 3-Way (black/gray) Evga GTX 480 / Evga 9800gtx+ (physx&folding) Corsair Dominator 6gb 1600 8-8-8-24 
Hard DriveOSMonitorPower
x25-M SSD 80gb + 1TB F3 + 2x2TB WD Green Win 7 64bit Viewsonic 20" + Samsung 40" Corsair 1000w 
Case
Haf 932 (modded) - Now caseless 
  hide details  
Reply
post #6 of 114
Does this work with gpu3?
HappyPandaFace
(13 items)
 
  
CPUMotherboardGraphicsRAM
i7 930 4ghz 1.24v Asus P6T6 WS Revolution MSI GTX 470 800/1600/1900 1.0v G.Skill PIS 2200mhz 2x2GB 
Hard DriveOSMonitorPower
2x74Gb Raptors Raid 0, 1TB storage, 500Gb Backup Windows 7 Pro 2007WFP PC P&C 750w 
Case
CoolerMaster Stacker 832 
  hide details  
Reply
HappyPandaFace
(13 items)
 
  
CPUMotherboardGraphicsRAM
i7 930 4ghz 1.24v Asus P6T6 WS Revolution MSI GTX 470 800/1600/1900 1.0v G.Skill PIS 2200mhz 2x2GB 
Hard DriveOSMonitorPower
2x74Gb Raptors Raid 0, 1TB storage, 500Gb Backup Windows 7 Pro 2007WFP PC P&C 750w 
Case
CoolerMaster Stacker 832 
  hide details  
Reply
post #7 of 114
Thread Starter 
Not this version; needs to be updated with the GPU3 setup file, and the right CUDA toolkit...
Megadoomer
(14 items)
 
Family Computer
(13 items)
 
 
CPUMotherboardGraphicsRAM
Phenom II X6 1090T @ 4.0Ghz ASUS M4A89GTD PRO Sparkle GTS 450 2x4GB G-Skill Sniper 
Hard DriveCoolingOSMonitor
Samsung F1 1TB CM Hyper 212+ Windows 7 Professional x64 Samsung T220 
KeyboardPowerCaseMouse
Logitech MX3000 Laser CM 1000M HAF 922 Logitech VX Revolution 
CPUMotherboardGraphicsRAM
Q6600 Asus PN5-D 750i Evga GTS 250 2x2GB Crucial Ballistix 
Hard DriveOptical DriveOSMonitor
750GB Hitachi Samsung Super Writemaster Windows 7 Professional x64 19" Dell 
PowerCase
Corsair 450VX Antec 900 
  hide details  
Reply
Megadoomer
(14 items)
 
Family Computer
(13 items)
 
 
CPUMotherboardGraphicsRAM
Phenom II X6 1090T @ 4.0Ghz ASUS M4A89GTD PRO Sparkle GTS 450 2x4GB G-Skill Sniper 
Hard DriveCoolingOSMonitor
Samsung F1 1TB CM Hyper 212+ Windows 7 Professional x64 Samsung T220 
KeyboardPowerCaseMouse
Logitech MX3000 Laser CM 1000M HAF 922 Logitech VX Revolution 
CPUMotherboardGraphicsRAM
Q6600 Asus PN5-D 750i Evga GTS 250 2x2GB Crucial Ballistix 
Hard DriveOptical DriveOSMonitor
750GB Hitachi Samsung Super Writemaster Windows 7 Professional x64 19" Dell 
PowerCase
Corsair 450VX Antec 900 
  hide details  
Reply
post #8 of 114
Quote:
Originally Posted by zodac View Post
Not this version; needs to be updated with the GPU3 setup file, and the right CUDA toolkit...
I tried with the recent drivers/cuda etc and it failed miserably due to something with the blacklist. Basically it was the drivers part of the guide.

And it was for my q6600/8800gts, ill let you know next week when i try a clean install just to see what it was.
>.<
(13 items)
 
  
CPUMotherboardGraphicsRAM
i7 930 4.0ghz 1.27v EVGA E758 3-Way (black/gray) Evga GTX 480 / Evga 9800gtx+ (physx&folding) Corsair Dominator 6gb 1600 8-8-8-24 
Hard DriveOSMonitorPower
x25-M SSD 80gb + 1TB F3 + 2x2TB WD Green Win 7 64bit Viewsonic 20" + Samsung 40" Corsair 1000w 
Case
Haf 932 (modded) - Now caseless 
  hide details  
Reply
>.<
(13 items)
 
  
CPUMotherboardGraphicsRAM
i7 930 4.0ghz 1.27v EVGA E758 3-Way (black/gray) Evga GTX 480 / Evga 9800gtx+ (physx&folding) Corsair Dominator 6gb 1600 8-8-8-24 
Hard DriveOSMonitorPower
x25-M SSD 80gb + 1TB F3 + 2x2TB WD Green Win 7 64bit Viewsonic 20" + Samsung 40" Corsair 1000w 
Case
Haf 932 (modded) - Now caseless 
  hide details  
Reply
post #9 of 114
I'll mess around with 10.04 and document my steps if I get it working.
    
CPUMotherboardGraphicsRAM
I5-2500k 4.8Ghz @ 1.38v Z68X-UD4-B3 PNY 480 8GB Dominator 1600's 
Hard DriveOptical DriveOSMonitor
Intel 510 + 300GB Velociraptor LG DVD RW Server 2012 HP 25" + HP 20" 
KeyboardPowerCaseMouse
Deck Legend TX850W XClio Coolbox Mamba 
Mouse PadAudio
Dolica HD550's 
  hide details  
Reply
    
CPUMotherboardGraphicsRAM
I5-2500k 4.8Ghz @ 1.38v Z68X-UD4-B3 PNY 480 8GB Dominator 1600's 
Hard DriveOptical DriveOSMonitor
Intel 510 + 300GB Velociraptor LG DVD RW Server 2012 HP 25" + HP 20" 
KeyboardPowerCaseMouse
Deck Legend TX850W XClio Coolbox Mamba 
Mouse PadAudio
Dolica HD550's 
  hide details  
Reply
post #10 of 114
Thread Starter 
Thank God; I thought someone was going to ask me to do it.
Megadoomer
(14 items)
 
Family Computer
(13 items)
 
 
CPUMotherboardGraphicsRAM
Phenom II X6 1090T @ 4.0Ghz ASUS M4A89GTD PRO Sparkle GTS 450 2x4GB G-Skill Sniper 
Hard DriveCoolingOSMonitor
Samsung F1 1TB CM Hyper 212+ Windows 7 Professional x64 Samsung T220 
KeyboardPowerCaseMouse
Logitech MX3000 Laser CM 1000M HAF 922 Logitech VX Revolution 
CPUMotherboardGraphicsRAM
Q6600 Asus PN5-D 750i Evga GTS 250 2x2GB Crucial Ballistix 
Hard DriveOptical DriveOSMonitor
750GB Hitachi Samsung Super Writemaster Windows 7 Professional x64 19" Dell 
PowerCase
Corsair 450VX Antec 900 
  hide details  
Reply
Megadoomer
(14 items)
 
Family Computer
(13 items)
 
 
CPUMotherboardGraphicsRAM
Phenom II X6 1090T @ 4.0Ghz ASUS M4A89GTD PRO Sparkle GTS 450 2x4GB G-Skill Sniper 
Hard DriveCoolingOSMonitor
Samsung F1 1TB CM Hyper 212+ Windows 7 Professional x64 Samsung T220 
KeyboardPowerCaseMouse
Logitech MX3000 Laser CM 1000M HAF 922 Logitech VX Revolution 
CPUMotherboardGraphicsRAM
Q6600 Asus PN5-D 750i Evga GTS 250 2x2GB Crucial Ballistix 
Hard DriveOptical DriveOSMonitor
750GB Hitachi Samsung Super Writemaster Windows 7 Professional x64 19" Dell 
PowerCase
Corsair 450VX Antec 900 
  hide details  
Reply
New Posts  All Forums:Forum Nav:
  Return Home
Overclock.net › Forums › Overclockers Care › Overclock.net Folding@Home Team › Folding@Home Guides and Tutorials › [Ubuntu] Setting up the GPU client