[Bug 1866194] Re: External audio device shows up in the sound output options but the sound keeps being emitted from the internal laptop speaker, or none at all.

2020-05-09 Thread Fábio Lima
This also affects me!

Ubuntu Focal Fossa updated until right now;
Dell Inspiron 15 5590 Laptop;
Intel® Core™ i7-10510U CPU.

I just use a simple P2 headphone.
When plugged, audio doesn't sound out and mic doesn't capture in until I go to 
Gnome Control Center > Sound and change to the other input device created 
besides the default one.

Look this out happening at https://youtu.be/uLwrqPwByNk

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

Title:
  External audio device shows up in the sound output options but the
  sound keeps being emitted from the internal laptop speaker, or none at
  all.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1866194/+subscriptions

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

[Bug 998492] Re: Fails to detect package download errors on architectures other than amd64

2020-04-07 Thread Fábio Lima
The same happens to me as ins #15. Anda I this should not happen.
I'm installing ubuntu 20.04 beta amd64.

** Attachment added: "logs.tar.xz"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/998492/+attachment/5349100/+files/logs.tar.xz

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

Title:
  Fails to detect package download errors on architectures other than
  amd64

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

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

[Bug 1871295] [NEW] Live CD 20.04 don't set correct keyboard layout after ubiquity

2020-04-06 Thread Fábio Lima
Public bug reported:

When running 20.04 beta in live mode, after choosing language "Português do 
Brasil" and choosing to try live cd without installation, the correct kayboard 
layout (Brazil ABNT) is not set in the gnome desktop.
The screenshot attached (Captura de tela de 2020-04-07 05-14-23.png) shows the 
top-right keyboard set is "pt1", where the correct would be "pt2" (Português 
Brasil). You have to change manually in order to have your keyboard working as 
intended when you chose "Português do Brasil" in the first screen.

When you do the proper installation, in the second screen, the correct
keyboard layout is chosen (Captura de tela de 2020-04-07 05-22-45.png).

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.9
ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
Uname: Linux 5.4.0-21-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu22
Architecture: amd64
CasperVersion: 1.442
CurrentDesktop: ubuntu:GNOME
Date: Tue Apr  7 05:08:46 2020
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed initrd=/casper/initrd quiet 
splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal ubiquity-20.04.9 ubuntu

** Attachment added: "screenshots.zip"
   
https://bugs.launchpad.net/bugs/1871295/+attachment/5348364/+files/screenshots.zip

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

Title:
  Live CD 20.04 don't set correct keyboard layout after ubiquity

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

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

[Bug 1856043] [NEW] Default to zstd

2019-12-11 Thread Fábio Lima
Public bug reported:

Package zram-config now defaults compression algorithm to lzo.
What about to change to zstd?

Even better: refactor the script and use zramctl, that manages in a better way.
init-zram-swapping can be like below. I changed this at my machine and works 
fine.

#!/bin/bash
# Calculate memory to use for zram (1/4 of ram)
modprobe zram 1
zram=$(zramctl --find --algorithm zstd --size $(($(cat /proc/meminfo | grep 
MemTotal | awk -F' ' '{print $2}') / 4))KiB)
mkswap $zram
swapon $zram

PS: I also suggest considering bug report #1835726

** Affects: zram-config (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Default to zstd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/1856043/+subscriptions

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

[Bug 1835726] Re: Misleading and incorrect name and description of the package

2019-12-11 Thread Fábio Lima
> Now about the description. It is "Upstart job to enable zram support".
Same thing as I mentioned above regarding the name. It doesn't "enable
support". The zram is there by default. I propose to change it to
something like "Upstart job that manages zram based swap(s)".

And now these day not even is an upstart job. It uses a systemd unit.
I propose use "Bootstrap script that setup a compressed zram based swap"

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

Title:
  Misleading and incorrect name and description of the package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/1835726/+subscriptions

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

[Bug 1759043] Re: gdm3 disable-user-list does not work bionic

2018-03-30 Thread Fábio Lima
Yeah, I may have made a mistake. I've made many tryes before. And It only 
worked when I've undone all the procedures.
I guess editing greeter.dconf-defaults is much better too. It's safier and 
easier to make automated config across many installations.

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

Title:
  gdm3 disable-user-list does not work bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-user-docs/+bug/1759043/+subscriptions

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

[Bug 1759043] Re: gdm3 disable-user-list does not work bionic

2018-03-29 Thread Fábio Lima
Hmmm Now I've just made a new clean OS reinstall. Installed all apt updates 
available right now (including dconf-cli_0.26.0-2ubuntu3, 
dconf-gsettings-backend_0.26.0-2ubuntu3 and dconf-service_0.26.0-2ubuntu3).
Followed straightly gnome's webpage instructions. It worked as expected! Then 
edited /etc/gdm3/greeter.dconf-defaults as Jeremy suggested - and It worked. 
And lastly undone first steps and left only /etc/gdm3/greeter.dconf-defaults 
edited. And It also worked.
For me It seems that, in current start, both procedures works as expected.

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

Title:
  gdm3 disable-user-list does not work bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-user-docs/+bug/1759043/+subscriptions

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

[Bug 1759043] Re: gdm3 disable-user-list does not work bionic

2018-03-29 Thread Fábio Lima
I followed straightly all the steps (https://help.gnome.org/admin
/system-admin-guide/stable/login-userlist-disable.html.en). A database
similar to yours was created at /etc/dconf/db/gdm.

The first time I edited /etc/gdm3/greeter.dconf-defaults It did not work. Then 
I undone what I have done before: Deleted /etc/dconf/profile/gdm, 
/etc/dconf/db/gdm.d/00-login-screen, /etc/dconf/db/gdm.d/, /etc/dconf/db/gdm 
and then I've run "dconf update" again. All of that leaving the file 
/etc/gdm3/greeter.dconf-defaults as suggested. This time It worked fine.
Lastly I've made a clean OS reinstall using today's daily-live bionic iso and 
only edited /etc/gdm3/greeter.dconf-defaults as suggested. It worked fine.

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

Title:
  gdm3 disable-user-list does not work bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-user-docs/+bug/1759043/+subscriptions

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

[Bug 1759043] Re: gdm3 disable-user-list does not work bionic

2018-03-29 Thread Fábio Lima
If any of you think it valuable, I can make new tests.

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

Title:
  gdm3 disable-user-list does not work bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-user-docs/+bug/1759043/+subscriptions

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

[Bug 1759043] Re: gdm3 disable-user-list does not work bionic

2018-03-29 Thread Fábio Lima
That's It!
I've tested a iso image generated early today and edited 
/etc/gdm3/greeter.dconf-defaults.
Thanks!

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

Title:
  gdm3 disable-user-list does not work bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-user-docs/+bug/1759043/+subscriptions

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

[Bug 1759043] Re: gdm3 disable-user-list does not work bionic

2018-03-28 Thread Fábio Lima
The documentation is equal to the online one.
Does it mean It needs a correction with new procedures?

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

Title:
  gdm3 disable-user-list does not work bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-user-docs/+bug/1759043/+subscriptions

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

[Bug 1759043] [NEW] gdm3 disable-user-list does not work bionic

2018-03-26 Thread Fábio Lima
Public bug reported:

This how-to does not work on artful and bionic:
https://help.gnome.org/admin/system-admin-guide/stable/login-userlist-disable.html.en

GDM will always show the users list - even those logged remotely.
There were a similar key for lightdm/unity that did work good.
Version in use: gdm3 3.27.92-0ubuntu1

** Affects: gdm3 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  gdm3 disable-user-list does not work bionic

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

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

[Bug 1716579] Re: gnome-software uses a very high cpu amount

2017-09-17 Thread Fábio Lima
Not only CPU. It (very) quickly skyrocket RAM memmory usage until system
completely slow down and eventually running out of RAM.

I'm running a vanilla installation of artful inside a VirtualBox.
Ubuntu Artful Aardvark (development branch)
Linux vbox 4.12.0-13-generic #14-Ubuntu SMP Sat Sep 2 15:52:55 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux
gnome-software 3.26.0-0ubuntu1

If there is something I can test, feel free to ask for (saying how).

  PID User Command Swap  USS  PSS  RSS 
 3100 fabio/usr/bin/gnome-software --g0550765686981768 
 3100 fabio/usr/bin/gnome-software --g0550765686981768 
 3100 fabio/usr/bin/gnome-software --g0   135600   137248   162492 
 3100 fabio/usr/bin/gnome-software --g0   261084   262732   287976 
 3100 fabio/usr/bin/gnome-software --g0   376692   378325   403584 
 3100 fabio/usr/bin/gnome-software --g0   685868   687523   712620 
 3100 fabio/usr/bin/gnome-software --g0   830336   831991   857088 
 3100 fabio/usr/bin/gnome-software --g0  1061004  1062692  1087756 
 3100 fabio/usr/bin/gnome-software --g0  1213656  1215344  1240408 
 3100 fabio/usr/bin/gnome-software --g0  1522980  1524668  1549732 
 3100 fabio/usr/bin/gnome-software --g0  1758456  1760121  1784340 
 3100 fabio/usr/bin/gnome-software --g0  2011536  2012984  2036248 
 3100 fabio/usr/bin/gnome-software --g0  2194020  2194121  219 
 3100 fabio/usr/bin/gnome-software --g52668  2602192  2602205  2602908 
-bash: fork: Não foi possível alocar memória
-bash: fork: Não foi possível alocar memória

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

Title:
  gnome-software uses a very high cpu amount

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1716579/+subscriptions

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

[Bug 1447821] Re: Lockscreen does not ask for ldap password

2015-05-25 Thread Fábio Lima
Hello, folks, the problem is now solved.

The problem was caused by a script located at /usr/share/libpam-
script/pam_script_auth, triggered by libpam-script (manpages: pam.d and
pam-script). This script allows some extra verifications using user's
password. It must be used very carefully, not only because the password
is available, but also because if the last command send a successful
execution signal, the authentication will succeed, even if the user gave
an wrong password and the ldap server returned an authentication
failure.

I apologize for opening this bug ticket.

** Changed in: unity
   Status: Incomplete = Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  Lockscreen does not ask for ldap password

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1447821/+subscriptions

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


[Bug 1447821] Re: Lockscreen does not ask for ldap password

2015-05-22 Thread Fábio Lima
The status is still marked as Incomplete. Is there any missing
information I need to post?

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

Title:
  Lockscreen does not ask for ldap password

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1447821/+subscriptions

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


[Bug 1447821] Re: Lockscreen does not ask for ldap password

2015-04-24 Thread Fábio Lima
Good Afternoon!

It only happens at the lock screen. The login screen works correctly.
/etc/pam.d/ attached!

** Attachment added: _etc_pam.d.tar.xz
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1447821/+attachment/4383166/+files/_etc_pam.d.tar.xz

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

Title:
  Lockscreen does not ask for ldap password

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

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


[Bug 921871] Re: Screen frequently distorts randomly

2012-02-06 Thread Fábio Lima
Correct the last comment: It happens everywhere. Including unity, google
chrome and firefox. Mainly when the system is under heavy load. It's
really annoying!

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

Title:
  Screen frequently distorts randomly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/921871/+subscriptions

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


[Bug 921871] Re: Screen frequently distorts randomly

2012-02-02 Thread Fábio Lima
It's interesting to notice that the distortion happens on gtk+ widgets.
Unity's dash and tray don't distort. Web browsers like google chrome
ande firefox distorts the bars ands url boxes, but the content of the
web page is shown perfectly.

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

Title:
  Screen frequently distorts randomly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/921871/+subscriptions

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


[Bug 921871] [NEW] Screen frequently distorts randomly

2012-01-25 Thread Fábio Lima
Public bug reported:

The screen frequently distorts randomly, with unknown reason (see capture 
attached). Nothing special is being done.
I use ubuntu oneiric, updated, but the problem is old (occured on ubuntu natty).
My videocard is Intel® 945G x86/MMX/SSE2; Intel® Pentium(R) Dual CPU E2160.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: xorg 1:7.6+7ubuntu7
ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
Uname: Linux 3.0.0-15-generic i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Wed Jan 25 09:32:40 2012
InstallationMedia: Ubuntu 11.10 oneiric - Release i386 (20120115.1)
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: corruption intel oneiric running-unity video

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

Title:
  Screen frequently distorts randomly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/921871/+subscriptions

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

[Bug 921871] Re: Screen frequently distorts randomly

2012-01-25 Thread Fábio Lima
** Attachment added: screen capture of the problem
   
https://bugs.launchpad.net/bugs/921871/+attachment/2693825/+files/Captura%20de%20tela%20em%202012-01-25%2009_31_16.png

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

Title:
  Screen frequently distorts randomly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/921871/+subscriptions

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


[Bug 921871] Re: Screen frequently distorts randomly

2012-01-25 Thread Fábio Lima
The screen capture shows a screen of an non official application , but
the problem appears system wide (gedit, nautilus, desktop background,
etc.)

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

Title:
  Screen frequently distorts randomly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/921871/+subscriptions

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


[Bug 559692] Re: MSN authentication error if email ID is @superig

2010-05-24 Thread Fábio Lima
Worked for me, too. I'm using the first 16 characters and, finally, I
could connect using empathy.

-- 
MSN authentication error if email ID is @superig
https://bugs.launchpad.net/bugs/559692
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 559692] Re: MSN authentication error if email ID is @superig

2010-05-06 Thread Fábio Lima
@Olivier

Yes, I'm sure my login fails. You're probably seeing another login
(@hotmail) I used in order to demonstrate that my connection and
configuration is ok.

-- 
MSN authentication error if email ID is @superig
https://bugs.launchpad.net/bugs/559692
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 555350] Re: [gm45] Glitches appears sometimes on screen. Intel GMA 4500MHD

2010-05-01 Thread Fábio Lima
Wow! That's It. You've got it!

That's exactaly what I keep experiencing.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete = New

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: New = Incomplete

-- 
[gm45] Glitches appears sometimes on screen. Intel GMA 4500MHD
https://bugs.launchpad.net/bugs/555350
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 555350] Re: [gm45] Glitches appears sometimes on screen. Intel GMA 4500MHD

2010-04-18 Thread Fábio Lima
The descriptions seems very similar. I've noticed someone have posted a
video. It's a bit a different: my flickering appeared very quickly. And
since some weeks ago, it became real rare to happen.

-- 
[gm45] Glitches appears sometimes on screen. Intel GMA 4500MHD
https://bugs.launchpad.net/bugs/555350
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 559692] Re: MSN authentication error if email ID is @superig

2010-04-16 Thread Fábio Lima
Ooops you're right! There goes log os butterfly!

** Attachment added: Log_Butterfly
   http://launchpadlibrarian.net/44505915/Log_Butterfly

-- 
MSN authentication error if email ID is @superig
https://bugs.launchpad.net/bugs/559692
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 559692] Re: MSN authentication error if email ID is @superig

2010-04-15 Thread Fábio Lima

** Attachment added: log in the empathy debug dialog 1
   http://launchpadlibrarian.net/44362474/Log_Empathy

-- 
MSN authentication error if email ID is @superig
https://bugs.launchpad.net/bugs/559692
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 559692] Re: MSN authentication error if email ID is @superig

2010-04-15 Thread Fábio Lima

** Attachment added: log in the empathy debug dialog 2
   http://launchpadlibrarian.net/44362529/Log_Mission-Control

-- 
MSN authentication error if email ID is @superig
https://bugs.launchpad.net/bugs/559692
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 559692] Re: MSN authentication error if email ID is @superig

2010-04-15 Thread Fábio Lima
I've done a new test: Tryed to connect using my login f...@superig.com.br
- didn't work. Then I tryed using another's person login
alaninhavi...@hotmail.com and worked fine!!! The same happened to
emesene. The log generated in the debug menu dialog is  right above
(log in the empathy debug dialog 1 and log in the empathy debug
dialog 2).

-- 
MSN authentication error if email ID is @superig
https://bugs.launchpad.net/bugs/559692
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 559692] [NEW] Empathy and Emesene: Authentication Failure

2010-04-09 Thread Fábio Lima
Public bug reported:

Binary package hint: empathy

Empathy and Emesene can't connect to MSN messenger protocol. Tried to
retype login and password many times. Always returns Authentication
Failure message.

But aMsn, another messenger available at synaptic, works fine. It
connects withou troubles.

A friend told me today that he experienced the same trouble on Fedora
some time ago. He said that It happens when login name doesn't end with
@hotmail.com (my login ends with @superig.com). He said that the
problem was fixed later.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: empathy 2.30.0-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-19-generic x86_64
Architecture: amd64
CheckboxSubmission: b9ce55731bce4169eec9caa859a2d3c7
CheckboxSystem: 2954e74ba17fb0e37fc942cd1d9fab4e
Date: Fri Apr  9 20:15:39 2010
ExecutablePath: /usr/bin/empathy
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
SourcePackage: empathy
XsessionErrors: (polkit-gnome-authentication-agent-1:1461): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed

** Affects: empathy (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
Empathy and Emesene: Authentication Failure
https://bugs.launchpad.net/bugs/559692
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 559692] Re: Empathy and Emesene: Authentication Failure

2010-04-09 Thread Fábio Lima

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/43611625/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/43611626/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/43611627/ProcStatus.txt

-- 
Empathy and Emesene: Authentication Failure
https://bugs.launchpad.net/bugs/559692
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 555350] Re: [gm45] Glitches appears sometimes on screen. Intel GMA 4500MHD

2010-04-08 Thread Fábio Lima
Unfortunately can't reproduce that because is something that appeared on the 
LCD monitor, not at painting of the images.
And since some days didn't notice It happening anymore. I guess it was 
corrected by one of those many updates.

-- 
[gm45] Glitches appears sometimes on screen. Intel GMA 4500MHD
https://bugs.launchpad.net/bugs/555350
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 555350] [NEW] Glitches appears sometimes on screen. Intel GMA 4500MHD

2010-04-04 Thread Fábio Lima
Public bug reported:

Binary package hint: xorg

It affects overall system with with flicks and glitches on screen
happening sometimes. Video and 3D effects works fine.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: xorg 1:7.5+3ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-19-generic x86_64
Architecture: amd64
CheckboxSubmission: b9ce55731bce4169eec9caa859a2d3c7
CheckboxSystem: 2954e74ba17fb0e37fc942cd1d9fab4e
Date: Sun Apr  4 18:03:24 2010
DkmsStatus:
 vboxnetflt, 3.1.6, 2.6.32-19-generic, x86_64: installed 
 vboxnetadp, 3.1.6, 2.6.32-19-generic, x86_64: installed 
 vboxdrv, 3.1.6, 2.6.32-19-generic, x86_64: installed
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
MachineType: Acer Aspire 5738
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-19-generic 
root=UUID=851b6071-6591-4371-8758-316345230ac6 ro splash quiet splash
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
SourcePackage: xorg
Symptom: display
dmi.bios.date: 08/17/2009
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: V1.16
dmi.board.name: JV50
dmi.board.vendor: Acer
dmi.board.version: Rev
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.16:bd08/17/2009:svnAcer:pnAspire5738:pvr0100:rvnAcer:rnJV50:rvrRev:cvnAcer:ct10:cvrN/A:
dmi.product.name: Aspire 5738
dmi.product.version: 0100
dmi.sys.vendor: Acer
glxinfo: Error: [Errno 2] Arquivo ou diretório não encontrado
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   x86_64
 kernel: 2.6.32-19-generic

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
Glitches appears sometimes on screen. Intel GMA 4500MHD
https://bugs.launchpad.net/bugs/555350
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 555350] Re: Glitches appears sometimes on screen. Intel GMA 4500MHD

2010-04-04 Thread Fábio Lima

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/43109729/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/43109730/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/43109731/Dependencies.txt

** Attachment added: GdmLog.txt
   http://launchpadlibrarian.net/43109732/GdmLog.txt

** Attachment added: GdmLog1.txt
   http://launchpadlibrarian.net/43109734/GdmLog1.txt

** Attachment added: GdmLog2.txt
   http://launchpadlibrarian.net/43109735/GdmLog2.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/43109736/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/43109737/Lsusb.txt

** Attachment added: PciDisplay.txt
   http://launchpadlibrarian.net/43109738/PciDisplay.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/43109739/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/43109740/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/43109741/ProcModules.txt

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/43109742/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/43109743/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/43109744/UdevLog.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/43109745/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/43109746/XorgLogOld.txt

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/43109747/Xrandr.txt

** Attachment added: setxkbmap.txt
   http://launchpadlibrarian.net/43109748/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   http://launchpadlibrarian.net/43109749/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   http://launchpadlibrarian.net/43109750/xkbcomp.txt

-- 
Glitches appears sometimes on screen. Intel GMA 4500MHD
https://bugs.launchpad.net/bugs/555350
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 551318] Re: Soundcard not detected

2010-04-03 Thread Fábio Lima
Interesting.
When download of ISO image was finished, the MD5 check said the image was ok. 
When I burned the CD, the boot didn't worked after various attempts. So I used 
unetbootin to make a flash usb boot. And the system started very well, but with 
the problem of sound not working. So I installed it to hd and then sound worked 
well. If the medium was corrupt, the same problem should happen again after 
installed on hd.

-- 
Soundcard not detected
https://bugs.launchpad.net/bugs/551318
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 551318] Re: Soundcard not detected

2010-04-02 Thread Fábio Lima
Solved.
Problem only happend when using live cd. When installed on disk, sound started 
working again. And kept working after running update manager.

** Changed in: alsa-driver (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Soundcard not detected
https://bugs.launchpad.net/bugs/551318
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 551318] [NEW] Soundcard not detected

2010-03-29 Thread Fábio Lima
Public bug reported:

Soundcard not detected. Works fine on karmic 9.10.
Notebook Acer Aspire 5738-6294

ProblemType: Bug
AlsaDevices:
 total 0
 crw-rw+ 1 root audio 116, 3 2010-03-29 19:35 seq
 crw-rw+ 1 root audio 116, 2 2010-03-29 19:35 timer
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
AplayDevices: aplay: device_list:223: no soundcards found...
Architecture: amd64
ArecordDevices: arecord: device_list:223: no soundcards found...
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer', '/dev/sequencer2', '/dev/sequencer'] failed with exit code 1:
Date: Mon Mar 29 20:39:56 2010
DistroRelease: Ubuntu 10.04
LiveMediaBuild: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
Package: alsa-base 1.0.22.1+dfsg-0ubuntu3
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 LC_MESSAGES=C
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
SourcePackage: alsa-driver
Symptom: audio
Title: Soundcard not detected
Uname: Linux 2.6.32-16-generic x86_64

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
Soundcard not detected
https://bugs.launchpad.net/bugs/551318
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 551318] Re: Soundcard not detected

2010-03-29 Thread Fábio Lima

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/42437662/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/42437663/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42437664/Dependencies.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/42437665/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/42437666/ProcCpuinfo.txt

-- 
Soundcard not detected
https://bugs.launchpad.net/bugs/551318
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 551318] Re: Soundcard not detected

2010-03-29 Thread Fábio Lima
** Changed in: alsa-driver (Ubuntu)
   Status: Incomplete = New

** Changed in: alsa-driver (Ubuntu)
   Status: New = Incomplete

-- 
Soundcard not detected
https://bugs.launchpad.net/bugs/551318
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