[Touch-packages] [Bug 1817034] [NEW] Text console login does not allow login - it behaves as if "entered" is continuously keyed after "login". N
Public bug reported: The following happens with any user, WITHOUT typing any password !! Only one "ENTER" keyed. Login: myuser Password: Login incorrect Login: Login incorrect ... To happens to all Alt+Ctrl+Fx , while no problem appears in graphical terminals or Gnome. That appeared only after the last updates, with kernel 4.15.0-45 . If I boot back to 4.15.0-43 the issue does not appear. The /var/log/auth.log shows: login[6180]: pam_unix(login:auth): conversation failed login[6180]: pam_unix(login:auth): auth could not identify password for [myuser] login[6180]: FAILED LOGIN (1) on '/dev/tty3' FOR 'myuser', Authentication failure login[6180]: pam_securetty(login:auth): cannot determine username login[6180]: FAILED LOGIN (2) on '/dev/tty3' FOR 'UNKNOWN', Error in service module login[6180]: pam_securetty(login:auth): cannot determine username login[6180]: FAILED LOGIN (3) on '/dev/tty3' FOR 'UNKNOWN', Error in service module login[6180]: pam_securetty(login:auth): cannot determine username login[6180]: FAILED LOGIN (4) on '/dev/tty3' FOR 'UNKNOWN', Error in service module The /var/log/audit.log shows: type=USER_LOGIN msg=audit(1550742677.578:221): pid=7230 uid=0 auid=4294967295 ses=4294967295 msg='op=login acct="UNKNOWN" exe="/bin/login" hostname=P50 addr=? terminal=/dev/tty3 res=failed' type=USER_AUTH msg=audit(1550742680.902:222): pid=7230 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication acct="?" exe="/bin/login" hostname=P50 addr=? terminal=/dev/tty3 res=failed' type=USER_LOGIN msg=audit(1550742680.902:223): pid=7230 uid=0 auid=4294967295 ses=4294967295 msg='op=login acct="UNKNOWN" exe="/bin/login" hostname=P50 addr=? terminal=/dev/tty3 res=failed' type=SERVICE_STOP msg=audit(1550742730.226:224): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty3 comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1550742730.226:225): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty3 comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1550742730.226:226): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty3 comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1550742730.230:227): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty3 comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: login 1:4.5-1ubuntu1 ProcVersionSignature: Ubuntu 4.15.0-45.48-generic 4.15.18 Uname: Linux 4.15.0-45-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.20.9-0ubuntu7.5 Architecture: amd64 CurrentDesktop: ubuntu:GNOME Date: Thu Feb 21 10:17:48 2019 InstallationDate: Installed on 2018-11-05 (107 days ago) InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725) SourcePackage: shadow UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: shadow (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug bionic -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to shadow in Ubuntu. https://bugs.launchpad.net/bugs/1817034 Title: Text console login does not allow login - it behaves as if "entered" is continuously keyed after "login". N Status in shadow package in Ubuntu: New Bug description: The following happens with any user, WITHOUT typing any password !! Only one "ENTER" keyed. Login: myuser Password: Login incorrect Login: Login incorrect ... To happens to all Alt+Ctrl+Fx , while no problem appears in graphical terminals or Gnome. That appeared only after the last updates, with kernel 4.15.0-45 . If I boot back to 4.15.0-43 the issue does not appear. The /var/log/auth.log shows: login[6180]: pam_unix(login:auth): conversation failed login[6180]: pam_unix(login:auth): auth could not identify password for [myuser] login[6180]: FAILED LOGIN (1) on '/dev/tty3' FOR 'myuser', Authentication failure login[6180]: pam_securetty(login:auth): cannot determine username login[6180]: FAILED LOGIN (2) on '/dev/tty3' FOR 'UNKNOWN', Error in service module login[6180]: pam_securetty(login:auth): cannot determine username login[6180]: FAILED LOGIN (3) on '/dev/tty3' FOR 'UNKNOWN', Error in service module login[6180]: pam_securetty(login:auth): cannot determine username login[6180]: FAILED LOGIN (4) on '/dev/tty3' FOR 'UNKNOWN', Error in service module The /var/log/audit.log shows: type=USER_LOGIN msg=audit(1550742677.578:221): pid=7230 uid=0 auid=4294967295 ses=4294967295 msg='op=login acct="UNKNOWN" exe="/bin/login" hostname=P50 addr=? terminal=/dev/tty3 res=failed' type=USER_AUTH msg=audit(1550742680.902:222): pid=7230 uid=0 auid=4294967295 ses=4294967295 msg='op
[Touch-packages] [Bug 919200] Re: Doesn't know system default layout/variant
*** This bug is a duplicate of bug 1051288 *** https://bugs.launchpad.net/bugs/1051288 These seem related (and none fixed) : https://bugs.launchpad.net/lightdm/+bug/1051288 https://bugs.launchpad.net/lightdm/+bug/1343582 https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/919200 https://bugs.launchpad.net/ubuntu/+source/lightdm-gtk-greeter/+bug/990214 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lightdm in Ubuntu. https://bugs.launchpad.net/bugs/919200 Title: Doesn't know system default layout/variant Status in Light Display Manager: Fix Released Status in lightdm package in Ubuntu: Triaged Bug description: lightdm_get_layout does not return the correct system default keyboard layout/variant. For that, pitti says we need to access xkl_config->layouts[0]/xkl_config->variants[0]. Currently, we just grab the first layout returned from xkl_config_registry_foreach_layout, which only returns the available layouts, not the configured layouts. So "us" will always be first there. To manage notifications about this bug go to: https://bugs.launchpad.net/lightdm/+bug/919200/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1051288] Re: LightDM assumes there's only ONE system default layout
These seem related (and none fixed) : https://bugs.launchpad.net/lightdm/+bug/1051288 https://bugs.launchpad.net/lightdm/+bug/1343582 https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/919200 https://bugs.launchpad.net/ubuntu/+source/lightdm-gtk-greeter/+bug/990214 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lightdm in Ubuntu. https://bugs.launchpad.net/bugs/1051288 Title: LightDM assumes there's only ONE system default layout Status in Light Display Manager: Triaged Status in lightdm package in Ubuntu: Triaged Bug description: In Greece, the default system layout is "us,gr": $ grep XKBLAYOUT /etc/default/keyboard XKBLAYOUT="us,gr" For new users that don't have .dmrc or accountsservice entries and are supposed to get the system defaults, LightDM assumes their keyboard layout is "us". So they can't switch languages in the greeter and they can't input national characters until they login, go to gnome settings and manually set the keyboard layout. A similar bug was https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/919200, but that was only solved for the single-layout case. To manage notifications about this bug go to: https://bugs.launchpad.net/lightdm/+bug/1051288/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1051288] Re: LightDM assumes there's only ONE system default layout
One more hint on this: The button for choosing layout does not actually work, at least not when one locks the screen from the "wrong" layout. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lightdm in Ubuntu. https://bugs.launchpad.net/bugs/1051288 Title: LightDM assumes there's only ONE system default layout Status in Light Display Manager: Triaged Status in lightdm package in Ubuntu: Triaged Bug description: In Greece, the default system layout is "us,gr": $ grep XKBLAYOUT /etc/default/keyboard XKBLAYOUT="us,gr" For new users that don't have .dmrc or accountsservice entries and are supposed to get the system defaults, LightDM assumes their keyboard layout is "us". So they can't switch languages in the greeter and they can't input national characters until they login, go to gnome settings and manually set the keyboard layout. A similar bug was https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/919200, but that was only solved for the single-layout case. To manage notifications about this bug go to: https://bugs.launchpad.net/lightdm/+bug/1051288/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1051288] Re: LightDM assumes there's only ONE system default layout
2017-06: Quite a long time for such a bug to survive. As Anatoly said, it is worse on 16.10 . If you lock the session with wrong layout, you are doomed. Is there any hint where we should search for a solution? Do you have any place in code to try to debug? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lightdm in Ubuntu. https://bugs.launchpad.net/bugs/1051288 Title: LightDM assumes there's only ONE system default layout Status in Light Display Manager: Triaged Status in lightdm package in Ubuntu: Triaged Bug description: In Greece, the default system layout is "us,gr": $ grep XKBLAYOUT /etc/default/keyboard XKBLAYOUT="us,gr" For new users that don't have .dmrc or accountsservice entries and are supposed to get the system defaults, LightDM assumes their keyboard layout is "us". So they can't switch languages in the greeter and they can't input national characters until they login, go to gnome settings and manually set the keyboard layout. A similar bug was https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/919200, but that was only solved for the single-layout case. To manage notifications about this bug go to: https://bugs.launchpad.net/lightdm/+bug/1051288/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1559228] Re: [20ENCTO1WW, Realtek ALC298, Speaker, Internal] No sound at all
Recent updates seem to have made it worse. 1. Docking station's headphones remain as was: It does not even detect it. 2. Docking station's microphone is detected in alsa-mixer. 3. Headphones on PC jack get no output ! In all controls, sound seem to go there correctly, but the actual headphones receive no sound. It comes after adding "options snd-hda-intel model=laptop-amic", but then do work the lights for mute. 4. Microphone on PC jack works fine. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1559228 Title: [20ENCTO1WW, Realtek ALC298, Speaker, Internal] No sound at all Status in alsa-driver package in Ubuntu: Confirmed Bug description: I have a Lenovo P50 with the docking station. When the laptop is plugged into the docking station sound will not play out the external port. An lspci -n gives me: 00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-H HD Audio [8086:a170] (rev 31) I have updated the bios. ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: alsa-base 1.0.25+dfsg-0ubuntu5 ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4 Uname: Linux 4.2.0-34-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.19.1-0ubuntu5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: bgoodman 1698 F pulseaudio /dev/snd/pcmC0D0p: bgoodman 1698 F...m pulseaudio /dev/snd/controlC0: bgoodman 1698 F pulseaudio CurrentDesktop: Unity Date: Fri Mar 18 12:08:52 2016 InstallationDate: Installed on 2016-03-17 (1 days ago) InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021) PackageArchitecture: all SourcePackage: alsa-driver Symptom: audio Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed Symptom_Card: Built-in Audio - HDA Intel PCH Symptom_DevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: bgoodman 1698 F pulseaudio /dev/snd/pcmC0D0p: bgoodman 1698 F...m pulseaudio /dev/snd/controlC0: bgoodman 1698 F pulseaudio Symptom_Jack: Speaker, Internal Symptom_Type: No sound at all Title: [20ENCTO1WW, Realtek ALC298, Speaker, Internal] No sound at all UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 02/22/2016 dmi.bios.vendor: LENOVO dmi.bios.version: N1EET45W (1.19 ) dmi.board.asset.tag: Not Available dmi.board.name: 20ENCTO1WW dmi.board.vendor: LENOVO dmi.board.version: SDK0J40705 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.modalias: dmi:bvnLENOVO:bvrN1EET45W(1.19):bd02/22/2016:svnLENOVO:pn20ENCTO1WW:pvrThinkPadP50:rvnLENOVO:rn20ENCTO1WW:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrNone: dmi.product.name: 20ENCTO1WW dmi.product.version: ThinkPad P50 dmi.sys.vendor: LENOVO mtime.conffile..etc.modprobe.d.alsa.base.conf: 2016-03-18T12:01:21.161389 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1559228/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
Re: [Touch-packages] [Bug 1645891] Re: After adding a second monitor, mouse pointer flickers and/or disappears in a zone near the top of first (notebook) monitor, while some apps show slow in ext disp
Hello team / Christopher, One more interesting finding, which points towards Compiz + GLX + nouveau: 1. The glxgears works fine on first monitor (60 fps or more) but very slow on secondary. Actually, the speed is "obvious": exactly 1 fps ! This happens only if the whole window is on the secondary. If even a tiny fraction of the window remains on first monitor (even just a single pixel), the speed is normal. 2. When glxgears or glxheads runs on first monitor, the mouse-dissappearing-zone is clear and stable: No mouse pointer between 1/8 and 3/8 of the screen from top. This happens regardless of where the glxgear windows is placed (in 1st monitor). It also happens if only a tiny fraction of the window remains on first monitor (even just a single pixel), while the rest is in secondary. 3. When glxgears or glxheads runs on second monitor, the pointer flickers in the mouse-dissappearing-zone, however, it remains mainly visible. I found some older chats blaming the nouveau drivers for X-org. However, the nvidia does not work for me (no second monitor at all), so could not check. Best regards, Michael Στις 12.01.2017 07:16, Christopher M. Penalver έγραψε: > Michael Grivas, thank you for reporting this and helping make Ubuntu > better. > > 1) Could you please advise how your monitor and laptop are connected > (ex. HDMI, VGA, etc.)? > 2) Does using the nvidia proprietary driver change anything regarding > this? > 3) If you disable the graphics card via your BIOS does this influence > this issue? > 4) To see if this is already resolved in Ubuntu, could you please test > http://cdimage.ubuntu.com/daily-live/current/ and advise to the > results? > > ** Changed in: xorg (Ubuntu) >Importance: Undecided => Low > > ** Changed in: xorg (Ubuntu) >Status: New => Incomplete > > -- > You received this bug notification because you are subscribed to the > bug > report. > https://bugs.launchpad.net/bugs/1645891 > > Title: > After adding a second monitor, mouse pointer flickers and/or > disappears in a zone near the top of first (notebook) monitor, while > some apps show slow in ext display. > > Status in xorg package in Ubuntu: > Incomplete > > Bug description: > It seems to be duplicate of both : > https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1641467 > and > https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1629300 . > Possibly related to > https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1278223 > > A - flickering in first display. > The zone starts just below the top panel and its height is about 1/7 > of the screen. > Flickering starts immediately entering the zone, even half of the > pointer may be flickering. > To the centre of the zone, flickering is more prevalent, up to > completely disappearing. > The flickering has a periodic pattern, which seems to be affected by > the windows displaying in the second (external) monitor !! > > B - external monitor. > Some applications show really slow there. Worse case is HipChat > (Atlassian chat program), which shows fine as long as even a tiny > fraction exists on the primary display. > At the moment the whole window passes to the secondary, then even > the scroll bar has a delay of a second a move. > > To check, I have played with the ~/.config/monitors.xml without > success. > It seems that each configuration is saved there, even duplicates, > after adding the same external monitor and re-configuring it (absolute > duplicate in monitors.xml) > > C. Side-effects and related phenomena. > Some times the "Screen display" control freaks, when enabling the > external monitor. It may freeze or insist to put them in mirroring. > Most of the times it just forgets a setup (although in monitors.xml) > after adding a different external monitor. > For each workspace, there is a different background, done with > Unit5y Tweak Tool. > > All updates have been done, without effect. > > ProblemType: Bug > DistroRelease: Ubuntu 16.10 > Package: xorg 1:7.7+13ubuntu4 > ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1 > Uname: Linux 4.8.0-27-generic x86_64 > .tmp.unity_support_test.0: > > ApportVersion: 2.20.3-0ubuntu8 > Architecture: amd64 > CompizPlugins: No value set for > `/apps/compiz-1/general/screen0/options/active_plugins' > CompositorRunning: compiz > CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0' > CompositorUnredirectFSW: true > CurrentDesktop: Unity > Date: Tue Nov 29 23:18:52 2016 > DistUpgraded: Fresh install > DistroCodename: yakkety > DistroVariant: ubuntu > DkmsStatus: virtualbox, 5.1.6, 4.8.0-2
Re: [Touch-packages] [Bug 1645891] Re: After adding a second monitor, mouse pointer flickers and/or disappears in a zone near the top of first (notebook) monitor, while some apps show slow in ext disp
Hello Christopher, In some recent tests: a. It occurs with monitor connected either on the laptop's HDMI, or the docking stations HDMI. b. In one case monitor is VGA (with converter), in the other it is HDMI. c. I have no access to other type, for the moment. d. I have not disabled the card, but I have used it only with power supply, so perfromance profile should be enabled. e. The nvidia proprietary does not work correctly. It causes a lot of issues, including image corruption and freezing of all when suspending. Also, it does not properly drive the externral monitor. f. I will try to check with the image you mentioned. However, the problem seems to exist since quite some time. My system is fully updated to the most current modification. g. The flickering on basic monitor changes with what windows are open. For example, it is always worse when evolution is maximized there. Some times it goes away if I open a gedit write some few lines and then mark them using the mouse. Sometimes it just needs few clicks within the flickering area or even just leaving the cursor there for few seconds. h. For the external monitor issue, the two programs that suffer most are HipChat and Viber. Both are fine if one part resides on the standard monitor. Michael Στις 12.01.2017 07:16, Christopher M. Penalver έγραψε: > Michael Grivas, thank you for reporting this and helping make Ubuntu > better. > > 1) Could you please advise how your monitor and laptop are connected > (ex. HDMI, VGA, etc.)? > 2) Does using the nvidia proprietary driver change anything regarding > this? > 3) If you disable the graphics card via your BIOS does this influence > this issue? > 4) To see if this is already resolved in Ubuntu, could you please test > http://cdimage.ubuntu.com/daily-live/current/ and advise to the > results? > > ** Changed in: xorg (Ubuntu) >Importance: Undecided => Low > > ** Changed in: xorg (Ubuntu) >Status: New => Incomplete > > -- > You received this bug notification because you are subscribed to the > bug > report. > https://bugs.launchpad.net/bugs/1645891 > > Title: > After adding a second monitor, mouse pointer flickers and/or > disappears in a zone near the top of first (notebook) monitor, while > some apps show slow in ext display. > > Status in xorg package in Ubuntu: > Incomplete > > Bug description: > It seems to be duplicate of both : > https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1641467 > and > https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1629300 . > Possibly related to > https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1278223 > > A - flickering in first display. > The zone starts just below the top panel and its height is about 1/7 > of the screen. > Flickering starts immediately entering the zone, even half of the > pointer may be flickering. > To the centre of the zone, flickering is more prevalent, up to > completely disappearing. > The flickering has a periodic pattern, which seems to be affected by > the windows displaying in the second (external) monitor !! > > B - external monitor. > Some applications show really slow there. Worse case is HipChat > (Atlassian chat program), which shows fine as long as even a tiny > fraction exists on the primary display. > At the moment the whole window passes to the secondary, then even > the scroll bar has a delay of a second a move. > > To check, I have played with the ~/.config/monitors.xml without > success. > It seems that each configuration is saved there, even duplicates, > after adding the same external monitor and re-configuring it (absolute > duplicate in monitors.xml) > > C. Side-effects and related phenomena. > Some times the "Screen display" control freaks, when enabling the > external monitor. It may freeze or insist to put them in mirroring. > Most of the times it just forgets a setup (although in monitors.xml) > after adding a different external monitor. > For each workspace, there is a different background, done with > Unit5y Tweak Tool. > > All updates have been done, without effect. > > ProblemType: Bug > DistroRelease: Ubuntu 16.10 > Package: xorg 1:7.7+13ubuntu4 > ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1 > Uname: Linux 4.8.0-27-generic x86_64 > .tmp.unity_support_test.0: > > ApportVersion: 2.20.3-0ubuntu8 > Architecture: amd64 > CompizPlugins: No value set for > `/apps/compiz-1/general/screen0/options/active_plugins' > CompositorRunning: compiz > CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0' > CompositorUnredirectFSW: true > CurrentDesktop: Unity > Date: Tue Nov 29 23:1
[Touch-packages] [Bug 1464321] Re: No sound output through docking station headphones jack for Dell Latitude E5450
Still an issue with 16.10. Computer is Lenovo P50. ** Changed in: alsa-driver (Ubuntu) Status: Expired => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1464321 Title: No sound output through docking station headphones jack for Dell Latitude E5450 Status in alsa-driver package in Ubuntu: New Bug description: 1) Release: 15.04 2) I do not know the package or version. 3) Expected: I expect sound to be output from the speaker that is connected to the headphones jack of my docking station. 4) Actual: No sound output at all. I have this problem with my new computer: Dell Latitude E5450/5450 (Late 2014) Service Tag: 4W7RQ32. I can confirm that the docking station and speaker both work, as I did not have this problem on my older Dell Latitude E5420 (Early 2011) Service Tag: 1WW25S1 running Ubuntu version 14.04LTS ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: alsa-base 1.0.25+dfsg-0ubuntu4 ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8 Uname: Linux 3.19.0-20-generic x86_64 ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: thomas 1574 F pulseaudio /dev/snd/controlC2: thomas 1574 F pulseaudio /dev/snd/controlC1: thomas 1574 F pulseaudio CurrentDesktop: Unity Date: Thu Jun 11 11:10:28 2015 InstallationDate: Installed on 2015-06-11 (0 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422) PackageArchitecture: all SourcePackage: alsa-driver Symptom: audio Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed Symptom_Card: Built-in Audio - HDA Intel PCH Symptom_DevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: thomas 1574 F pulseaudio /dev/snd/controlC2: thomas 1574 F pulseaudio /dev/snd/controlC1: thomas 1574 F pulseaudio Symptom_Jack: Green Line Out, Rear, Docking station Symptom_Type: No sound at all Title: [Latitude E5450, Realtek ALC3235, Green Line Out, Rear, Docking station] No sound at all UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/10/2015 dmi.bios.vendor: Dell Inc. dmi.bios.version: A06 dmi.board.name: 09X6YN dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 9 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA06:bd04/10/2015:svnDellInc.:pnLatitudeE5450:pvr01:rvnDellInc.:rn09X6YN:rvrA00:cvnDellInc.:ct9:cvr: dmi.product.name: Latitude E5450 dmi.product.version: 01 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1464321/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1278223] Re: Mouse Flickering after adding 3rd Monitor
It is possibly related to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1641467 https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1629300 https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1645891 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1278223 Title: Mouse Flickering after adding 3rd Monitor Status in xorg package in Ubuntu: Incomplete Status in xorg package in Fedora: Unknown Bug description: My issues is, after adding a 3rd monitor to Ubuntu 14.04, the mouse flickers (or blinks) when the cursor is on monitors one or two, but not 3. Monitor 1: 1440 x 900 - Laptop's Native Monitor Monitor 2: 1920 x 1080 - Laptop's HDMI Port's External Monitor Monitor 3: 1024 x 768 - SIIG USB 2.0 to VGA Pro Monitor Here's the video card that feeds my laptop's native monitor, monitor 2 (hdmi). lspci | grep 'VGA\|Display' 00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07) 00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07) The 3rd Monitor is powered through a Display Link certified SIIG USB 2.0 to VGA Pro adapter (A2H1320X1374 - not sure what this number, but it is a sticker on back of the device): lsusb -tv /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M |__ Port 6: Dev 2, If 0, Class=Video, Driver=uvcvideo, 480M |__ Port 6: Dev 2, If 1, Class=Video, Driver=uvcvideo, 480M dmesg [1.688343] usb 2-1: New USB device found, idVendor=17e9, idProduct=02ee [1.688348] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [1.688351] usb 2-1: Product: VGA Display Adapter [1.688353] usb 2-1: Manufacturer: DisplayLink [1.688356] usb 2-1: SerialNumber: 119785 Additionally, unity-control-center crashes sometimes after I "Restore previous settings", after selecting a resolution too high. This freezed my laptop, requiring a hard reboot. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: unity-control-center 14.04.1-0ubuntu5 ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2 Uname: Linux 3.13.0-8-generic x86_64 NonfreeKernelModules: wl ApportVersion: 2.13.2-0ubuntu2 Architecture: amd64 CurrentDesktop: Unity Date: Sun Feb 9 18:43:13 2014 InstallationDate: Installed on 2014-02-02 (7 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140202) SourcePackage: unity-control-center UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1278223/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1641467] Re: Mouse flickering and disappearing near the top of screen
A possible duplicated or at least related to : https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1629300 https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1645891 and to https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1278223 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1641467 Title: Mouse flickering and disappearing near the top of screen Status in xorg package in Ubuntu: Confirmed Bug description: So I'm not sure this is an xorg bug, I couldn't figure out what xorg is. But I recently upgraded to ubuntu 16.10 and started seeing this bug where my mouse will flicker and disappear when near the top of the screen. It still works clicking-wise. It also seems to be especially severe when using Google Chrome, where it completely disappears and flickers the entire time while mousing over the menu uptions (i.e the close button, the tabs etc...). However recently I noticed this also happens when google chrome is off, though it flickers much less. ProblemType: Bug DistroRelease: Ubuntu 16.10 Package: xorg 1:7.7+13ubuntu4 ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1 Uname: Linux 4.8.0-27-generic x86_64 .tmp.unity_support_test.0: ApportVersion: 2.20.3-0ubuntu8 Architecture: amd64 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: compiz CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0' CompositorUnredirectFSW: true CurrentDesktop: Unity Date: Mon Nov 14 00:01:59 2016 DistUpgraded: 2016-11-11 16:58:41,906 DEBUG icon theme changed, re-reading DistroCodename: yakkety DistroVariant: ubuntu GraphicsCard: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller]) Subsystem: Samsung Electronics Co Ltd 2nd Generation Core Processor Family Integrated Graphics Controller [144d:c0a5] Subsystem: Samsung Electronics Co Ltd GF108M [GeForce GT 540M] [144d:c0a5] InstallationDate: Installed on 2016-08-30 (74 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711 ProcEnviron: LANGUAGE=en_GB:en PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_GB.UTF-8 SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-27-generic root=UUID=8efe8f71-2303-4aff-921a-1f80026e1b6e ro quiet splash vt.handoff=7 SourcePackage: xorg Symptom: display UpgradeStatus: Upgraded to yakkety on 2016-11-11 (2 days ago) dmi.bios.date: 03/02/2012 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 15HX.M042.20120302.SSH dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: RF511/RF411/RF711 dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD. dmi.board.version: 15HX dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 9 dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD. dmi.chassis.version: N/A dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr15HX.M042.20120302.SSH:bd03/02/2012:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr15HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr15HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A: dmi.product.name: RF511/RF411/RF711 dmi.product.version: 15HX dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD. version.compiz: compiz 1:0.9.13.0+16.10.20160818.2-0ubuntu2 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.70-1 version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.3-1ubuntu2 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.3-1ubuntu2 version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu6 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.2-1ubuntu1 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.1-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20160706-1ubuntu1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-2 xserver.bootTime: Sun Nov 13 17:46:35 2016 xserver.configfile: default xserver.errors: Failed to load module "nvidia" (module does not exist, 0) Failed to load module "nvidia" (module does not exist, 0) NOUVEAU(G0): [XvMC] Failed to initialize extension. xserver.logfile: /var/log/Xorg.0.log xserver.version: 2:1.18.4-1ubuntu6 xserver.video_driver: modeset To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1641467/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1645891] [NEW] After adding a second monitor, mouse pointer flickers and/or disappears in a zone near the top of first (notebook) monitor, while some apps show slow in ext displa
Public bug reported: It seems to be duplicate of both : https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1641467 and https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1629300 . Possibly related to https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1278223 A - flickering in first display. The zone starts just below the top panel and its height is about 1/7 of the screen. Flickering starts immediately entering the zone, even half of the pointer may be flickering. To the centre of the zone, flickering is more prevalent, up to completely disappearing. The flickering has a periodic pattern, which seems to be affected by the windows displaying in the second (external) monitor !! B - external monitor. Some applications show really slow there. Worse case is HipChat (Atlassian chat program), which shows fine as long as even a tiny fraction exists on the primary display. At the moment the whole window passes to the secondary, then even the scroll bar has a delay of a second a move. To check, I have played with the ~/.config/monitors.xml without success. It seems that each configuration is saved there, even duplicates, after adding the same external monitor and re-configuring it (absolute duplicate in monitors.xml) C. Side-effects and related phenomena. Some times the "Screen display" control freaks, when enabling the external monitor. It may freeze or insist to put them in mirroring. Most of the times it just forgets a setup (although in monitors.xml) after adding a different external monitor. For each workspace, there is a different background, done with Unit5y Tweak Tool. All updates have been done, without effect. ProblemType: Bug DistroRelease: Ubuntu 16.10 Package: xorg 1:7.7+13ubuntu4 ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1 Uname: Linux 4.8.0-27-generic x86_64 .tmp.unity_support_test.0: ApportVersion: 2.20.3-0ubuntu8 Architecture: amd64 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: compiz CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0' CompositorUnredirectFSW: true CurrentDesktop: Unity Date: Tue Nov 29 23:18:52 2016 DistUpgraded: Fresh install DistroCodename: yakkety DistroVariant: ubuntu DkmsStatus: virtualbox, 5.1.6, 4.8.0-27-generic, x86_64: installed ExtraDebuggingInterest: Yes GraphicsCard: Intel Corporation HD Graphics 530 [8086:191b] (rev 06) (prog-if 00 [VGA controller]) Subsystem: Lenovo HD Graphics 530 [17aa:222e] NVIDIA Corporation GM107GLM [Quadro M1000M] [10de:13b1] (rev a2) (prog-if 00 [VGA controller]) Subsystem: Lenovo GM107GLM [Quadro M1000M] [17aa:222e] InstallationDate: Installed on 2016-11-09 (20 days ago) InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2) MachineType: LENOVO 20EN0019US ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-27-generic.efi.signed root=UUID=c3151b80-1188-4c23-816c-57ebe18688a8 ro quiet splash vt.handoff=7 SourcePackage: xorg UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 08/03/2016 dmi.bios.vendor: LENOVO dmi.bios.version: N1EET57W (1.30 ) dmi.board.asset.tag: Not Available dmi.board.name: 20EN0019US dmi.board.vendor: LENOVO dmi.board.version: SDK0J40705 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.modalias: dmi:bvnLENOVO:bvrN1EET57W(1.30):bd08/03/2016:svnLENOVO:pn20EN0019US:pvrThinkPadP50:rvnLENOVO:rn20EN0019US:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrNone: dmi.product.name: 20EN0019US dmi.product.version: ThinkPad P50 dmi.sys.vendor: LENOVO version.compiz: compiz 1:0.9.13.0+16.10.20160818.2-0ubuntu2 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.70-1 version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.3-1ubuntu2 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.3-1ubuntu2 version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu6.1 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.2-1ubuntu1 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.1-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20160706-1ubuntu1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-2 xserver.bootTime: Fri Nov 25 08:07:33 2016 xserver.configfile: default xserver.logfile: /var/log/Xorg.0.log xserver.version: 2:1.18.4-1ubuntu6.1 xserver.video_driver: modeset ** Affects: xorg (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug compiz-0.9 ubuntu yakkety -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1645891 Title: After adding a second monitor, mouse pointer flickers and/or disappears in a zone near the top of first (notebook) monitor, while some apps show slow in ext display. Status in xorg package in Ubuntu: