[Ubuntu-x-swat] [Bug 1500504] Re: [FUJITSU FMVS90TB] SynPS/2 Synaptics TouchPad detected, but not working at all

2015-12-18 Thread Nobuto Murata
@Mark,
Although I or someone needs to report and fix it in the kernel, for the time 
being you can write the file as follows to make sure to add "i8042.nomux" for 
every kernel update.

[/etc/default/grub.d/touchpad.cfg]
# workaround for LP: #1500504
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT i8042.nomux"

 `sudo update-grub` needs to be executed by hand for the first time. But
update-grub will be triggered automatically for the next kernel update.

Thanks,

** Description changed:

  SynPS/2 Synaptics TouchPad is detected, but not working at all. I
  disabled touchscreen from BIOS level, but still no luck.
  
  $ xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ ELAN Touchscreenid=9[slave  pointer 
 (2)]
  ⎜   ↳ SynPS/2 Synaptics TouchPad  id=12   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
- ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
- ↳ Fujitsu FUJ02E3 id=6[slave  
keyboard (3)]
- ↳ Video Bus   id=7[slave  
keyboard (3)]
- ↳ Power Buttonid=8[slave  
keyboard (3)]
- ↳ FJ Camera   id=10   [slave  
keyboard (3)]
- ↳ AT Translated Set 2 keyboardid=11   [slave  
keyboard (3)]
+ ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
+ ↳ Fujitsu FUJ02E3 id=6[slave  
keyboard (3)]
+ ↳ Video Bus   id=7[slave  
keyboard (3)]
+ ↳ Power Buttonid=8[slave  
keyboard (3)]
+ ↳ FJ Camera   id=10   [slave  
keyboard (3)]
+ ↳ AT Translated Set 2 keyboardid=11   [slave  
keyboard (3)]
  
- ProblemType: Bug
- DistroRelease: Ubuntu 15.10
+ WORKAROUND:
+ 1. write "/etc/default/grub.d/touchpad.cfg" as follows
+ 
+ # workaround for LP: #1500504
+ GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT i8042.nomux"
+ 
+ 2. execute `sudo update-grub` and reboot
+ 
+ 
+ ProblemType: BugDistroRelease: Ubuntu 15.10
  Package: xserver-xorg-input-synaptics 1.8.2-1ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-11.13-generic 4.2.1
  Uname: Linux 4.2.0-11-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  BootLog:
-  
+ 
  CurrentDesktop: Unity
  Date: Tue Sep 29 01:23:48 2015
- DistUpgraded: Fresh install
- DistroCodename: wily
+ DistUpgraded: Fresh installDistroCodename: wily
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
- InstallationDate: Installed on 2015-09-28 (0 days ago)
- InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150924)
+ InstallationDate: Installed on 2015-09-28 (0 days ago)InstallationMedia: 
Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150924)
  MachineType: FUJITSU FMVS90TB
- ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-11-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
- SourcePackage: xserver-xorg-input-synaptics
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-11-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7SourcePackage: 
xserver-xorg-input-synaptics
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/25/2014
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: Version 1.06
  dmi.board.name: FJNB285
  dmi.board.vendor: FUJITSU
  dmi.board.version: A3
  dmi.chassis.type: 10
  dmi.chassis.vendor: FUJITSU
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvrVersion1.06:bd12/25/2014:svnFUJITSU:pnFMVS90TB:pvr:rvnFUJITSU:rnFJNB285:rvrA3:cvnFUJITSU:ct10:cvr:
  dmi.product.name: FMVS90TB
  dmi.sys.vendor: FUJITSU
  version.compiz: compiz 1:0.9.12.2+15.10.20150908-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.0-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.0-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Tue Sep 29 00:39:08 2015
  xserver.configfile: default
  xserver.errors:
-  Error loading keymap 
/var/lib/xkb/server-ED9090187DB169A

[Ubuntu-x-swat] [Bug 1527829] [NEW] displayport MST external monitors don't return from sleep mode

2015-12-18 Thread Derek
Public bug reported:

When displays go to sleep, upon return from sleep the two monitors
attached to a belkin mini displayport to 2x HDMI, do not return from
sleep. This results in part of the desktop being inaccessible, until the
external displays are unplugged, and then plugged back in.

Sometimes, Xorg will also back down to one monitor. The data
accompanying this report is for an instance where the power save mode
caused Xorg to drop to the primary monitor only.

This is on Ubuntu 15.10 on a Dell XPS 13 (9333) with integrated intel HD
4400 graphics. There are two external monitors connected by HDMI to a
belkin DP-MST adapter which connects to the mini-displayport. A single-
HDMI-to-mini-displayport belkin adapter works as expected (coming out of
power save).

xserver-xorg-video-intel:
  Installed: 2:2.99.917+git20150808-0ubuntu4

Expected behavior: Displays go to sleep, and upon returning all displays
are still present and all wake.

Xorg.0.log, relevant happenings:

[   189.711] (II) intel(0): Disabled output DP1-1
[   189.711] (II) intel(0): Disabled output DP1-2
[   189.739] (II) intel(0): resizing framebuffer to 1920x1080
[   189.745] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, 
position (0, 0), rotation normal, reflection none
[   190.339] (II) intel(0): Enabled output DP1-1
[   190.351] (II) intel(0): Enabled output DP1-2

dmesg relevant happenings:

[  190.031929] [ cut here ]
[  190.032008] WARNING: CPU: 1 PID: 1114 at 
/build/linux-1vdNXv/linux-4.2.0/drivers/gpu/drm/i915/intel_display.c:476 
intel_pipe_will_have_type.isra.41+0x6e/0x80 [i915]()
[  190.032015] WARN_ON(num_connectors == 0)
[  190.032019] Modules linked in:
[  190.032025]  drbg ansi_cprng ctr ccm rfcomm vmw_vsock_vmci_transport vsock 
vmw_vmci bnep snd_hda_codec_hdmi arc4 intel_rapl iosf_mbi x86_pkg_temp_thermal 
intel_powerclamp coretemp kvm_intel dell_wmi hid_rmi sparse_keymap kvm 
dell_laptop crct10dif_pclmul dcdbas crc32_pclmul dell_smm_hwmon aesni_intel 
iwlmvm aes_x86_64 lrw mac80211 gf128mul glue_helper ablk_helper cryptd iwlwifi 
uvcvideo serio_raw videobuf2_vmalloc videobuf2_memops videobuf2_core cfg80211 
v4l2_common videodev media snd_hda_codec_realtek hid_multitouch 
snd_hda_codec_generic lpc_ich shpchp joydev input_leds snd_soc_rt5640 btusb 
btrtl snd_soc_rl6231 btbcm btintel snd_soc_core bluetooth snd_compress 
snd_hda_intel mei_me mei snd_hda_codec snd_hda_core ac97_bus snd_pcm_dmaengine 
snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi
[  190.032158]  snd_seq snd_seq_device snd_timer snd acpi_als kfifo_buf dw_dmac 
industrialio dw_dmac_core soundcore snd_soc_sst_acpi 8250_dw 
i2c_designware_platform dell_rbtn i2c_designware_core spi_pxa2xx_platform 
intel_smartconnect mac_hid ip6t_REJECT nf_reject_ipv6 nf_log_ipv6 xt_hl ip6t_rt 
nf_conntrack_ipv6 nf_defrag_ipv6 ipt_REJECT nf_reject_ipv4 nf_log_ipv4 
nf_log_common xt_LOG xt_limit xt_tcpudp xt_addrtype nf_conntrack_ipv4 
nf_defrag_ipv4 xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns 
nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack 
iptable_filter ip_tables x_tables parport_pc ppdev lp parport autofs4 
hid_generic usbhid uas usb_storage i915 i2c_algo_bit drm_kms_helper psmouse drm 
ahci libahci wmi video sdhci_acpi sdhci i2c_hid hid
[  190.032287] CPU: 1 PID: 1114 Comm: Xorg Not tainted 4.2.0-21-generic 
#25-Ubuntu
[  190.032293] Hardware name: Dell Inc. XPS13 9333/0GFTRT, BIOS A04 03/19/2014
[  190.032298]   187f4872 880212327ad8 
817e9449
[  190.032309]   880212327b30 880212327b18 
8107b3d6
[  190.032318]   8802119e1800 8801f0382d80 
6667
[  190.032327] Call Trace:
[  190.032342]  [] dump_stack+0x45/0x57
[  190.032354]  [] warn_slowpath_common+0x86/0xc0
[  190.032364]  [] warn_slowpath_fmt+0x55/0x70
[  190.032420]  [] 
intel_pipe_will_have_type.isra.41+0x6e/0x80 [i915]
[  190.032474]  [] 
intel_modeset_compute_config.part.90+0x460/0xb80 [i915]
[  190.032496]  [] ? 
drm_atomic_helper_check_modeset+0x62/0x970 [drm_kms_helper]
[  190.032600]  [] intel_modeset_compute_config+0x42/0x50 
[i915]
[  190.032667]  [] intel_crtc_set_config+0x28f/0x580 [i915]
[  190.032736]  [] ? drm_modeset_lock_all_crtcs+0x90/0xa0 
[drm]
[  190.032783]  [] drm_mode_set_config_internal+0x66/0x100 
[drm]
[  190.032839]  [] drm_mode_setcrtc+0x3e9/0x500 [drm]
[  190.032879]  [] drm_ioctl+0x125/0x610 [drm]
[  190.032889]  [] ? fsnotify+0x316/0x4a0
[  190.032922]  [] ? drm_mode_setplane+0x1b0/0x1b0 [drm]
[  190.032937]  [] do_vfs_ioctl+0x295/0x480
[  190.032946]  [] ? __sb_end_write+0x35/0x70
[  190.032953]  [] ? vfs_write+0x15a/0x1a0
[  190.032962]  [] SyS_ioctl+0x79/0x90
[  190.032986]  [] entry_SYSCALL_64_fastpath+0x16/0x75
[  190.033013] ---[ end trace 9834aabfe51525cf ]---
[  190.033036] [ cut here ]
(so on)

Other warnings:
[  190.068878] WARNING: CPU: 0 PID: 1114 at 
/

[Ubuntu-x-swat] [Bug 1507233] Re: xorg

2015-12-18 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  xorg

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1505272] Re: X crashes more and more often

2015-12-18 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  X crashes more and more often

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1506059] Re: Unreadable display

2015-12-18 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Unreadable display

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1507231] Re: mouse freezes

2015-12-18 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  mouse freezes

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1507296] Re: Crash Kernel

2015-12-18 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Crash Kernel

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1511496] Re: Synaptics touchpad pastes when clicked in the top-right corner

2015-12-18 Thread Ethan Trewhitt
That worked. Apparently the top-right corner is set, by default, to be a
middle-click. The bottom-right corner, I've since learned, is a right
click. None of this makes any sense to leave enabled since I have two
physical buttons below the trackpad.

Thanks for helping me debug this. Hopefully it'll be easier for people
to fix in the future. For reference, here's what I added to my
/etc/X11/xorg.conf to fix the issue permanently:

Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchIsTouchpad "on"

Option "RTCornerButton" "0"
Option "RBCornerButton" "0"
EndSection

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

Title:
  Synaptics touchpad pastes when clicked in the top-right corner

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1525735] Re: X server fails to start under regular user in Xenial

2015-12-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xorg-server (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1525735

Title:
  X server fails to start under regular user in Xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1525735/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1161206] Re: Mir EGL apps output worrying but harmless error: libEGL warning: unsupported platform (null)

2015-12-18 Thread Alberto Aguirre
I  cannot reproduce this anymore.

** Changed in: mir
   Status: Triaged => Incomplete

** Changed in: mesa (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Mir EGL apps output worrying but harmless error: libEGL warning:
  unsupported platform (null)

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1527711] [NEW] Held package libgm1 after upgrade from Trusty to Wily

2015-12-18 Thread John Rose
Public bug reported:

I've upgraded from Trusty to Wily (via Vivid, if I remember correctly). 
Afterwards 'apt-get upgrade' shows libgbm1 (& xorg) as kept back & not to 
upgrade. Synaptic shows libgbm1-lts-vivid as installed. Not really sure if this 
is a bug.
PS Not sure if this is connected, but I'm not able to install Skype using 
'apt-get install skype skype-bin:i386':
The following packages have unmet dependencies.
 skype-bin:i386 : Depends: libqtwebkit4:i386 (>= 2.2~2011week36) but it is not 
going to be installed
  Depends: libgl1-mesa-glx:i386 but it is not going to be 
installed
E: Unable to correct problems, you have held broken packages.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: libgbm1 10.1.3-0ubuntu0.5
Uname: Linux 4.0.0-04-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.19.1-0ubuntu5
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: Fri Dec 18 18:19:58 2015
DistUpgraded: 2015-12-18 15:46:31,219 DEBUG enabling apt cron job
DistroCodename: wily
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation Device [8086:22b1] (rev 21) (prog-if 00 [VGA controller])
   Subsystem: Intel Corporation Device [8086:2060]
InstallationDate: Installed on 2015-11-26 (22 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.0.0-04-generic 
root=UUID=e6a0e473-929d-4492-bce9-080a2ff09077 ro quiet splash vt.handoff=7
SourcePackage: mesa
UpgradeStatus: Upgraded to wily on 2015-12-18 (0 days ago)
dmi.bios.date: 09/04/2015
dmi.bios.vendor: Intel Corp.
dmi.bios.version: PYBSWCEL.86A.0043.2015.0904.1904
dmi.board.name: NUC5CPYB
dmi.board.vendor: Intel Corporation
dmi.board.version: H61145-404
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnIntelCorp.:bvrPYBSWCEL.86A.0043.2015.0904.1904:bd09/04/2015:svn:pn:pvr:rvnIntelCorporation:rnNUC5CPYB:rvrH61145-404:cvn:ct3:cvr:
version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.64-1
version.libgl1-mesa-dri: libgl1-mesa-dri N/A
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Fri Dec 18 17:13:33 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.17.1-0ubuntu3.1~trusty1

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu wily

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

Title:
  Held package libgm1 after upgrade from Trusty to Wily

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1519823] Re: regular crash of X. lightdm is shown after crash

2015-12-18 Thread Christopher M. Penalver
** Tags added: bios-outdated-1505

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

Title:
  regular crash of X. lightdm is shown after crash

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1519549] Re: Intel video display error

2015-12-18 Thread Christopher M. Penalver
Jorge Cedi Medina, thank you for reporting this and helping make Ubuntu
better.

Could you please run the following command once from a terminal as it will 
automatically gather and attach updated debug information to this report:
apport-collect -p xorg 1519549

Please ensure you have the package xdiagnose installed, and that you
click the Yes button for attaching additional debugging information.

When reporting xorg related bugs in the future, please do so via the
above method. You can learn more about this functionality at
https://wiki.ubuntu.com/ReportingBugs.

** Changed in: xorg (Ubuntu)
   Importance: Undecided => Low

** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

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

Title:
  Intel video display error

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1519522] Re: Xorg crashes

2015-12-18 Thread Christopher M. Penalver
Radics Ottó, as per https://launchpadlibrarian.net/227532477/Lspci.txt
the only graphics card that was enabled at the time of the crash was the
Intel one.

However, if you were intending to use that setup going forward that
caused this issue (i.e. no nvidia drivers installed) it would be helpful
to see if this is already resolved in Ubuntu by testing
http://cdimage.ubuntu.com/daily-live/current/ .

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1519522

Title:
  Xorg crashes

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-x-swat] [Bug 1519522] Re: Xorg crashes

2015-12-18 Thread Radics Ottó
I don't know how to reproduce this issue. It might be related to the
nouveau driver, because after I enabled the proprietary driver from nVidia,
I haven't experience the issue.

It happened approximately once or twice a day.
2015. dec. 18. du. 4:56 ezt írta ("Christopher M. Penalver" <
christopher.m.penal...@gmail.com>):

> Radics Ottó, thank you for reporting this and helping make Ubuntu
> better.
>
> Could you please advise on how to reproduce this specifically?
>
> Also, how often does this occur?
>
> ** Package changed: xorg (Ubuntu) => xserver-xorg-video-intel (Ubuntu)
>
> ** Changed in: xserver-xorg-video-intel (Ubuntu)
>Importance: Undecided => Medium
>
> ** Changed in: xserver-xorg-video-intel (Ubuntu)
>Status: New => Incomplete
>
> ** Description changed:
>
>   I got a black screen and after a while login screen appeared.
> +
> + Backtrace -> https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-
> + video-intel/+bug/1519522/+attachment/4524927/+files/XorgLogOld.txt
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 15.10
>   Package: xorg 1:7.7+7ubuntu4
>   ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
>   Uname: Linux 4.2.0-18-generic x86_64
>   .tmp.unity.support.test.0:
> -
> +
>   ApportVersion: 2.19.1-0ubuntu5
>   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 24 23:22:50 2015
>   DistUpgraded: Fresh install
>   DistroCodename: wily
>   DistroVariant: ubuntu
>   DkmsStatus:
> -  bbswitch, 0.8, 4.2.0-18-generic, x86_64: installed
> -  nvidia-304, 304.131, 4.2.0-18-generic, x86_64: installed
> -  virtualbox, 5.0.4, 4.2.0-18-generic, x86_64: installed
> +  bbswitch, 0.8, 4.2.0-18-generic, x86_64: installed
> +  nvidia-304, 304.131, 4.2.0-18-generic, x86_64: installed
> +  virtualbox, 5.0.4, 4.2.0-18-generic, x86_64: installed
>   ExtraDebuggingInterest: I just need to know a workaround
>   GraphicsCard:
> -  Intel Corporation 4th Gen Core Processor Integrated Graphics Controller
> [8086:0416] (rev 06) (prog-if 00 [VGA controller])
> -Subsystem: Dell Device [1028:05fe]
> +  Intel Corporation 4th Gen Core Processor Integrated Graphics Controller
> [8086:0416] (rev 06) (prog-if 00 [VGA controller])
> +Subsystem: Dell Device [1028:05fe]
>   InstallationDate: Installed on 2015-07-04 (142 days ago)
>   InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
>   MachineType: Dell Inc. XPS 15 9530
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-18-generic
> root=UUID=904a0ffb-8477-46ae-bbb8-775512ba4e95 ro quiet splash vt.handoff=7
>   SourcePackage: xorg
>   Symptom: display
>   Title: Xorg crash
>   UdevLog: Error: [Errno 2] Nincs ilyen fájl vagy könyvtár: '/var/log/udev'
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 07/30/2015
>   dmi.bios.vendor: Dell Inc.
>   dmi.bios.version: A09
>   dmi.board.name: XPS 15 9530
>   dmi.board.vendor: Dell Inc.
>   dmi.board.version: A09
>   dmi.chassis.type: 8
>   dmi.chassis.vendor: Dell Inc.
>   dmi.chassis.version: Not Specified
>   dmi.modalias:
> dmi:bvnDellInc.:bvrA09:bd07/30/2015:svnDellInc.:pnXPS159530:pvrA09:rvnDellInc.:rnXPS159530:rvrA09:cvnDellInc.:ct8:cvrNotSpecified:
>   dmi.product.name: XPS 15 9530
>   dmi.product.version: A09
>   dmi.sys.vendor: Dell Inc.
>   version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
>   version.ia32-libs: ia32-libs N/A
>   version.libdrm2: libdrm2 2.4.64-1
>   version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
>   version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
>   version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
>   version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev
> 1:2.9.2-1ubuntu1
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati
> 1:7.5.0+git20150819-0ubuntu1
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel
> 2:2.99.917+git20150808-0ubuntu4
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau
> 1:1.0.11-1ubuntu3
>   xserver.bootTime: Tue Nov 24 23:22:36 2015
>   xserver.configfile: default
>   xserver.errors:
> -
> +
>   xserver.logfile: /var/log/Xorg.0.log
>   xserver.outputs:
> -  product id5169
> -  vendor SHP
> +  product id5169
> +  vendor SHP
>   xserver.version: 2:1.17.2-1ubuntu9
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1519522
>
> Title:
>   Xorg crashes
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1519522/+subscriptions
>

-- 
Y

[Ubuntu-x-swat] [Bug 1519522] Re: Xorg crashes

2015-12-18 Thread Christopher M. Penalver
Radics Ottó, thank you for reporting this and helping make Ubuntu
better.

Could you please advise on how to reproduce this specifically?

Also, how often does this occur?

** Package changed: xorg (Ubuntu) => xserver-xorg-video-intel (Ubuntu)

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Importance: Undecided => Medium

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

** Description changed:

  I got a black screen and after a while login screen appeared.
+ 
+ Backtrace -> https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-
+ video-intel/+bug/1519522/+attachment/4524927/+files/XorgLogOld.txt
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
  Uname: Linux 4.2.0-18-generic x86_64
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 2.19.1-0ubuntu5
  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 24 23:22:50 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
-  bbswitch, 0.8, 4.2.0-18-generic, x86_64: installed
-  nvidia-304, 304.131, 4.2.0-18-generic, x86_64: installed
-  virtualbox, 5.0.4, 4.2.0-18-generic, x86_64: installed
+  bbswitch, 0.8, 4.2.0-18-generic, x86_64: installed
+  nvidia-304, 304.131, 4.2.0-18-generic, x86_64: installed
+  virtualbox, 5.0.4, 4.2.0-18-generic, x86_64: installed
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
-  Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
-Subsystem: Dell Device [1028:05fe]
+  Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
+    Subsystem: Dell Device [1028:05fe]
  InstallationDate: Installed on 2015-07-04 (142 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Dell Inc. XPS 15 9530
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-18-generic 
root=UUID=904a0ffb-8477-46ae-bbb8-775512ba4e95 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg crash
  UdevLog: Error: [Errno 2] Nincs ilyen fájl vagy könyvtár: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/30/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: XPS 15 9530
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A09
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd07/30/2015:svnDellInc.:pnXPS159530:pvrA09:rvnDellInc.:rnXPS159530:rvrA09:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: XPS 15 9530
  dmi.product.version: A09
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Tue Nov 24 23:22:36 2015
  xserver.configfile: default
  xserver.errors:
-  
+ 
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
-  product id5169 
-  vendor SHP
+  product id5169
+  vendor SHP
  xserver.version: 2:1.17.2-1ubuntu9

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1519522

Title:
  Xorg crashes

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1519029] Re: Lenovo X240 in Dock, bad resolution on logon and no mouse pointer

2015-12-18 Thread Christopher M. Penalver
Adam, thanks for the follow up.

Let this report focus on 1), and 2) can be pursued via separate report
targeted to lightdm.

Despite this, when you boot up with the computer in the docking station,
are there any crash files in /var/crash?

** Description changed:

  Laptop works perfectly when not docked.
  
  If I boot when in the dock, the logon screen is highly corrupted.  I can
  enter my username and password anyway and then it logs me in, I can see
  the screen on the external display, and everything works EXCEPT my mouse
  pointer is invisible!  I can move the mouse around and if I get it in
  the right place (for example, I can get to a corner) and click it works,
  so the OS "knows" where the mouse pointer is but I just can't see it.
  
+ If I boot up and log in with the laptop undocked, and then place in the
+ dock, everything works perfectly.
  
- If I boot up and log in with the laptop undocked, and then place in the dock, 
everything works perfectly.
+ The display corruption issue was resolved by swapping in an HDMI cable
+ for the VGA cable.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
  Uname: Linux 4.2.0-18-generic x86_64
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 2.19.1-0ubuntu5
  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 23 08:41:43 2015
  DistUpgraded: 2015-11-15 14:47:03,747 DEBUG enabling apt cron job
  DistroCodename: wily
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
-  Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
-Subsystem: Lenovo ThinkPad X240 [17aa:2214]
+  Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
+    Subsystem: Lenovo ThinkPad X240 [17aa:2214]
  InstallationDate: Installed on 2014-04-04 (597 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326)
  MachineType: LENOVO 20AL009CUS
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-18-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to wily on 2015-11-15 (7 days ago)
  dmi.bios.date: 02/06/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GIET69WW (2.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AL009CUS
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGIET69WW(2.19):bd02/06/2014:svnLENOVO:pn20AL009CUS:pvrThinkPadX240:rvnLENOVO:rn20AL009CUS:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AL009CUS
  dmi.product.version: ThinkPad X240
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Mon Nov 23 08:30:48 2015
  xserver.configfile: default
  xserver.errors:
-  
+ 
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
-  product id1005 
-  vendor LGD
+  product id1005
+  vendor LGD
  xserver.version: 2:1.17.2-1ubuntu9

** Changed in: xorg (Ubuntu)
   Status: Triaged => Incomplete

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

Title:
  Lenovo X240 in Dock, bad resolution on logon and no mouse pointer

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1518792] Re: Flashplayer

2015-12-18 Thread Christopher M. Penalver
leex, thank you for reporting this and helping make Ubuntu better.

After the crash, and you reboot, are there any crash files in
/var/crash?

If not, could you please capture the crash following
https://help.ubuntu.com/community/DebuggingSystemCrash ?

** Tags added: latest-bios-f6

** Changed in: xorg (Ubuntu)
   Importance: Undecided => Medium

** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

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

Title:
  Flashplayer

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1518723] Re: No Dash/Launcher

2015-12-18 Thread Christopher M. Penalver
Marius Gripsgard , thank you for reporting this and helping make Ubuntu
better.

It appears you have installed a 3rd party version of the nvidia drivers, and 
are using a non-default kernel parameter. Hence, is this still reproducible if 
you:
* Keep everything as is, and just remove the non-default kernel parameter 
nomodeset.
* Fully uninstall the 3rd party nvidia drivers, and use nouveau.
* Install a supported version of the nvidia drivers as per 
https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia .

** Changed in: xorg (Ubuntu)
   Importance: Undecided => Low

** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

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

Title:
  No Dash/Launcher

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1527617] [NEW] Xorg crash

2015-12-18 Thread Enrique Agustini
Public bug reported:

Updated kernel headers

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Es un directorio: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.131  Sun Nov  8 21:43:33 
PST 2015
 GCC version:  gcc version 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2)
.tmp.unity.support.test.0:
 
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
BootLog:
 
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: Fri Dec 18 08:52:36 2015
DistUpgraded: Fresh install
DistroCodename: wily
DistroVariant: ubuntu
DkmsStatus: nvidia-304, 304.131, 4.2.0-16-generic, x86_64: installed
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 NVIDIA Corporation C68 [GeForce 7050 PV / nForce 630a] [10de:053b] (rev a2) 
(prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:82b3]
InstallationDate: Installed on 2015-10-25 (54 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: System manufacturer System Product Name
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic 
root=UUID=00690a4c-1365-4414-a6c6-0d9f5368a520 ro quiet splash
SourcePackage: xorg
Symptom: display
Title: Xorg crash
UdevLog: Error: [Errno 2] No existe el archivo o el directorio: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/05/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0709
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M2N-VM HDMI
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev x.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0709:bd12/05/2008:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N-VMHDMI:rvrRevx.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.64-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
xserver.bootTime: Fri Dec 18 08:50:34 2015
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputAT Translated Set 2 keyboard KEYBOARD, id 8
 inputImPS/2 Generic Wheel Mouse MOUSE, id 9
xserver.errors: open /dev/fb0: No such file or directory
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.17.2-1ubuntu9.1

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


** Tags: amd64 apport-bug compiz-0.9 crash ubuntu wily

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

Title:
  Xorg crash

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1500504] Re: [FUJITSU FMVS90TB] SynPS/2 Synaptics TouchPad detected, but not working at all

2015-12-18 Thread Mark
@nobuto, i8042.nomux worked for me too. Not surprising as I have the
same model (FMVS90TB). Thank you so much for figuring out a solution and
posting it here.  You likely saved me many hours of my life.

I just hope I remember about this in the event the change to grub gets
overwritten in some future update. Hope they fix the kernel soon.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-synaptics in Ubuntu.
https://bugs.launchpad.net/bugs/1500504

Title:
  [FUJITSU FMVS90TB] SynPS/2 Synaptics TouchPad detected, but not
  working at all

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp