[Bug 1888468] Re: Please enable NHPOLY1305_NEON in 64bit raspi kernels

2021-02-15 Thread stef70
By the way, I just noticed that the official kernel from the RaspberryPi foundation have the same problem. https://github.com/raspberrypi/linux/issues/3648#issuecomment-773838529 ** Bug watch added: github.com/raspberrypi/linux/issues #3648 https://github.com/raspberrypi/linux/issues/3648

[Bug 1888468] Re: Please enable NHPOLY1305_NEON in 64bit raspi kernels

2021-02-15 Thread stef70
In the Ubuntu file linux-raspi_5.8.0-1015.18.diff.gz, I see +++ linux-raspi-5.8.0/debian.master/config/config.common.ubuntu ... +CONFIG_CRYPTO_NHPOLY1305_NEON=m and +++ linux-raspi-5.8.0/debian.raspi/config/config.common.ubuntu ... +# CONFIG_CRYPTO_NHPOLY1305_NEON is not set So at first

[Bug 1888468] Re: Please enable NHPOLY1305_NEON in 64bit raspi kernels

2021-02-15 Thread stef70
Unfortunately, it is not enabled either in the Groovy (20.10) kernel 5.8.0.1015-raspi -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1888468 Title: Please enable NHPOLY1305_NEON in 64bit raspi

[Bug 1888468] Re: Please enable NHPOLY1305_NEON in 64bit raspi kernels

2020-07-22 Thread stef70
Correction! This is also relevant for the 32bit raspi kernel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1888468 Title: Please enable NHPOLY1305_NEON in 64bit raspi kernels To manage

[Bug 1888468] [NEW] Please enable NHPOLY1305_NEON in 64bit raspi kernels

2020-07-22 Thread stef70
Public bug reported: Due to the lack of HW accelerated AES, ChaCha20 is currently the most efficient cypher for Raspberry Pi4 users. It is enabled in the current 5.4 ubuntu kernels but unfortunately without CONFIG_CRYPTO_NHPOLY1305_NEON CONFIG_CRYPTO_CHACHA20_NEON=m #

[Bug 754470] Re: syndaemon consumes 100% CPU

2011-06-06 Thread stef70
I do not think that it was mentionned earlier: I also get 100% after switching to console (with -R) I also get 100% cpu when I start syndaemon from ~/.xprofile or from the gnome startup applications. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 736349] Re: Test speakers is silent

2011-03-20 Thread stef70
I discovered that Ihe sound test only works if I Enable windows and buttons sounds in the 1st tab -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/736349 Title: Test speakers is silent --

[Bug 691443] Re: emacs menu options permanently disabled

2010-12-23 Thread stef70
I also have that problem. It seems that most (or all) menu updates are broken. For example, the command M-x blink-cursor-mode does not toggle the entry Options Blinking Cursor Even more annoying for me is that the list of entries in the 'Buffer' menu are never updated. Only the files loaded at

[Bug 691443] Re: emacs menu options permanently disabled

2010-12-23 Thread stef70
The problem only affect the gtk version (package emacs23). The Lucid version in emacs23-lucid is fine -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/691443 Title: emacs menu options permanently

[Bug 269954] Re: ssh -X breaks Xauthority on NFS mounted home dir

2008-11-05 Thread stef70
I found a workaround for the ssh problem: create a different Xauthority file on each host. That can be done from the client side as follow: First of all, add something like that in your bashrc file: if [ -n $SSH_CLIENT ] ; then export XAUTHORITY=$HOME/.Xauthority-$HOSTNAME fi Unfortunately,

[Bug 256142] Re: Flickering with version 2.4.0

2008-09-03 Thread stef70
No improvements for me with 2:2.4.1-1ubuntu2 -- Flickering with version 2.4.0 https://bugs.launchpad.net/bugs/256142 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

[Bug 256142] Re: Flickering with version 2.4.0

2008-09-03 Thread stef70
I believe that i just found a temporary workaround. Since the flickering seems to be caused by the automatic mode detection on my non-connected VGA output, I used xrandr to force a mode on that output. I used the following commands xrandr --newmode dummy 75.00 1280 1301 1333 1408 800 804 808

[Bug 256142] Re: Flickering with version 2.4.0

2008-09-03 Thread stef70
WARNING! The xrandr commands from my previous post must be adapted to set a mode on a NON CONNECTED output. Specifying some incorrect modelines on a connected output could damage your monitor. -- Flickering with version 2.4.0 https://bugs.launchpad.net/bugs/256142 You received this bug

[Bug 256142] Re: Flickering with version 2.4.0

2008-09-03 Thread stef70
See also the following upstream bug http://bugs.freedesktop.org/show_bug.cgi?id=17405 And here is my log ** Attachment added: Xorg.0.log http://launchpadlibrarian.net/17275510/Xorg.0.log -- Flickering with version 2.4.0 https://bugs.launchpad.net/bugs/256142 You received this bug

[Bug 256142] Re: Flickering with version 2.4.0

2008-08-26 Thread stef70
Still the same for me with 2.4.1 : Flickering when launching applications I have a i915. When flickering occurs, I have the following in the logs: (II) intel(0): EDID vendor AUO, prod id 8468 (II) intel(0): Printing DDC gathered Modelines: (II) intel(0): Modeline 1280x800x0.0 75.00 1280 1301

[Bug 184905] encfsctl export adds prefix instead of directory

2008-01-21 Thread stef70
Public bug reported: I found an unexpected behavior while experimenting with the export command in encfsctl. My encrypted directory is called BBB: it contains several files pict*.jpg and a subdirectory 'yy' $ encfsctl export BBB EEE EncFS Password: The directory EEE does not exist. Should it

[Bug 67301] Re: fsck.reiserfs hangs the system at boot for 5 secs per partition

2007-03-25 Thread stef70
Same for me. I looked at the source code and in fsck/main.c, I found a strange call of fsck_sleep() just before quitting. All that function is doing is fork and let the child process sleep for 5s before returning. The only comment is Do not allow buffers to be flushed after finishing to avoid