After 13.2 upgrade
lsb_release -d
Description: openSUSE 13.2 (Harlequin) (x86_64)
with
hwinfo --gfxcard
09: PCI 02.0: 0300 VGA compatible controller (VGA)
[Created at pci.328]
Unique ID: _Znp.+IvPqRcIRM0
SysFS ID: /devices/pci0000:00/0000:00:02.0
SysFS BusID: 0000:00:02.0
Hardware Class: graphics card
Model: "Intel Core Processor Integrated Graphics Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x0046 "Core Processor Integrated Graphics Controller"
SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
SubDevice: pci 0x0364
Revision: 0x18
Driver: "i915"
Driver Modules: "drm"
Memory Range: 0xf0000000-0xf03fffff (rw,non-prefetchable)
Memory Range: 0xd0000000-0xdfffffff (ro,non-prefetchable)
I/O Ports: 0x1800-0x1807 (rw)
IRQ: 27 (33613 events)
I/O Ports: 0x3c0-0x3df (rw)
Module Alias: "pci:v00008086d00000046sv00001025sd00000364bc03sc00i00"
Driver Info #0:
Driver Status: i915 is active
Driver Activation Cmd: "modprobe i915"
Config Status: cfg=no, avail=yes, need=no, active=unknown
Primary display adapter: #9
in dmesg
...
20.673984] [drm] Initialized i915 1.6.0 20140725 for 0000:00:02.0 on minor 0
22.634163] intel ips 0000:00:1f.6: i915 driver attached, reenabling gpu turbo
...
and lsmod | egrep -i “915|drm”
i915 1038541 8
drm_kms_helper 102496 1 i915
drm 337258 5 i915,drm_kms_helper
i2c_algo_bit 13413 1 i915
video 24467 2 i915,acer_wmi
button 14015 1 i915
exec of
LIBGL_DEBUG=verbose /sbin/yast2 sw_single
returns
libGL: screen 0 does not appear to be DRI2 capable
libGL: OpenDriver: trying /usr/lib64/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib64/dri/swrast_dri.so
libGL: Can't open configuration file /root/.drirc: No such file or directory.
libGL: Can't open configuration file /root/.drirc: No such file or directory.
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
sw_single still launches, and seems to function – despite the error above.
In 13.1, no such errors.
What config/pkg/etc changes need to be made after the 13.1 -> 13.2 upgrade to eliminate the error ^^ ?