Bug 16033 - Radeon fails to load hardware acceleration from DVD, works from USB
Summary: Radeon fails to load hardware acceleration from DVD, works from USB
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: Release (media or process) (show other bugs)
Version: Cauldron
Hardware: x86_64 Linux
Priority: High critical
Target Milestone: ---
Assignee: Mageia Bug Squad
QA Contact:
URL:
Whiteboard: IN_ERRATA
Keywords: NEEDINFO
: 16088 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-05-24 10:40 CEST by Rémi Verschelde
Modified: 2017-01-11 09:22 CET (History)
13 users (show)

See Also:
Source RPM:
CVE:
Status comment:


Attachments

Description Rémi Verschelde 2015-05-24 10:40:46 CEST
Quoting Martin Whitaker from bug 15653 comment 96:
> (In reply to claire robinson from comment #94)
> > Mai 20 10:40:26 localhost gdm-Xorg-:0[1519]: (EE) AIGLX error: dlopen of
> > /usr/lib64/dri/r600_dri.so failed (/usr/lib64/dri/r600_dri.so: undefined
> > symbol: _glapi_tls_Dispatch)
> > Mai 20 10:40:26 localhost gdm-Xorg-:0[1519]: (EE) AIGLX: reverting to
> > software rendering
> 
> So this is not the timing race bug. The radeon driver is failing to load one
> of the modules needed for hardware 3D acceleration, so falls back to
> software acceleration. GNOME checks for this, and won't start without
> hardware acceleration (the old fallback mode has been removed).
> 
> The puzzling thing here is this is working from a USB stick but failing from
> DVD. I can't think of a mechanism that would cause this (other than a bad
> burn). I'll try this myself tomorrow - all my tests so far have been from a
> USB stick.
Comment 1 Rémi Verschelde 2015-05-24 10:42:46 CEST
See also:
https://bugs.mageia.org/show_bug.cgi?id=15653#c93
https://bugs.mageia.org/attachment.cgi?id=6591
and following comments down to comment 99.
Rémi Verschelde 2015-05-24 10:43:03 CEST

Depends on: 15653 => (none)

Comment 2 Martin Whitaker 2015-05-24 10:49:21 CEST
N.B. Just noticed I made a typo - that should be 2D acceleration, not 3D.
Comment 3 Rémi Verschelde 2015-06-02 11:35:59 CEST
We'll have to do with an errata entry for this one.

Whiteboard: (none) => FOR_ERRATA

Rémi Verschelde 2015-06-02 11:36:07 CEST

Priority: release_blocker => High

Comment 4 Lewis Smith 2015-06-10 12:43:27 CEST
Added to Errata 'Hardware Issues' as "Possible boot failure from DVD with some Radeon hardware". Whiteboard changed to IN_ERRATA.

Whiteboard: FOR_ERRATA => IN_ERRATA

Comment 5 Lewis Smith 2015-06-16 11:07:02 CEST
Confirm that this problem persists in the Final**n Gnome Live x64 DVD dated 14 June, on real EFI hardware with AMD/ATI/Radeon video:
- Booting from DVD, Live -> "Oh No! something has gone wrong"
- Booting from USB, Live runs OK.
(I erroneously reported this on Bug 16032 rather than this one).

I hope the IN_ERRATA Whiteboard status does preclude sorting this.
Comment 6 Samuel Verschelde 2015-06-16 11:17:47 CEST
(In reply to Lewis Smith from comment #5)
> I hope the IN_ERRATA Whiteboard status does preclude sorting this.

I don't understand what you mean. Or you mean't doesn't?
Rémi Verschelde 2015-06-16 15:29:53 CEST

See Also: (none) => https://bugs.mageia.org/show_bug.cgi?id=16032
Blocks: 16032 => (none)

Comment 7 Lewis Smith 2015-06-16 21:12:36 CEST
(In reply to Samuel VERSCHELDE from comment #6)
> (In reply to Lewis Smith from comment #5)
> > I hope the IN_ERRATA Whiteboard status does preclude sorting this.
> I don't understand what you mean. Or you mean't doesn't?
Sorry Samuel, you are right! Re-stating my Comment 5:
"I hope the IN_ERRATA Whiteboard status does *not* preclude sorting this".
Comment 8 Martin Whitaker 2015-06-16 22:27:17 CEST
I did spend some time trying to debug this, but I couldn't find any difference in the system configuration when booted from DVD compared to when booted from USB. The only thing I can postulate is that the difference in read speed from DVD means system services start in a different order - but even then I can't see how that would lead to a dynamic linking failure.
Comment 9 Martin Whitaker 2015-06-17 00:47:19 CEST
The same problem occurs when using legacy boot and selecting the vesa xdriver - then it fails when trying to load the swrast_dri.so module, but with the same

  undefined symbol: _glapi_tls_Dispatch

message. Also fails the same way on my laptop with Optimus graphics (when trying to load the i915_dri.so module).

These tests done with the latest Mageia-5-LiveDVD-GNOME-x86_64-DVD, dated Sun Jun 14 00:45:00 CEST 2015.
Comment 10 Samuel Verschelde 2015-06-17 11:41:26 CEST
(In reply to Lewis Smith from comment #7)
> "I hope the IN_ERRATA Whiteboard status does *not* preclude sorting this".

Now I can answer :)
It does not preclude sorting this for Mageia 6, nor improving the errata entry with more relevant information if possible. However as you know there's very little chance at this stage that we can add more fixes in the ISOs. Hope it answers the question.
Comment 11 Martin Whitaker 2015-06-24 10:05:17 CEST
See also bug 16088, and try the workaround:

 - boot to "Oh no" screen
 - Ctrl-Alt-F2 to tty login
 - log in as root
 - type
     ldconfig
     systemctl restart dm.service
Comment 12 Alberto Girlando 2015-06-24 18:36:38 CEST
Tested Mageia 5 DVD GNOME live 64x (from DVD).
Graphic board: ATI RV610 (Linux driver on MAgeia 4: ATI Radeon HD 4870 & earlier

 Oh no ! still there. here the offending part of the log file:

Jun 23 12:39:30 localhost kernel: ll header: 00000000: ff ff ff ff ff ff f4 ce 46 05 85 5d 08 00        ........F..]..
Jun 23 12:39:31 localhost gdm-Xorg-:0[1537]: (EE) AIGLX error: dlopen of /usr/lib64/dri/r600_dri.so failed (/usr/lib64/dri/r600_dri.so: undefined symbol: _glapi_tls_Dispatch)
Jun 23 12:39:31 localhost gdm-Xorg-:0[1537]: (EE) AIGLX: reverting to software rendering
Jun 23 12:39:31 localhost gdm-Xorg-:0[1537]: (EE) AIGLX error: dlopen of /usr/lib64/dri/swrast_dri.so failed (/usr/lib64/dri/swrast_dri.so: undefined symbol: _glapi_tls_Dispatch)
Jun 23 12:39:31 localhost gdm-Xorg-:0[1537]: (EE) GLX: could not load software renderer
Jun 23 12:39:31 localhost gdm-Xorg-:0[1537]: (II) GLX: no usable GL providers found for screen 0

The workaround by Martin (thanks !):
boot to "Oh no" screen
 - Ctrl-Alt-F2 to tty login
 - log in as root
 - type
     ldconfig
     systemctl restart dm.service

DOES work
Comment 13 Alberto Girlando 2015-06-24 18:48:20 CEST
Tested Mageia 5 DVD GNOME live 64x (from DVD).
Graphic board: Intel integrated in EEEPC 1015PEM Atom pinewiew (Linux driver on Mageia 4: Intel 810 and later)

Oh no ! still there. here the offending part of the log file:

Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (EE) AIGLX error: dlopen of /usr/lib64/dri/i915_dri.so failed (/usr/lib64/dri/i915_dri.so: undefined symbol: _glapi_tls_Dispatch)
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (EE) AIGLX: reverting to software rendering
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (EE) AIGLX error: dlopen of /usr/lib64/dri/swrast_dri.so failed (/usr/lib64/dri/swrast_dri.so: undefined symbol: _glapi_tls_Dispatch)
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (EE) GLX: could not load software renderer
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) GLX: no usable GL providers found for screen 0
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) intel(0): switch to mode 1024x600@60.0 on LVDS1 using pipe 1, position (0, 0), rotation normal, reflection none
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) intel(0): Setting screen physical size to 270 x 158
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) config/udev: Adding input device Power Button (/dev/input/event5)
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) Power Button: Applying InputClass "evdev keyboard catchall"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) Power Button: Applying InputClass "system-keyboard"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) Module evdev: vendor="X.Org Foundation"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: compiled for 1.16.2, module version = 2.9.1
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) Using input driver 'evdev' for 'Power Button'
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) Power Button: always reports core events
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) evdev: Power Button: Device: "/dev/input/event5"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (--) evdev: Power Button: Vendor 0 Product 0x1
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (--) evdev: Power Button: Found keys
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) evdev: Power Button: Configuring as keyboard
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: > Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: >                   Ignoring extra symbols
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: Errors from xkbcomp are not fatal to the X server
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) config/udev: Adding input device Video Bus (/dev/input/event10)
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) Video Bus: Applying InputClass "evdev keyboard catchall"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) Video Bus: Applying InputClass "system-keyboard"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) Using input driver 'evdev' for 'Video Bus'
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) Video Bus: always reports core events
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) evdev: Video Bus: Device: "/dev/input/event10"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (--) evdev: Video Bus: Vendor 0 Product 0x6
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (--) evdev: Video Bus: Found keys
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) evdev: Video Bus: Configuring as keyboard
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) config/udev: Adding input device Power Button (/dev/input/event4)
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) Power Button: Applying InputClass "evdev keyboard catchall"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) Power Button: Applying InputClass "system-keyboard"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) Using input driver 'evdev' for 'Power Button'
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) Power Button: always reports core events
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) evdev: Power Button: Device: "/dev/input/event4"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (--) evdev: Power Button: Vendor 0 Product 0x1
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (--) evdev: Power Button: Found keys
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) evdev: Power Button: Configuring as keyboard
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) No input driver specified, ignoring this device.
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) This device may have been added with another device file.
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) Sleep Button: Applying InputClass "system-keyboard"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) Using input driver 'evdev' for 'Sleep Button'
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) Sleep Button: always reports core events
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) evdev: Sleep Button: Device: "/dev/input/event3"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (--) evdev: Sleep Button: Vendor 0 Product 0x3
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (--) evdev: Sleep Button: Found keys
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) evdev: Sleep Button: Configuring as keyboard
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event6)
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) No input driver specified, ignoring this device.
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) This device may have been added with another device file.
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event7)
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) No input driver specified, ignoring this device.
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) This device may have been added with another device file.
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) config/udev: Adding input device USB2.0 UVC VGA WebCam (/dev/input/event9)
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) USB2.0 UVC VGA WebCam: Applying InputClass "evdev keyboard catchall"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) USB2.0 UVC VGA WebCam: Applying InputClass "system-keyboard"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) Using input driver 'evdev' for 'USB2.0 UVC VGA WebCam'
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) USB2.0 UVC VGA WebCam: always reports core events
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) evdev: USB2.0 UVC VGA WebCam: Device: "/dev/input/event9"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (--) evdev: USB2.0 UVC VGA WebCam: Vendor 0x13d3 Product 0x5702
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (--) evdev: USB2.0 UVC VGA WebCam: Found keys
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) evdev: USB2.0 UVC VGA WebCam: Configuring as keyboard
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) XINPUT: Adding extended input device "USB2.0 UVC VGA WebCam" (type: KEYBOARD, id 10)
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event8)
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys'
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) Eee PC WMI hotkeys: always reports core events
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event8"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (--) evdev: Eee PC WMI hotkeys: Found keys
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 11)
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) AT Translated Set 2 keyboard: always reports core events
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (--) evdev: AT Translated Set 2 keyboard: Found keys
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event1)
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) Module synaptics: vendor="X.Org Foundation"
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: compiled for 1.16.4, module version = 1.8.1
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) ETPS/2 Elantech Touchpad: always reports core events
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) synaptics: ETPS/2 Elantech Touchpad: ignoring touch events for semi-multitouch device
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 1216 (res 0)
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 512 (res 0)
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) ETPS/2 Elantech Touchpad: always reports core events
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 13)
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.152
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) No input driver specified, ignoring this device.
Jun 24 07:50:58 localhost gdm-Xorg-:0[2773]: (II) This device may have been added with another device file.
Jun 24 07:50:59 localhost gdm-autologin][2800]: pam_systemd(gdm-autologin:session): Failed to create session: VT number out of range
Jun 24 07:50:59 localhost gdm-autologin][2800]: pam_tcb(gdm-autologin:session): Session opened for live by (uid=0)
Jun 24 07:50:59 localhost /etc/X11/gdm/Xsession[2806]: /etc/X11/gdm/Xsession: Beginning session setup...
Jun 24 07:51:00 localhost /etc/X11/gdm/Xsession[2806]: gpg-agent[2836]: directory `/home/live/.gnupg' created
Jun 24 07:51:00 localhost /etc/X11/gdm/Xsession[2806]: gpg-agent[2836]: directory `/home/live/.gnupg/private-keys-v1.d' created
Jun 24 07:51:00 localhost /etc/X11/gdm/Xsession[2806]: gpg-agent[2837]: gpg-agent (GnuPG) 2.0.27 started
Jun 24 07:51:00 localhost /etc/X11/gdm/Xsession[2806]: localuser:live being added to access control list
Jun 24 07:51:00 localhost /etc/X11/gdm/Xsession[2806]: /etc/X11/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- /usr/share/X11/xdm/Xsession GNOME
Jun 24 07:51:01 localhost /etc/X11/gdm/Xsession[2806]: localhost being added to access control list
Jun 24 07:51:02 localhost org.a11y.Bus[2907]: Activating service name='org.a11y.atspi.Registry'
Jun 24 07:51:02 localhost org.a11y.Bus[2907]: Successfully activated service 'org.a11y.atspi.Registry'
Jun 24 07:51:02 localhost org.a11y.atspi.Registry[2947]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jun 24 07:51:02 localhost org.a11y.atspi.Registry[2947]: Xlib:  extension "XEVIE" missing on display ":0".
Jun 24 07:51:02 localhost gnome-session[2806]: Xlib:  extension "GLX" missing on display ":0".
Jun 24 07:51:02 localhost gnome-session[2806]: Xlib:  extension "GLX" missing on display ":0".
Jun 24 07:51:02 localhost gnome-session[2806]: Xlib:  extension "GLX" missing on display ":0".
Jun 24 07:51:02 localhost gnome-session[2806]: gnome-session-is-accelerated: No hardware 3D support.
Jun 24 07:51:02 localhost gnome-session[2806]: Xlib:  extension "GLX" missing on display ":0".
Jun 24 07:51:02 localhost gnome-session[2806]: gnome-session-check-accelerated: Helper exited with code 256
Jun 24 07:51:07 localhost gnome-session[2806]: Xlib:  extension "GLX" missing on display ":0".
Jun 24 07:51:07 localhost gnome-session[2806]: Xlib:  extension "GLX" missing on display ":0".
Jun 24 07:51:07 localhost gnome-session[2806]: Xlib:  extension "GLX" missing on display ":0".
Jun 24 07:51:07 localhost gnome-session[2806]: gnome-session-is-accelerated: No hardware 3D support.
Jun 24 07:51:07 localhost gnome-session[2806]: Xlib:  extension "GLX" missing on display ":0".
Jun 24 07:51:07 localhost gnome-session[2806]: gnome-session-check-accelerated: Helper exited with code 256
Jun 24 07:51:07 localhost gnome-session[2806]: gnome-session[2806]: WARNING: software acceleration check failed: Child process exited with code 1
Jun 24 07:51:07 localhost gnome-session[2806]: WARNING: software acceleration check failed: Child process exited with code 1
Jun 24 07:51:08 localhost kernel: fuse init (API version 7.23)
Jun 24 07:52:15 localhost chronyd[1471]: Backward time jump detected!
Jun 24 07:52:28 localhost acpid[1487]: client 2773[0:0] has disconnected
Jun 24 07:52:32 localhost login[2981]: pam_tcb(login:auth): Authentication passed for root from LOGIN(uid=0)
Jun 24 07:52:32 localhost systemd-logind[1463]: New session c1 of user root.
Jun 24 07:52:32 localhost systemd[2983]: pam_tcb(systemd-user:session): Session opened for root by (uid=0)
Jun 24 07:52:32 localhost systemd[2983]: Starting Paths.
Jun 24 07:52:32 localhost systemd[2983]: Reached target Paths.
Jun 24 07:52:32 localhost systemd[2983]: Starting Timers.
Jun 24 07:52:32 localhost systemd[2983]: Reached target Timers.
Jun 24 07:52:32 localhost systemd[2983]: Starting -.slice.
Jun 24 07:52:32 localhost systemd[2983]: Created slice -.slice.
Jun 24 07:52:32 localhost systemd[2983]: Starting Sound System.
Jun 24 07:52:32 localhost systemd[2983]: Listening on Sound System.
Jun 24 07:52:32 localhost systemd[2983]: Starting Sockets.
Jun 24 07:52:32 localhost systemd[2983]: Reached target Sockets.
Jun 24 07:52:32 localhost systemd[2983]: Starting Basic System.
Jun 24 07:52:32 localhost systemd[2983]: Reached target Basic System.
Jun 24 07:52:32 localhost systemd[2983]: Starting Default.
Jun 24 07:52:32 localhost systemd[2983]: Reached target Default.
Jun 24 07:52:32 localhost systemd[2983]: Startup finished in 162ms.
Jun 24 07:52:32 localhost login[2981]: pam_tcb(login:session): Session opened for root by LOGIN(uid=0)
Jun 24 07:52:32 localhost login[2981]: ROOT LOGIN ON tty2

In this case the Martin workaround (see my previous message) DOES NOT work: I get a white screen with the Mageia welcome, but nothing else (no arror mouse etc, and the screen appears to be frozen.
Comment 14 Marja Van Waes 2015-06-25 17:04:28 CEST
*** Bug 16088 has been marked as a duplicate of this bug. ***

CC: (none) => marja11

Comment 15 Samuel Verschelde 2016-10-10 17:29:07 CEST
Is this bug valid in Mageia 6?
Samuel Verschelde 2016-10-10 18:18:20 CEST

Keywords: (none) => NEEDINFO

psyca 2016-12-29 00:04:53 CET

CC: linux => (none)

Comment 16 Marja Van Waes 2017-01-10 11:18:13 CET
(In reply to Samuel Verschelde from comment #15)
> Is this bug valid in Mageia 6?

@ Lewys, MrsB, anyone else who hit this

Please reply :-)
Alan Augustson 2017-01-10 14:22:54 CET

CC: alan.augustson => (none)

Comment 17 Lewis Smith 2017-01-10 20:50:40 CET
I think this can be closed as one of those things which vanish with progress. It must have related to Mageia 5 Gnome Live DVD (literally), but the "Oh No!" problems which bedevilled that was largely resolved by its eventual release. Nor did it re-surface in 5.1 (although I doubt whether I tried the Gnome Live for that).
It has not been a problem with Mageia 6. I might try installing that from DVD to confirm, but do not await that.
Comment 18 Alberto Girlando 2017-01-11 08:28:00 CET
I also think it can be closed, I had no problems (so far) with Mageia 6
Comment 19 Samuel Verschelde 2017-01-11 09:22:04 CET
Closing then

Status: NEW => RESOLVED
Resolution: (none) => FIXED


Note You need to log in before you can comment on or make changes to this bug.