|
4G RAM ,未设交换空间。
先安装好了基本系统,重启进入新系统后手动安装 xorg 显卡驱动成功后,安装 KDE 时,出现下面提示
- Configuring uswsusp
- The swap file or partition that was found in uswsusp's configuration file is not active.
- In most cases this means userspace software suspend will not work as expected. You should
- choose another swap space.
- However, in some rare cases, this configuration may be intentional.
- Continue without a valid swap space?
- [Yes] [No]
复制代码
选了 [Yes] 后,出现
- Configuring uswsusp
- No suitable swap space for software suspend
- To be able to suspend the system, uswsusp needs a swap partition or file to write a system
- snapshot to. No such space seems to be available for this.
- You should create a swap partition or file, preferably twice the size of the system's
- physical RAM.
- Then, run 'dpkg-reconfigure uswsusp' or edit the configuration file manually.
- [OK]
复制代码 |
|