
There you can download V3 BETA 2 for Linux
Both 32 and 64 bit versions available
www.3d-coat.com/~sergyi/3D-Coat-V3-BETA2.tar.gz
Several notes about possible problems:
If you have any visual issues (like solid white window on 3d-coat start up),
please set "System -> Preferences -> Appearance -> Visual Effects -> None".
For navigation you can use either "Super" ("Windows logo") or "Alt" key, but
for better experience please set "System -> Preferences -> Windows -> Movement key -> Super".
How to manage swap files under Linux.
Show your swap files with Terminal command
swapon -s
If the list is empty you should create swap file with Terminal commands
sudo dd if=/dev/zero of=/swapfile bs=1M count=2000 (or whatever size you want in megabytes)
sudo mkswap /swapfile
sudo swapon /swapfile
To make swap file permanent
sudo gedit /etc/fstab
Add at the end of the file and save
/swapfile none swap sw 0 0




This topic is locked








