Two tips of folding on arch linux. GPU and CPU
Posted: Tue Sep 10, 2013 2:06 pm
Hello pals
On arch linux (unsupported distro) there are two ways of install folding.
after it, just run in command line the "./FAHClient --configure" and after configured, ./FAHClient
About folding on GPU.
On my machine (Asus M4A88TD-V EVO USB3 with AMD Phenom II X4 955BE, and with GTX 650Ti Zogis) I only could fold with GPU following two steps
Once installed and working, download the driver "NVIDIA-XXX.RUN" from nvidia's site,
press CTRL+ALT+F1, that changes to tty1,
login as root, type, once logged in, "systemctl stop <your dm>" (systemctl stop kdm/gdm/xdm/ldm)
type "sh NVIDIA-LINUX-XXXXXXXX.RUN" (you can type NVIDIA-<press tab>. If only this "nvidia-xxxxxxxx" application is in the downloaded folder, pressing TAB will fill the command line with the comand. You don't need type all the command)
choose "accept"
wait while installs (maybe the program say that there's a part of driver already installed. maybe With nvidia-304-xx and 319.49 driver didn't say nothing"
When installer asks to change "configuration files" choose NO (It's working, nothing about change it)
restart
now I could, even, change the "config.xml" or configuring beta by "fahcontrol" that is available from AUR
On my machine, still, I should use, on 10-monitor.conf
I hope that it helps
On arch linux (unsupported distro) there are two ways of install folding.
- One of them is by AUR;
- Another one is downloading the package (.DEB, or .RPM) extract it with ark, what results in a "data.tar.gz" package. Extract again, resulting in a /etc and /usr folder (RPM package)
after it, just run in command line the "./FAHClient --configure" and after configured, ./FAHClient
About folding on GPU.
On my machine (Asus M4A88TD-V EVO USB3 with AMD Phenom II X4 955BE, and with GTX 650Ti Zogis) I only could fold with GPU following two steps
- use client-type advanced on slot configuration
- Install the ".run" driver (from nvidia site) on the distro's driver.
Once installed and working, download the driver "NVIDIA-XXX.RUN" from nvidia's site,
press CTRL+ALT+F1, that changes to tty1,
login as root, type, once logged in, "systemctl stop <your dm>" (systemctl stop kdm/gdm/xdm/ldm)
type "sh NVIDIA-LINUX-XXXXXXXX.RUN" (you can type NVIDIA-<press tab>. If only this "nvidia-xxxxxxxx" application is in the downloaded folder, pressing TAB will fill the command line with the comand. You don't need type all the command)
choose "accept"
wait while installs (maybe the program say that there's a part of driver already installed. maybe With nvidia-304-xx and 319.49 driver didn't say nothing"
When installer asks to change "configuration files" choose NO (It's working, nothing about change it)
restart
now I could, even, change the "config.xml" or configuring beta by "fahcontrol" that is available from AUR
On my machine, still, I should use, on 10-monitor.conf
I've asked something on https://devtalk.nvidia.com/default/topi ... -1024x768/, cause I couldn't reach 1440x900 resolution on my arch, with my monitor.Option "IgnoreEDIDChecksum" "DVI-I-0"
I hope that it helps