Installation
- Installed DragonOS in VMware successfully.
- Chose a ZFS-based installation.
- DragonOS booted and completed first-run setup.
- Desktop environment confirmed as LXQt.
Display / VMware Fix
Initial issue:
- Wallpaper would resize/fullscreen, but the desktop/terminal stayed at the smaller resolution.
Fix:
- Installed VMware integration tools:
sudo apt update
sudo apt install open-vm-tools open-vm-tools-desktop -y - Rebooted.
Result:
โ
Full-screen resizing works automatically
โ
VMware display integration working
Verified:
lsmod | grep vmwgfx
Output confirmed:
vmwgfx
drm_ttm_helper
ttm
VMware Tools Status
Checked:
systemctl status open-vm-tools
Result:
Active: active (running)
Verified virtualization:
systemd-detect-virt
Result:
vmware
VM Performance Tuning
CPU Optimization
Before:
2 virtual sockets ร 2 cores
Changed to:
1 processor
4 cores per processor
Verified:
lscpu | grep -E "CPU\(s\)|Socket|Core|Thread"
Current:
CPU(s): 4
Socket(s): 1
Core(s) per socket: 4
Thread(s) per core: 1
โ Better Linux VM topology
Memory Upgrade
Before:
RAM: ~6 GB
Verified:
free -h
Before:
Mem: 5.7Gi
Changed to:
RAM: 8 GB
Current:
Mem: 7.7Gi
Used: 2.1Gi
Available: 5.7Gi
Swap: 1.9Gi
Swap used: 0
โ Plenty of headroom for SDR work
Boot Warnings Review
Checked:
journalctl -b -p warning
Findings:
Normal VMware warnings:
vmwgfxgraphics driver warning- SMBus controller warning
DragonOS package warnings:
- Kismet udev rules for missing external hardware
Expected:
- ZFS kernel taint messages
Conclusion:
โ
No serious errors found
Snapshot Created
Created a VMware snapshot after tuning.
Recommended purpose:
DragonOS Clean SDR Lab Base
Baseline includes:
โ
DragonOS working
โ
VMware Tools working
โ
Fullscreen fixed
โ
4-core CPU configuration
โ
8 GB RAM
โ
Clean boot state
This is your restore point before hardware experiments.
Future Plan: LimeSDR Mini 2.0
Goal:
LimeSDR Mini 2.0 + DragonOS
Planned workflow:
LimeSDR Mini 2.0
|
USB
|
VMware USB Passthrough
|
v
DragonOS
|
+-- LimeSuite
+-- GNU Radio
+-- SDR tools
+-- RF experiments
Recommended future steps:
- Enable VMware USB passthrough
- Connect LimeSDR
- Verify:
LimeUtil --find - Take a second snapshot:
DragonOS + LimeSDR Working
Current DragonOS VM Configuration
๐ DragonOS SDR Lab
Hypervisor:
VMware โ
CPU:
1 socket ร 4 cores โ
RAM:
8 GB โ
Swap:
1.9 GB โ
Graphics:
vmwgfx + VMware Tools โ
Display:
Fullscreen auto resize โ
Snapshot:
Created โ