Skip to content

Latest commit

 

History

History
55 lines (55 loc) · 2.31 KB

README.md

File metadata and controls

55 lines (55 loc) · 2.31 KB

SteamBSD installation on the internet (develop)


Install FreeBSD, reboot PC and login as root:
su root

Download from git:
pkg ins git
git clone https://github.com/steambsd/os
cd os
Or download without install git:
fetch https://github.com/steambsd/os/archive/go.zip
unzip go.zip
cd os-go

Add permission:
chmod +x run

Finally, run it:
./run [your_user] [video_driver] [your_desktop]
Or run it without paramtrs (default user "admin" with pass "0000", driver "auto" and desktop "lumina"):
./run

Where:
[your_user] is user created during installation
If the user does not exist, the script will add it automatically with the password "0000", you can change the password after installation:
passwd [your_user]
[video_driver] is one of: nvidia, amdgpu, radeon, intel or vesa
auto - autodetect and install ONE driver
full - autodetect and install FULL packages of driver
nvidia - recommended, best choice for linux steam
amdgpu - not bad for wine steam
radeon - not bad for wine steam
intel - not bad for wine steam
vesa - for test virtual machines
[your_desktop] choose between lxde, lxqt, lumina and plasma

Only for this internet installer (NOT for ISO IMG) you may choose old driver: nvidia-390, nvidia-340, nvidia-304

For example:
./run ash auto lumina
./run bob full plasma
./run lee nvidia-390 lxqt
./run kim nvidia-340 lumina
./run son nvidia-304 lxde
./run den amdgpu plasma
./run zed radeon lumina
./run hanna intel lxqt
./run vmuser vesa lxde

NOTE1. If you install on VirtualBox you must choose VMSVGA+128Mb (in virtualbox of course). This is in machine "settings -> display".
NOTE2. If you install via ISO disk of FreeBSD and internet - you need synchronize rc.conf (see "run" script). Because chrome and steam may work unstable.

--- SteamBSD © is FREE operating system.
Site: https://lpros.blogspot.com/
E-mail: steambsd@gmail.com

wall