openSUSE 13.2
Release Notes #
openSUSE 是一个用于您的个人计算机、笔记本电脑或服务器的基于 Linux 的自由操作系统。您可以使用它纵览网络风云,梳理电邮,剪辑相片,打点公务,观赏视频或品鉴音乐,尽享人生乐趣!
版权 © 2013 玛格丽特 · 苏 (marguerite@opensuse.org)
若您是从某个旧版本升级到本版 openSUSE 的,之前的版本资讯列示于此,供您参考:
1 安装 #
1.1 关于详细安装信息 #
详细安装信息请见 第 2.1 节 “openSUSE 文档”。
2 常规 #
2.1 openSUSE 文档 #
在 新手入门 中,您能够找到按步就班的安装指南,和 KDE、GNOME 桌面以及 LibreOffice 套装的介绍。该手册也涵盖了一些基础管理话题如部署、软件管理以及 bash 壳层的扫盲。
安装 opensuse-startup_$LANG
软件包后可在 /usr/share/doc/manual/opensuse-manuals_$LANG
找到我们的文档,也可以使用在线文档 http://doc.opensuse.org。
2.2 UEFI—统一可扩展固件接口 #
Prior to installing openSUSE on a system that boots using UEFI (Unified Extensible Firmware Interface), you are urgently advised to check for any firmware updates the hardware vendor recommends and, if available, to install such an update. A pre-installed Windows 8 is a strong indication that your system boots using UEFI.
Background: Some UEFI firmware has bugs that cause it to break if too much
data gets written to the UEFI storage area. Nobody really knows how much "too much" is, though.
openSUSE minimizes the risk by not writing more than the bare minimum required to boot the OS.
The minimum means telling the UEFI firmware about the location of the openSUSE boot loader.
Upstream Linux Kernel features that use the UEFI storage area for storing boot and crash
information (pstore
) have been disabled by default. Nevertheless, it is
recommended to install any firmware updates the hardware vendor recommends.
2.3 UEFI, GPT 和 MS-DOS 分区 #
Together with the EFI/UEFI specification, a new style of partitioning arrived: GPT (GUID Partition Table). This new schema uses globally unique identifiers (128-bit values displayed in 32 hexadecimal digits) to identify devices and partition types.
Additionally, the UEFI specification also allows legacy MBR (MS-DOS) partitions. The Linux boot loaders (ELILO or GRUB2) try to automatically generate a GUID for those legacy partitions, and write them to the firmware. Such a GUID can change frequently, causing a rewrite in the firmware. A rewrite consist of two different operation: removing the old entry and creating a new entry that replaces the first one.
现代固件有一个垃圾收集器可搜集删除的项并释放为旧项预留的内存。当问题固件不搜集并释放这些项时就会导致问题; 这可能导致系统无法引导。
规避方法很简单:将传统的 MBR 分区转换成新的 GPT 分区来彻底避免此问题。
2.4 Secure Boot 模式引导 #
这只影响 UEFI 模式中开启了安全引导的机器。
The new version of the shim loader allows more machines to boot with Secure Boot enabled than with openSUSE 13.1. Nevertheless, in case of trouble, first update the BIOS of your machine to the latest version. If the BIOS update does not help, report the model of your machine to the wiki (http://en.opensuse.org/openSUSE:UEFI). Then we can track it for the next release.
3 系统升级 #
4 技术 #
4.1 使用 Nouveau 驱动进行安装时屏幕上有噪点 #
在一些 NVIDIA 显卡的系统上,安装器可能会在屏幕上方显示噪点,这是默认 nouveau 驱动的问题导致的。若您被此问题影响了,您可以禁用 nouveau 内核模块后再运行安装器,在系统安装好后或升级后再启用该模块。
要禁用该内核模块,当您从安装介质引导后,在 grub 中选择 '安装 (Installation)' 项并按 'e' 来编辑参数。然后前往以 'linux' (或 'linuxefi') 开头的行并在末尾添加 brokenmodules=nouveau
。现在按 F10 以新参数继续引导。在系统安装好后,您可以通过编辑 /etc/modprobe.d/50-blacklist.conf
并移除 blacklist nouveau 那项来重新启用 nouveau 模块。
4.2 AppArmor 和权限设置 #
AppArmor is enabled by default. This means more security, but might prevent services from working if you run them in unexpected ways. If you encounter strange permission problems, try to switch the AppArmor profile for the affected service to complain mode with:
aa-complain /usr/bin/$your_service
抱怨模式意味着:允许任何东西,并记录方案不允许的东西。
Even if it helps, report it as a bug! We want to fix AppArmor profiles to also cover corner cases.
4.3 Skype #
PulseAudio 4.0 暴露了 Skype for Linux 当前版本(v4.2)中的一个故障。直到 Skype 被修复和更新前,请这样运行 skype
:
PULSE_LATENCY_MSEC=60 skype
关于此故障的更多信息,请见 http://arunraghavan.net/2013/08/pulseaudio-4-0-and-skype/。
5 杂项 #
不可用
6 更多信息和反馈 #
请阅读 CD 上的 README。
从 RPM 中获取关乎某特定软件包的详细修订历史信息:
rpm --changelog -qp <文件名>.rpm
<文件名>,是该 RPM 的名称。
查看 DVD 顶级目录中的
ChangeLog
日志可获得按时间排列的全部软件包更新历史。可于 DVD 上的
docu
文件夹获取更多信息。https://activedoc.opensuse.org/ 搜罗了额外的或更新的文档。
访问 http://www.opensuse.org 获得来自 openSUSE 的最新产品资讯。
版权所有 © 2014 SUSE LLC
感谢使用 openSUSE。
openSUSE 团队。