openSUSE 11.4 Release Notes

Copyright © 2011 Novell, Inc.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included as the fdl.txt file.

If you upgrade from an older version to this openSUSE release, see previous release notes listed here: http://en.opensuse.org/openSUSE:Release_Notes

These release notes cover the following areas:

Installation
  1. N/A
General
  1. openSUSE Documentation
  2. Update Applets with Changed Behavior
System Upgrade
  1. N/A
Technical
  1. Initializing Graphics with KMS (Kernel Mode Setting)
  2. CIFS Service Disabled By Default
  3. Issues with syslog-ng and SQL Support

Installation

N/A

General

openSUSE Documentation

Update Applets with Changed Behavior

The default behavior of updating packages using updater applets has been changed. Now, along with system update patches from maintenance the applets also show updates respecting vendor-stickiness. This behavior affects users who are subscribed to third party repositories.

To revert back to the pre-11.4 behavior to have only system updates shown by the applets, set HidePackages=true in the [Updates] section in /etc/Packagekit/ZYpp.conf. WARNING: This way, you may miss security updates published in third party repositories.

System Upgrade

N/A

Technical

Initializing Graphics with KMS (Kernel Mode Setting)

With openSUSE 11.3 we switched to KMS (Kernel Mode Setting) for Intel, ATI and NVIDIA graphics, which now is our default. If you encounter problems with the KMS driver support (intel, radeon, nouveau), disable KMS by adding nomodeset to the kernel boot command line. To set this permanently, add it to the kernel command line in /boot/grub/menu.lst. This option makes sure the appropriate kernel module (intel, radeon, nouveau) is loaded with modeset=0 in initrd, i.e. KMS is disabled.

In the rare cases when loading the DRM module from initrd is a general problem and unrelated to KMS, it is even possible to disable loading of the DRM module in initrd completely. For this set the NO_KMS_IN_INITRD sysconfig variable to yes via YAST, which then recreates initrd afterwards. Reboot your machine.

On Intel without KMS the Xserver falls back to the fbdev driver (the intel driver only supports KMS); alternatively, there is the "intellegacy" driver (xorg-x11-driver-video-intel-legacy package) which still supports UMS (User Mode Setting). To use it, edit /etc/X11/xorg.conf.d/50-device.conf and change the driver entry to intellegacy.

On ATI for current GPUs it falls back to radeonhd. On NVIDIA without KMS the nv driver is used (the nouveau driver only supports KMS).

CIFS Service Disabled By Default

To reduce security risks, the CIFS service is no longer enabled by default.

To enable it, start the YaST System Services (Runlevel) editor and configure the cifs service.

Issues with syslog-ng and SQL Support

The syslog-ng package is built with SQL support enabled, packaged as a module in the syslog-ng-sql sub-package. The SQL module uses DBI, a database-independent abstraction layer in C and allows writing log data into several databases with DBI support.

At the moment, it is not recommended to use sqlite3 as the database, because a re-open of the database does not work with current DBI drivers. The issue seems to be fixed in the libdbi development version, but shipping this version would break other packages.