[Bug 1780475] Re: Fatal IO error 11 on totem startup when using the Nvidia binary driver and VAAPI enabled

2021-06-09 Thread Massimo Bacilieri
The solution at #9 solved the same issue in "Parole" (the eq. of Totem in 
Xfce4)!!!
Thankyou!!!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1780475

Title:
  Fatal IO error 11 on totem startup when using the Nvidia binary driver
  and VAAPI enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1780475/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1849713] Re: Warning message in logs after kernel update to linux-image-4.15.0-66-generic

2020-03-20 Thread Massimo Bacilieri
The same here, yet in 4.15.0-91 upgraded yesterday (March 19th, 2020).
4.15.0-88 had the same.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849713

Title:
  Warning message in logs after kernel update to linux-
  image-4.15.0-66-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1849713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1684678] Re: NVIDIA Driver Crashes the System

2018-03-07 Thread Massimo Bacilieri
Same here in a Acer Aspire E5-771G with GeForce 820M.
The recent 4.4.0-112 has this issue yet, while 4.4.0-116 is not working for 
different reasons (perhaps has the same issue too, cannot know for it doesn't 
boot).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1684678

Title:
  NVIDIA Driver Crashes the System

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bbswitch/+bug/1684678/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1724317] Re: Shutdown hangs / no standby - possible Wifi-bug in the kernel

2018-02-12 Thread Massimo Bacilieri
SOLVED.
Starting from your suggestion, having I a rtl8723be based wifi card, I made a 
simple test:

$ sudo su
# service network-manager stop
# modprobe -r rtl8723be
# modprobe -r rtl8723_common rtl_pci
# modprobe -r rtlwifi
# killall -9 wpa_supplicant

then shutdown: the system halted perfectly. I retryed several time, and
always worked.

So, simply, I made a script in /usr/local/sbin/wireless-stop.sh:

#!/bin/bash
service network-manager stop
modprobe -r rtl8723be
modprobe -r rtl8723_common rtl_pci
modprobe -r rtlwifi
killall -9 wpa_supplicant

then an entry in /etc/init.d/wireless:

#!/bin/sh
### BEGIN INIT INFO
# Provides:  wireless
# Required-Start:
# Required-Stop:
# Default-Start:
# Default-Stop:  0 6
# Short-Description: unload wifi modules
### END INIT INFO
PATH=/sbin:/bin:/usr/sbin:/usr/bin
case "$1" in
start)
# do nothing at start
;;
stop)
log_daemon_msg "Removing wifi modules from kernel"
/usr/local/sbin/wireless-stop.sh
;;
restart|force-reload)
# do nothing at restart and reload
;;
status)
# no mean to ask for a status.
;;
*)
echo "Usage: /etc/init.d/wireless stop"
exit 1
;;
esac

then, just symlink in /etc/rc0.d (shutdown) and /etc/rc6.d (restart):

# cd /etc/rc0.d && ln -s /etc/init.d/wireless K00wireless
# cd /etc/rc6.d && ln -s /etc/init.d/wireless K00wireless

et voilĂ . Shutdown and restart now works.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1724317

Title:
  Shutdown hangs / no standby - possible Wifi-bug in the kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1724317/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1723227] Re: Synaptics touchpad not working properly after new installation of Ubuntu 16.04.3 LTS

2018-01-29 Thread Massimo Bacilieri
Exactly the same issue here on Acer Aspire E5-771G-51HQ.
Touchpad suddenly stopped to work after update to kernel 4.13 and xorg "hwe".
External USB mouse works properly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1723227

Title:
  Synaptics touchpad not working properly after new installation of
  Ubuntu 16.04.3 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics-hwe-16.04/+bug/1723227/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1574125] Re: [Lenovo G50-70] suspend not working after upgrade

2017-04-04 Thread Massimo Bacilieri
Hallo.

I tried the two scripts on my Acer E5-771 with nvidia card and Ubuntu 14.04, 
for I have the suspend trouble yet with 4.4.0-72 kernel (3.19 works flawlessy). 
I noticed in my /sys/devices/system/cpu/cpu0 there is no "online" file to set 
to 0 or 1; neither under cpu1, cpu2, cpu3.
So the suggested script simply does nothing, for it has no aim file to change.

An "online" file exists instead in /sys/devices/system/cpu/online, containing 
0-3 value.
The "offline" file contains instead 4-7.
I'm not sure it's this the file to redirect the script to... any suggestion?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1574125

Title:
  [Lenovo G50-70] suspend not working after upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1574125/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1574125] Re: [Lenovo G50-70] suspend not working after upgrade

2016-11-10 Thread Massimo Bacilieri
The same here on a Acer E5-771 with nvidia card on Ubuntu 14.04.
Since updates gave 4.4.0 Kernel, the suspend is broken.

When I send to suspend, the suspend doesn't actually complete: the power led 
stays blue instead to turn to blink orange, and the computer freezes. No way to 
recover but completely kill it holding the power button and restart the system 
(it means you lose everything you were doing).
It's for sure a broken kernel, I reverted to an old 3.9 and the suspend works 
flawlessy.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1574125

Title:
  [Lenovo G50-70] suspend not working after upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1574125/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 375557] Re: youtube videos in fullscreen go slow when compiz is enabled

2010-10-24 Thread Massimo Bacilieri
I think it's not a nvida-related problem.
I have a ATI Radeon HD4650 and the issue is the same: youtube video are 
stuttering even in small size with compiz enabled, with a lot use of cpu, while 
without compiz they run smoothly even in fullscreen.
My system: Debian Squeeze, 1 GB RAM, Pentium 4 2.6 GHz, ATI Radeon Sapphire HD 
4650. I forced XAA 2D acceleration in xorg.conf since a known bug in Firefox 
with proprietary ATI 2D acceleration.

-- 
youtube videos in fullscreen go slow when compiz is enabled
https://bugs.launchpad.net/bugs/375557
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 459751] Re: Desktop not shown after upgrade from 9.04 to 9.10 BE

2009-12-05 Thread Massimo Bacilieri
This issue happened exactly on Debian Squeeze: P4 2.6 GHz, 1 GB RAM, radeon 
9200SE.
glxinfo produces a lot of freeing invalid memtype.
Several 3D application like Scorched3d and dreamchess never work, exiting with 
a segmentation fault.
After this, in dmesg I find:

dreamchess[30249]: segfault at 8 ip b738c579 sp bfdc1440 error 4 in
r200_dri.so[b7334000+25c000]

Other application, like OpenBVE, become unstable and lost a lot in 
performances.
According with Xorg.0.log, xorg.conf is properly configured, DRI is active and 
all estensions are working. No errors reported but a strange warning:

(WW) RADEON(0): DRI init changed memory map, adjusting ...
(WW) RADEON(0):   MC_FB_LOCATION  was: 0xd7ffd000 is: 0xd7ffd000
(WW) RADEON(0):   MC_AGP_LOCATION was: 0xffc0 is: 0xc07fc000

I'm pretty sure something changed when firmware were separated from
module, since 2.6.28 if I remember, a couple of months ago. Before that,
everything worked properly.

Anyway, I have no idea how to solve.

-- 
Desktop not shown after upgrade from 9.04 to 9.10 BE
https://bugs.launchpad.net/bugs/459751
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs